OSDN Git Service

a72c5fa8230efe39b7bec2b05470a3cc0ca7a5f6
[radegast/radegast.git] / plugins / Radegast.Plugin.SimpleBuilder / SimpleBuilder.Designer.cs
1 namespace SimpleBuilderNamespace\r
2 {\r
3     partial class SimpleBuilder\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 Component 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.btnBuildBox = new System.Windows.Forms.Button();\r
32             this.button1 = new System.Windows.Forms.Button();\r
33             this.button2 = new System.Windows.Forms.Button();\r
34             this.button3 = new System.Windows.Forms.Button();\r
35             this.button4 = new System.Windows.Forms.Button();\r
36             this.button5 = new System.Windows.Forms.Button();\r
37             this.label1 = new System.Windows.Forms.Label();\r
38             this.label2 = new System.Windows.Forms.Label();\r
39             this.tbox_Size = new System.Windows.Forms.TextBox();\r
40             this.tbox_Distance = new System.Windows.Forms.TextBox();\r
41             this.SuspendLayout();\r
42             // \r
43             // btnBuildBox\r
44             // \r
45             this.btnBuildBox.Location = new System.Drawing.Point(18, 17);\r
46             this.btnBuildBox.Name = "btnBuildBox";\r
47             this.btnBuildBox.Size = new System.Drawing.Size(159, 23);\r
48             this.btnBuildBox.TabIndex = 0;\r
49             this.btnBuildBox.Tag = "";\r
50             this.btnBuildBox.Text = "Box";\r
51             this.btnBuildBox.UseVisualStyleBackColor = true;\r
52             this.btnBuildBox.Click += new System.EventHandler(this.btnBuild_Click);\r
53             // \r
54             // button1\r
55             // \r
56             this.button1.Location = new System.Drawing.Point(213, 17);\r
57             this.button1.Name = "button1";\r
58             this.button1.Size = new System.Drawing.Size(159, 23);\r
59             this.button1.TabIndex = 1;\r
60             this.button1.Text = "Sphere";\r
61             this.button1.UseVisualStyleBackColor = true;\r
62             this.button1.Click += new System.EventHandler(this.btnBuild_Click);\r
63             // \r
64             // button2\r
65             // \r
66             this.button2.Location = new System.Drawing.Point(213, 46);\r
67             this.button2.Name = "button2";\r
68             this.button2.Size = new System.Drawing.Size(159, 23);\r
69             this.button2.TabIndex = 2;\r
70             this.button2.Text = "Torus";\r
71             this.button2.UseVisualStyleBackColor = true;\r
72             this.button2.Click += new System.EventHandler(this.btnBuild_Click);\r
73             // \r
74             // button3\r
75             // \r
76             this.button3.Location = new System.Drawing.Point(213, 75);\r
77             this.button3.Name = "button3";\r
78             this.button3.Size = new System.Drawing.Size(159, 23);\r
79             this.button3.TabIndex = 3;\r
80             this.button3.Text = "Tube";\r
81             this.button3.UseVisualStyleBackColor = true;\r
82             this.button3.Click += new System.EventHandler(this.btnBuild_Click);\r
83             // \r
84             // button4\r
85             // \r
86             this.button4.Location = new System.Drawing.Point(18, 75);\r
87             this.button4.Name = "button4";\r
88             this.button4.Size = new System.Drawing.Size(159, 23);\r
89             this.button4.TabIndex = 4;\r
90             this.button4.Text = "Prism";\r
91             this.button4.UseVisualStyleBackColor = true;\r
92             this.button4.Click += new System.EventHandler(this.btnBuild_Click);\r
93             // \r
94             // button5\r
95             // \r
96             this.button5.Location = new System.Drawing.Point(18, 46);\r
97             this.button5.Name = "button5";\r
98             this.button5.Size = new System.Drawing.Size(159, 23);\r
99             this.button5.TabIndex = 5;\r
100             this.button5.Text = "Cylinder";\r
101             this.button5.UseVisualStyleBackColor = true;\r
102             this.button5.Click += new System.EventHandler(this.btnBuild_Click);\r
103             // \r
104             // label1\r
105             // \r
106             this.label1.AutoSize = true;\r
107             this.label1.Location = new System.Drawing.Point(210, 113);\r
108             this.label1.Name = "label1";\r
109             this.label1.Size = new System.Drawing.Size(27, 13);\r
110             this.label1.TabIndex = 6;\r
111             this.label1.Text = "Size";\r
112             // \r
113             // label2\r
114             // \r
115             this.label2.AutoSize = true;\r
116             this.label2.Location = new System.Drawing.Point(15, 113);\r
117             this.label2.Name = "label2";\r
118             this.label2.Size = new System.Drawing.Size(49, 13);\r
119             this.label2.TabIndex = 8;\r
120             this.label2.Text = "Distance";\r
121             // \r
122             // tbox_Size\r
123             // \r
124             this.tbox_Size.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
125             this.tbox_Size.Location = new System.Drawing.Point(313, 113);\r
126             this.tbox_Size.MaxLength = 5;\r
127             this.tbox_Size.Name = "tbox_Size";\r
128             this.tbox_Size.Size = new System.Drawing.Size(59, 20);\r
129             this.tbox_Size.TabIndex = 10;\r
130             this.tbox_Size.Text = "0.500";\r
131             // \r
132             // tbox_Distance\r
133             // \r
134             this.tbox_Distance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
135             this.tbox_Distance.Location = new System.Drawing.Point(118, 113);\r
136             this.tbox_Distance.MaxLength = 5;\r
137             this.tbox_Distance.Name = "tbox_Distance";\r
138             this.tbox_Distance.Size = new System.Drawing.Size(59, 20);\r
139             this.tbox_Distance.TabIndex = 11;\r
140             this.tbox_Distance.Text = "1.000";\r
141             // \r
142             // SimpleBuilder\r
143             // \r
144             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
145             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
146             this.Controls.Add(this.tbox_Distance);\r
147             this.Controls.Add(this.tbox_Size);\r
148             this.Controls.Add(this.label2);\r
149             this.Controls.Add(this.label1);\r
150             this.Controls.Add(this.button5);\r
151             this.Controls.Add(this.button4);\r
152             this.Controls.Add(this.button3);\r
153             this.Controls.Add(this.button2);\r
154             this.Controls.Add(this.button1);\r
155             this.Controls.Add(this.btnBuildBox);\r
156             this.Name = "SimpleBuilder";\r
157             this.Size = new System.Drawing.Size(458, 290);\r
158             this.ResumeLayout(false);\r
159             this.PerformLayout();\r
160 \r
161         }\r
162 \r
163         #endregion\r
164 \r
165         private System.Windows.Forms.Button btnBuildBox;\r
166         private System.Windows.Forms.Button button1;\r
167         private System.Windows.Forms.Button button2;\r
168         private System.Windows.Forms.Button button3;\r
169         private System.Windows.Forms.Button button4;\r
170         private System.Windows.Forms.Button button5;\r
171         private System.Windows.Forms.Label label1;\r
172         private System.Windows.Forms.Label label2;\r
173         private System.Windows.Forms.TextBox tbox_Size;\r
174         private System.Windows.Forms.TextBox tbox_Distance;\r
175     }\r
176 }\r