1
namespace ExampleCsPlugin
3 partial class CommitFinishedForm
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose( bool disposing
)
16 if ( disposing
&& ( components
!= null ) )
18 components
.Dispose( );
20 base.Dispose( disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent( )
31 this.button1
= new System
.Windows
.Forms
.Button( );
32 this.button2
= new System
.Windows
.Forms
.Button( );
33 this.button3
= new System
.Windows
.Forms
.Button( );
34 this.button4
= new System
.Windows
.Forms
.Button( );
35 this.label1
= new System
.Windows
.Forms
.Label( );
36 this.SuspendLayout( );
40 this.button1
.Location
= new System
.Drawing
.Point( 43, 77 );
41 this.button1
.Name
= "button1";
42 this.button1
.Size
= new System
.Drawing
.Size( 75, 23 );
43 this.button1
.TabIndex
= 0;
44 this.button1
.Text
= "Close Issue";
45 this.button1
.UseVisualStyleBackColor
= true;
49 this.button2
.Location
= new System
.Drawing
.Point( 159, 77 );
50 this.button2
.Name
= "button2";
51 this.button2
.Size
= new System
.Drawing
.Size( 126, 23 );
52 this.button2
.TabIndex
= 1;
53 this.button2
.Text
= "Add Commit to Issue";
54 this.button2
.UseVisualStyleBackColor
= true;
58 this.button3
.DialogResult
= System
.Windows
.Forms
.DialogResult
.OK
;
59 this.button3
.Location
= new System
.Drawing
.Point( 96, 217 );
60 this.button3
.Name
= "button3";
61 this.button3
.Size
= new System
.Drawing
.Size( 75, 23 );
62 this.button3
.TabIndex
= 2;
63 this.button3
.Text
= "OK";
64 this.button3
.UseVisualStyleBackColor
= true;
68 this.button4
.DialogResult
= System
.Windows
.Forms
.DialogResult
.Cancel
;
69 this.button4
.Location
= new System
.Drawing
.Point( 240, 217 );
70 this.button4
.Name
= "button4";
71 this.button4
.Size
= new System
.Drawing
.Size( 75, 23 );
72 this.button4
.TabIndex
= 3;
73 this.button4
.Text
= "Cancel";
74 this.button4
.UseVisualStyleBackColor
= true;
78 this.label1
.AutoSize
= true;
79 this.label1
.Location
= new System
.Drawing
.Point( 12, 9 );
80 this.label1
.Name
= "label1";
81 this.label1
.Size
= new System
.Drawing
.Size( 84, 13 );
82 this.label1
.TabIndex
= 4;
83 this.label1
.Text
= "Selected issues:";
87 this.AutoScaleDimensions
= new System
.Drawing
.SizeF( 6F
, 13F
);
88 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
89 this.ClientSize
= new System
.Drawing
.Size( 327, 252 );
90 this.Controls
.Add( this.label1
);
91 this.Controls
.Add( this.button4
);
92 this.Controls
.Add( this.button3
);
93 this.Controls
.Add( this.button2
);
94 this.Controls
.Add( this.button1
);
95 this.Name
= "CommitFinishedForm";
96 this.Text
= "CommitFinishedForm";
97 this.ResumeLayout( false );
98 this.PerformLayout( );
104 private System
.Windows
.Forms
.Button button1
;
105 private System
.Windows
.Forms
.Button button2
;
106 private System
.Windows
.Forms
.Button button3
;
107 private System
.Windows
.Forms
.Button button4
;
108 private System
.Windows
.Forms
.Label label1
;