namespace GitUI { partial class FormCommit { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCommit)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.label2 = new System.Windows.Forms.Label(); this.Untracked = new System.Windows.Forms.DataGridView(); this.nameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isChangedDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.isNewDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.gitItemStatusBindingSource = new System.Windows.Forms.BindingSource(this.components); this.splitContainer5 = new System.Windows.Forms.SplitContainer(); this.label3 = new System.Windows.Forms.Label(); this.Tracked = new System.Windows.Forms.DataGridView(); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isDeletedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.isChangedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.isNewDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Ok = new System.Windows.Forms.Button(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.SelectedDiff = new ICSharpCode.TextEditor.TextEditorControl(); this.AddFiles = new System.Windows.Forms.Button(); this.Scan = new System.Windows.Forms.Button(); this.Commit = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.OutPut = new System.Windows.Forms.RichTextBox(); this.Message = new System.Windows.Forms.RichTextBox(); this.Reset = new System.Windows.Forms.Button(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Untracked)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gitItemStatusBindingSource)).BeginInit(); this.splitContainer5.Panel1.SuspendLayout(); this.splitContainer5.Panel2.SuspendLayout(); this.splitContainer5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Tracked)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); this.splitContainer1.Panel1.Controls.Add(this.Ok); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer3); this.splitContainer1.Size = new System.Drawing.Size(748, 543); this.splitContainer1.SplitterDistance = 294; this.splitContainer1.TabIndex = 0; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.splitContainer4); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.splitContainer5); this.splitContainer2.Size = new System.Drawing.Size(294, 543); this.splitContainer2.SplitterDistance = 241; this.splitContainer2.TabIndex = 3; // // splitContainer4 // this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer4.Location = new System.Drawing.Point(0, 0); this.splitContainer4.Name = "splitContainer4"; this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer4.Panel1 // this.splitContainer4.Panel1.Controls.Add(this.label2); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.Untracked); this.splitContainer4.Size = new System.Drawing.Size(294, 241); this.splitContainer4.SplitterDistance = 25; this.splitContainer4.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(87, 13); this.label2.TabIndex = 0; this.label2.Text = "Untracked by Git"; // // Untracked // this.Untracked.AllowUserToAddRows = false; this.Untracked.AllowUserToDeleteRows = false; this.Untracked.AutoGenerateColumns = false; this.Untracked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.Untracked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nameDataGridViewTextBoxColumn1, this.isChangedDataGridViewCheckBoxColumn1, this.isNewDataGridViewCheckBoxColumn1}); this.Untracked.DataSource = this.gitItemStatusBindingSource; this.Untracked.Dock = System.Windows.Forms.DockStyle.Fill; this.Untracked.Location = new System.Drawing.Point(0, 0); this.Untracked.Name = "Untracked"; this.Untracked.ReadOnly = true; this.Untracked.RowHeadersVisible = false; this.Untracked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.Untracked.Size = new System.Drawing.Size(294, 212); this.Untracked.TabIndex = 0; this.Untracked.SelectionChanged += new System.EventHandler(this.Untracked_SelectionChanged); // // nameDataGridViewTextBoxColumn1 // this.nameDataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.nameDataGridViewTextBoxColumn1.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn1.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn1.Name = "nameDataGridViewTextBoxColumn1"; this.nameDataGridViewTextBoxColumn1.ReadOnly = true; // // isChangedDataGridViewCheckBoxColumn1 // this.isChangedDataGridViewCheckBoxColumn1.DataPropertyName = "IsChanged"; this.isChangedDataGridViewCheckBoxColumn1.HeaderText = "Change"; this.isChangedDataGridViewCheckBoxColumn1.Name = "isChangedDataGridViewCheckBoxColumn1"; this.isChangedDataGridViewCheckBoxColumn1.ReadOnly = true; this.isChangedDataGridViewCheckBoxColumn1.Width = 50; // // isNewDataGridViewCheckBoxColumn1 // this.isNewDataGridViewCheckBoxColumn1.DataPropertyName = "IsNew"; this.isNewDataGridViewCheckBoxColumn1.HeaderText = "New"; this.isNewDataGridViewCheckBoxColumn1.Name = "isNewDataGridViewCheckBoxColumn1"; this.isNewDataGridViewCheckBoxColumn1.ReadOnly = true; this.isNewDataGridViewCheckBoxColumn1.Width = 50; // // gitItemStatusBindingSource // this.gitItemStatusBindingSource.DataSource = typeof(GitCommands.GitItemStatus); // // splitContainer5 // this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer5.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer5.Location = new System.Drawing.Point(0, 0); this.splitContainer5.Name = "splitContainer5"; this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer5.Panel1 // this.splitContainer5.Panel1.Controls.Add(this.label3); // // splitContainer5.Panel2 // this.splitContainer5.Panel2.Controls.Add(this.Tracked); this.splitContainer5.Size = new System.Drawing.Size(294, 298); this.splitContainer5.SplitterDistance = 25; this.splitContainer5.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 13); this.label3.TabIndex = 0; this.label3.Text = "Tracked by Git"; // // Tracked // this.Tracked.AllowUserToAddRows = false; this.Tracked.AllowUserToDeleteRows = false; this.Tracked.AutoGenerateColumns = false; this.Tracked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.Tracked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nameDataGridViewTextBoxColumn, this.isDeletedDataGridViewCheckBoxColumn, this.isChangedDataGridViewCheckBoxColumn, this.isNewDataGridViewCheckBoxColumn}); this.Tracked.DataSource = this.gitItemStatusBindingSource; this.Tracked.Dock = System.Windows.Forms.DockStyle.Fill; this.Tracked.Location = new System.Drawing.Point(0, 0); this.Tracked.Name = "Tracked"; this.Tracked.ReadOnly = true; this.Tracked.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.Tracked.RowHeadersVisible = false; this.Tracked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.Tracked.Size = new System.Drawing.Size(294, 269); this.Tracked.TabIndex = 0; this.Tracked.SelectionChanged += new System.EventHandler(this.Tracked_SelectionChanged); // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; this.nameDataGridViewTextBoxColumn.ReadOnly = true; // // isDeletedDataGridViewCheckBoxColumn // this.isDeletedDataGridViewCheckBoxColumn.DataPropertyName = "IsDeleted"; this.isDeletedDataGridViewCheckBoxColumn.HeaderText = "Delete"; this.isDeletedDataGridViewCheckBoxColumn.Name = "isDeletedDataGridViewCheckBoxColumn"; this.isDeletedDataGridViewCheckBoxColumn.ReadOnly = true; this.isDeletedDataGridViewCheckBoxColumn.Width = 50; // // isChangedDataGridViewCheckBoxColumn // this.isChangedDataGridViewCheckBoxColumn.DataPropertyName = "IsChanged"; this.isChangedDataGridViewCheckBoxColumn.HeaderText = "Edit"; this.isChangedDataGridViewCheckBoxColumn.Name = "isChangedDataGridViewCheckBoxColumn"; this.isChangedDataGridViewCheckBoxColumn.ReadOnly = true; this.isChangedDataGridViewCheckBoxColumn.Width = 50; // // isNewDataGridViewCheckBoxColumn // this.isNewDataGridViewCheckBoxColumn.DataPropertyName = "IsNew"; this.isNewDataGridViewCheckBoxColumn.HeaderText = "New"; this.isNewDataGridViewCheckBoxColumn.Name = "isNewDataGridViewCheckBoxColumn"; this.isNewDataGridViewCheckBoxColumn.ReadOnly = true; this.isNewDataGridViewCheckBoxColumn.Width = 50; // // Ok // this.Ok.Location = new System.Drawing.Point(334, 10); this.Ok.Name = "Ok"; this.Ok.Size = new System.Drawing.Size(75, 23); this.Ok.TabIndex = 2; this.Ok.Text = "Commit"; this.Ok.UseVisualStyleBackColor = true; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.SelectedDiff); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.Reset); this.splitContainer3.Panel2.Controls.Add(this.AddFiles); this.splitContainer3.Panel2.Controls.Add(this.Scan); this.splitContainer3.Panel2.Controls.Add(this.Commit); this.splitContainer3.Panel2.Controls.Add(this.label1); this.splitContainer3.Panel2.Controls.Add(this.OutPut); this.splitContainer3.Panel2.Controls.Add(this.Message); this.splitContainer3.Size = new System.Drawing.Size(450, 543); this.splitContainer3.SplitterDistance = 365; this.splitContainer3.TabIndex = 0; // // SelectedDiff // this.SelectedDiff.Dock = System.Windows.Forms.DockStyle.Fill; this.SelectedDiff.IsReadOnly = false; this.SelectedDiff.Location = new System.Drawing.Point(0, 0); this.SelectedDiff.Name = "SelectedDiff"; this.SelectedDiff.Size = new System.Drawing.Size(450, 365); this.SelectedDiff.TabIndex = 0; // // AddFiles // this.AddFiles.Location = new System.Drawing.Point(3, 68); this.AddFiles.Name = "AddFiles"; this.AddFiles.Size = new System.Drawing.Size(96, 23); this.AddFiles.TabIndex = 4; this.AddFiles.Text = "Add files to git"; this.AddFiles.UseVisualStyleBackColor = true; this.AddFiles.Click += new System.EventHandler(this.Stage_Click); // // Scan // this.Scan.Location = new System.Drawing.Point(3, 39); this.Scan.Name = "Scan"; this.Scan.Size = new System.Drawing.Size(96, 23); this.Scan.TabIndex = 3; this.Scan.Text = "Scan changes"; this.Scan.UseVisualStyleBackColor = true; this.Scan.Click += new System.EventHandler(this.Scan_Click); // // Commit // this.Commit.Location = new System.Drawing.Point(3, 10); this.Commit.Name = "Commit"; this.Commit.Size = new System.Drawing.Size(96, 23); this.Commit.TabIndex = 2; this.Commit.Text = "Commit"; this.Commit.UseVisualStyleBackColor = true; this.Commit.Click += new System.EventHandler(this.Commit_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(105, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(86, 13); this.label1.TabIndex = 1; this.label1.Text = "Commit message"; // // OutPut // this.OutPut.Location = new System.Drawing.Point(104, 81); this.OutPut.Name = "OutPut"; this.OutPut.ReadOnly = true; this.OutPut.Size = new System.Drawing.Size(343, 93); this.OutPut.TabIndex = 0; this.OutPut.Text = ""; // // Message // this.Message.Location = new System.Drawing.Point(105, 29); this.Message.Name = "Message"; this.Message.Size = new System.Drawing.Size(342, 46); this.Message.TabIndex = 0; this.Message.Text = ""; // // Reset // this.Reset.Location = new System.Drawing.Point(3, 98); this.Reset.Name = "Reset"; this.Reset.Size = new System.Drawing.Size(95, 23); this.Reset.TabIndex = 5; this.Reset.Text = "Reset to HEAD"; this.Reset.UseVisualStyleBackColor = true; this.Reset.Click += new System.EventHandler(this.Reset_Click); // // FormCommit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(748, 543); this.Controls.Add(this.splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormCommit"; this.Text = "Commit"; this.Load += new System.EventHandler(this.FormCommit_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.ResumeLayout(false); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel1.PerformLayout(); this.splitContainer4.Panel2.ResumeLayout(false); this.splitContainer4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Untracked)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gitItemStatusBindingSource)).EndInit(); this.splitContainer5.Panel1.ResumeLayout(false); this.splitContainer5.Panel1.PerformLayout(); this.splitContainer5.Panel2.ResumeLayout(false); this.splitContainer5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Tracked)).EndInit(); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); this.splitContainer3.Panel2.PerformLayout(); this.splitContainer3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Button Ok; private System.Windows.Forms.RichTextBox OutPut; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.RichTextBox Message; private System.Windows.Forms.DataGridView Untracked; private System.Windows.Forms.DataGridView Tracked; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button Commit; private System.Windows.Forms.Button Scan; private System.Windows.Forms.Button AddFiles; private System.Windows.Forms.SplitContainer splitContainer4; private System.Windows.Forms.Label label2; private System.Windows.Forms.SplitContainer splitContainer5; private System.Windows.Forms.Label label3; private ICSharpCode.TextEditor.TextEditorControl SelectedDiff; private System.Windows.Forms.BindingSource gitItemStatusBindingSource; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isDeletedDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isChangedDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn isNewDataGridViewCheckBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewCheckBoxColumn isDeletedDataGridViewCheckBoxColumn1; private System.Windows.Forms.DataGridViewCheckBoxColumn isChangedDataGridViewCheckBoxColumn1; private System.Windows.Forms.DataGridViewCheckBoxColumn isNewDataGridViewCheckBoxColumn1; private System.Windows.Forms.Button Reset; } }