namespace GitForce
{
partial class FormCommitMerge
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btCancel = new System.Windows.Forms.Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.textDescription = new GitForce.RichTextBoxEx();
this.label1 = new System.Windows.Forms.Label();
this.listFiles = new System.Windows.Forms.ListBox();
this.label2 = new System.Windows.Forms.Label();
this.labelCursor = new System.Windows.Forms.Label();
this.labelWidth = new System.Windows.Forms.Label();
this.btCommit = new System.Windows.Forms.Button();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// btCancel
//
this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btCancel.Location = new System.Drawing.Point(587, 461);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(75, 23);
this.btCancel.TabIndex = 0;
this.btCancel.Text = "Cancel";
this.btCancel.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(12, 12);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.textDescription);
this.splitContainer1.Panel1.Controls.Add(this.label1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.listFiles);
this.splitContainer1.Panel2.Controls.Add(this.label2);
this.splitContainer1.Size = new System.Drawing.Size(650, 443);
this.splitContainer1.SplitterDistance = 286;
this.splitContainer1.TabIndex = 1;
//
// textDescription
//
this.textDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textDescription.DetectUrls = false;
this.textDescription.Location = new System.Drawing.Point(66, 0);
this.textDescription.Name = "textDescription";
this.textDescription.Size = new System.Drawing.Size(606, 286);
this.textDescription.TabIndex = 0;
this.textDescription.Text = "";
this.textDescription.SelectionChanged += new System.EventHandler(this.TextDescriptionTextChanged);
this.textDescription.TextChanged += new System.EventHandler(this.TextDescriptionTextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Description:";
//
// listFiles
//
this.listFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listFiles.FormattingEnabled = true;
this.listFiles.IntegralHeight = false;
this.listFiles.Location = new System.Drawing.Point(66, 0);
this.listFiles.Name = "listFiles";
this.listFiles.SelectionMode = System.Windows.Forms.SelectionMode.None;
this.listFiles.Size = new System.Drawing.Size(584, 153);
this.listFiles.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(31, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Files:";
//
// labelCursor
//
this.labelCursor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelCursor.AutoSize = true;
this.labelCursor.Location = new System.Drawing.Point(15, 466);
this.labelCursor.Name = "labelCursor";
this.labelCursor.Size = new System.Drawing.Size(37, 13);
this.labelCursor.TabIndex = 14;
this.labelCursor.Text = "Cursor";
//
// labelWidth
//
this.labelWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelWidth.AutoSize = true;
this.labelWidth.Location = new System.Drawing.Point(75, 466);
this.labelWidth.Name = "labelWidth";
this.labelWidth.Size = new System.Drawing.Size(44, 13);
this.labelWidth.TabIndex = 13;
this.labelWidth.Text = "No text.";
//
// btCommit
//
this.btCommit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btCommit.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btCommit.Enabled = false;
this.btCommit.Location = new System.Drawing.Point(506, 461);
this.btCommit.Name = "btCommit";
this.btCommit.Size = new System.Drawing.Size(75, 23);
this.btCommit.TabIndex = 15;
this.btCommit.Text = "Commit";
this.btCommit.UseVisualStyleBackColor = true;
//
// FormCommitMerge
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(674, 496);
this.Controls.Add(this.btCommit);
this.Controls.Add(this.labelCursor);
this.Controls.Add(this.labelWidth);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.btCancel);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(519, 273);
this.Name = "FormCommitMerge";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "GitForce Commit Merge Specification";
this.Load += new System.EventHandler(this.FormCommitMergeLoad);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormCommitMergeFormClosing);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.SplitContainer splitContainer1;
private RichTextBoxEx textDescription;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label labelCursor;
private System.Windows.Forms.Label labelWidth;
private System.Windows.Forms.Button btCommit;
private System.Windows.Forms.ListBox listFiles;
}
}