@ -36,16 +36,15 @@
this . label2 = new System . Windows . Forms . Label ( ) ;
this . Loading = new System . Windows . Forms . PictureBox ( ) ;
this . Unstaged = new System . Windows . Forms . DataGridView ( ) ;
this . nameDataGridViewTextBoxColumn1 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . ChangeString = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . gitItemStatusBindingSource = new System . Windows . Forms . BindingSource ( this . components ) ;
this . splitContainer5 = new System . Windows . Forms . SplitContainer ( ) ;
this . progressBar = new System . Windows . Forms . ProgressBar ( ) ;
this . UnstageFiles = new System . Windows . Forms . Button ( ) ;
this . UnstagedFileContext = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . ResetChanges = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . AddFiles = new System . Windows . Forms . Button ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . Staged = new System . Windows . Forms . DataGridView ( ) ;
this . nameDataGridViewTextBoxColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . ChangeString2 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . Ok = new System . Windows . Forms . Button ( ) ;
this . splitContainer3 = new System . Windows . Forms . SplitContainer ( ) ;
@ -61,6 +60,9 @@
this . label1 = new System . Windows . Forms . Label ( ) ;
this . Message = new System . Windows . Forms . RichTextBox ( ) ;
this . OutPut = new System . Windows . Forms . RichTextBox ( ) ;
this . nameDataGridViewTextBoxColumn1 = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . gitItemStatusBindingSource = new System . Windows . Forms . BindingSource ( this . components ) ;
this . nameDataGridViewTextBoxColumn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . splitContainer1 . Panel1 . SuspendLayout ( ) ;
this . splitContainer1 . Panel2 . SuspendLayout ( ) ;
this . splitContainer1 . SuspendLayout ( ) ;
@ -72,10 +74,10 @@
this . splitContainer4 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Loading ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Unstaged ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . gitItemStatusBindingSource ) ) . BeginInit ( ) ;
this . splitContainer5 . Panel1 . SuspendLayout ( ) ;
this . splitContainer5 . Panel2 . SuspendLayout ( ) ;
this . splitContainer5 . SuspendLayout ( ) ;
this . UnstagedFileContext . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Staged ) ) . BeginInit ( ) ;
this . splitContainer3 . Panel1 . SuspendLayout ( ) ;
this . splitContainer3 . Panel2 . SuspendLayout ( ) ;
@ -89,6 +91,7 @@
this . splitContainer8 . Panel1 . SuspendLayout ( ) ;
this . splitContainer8 . Panel2 . SuspendLayout ( ) ;
this . splitContainer8 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . gitItemStatusBindingSource ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// splitContainer1
@ -179,6 +182,7 @@
this . Unstaged . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . nameDataGridViewTextBoxColumn1 ,
this . ChangeString } ) ;
this . Unstaged . ContextMenuStrip = this . UnstagedFileContext ;
this . Unstaged . DataSource = this . gitItemStatusBindingSource ;
this . Unstaged . Dock = System . Windows . Forms . DockStyle . Fill ;
this . Unstaged . Location = new System . Drawing . Point ( 0 , 0 ) ;
@ -188,17 +192,10 @@
this . Unstaged . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . Unstaged . Size = new System . Drawing . Size ( 3 8 9 , 2 7 7 ) ;
this . Unstaged . TabIndex = 0 ;
this . Unstaged . CellMouseDown + = new System . Windows . Forms . DataGridViewCellMouseEventHandler ( this . Unstaged_CellMouseDown ) ;
this . Unstaged . SelectionChanged + = new System . EventHandler ( this . Untracked_SelectionChanged ) ;
this . Unstaged . Click + = new System . EventHandler ( this . Unstaged_Click ) ;
//
// 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 ;
//
// ChangeString
//
this . ChangeString . DataPropertyName = "ChangeString" ;
@ -206,10 +203,6 @@
this . ChangeString . Name = "ChangeString" ;
this . ChangeString . ReadOnly = true ;
//
// gitItemStatusBindingSource
//
this . gitItemStatusBindingSource . DataSource = typeof ( GitCommands . GitItemStatus ) ;
//
// splitContainer5
//
this . splitContainer5 . Dock = System . Windows . Forms . DockStyle . Fill ;
@ -253,6 +246,20 @@
this . UnstageFiles . UseVisualStyleBackColor = true ;
this . UnstageFiles . Click + = new System . EventHandler ( this . UnstageFiles_Click ) ;
//
// UnstagedFileContext
//
this . UnstagedFileContext . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . ResetChanges } ) ;
this . UnstagedFileContext . Name = "UnstagedFileContext" ;
this . UnstagedFileContext . Size = new System . Drawing . Size ( 1 5 3 , 4 8 ) ;
//
// ResetChanges
//
this . ResetChanges . Name = "ResetChanges" ;
this . ResetChanges . Size = new System . Drawing . Size ( 1 5 2 , 2 2 ) ;
this . ResetChanges . Text = "Reset changes" ;
this . ResetChanges . Click + = new System . EventHandler ( this . ResetSoft_Click ) ;
//
// AddFiles
//
this . AddFiles . Image = global :: GitUI . Properties . Resources . _4 ;
@ -297,14 +304,6 @@
this . Staged . SelectionChanged + = new System . EventHandler ( this . Tracked_SelectionChanged ) ;
this . Staged . Click + = new System . EventHandler ( this . Staged_Click ) ;
//
// 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 ;
//
// ChangeString2
//
this . ChangeString2 . DataPropertyName = "ChangeString" ;
@ -487,6 +486,26 @@
this . OutPut . TabIndex = 0 ;
this . OutPut . Text = "" ;
//
// 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 ;
//
// gitItemStatusBindingSource
//
this . gitItemStatusBindingSource . DataSource = typeof ( GitCommands . GitItemStatus ) ;
//
// 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 ;
//
// FormCommit
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3F ) ;
@ -509,11 +528,11 @@
this . splitContainer4 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Loading ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Unstaged ) ) . 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 ) ;
this . UnstagedFileContext . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Staged ) ) . EndInit ( ) ;
this . splitContainer3 . Panel1 . ResumeLayout ( false ) ;
this . splitContainer3 . Panel2 . ResumeLayout ( false ) ;
@ -528,6 +547,7 @@
this . splitContainer8 . Panel1 . PerformLayout ( ) ;
this . splitContainer8 . Panel2 . ResumeLayout ( false ) ;
this . splitContainer8 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . gitItemStatusBindingSource ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
}
@ -567,5 +587,7 @@
private System . Windows . Forms . ProgressBar progressBar ;
private System . Windows . Forms . DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn ;
private System . Windows . Forms . DataGridViewTextBoxColumn ChangeString2 ;
private System . Windows . Forms . ContextMenuStrip UnstagedFileContext ;
private System . Windows . Forms . ToolStripMenuItem ResetChanges ;
}
}