OSDN Git Service

Fixed issue #112: (3) Low hanging GUI fruits during Commit and Push
[tortoisegit/TortoiseGitJp.git] / contrib / issue-tracker-plugins / ExampleCsPlugin / CommitFinishedForm.Designer.cs
1 namespace ExampleCsPlugin\r
2 {\r
3         partial class CommitFinishedForm\r
4         {\r
5                 /// <summary>\r
6                 /// Required designer variable.\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9 \r
10                 /// <summary>\r
11                 /// Clean up any resources being used.\r
12                 /// </summary>\r
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14                 protected override void Dispose( bool disposing )\r
15                 {\r
16                         if ( disposing && ( components != null ) )\r
17                         {\r
18                                 components.Dispose( );\r
19                         }\r
20                         base.Dispose( disposing );\r
21                 }\r
22 \r
23                 #region Windows Form Designer generated code\r
24 \r
25                 /// <summary>\r
26                 /// Required method for Designer support - do not modify\r
27                 /// the contents of this method with the code editor.\r
28                 /// </summary>\r
29                 private void InitializeComponent( )\r
30                 {\r
31                         this.button1 = new System.Windows.Forms.Button( );\r
32                         this.button2 = new System.Windows.Forms.Button( );\r
33                         this.button3 = new System.Windows.Forms.Button( );\r
34                         this.button4 = new System.Windows.Forms.Button( );\r
35                         this.label1 = new System.Windows.Forms.Label( );\r
36                         this.SuspendLayout( );\r
37                         // \r
38                         // button1\r
39                         // \r
40                         this.button1.Location = new System.Drawing.Point( 43, 77 );\r
41                         this.button1.Name = "button1";\r
42                         this.button1.Size = new System.Drawing.Size( 75, 23 );\r
43                         this.button1.TabIndex = 0;\r
44                         this.button1.Text = "Close Issue";\r
45                         this.button1.UseVisualStyleBackColor = true;\r
46                         // \r
47                         // button2\r
48                         // \r
49                         this.button2.Location = new System.Drawing.Point( 159, 77 );\r
50                         this.button2.Name = "button2";\r
51                         this.button2.Size = new System.Drawing.Size( 126, 23 );\r
52                         this.button2.TabIndex = 1;\r
53                         this.button2.Text = "Add Commit to Issue";\r
54                         this.button2.UseVisualStyleBackColor = true;\r
55                         // \r
56                         // button3\r
57                         // \r
58                         this.button3.DialogResult = System.Windows.Forms.DialogResult.OK;\r
59                         this.button3.Location = new System.Drawing.Point( 96, 217 );\r
60                         this.button3.Name = "button3";\r
61                         this.button3.Size = new System.Drawing.Size( 75, 23 );\r
62                         this.button3.TabIndex = 2;\r
63                         this.button3.Text = "OK";\r
64                         this.button3.UseVisualStyleBackColor = true;\r
65                         // \r
66                         // button4\r
67                         // \r
68                         this.button4.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
69                         this.button4.Location = new System.Drawing.Point( 240, 217 );\r
70                         this.button4.Name = "button4";\r
71                         this.button4.Size = new System.Drawing.Size( 75, 23 );\r
72                         this.button4.TabIndex = 3;\r
73                         this.button4.Text = "Cancel";\r
74                         this.button4.UseVisualStyleBackColor = true;\r
75                         // \r
76                         // label1\r
77                         // \r
78                         this.label1.AutoSize = true;\r
79                         this.label1.Location = new System.Drawing.Point( 12, 9 );\r
80                         this.label1.Name = "label1";\r
81                         this.label1.Size = new System.Drawing.Size( 84, 13 );\r
82                         this.label1.TabIndex = 4;\r
83                         this.label1.Text = "Selected issues:";\r
84                         // \r
85                         // CommitFinishedForm\r
86                         // \r
87                         this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );\r
88                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
89                         this.ClientSize = new System.Drawing.Size( 327, 252 );\r
90                         this.Controls.Add( this.label1 );\r
91                         this.Controls.Add( this.button4 );\r
92                         this.Controls.Add( this.button3 );\r
93                         this.Controls.Add( this.button2 );\r
94                         this.Controls.Add( this.button1 );\r
95                         this.Name = "CommitFinishedForm";\r
96                         this.Text = "CommitFinishedForm";\r
97                         this.ResumeLayout( false );\r
98                         this.PerformLayout( );\r
99 \r
100                 }\r
101 \r
102                 #endregion\r
103 \r
104                 private System.Windows.Forms.Button button1;\r
105                 private System.Windows.Forms.Button button2;\r
106                 private System.Windows.Forms.Button button3;\r
107                 private System.Windows.Forms.Button button4;\r
108                 private System.Windows.Forms.Label label1;\r
109         }\r
110 }