@ -30,7 +30,6 @@
{
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( MergePatch ) ) ;
this . BrowsePatch = new System . Windows . Forms . Button ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . PatchFile = new System . Windows . Forms . TextBox ( ) ;
this . Apply = new System . Windows . Forms . Button ( ) ;
this . Mergetool = new System . Windows . Forms . Button ( ) ;
@ -38,9 +37,13 @@
this . Abort = new System . Windows . Forms . Button ( ) ;
this . Resolved = new System . Windows . Forms . Button ( ) ;
this . AddFiles = new System . Windows . Forms . Button ( ) ;
this . patchGrid1 = new GitUI . PatchGrid ( ) ;
this . splitContainer1 = new System . Windows . Forms . SplitContainer ( ) ;
this . splitContainer2 = new System . Windows . Forms . SplitContainer ( ) ;
this . PatchFileMode = new System . Windows . Forms . RadioButton ( ) ;
this . PatchDirMode = new System . Windows . Forms . RadioButton ( ) ;
this . PatchDir = new System . Windows . Forms . TextBox ( ) ;
this . BrowseDir = new System . Windows . Forms . Button ( ) ;
this . patchGrid1 = new GitUI . PatchGrid ( ) ;
this . splitContainer1 . Panel1 . SuspendLayout ( ) ;
this . splitContainer1 . Panel2 . SuspendLayout ( ) ;
this . splitContainer1 . SuspendLayout ( ) ;
@ -51,7 +54,7 @@
//
// BrowsePatch
//
this . BrowsePatch . Location = new System . Drawing . Point ( 3 6 4 , 3 ) ;
this . BrowsePatch . Location = new System . Drawing . Point ( 3 9 2 , 9 ) ;
this . BrowsePatch . Name = "BrowsePatch" ;
this . BrowsePatch . Size = new System . Drawing . Size ( 7 5 , 2 3 ) ;
this . BrowsePatch . TabIndex = 0 ;
@ -59,18 +62,9 @@
this . BrowsePatch . UseVisualStyleBackColor = true ;
this . BrowsePatch . Click + = new System . EventHandler ( this . button1_Click ) ;
//
// label1
//
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 6 , 9 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 5 1 , 1 3 ) ;
this . label1 . TabIndex = 1 ;
this . label1 . Text = "Patch file" ;
//
// PatchFile
//
this . PatchFile . Location = new System . Drawing . Point ( 7 7 , 6 ) ;
this . PatchFile . Location = new System . Drawing . Point ( 1 0 5 , 1 0 ) ;
this . PatchFile . Name = "PatchFile" ;
this . PatchFile . Size = new System . Drawing . Size ( 2 8 1 , 2 0 ) ;
this . PatchFile . TabIndex = 2 ;
@ -80,7 +74,7 @@
//
this . Apply . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . Apply . Name = "Apply" ;
this . Apply . Size = new System . Drawing . Size ( 1 0 4 , 2 3 ) ;
this . Apply . Size = new System . Drawing . Size ( 1 1 2 , 2 3 ) ;
this . Apply . TabIndex = 3 ;
this . Apply . Text = "Apply patch" ;
this . Apply . UseVisualStyleBackColor = true ;
@ -88,9 +82,14 @@
//
// Mergetool
//
this . Mergetool . Location = new System . Drawing . Point ( 3 , 3 3 ) ;
this . Mergetool . BackColor = System . Drawing . SystemColors . ControlDark ;
this . Mergetool . BackgroundImageLayout = System . Windows . Forms . ImageLayout . None ;
this . Mergetool . FlatAppearance . BorderColor = System . Drawing . Color . Black ;
this . Mergetool . FlatAppearance . BorderSize = 0 ;
this . Mergetool . ImageAlign = System . Drawing . ContentAlignment . MiddleLeft ;
this . Mergetool . Location = new System . Drawing . Point ( 3 , 7 6 ) ;
this . Mergetool . Name = "Mergetool" ;
this . Mergetool . Size = new System . Drawing . Size ( 1 0 4 , 2 3 ) ;
this . Mergetool . Size = new System . Drawing . Size ( 1 1 2 , 2 3 ) ;
this . Mergetool . TabIndex = 5 ;
this . Mergetool . Text = "Solve conflicts" ;
this . Mergetool . UseVisualStyleBackColor = true ;
@ -98,9 +97,9 @@
//
// Skip
//
this . Skip . Location = new System . Drawing . Point ( 2 , 1 6 6 ) ;
this . Skip . Location = new System . Drawing . Point ( 2 , 2 0 9 ) ;
this . Skip . Name = "Skip" ;
this . Skip . Size = new System . Drawing . Size ( 1 0 3 , 2 3 ) ;
this . Skip . Size = new System . Drawing . Size ( 1 1 2 , 2 3 ) ;
this . Skip . TabIndex = 6 ;
this . Skip . Text = "Skip patch" ;
this . Skip . UseVisualStyleBackColor = true ;
@ -108,9 +107,9 @@
//
// Abort
//
this . Abort . Location = new System . Drawing . Point ( 2 , 1 9 5 ) ;
this . Abort . Location = new System . Drawing . Point ( 2 , 2 3 8 ) ;
this . Abort . Name = "Abort" ;
this . Abort . Size = new System . Drawing . Size ( 1 0 4 , 2 3 ) ;
this . Abort . Size = new System . Drawing . Size ( 1 1 2 , 2 3 ) ;
this . Abort . TabIndex = 7 ;
this . Abort . Text = "Abort patch" ;
this . Abort . UseVisualStyleBackColor = true ;
@ -118,9 +117,9 @@
//
// Resolved
//
this . Resolved . Location = new System . Drawing . Point ( 3 , 1 3 7 ) ;
this . Resolved . Location = new System . Drawing . Point ( 3 , 1 8 0 ) ;
this . Resolved . Name = "Resolved" ;
this . Resolved . Size = new System . Drawing . Size ( 1 0 3 , 2 3 ) ;
this . Resolved . Size = new System . Drawing . Size ( 1 1 2 , 2 3 ) ;
this . Resolved . TabIndex = 8 ;
this . Resolved . Text = "Conflicts resolved" ;
this . Resolved . UseVisualStyleBackColor = true ;
@ -128,22 +127,14 @@
//
// AddFiles
//
this . AddFiles . Location = new System . Drawing . Point ( 3 , 8 8 ) ;
this . AddFiles . Location = new System . Drawing . Point ( 3 , 1 3 1 ) ;
this . AddFiles . Name = "AddFiles" ;
this . AddFiles . Size = new System . Drawing . Size ( 1 0 2 , 2 3 ) ;
this . AddFiles . Size = new System . Drawing . Size ( 1 1 2 , 2 3 ) ;
this . AddFiles . TabIndex = 9 ;
this . AddFiles . Text = "Add files" ;
this . AddFiles . UseVisualStyleBackColor = true ;
this . AddFiles . Click + = new System . EventHandler ( this . AddFiles_Click ) ;
//
// patchGrid1
//
this . patchGrid1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . patchGrid1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . patchGrid1 . Name = "patchGrid1" ;
this . patchGrid1 . Size = new System . Drawing . Size ( 6 4 6 , 3 5 5 ) ;
this . patchGrid1 . TabIndex = 1 0 ;
//
// splitContainer1
//
this . splitContainer1 . Dock = System . Windows . Forms . DockStyle . Fill ;
@ -164,7 +155,7 @@
this . splitContainer1 . Panel2 . Controls . Add ( this . Resolved ) ;
this . splitContainer1 . Panel2 . Controls . Add ( this . Abort ) ;
this . splitContainer1 . Size = new System . Drawing . Size ( 7 6 4 , 3 9 1 ) ;
this . splitContainer1 . SplitterDistance = 6 4 6 ;
this . splitContainer1 . SplitterDistance = 6 4 2 ;
this . splitContainer1 . TabIndex = 1 1 ;
//
// splitContainer2
@ -177,17 +168,72 @@
//
// splitContainer2.Panel1
//
this . splitContainer2 . Panel1 . Controls . Add ( this . PatchDir ) ;
this . splitContainer2 . Panel1 . Controls . Add ( this . BrowseDir ) ;
this . splitContainer2 . Panel1 . Controls . Add ( this . PatchDirMode ) ;
this . splitContainer2 . Panel1 . Controls . Add ( this . PatchFileMode ) ;
this . splitContainer2 . Panel1 . Controls . Add ( this . PatchFile ) ;
this . splitContainer2 . Panel1 . Controls . Add ( this . BrowsePatch ) ;
this . splitContainer2 . Panel1 . Controls . Add ( this . label1 ) ;
//
// splitContainer2.Panel2
//
this . splitContainer2 . Panel2 . Controls . Add ( this . patchGrid1 ) ;
this . splitContainer2 . Size = new System . Drawing . Size ( 6 4 6 , 3 9 1 ) ;
this . splitContainer2 . SplitterDistance = 3 2 ;
this . splitContainer2 . Size = new System . Drawing . Size ( 6 4 2 , 3 9 1 ) ;
this . splitContainer2 . SplitterDistance = 7 2 ;
this . splitContainer2 . TabIndex = 0 ;
//
// PatchFileMode
//
this . PatchFileMode . AutoSize = true ;
this . PatchFileMode . Checked = true ;
this . PatchFileMode . Location = new System . Drawing . Point ( 1 3 , 1 1 ) ;
this . PatchFileMode . Name = "PatchFileMode" ;
this . PatchFileMode . Size = new System . Drawing . Size ( 6 9 , 1 7 ) ;
this . PatchFileMode . TabIndex = 3 ;
this . PatchFileMode . TabStop = true ;
this . PatchFileMode . Text = "Patch file" ;
this . PatchFileMode . UseVisualStyleBackColor = true ;
this . PatchFileMode . CheckedChanged + = new System . EventHandler ( this . PatchFileMode_CheckedChanged ) ;
//
// PatchDirMode
//
this . PatchDirMode . AutoSize = true ;
this . PatchDirMode . Location = new System . Drawing . Point ( 1 3 , 3 6 ) ;
this . PatchDirMode . Name = "PatchDirMode" ;
this . PatchDirMode . Size = new System . Drawing . Size ( 6 7 , 1 7 ) ;
this . PatchDirMode . TabIndex = 4 ;
this . PatchDirMode . TabStop = true ;
this . PatchDirMode . Text = "Patch dir" ;
this . PatchDirMode . UseVisualStyleBackColor = true ;
this . PatchDirMode . CheckedChanged + = new System . EventHandler ( this . PatchDirMode_CheckedChanged ) ;
//
// PatchDir
//
this . PatchDir . Enabled = false ;
this . PatchDir . Location = new System . Drawing . Point ( 1 0 5 , 3 6 ) ;
this . PatchDir . Name = "PatchDir" ;
this . PatchDir . Size = new System . Drawing . Size ( 2 8 1 , 2 0 ) ;
this . PatchDir . TabIndex = 6 ;
//
// BrowseDir
//
this . BrowseDir . Enabled = false ;
this . BrowseDir . Location = new System . Drawing . Point ( 3 9 2 , 3 5 ) ;
this . BrowseDir . Name = "BrowseDir" ;
this . BrowseDir . Size = new System . Drawing . Size ( 7 5 , 2 3 ) ;
this . BrowseDir . TabIndex = 5 ;
this . BrowseDir . Text = "Browse" ;
this . BrowseDir . UseVisualStyleBackColor = true ;
this . BrowseDir . Click + = new System . EventHandler ( this . BrowseDir_Click ) ;
//
// patchGrid1
//
this . patchGrid1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . patchGrid1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . patchGrid1 . Name = "patchGrid1" ;
this . patchGrid1 . Size = new System . Drawing . Size ( 6 4 2 , 3 1 5 ) ;
this . patchGrid1 . TabIndex = 1 0 ;
//
// MergePatch
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 3F ) ;
@ -214,7 +260,6 @@
#endregion
private System . Windows . Forms . Button BrowsePatch ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . TextBox PatchFile ;
private System . Windows . Forms . Button Apply ;
private System . Windows . Forms . Button Mergetool ;
@ -225,5 +270,9 @@
private PatchGrid patchGrid1 ;
private System . Windows . Forms . SplitContainer splitContainer1 ;
private System . Windows . Forms . SplitContainer splitContainer2 ;
private System . Windows . Forms . TextBox PatchDir ;
private System . Windows . Forms . Button BrowseDir ;
private System . Windows . Forms . RadioButton PatchDirMode ;
private System . Windows . Forms . RadioButton PatchFileMode ;
}
}