OSDN Git Service

Add Miss file
[tortoisegit/TortoiseGitJp.git] / contrib / issue-tracker-plugins / ExampleCsPlugin / OptionsForm.Designer.cs
1 namespace ExampleCsPlugin\r
2 {\r
3         partial class OptionsForm\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.checkBox1 = new System.Windows.Forms.CheckBox( );\r
32                         this.checkBox2 = new System.Windows.Forms.CheckBox( );\r
33                         this.button1 = new System.Windows.Forms.Button( );\r
34                         this.button2 = new System.Windows.Forms.Button( );\r
35                         this.SuspendLayout( );\r
36                         // \r
37                         // checkBox1\r
38                         // \r
39                         this.checkBox1.AutoSize = true;\r
40                         this.checkBox1.Location = new System.Drawing.Point( 44, 56 );\r
41                         this.checkBox1.Name = "checkBox1";\r
42                         this.checkBox1.Size = new System.Drawing.Size( 80, 17 );\r
43                         this.checkBox1.TabIndex = 0;\r
44                         this.checkBox1.Text = "checkBox1";\r
45                         this.checkBox1.UseVisualStyleBackColor = true;\r
46                         // \r
47                         // checkBox2\r
48                         // \r
49                         this.checkBox2.AutoSize = true;\r
50                         this.checkBox2.Location = new System.Drawing.Point( 44, 91 );\r
51                         this.checkBox2.Name = "checkBox2";\r
52                         this.checkBox2.Size = new System.Drawing.Size( 80, 17 );\r
53                         this.checkBox2.TabIndex = 1;\r
54                         this.checkBox2.Text = "checkBox2";\r
55                         this.checkBox2.UseVisualStyleBackColor = true;\r
56                         // \r
57                         // button1\r
58                         // \r
59                         this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;\r
60                         this.button1.Location = new System.Drawing.Point( 114, 229 );\r
61                         this.button1.Name = "button1";\r
62                         this.button1.Size = new System.Drawing.Size( 75, 23 );\r
63                         this.button1.TabIndex = 2;\r
64                         this.button1.Text = "OK";\r
65                         this.button1.UseVisualStyleBackColor = true;\r
66                         // \r
67                         // button2\r
68                         // \r
69                         this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
70                         this.button2.Location = new System.Drawing.Point( 207, 229 );\r
71                         this.button2.Name = "button2";\r
72                         this.button2.Size = new System.Drawing.Size( 75, 23 );\r
73                         this.button2.TabIndex = 3;\r
74                         this.button2.Text = "Cancel";\r
75                         this.button2.UseVisualStyleBackColor = true;\r
76                         // \r
77                         // OptionsForm\r
78                         // \r
79                         this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );\r
80                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
81                         this.ClientSize = new System.Drawing.Size( 284, 264 );\r
82                         this.Controls.Add( this.button2 );\r
83                         this.Controls.Add( this.button1 );\r
84                         this.Controls.Add( this.checkBox2 );\r
85                         this.Controls.Add( this.checkBox1 );\r
86                         this.Name = "OptionsForm";\r
87                         this.Text = "OptionsForm";\r
88                         this.ResumeLayout( false );\r
89                         this.PerformLayout( );\r
90 \r
91                 }\r
92 \r
93                 #endregion\r
94 \r
95                 private System.Windows.Forms.Button button1;\r
96                 private System.Windows.Forms.Button button2;\r
97                 public System.Windows.Forms.CheckBox checkBox1;\r
98                 public System.Windows.Forms.CheckBox checkBox2;\r
99         }\r
100 }