OSDN Git Service

Update copyright year
[radegast/radegast.git] / Radegast / GUI / Rendering / Rendering.Designer.cs
1 // 
2 // Radegast Metaverse Client
3 // Copyright (c) 2009-2014, Radegast Development Team
4 // All rights reserved.
5 // 
6 // Redistribution and use in source and binary forms, with or without
7 // modification, are permitted provided that the following conditions are met:
8 // 
9 //     * Redistributions of source code must retain the above copyright notice,
10 //       this list of conditions and the following disclaimer.
11 //     * Redistributions in binary form must reproduce the above copyright
12 //       notice, this list of conditions and the following disclaimer in the
13 //       documentation and/or other materials provided with the distribution.
14 //     * Neither the name of the application "Radegast", nor the names of its
15 //       contributors may be used to endorse or promote products derived from
16 //       this software without specific prior written permission.
17 // 
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 //
29 // $Id$
30 //
31 namespace Radegast.Rendering
32 {
33     partial class SceneWindow
34     {
35         /// <summary>
36         /// Required designer variable.
37         /// </summary>
38         private System.ComponentModel.IContainer components = null;
39
40         /// <summary>
41         /// Clean up any resources being used.
42         /// </summary>
43         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
44         protected override void Dispose(bool disposing)
45         {
46             RenderingEnabled = false;
47
48             if (disposing)
49             {
50                 DisposeInternal();
51                 if (components != null)
52                 {
53                     components.Dispose();
54                 }
55             }
56             base.Dispose(disposing);
57         }
58
59         #region Windows Form Designer generated code
60
61         /// <summary>
62         /// Required method for Designer support - do not modify
63         /// the contents of this method with the code editor.
64         /// </summary>
65         private void InitializeComponent()
66         {
67             this.components = new System.ComponentModel.Container();
68             this.pnlDebug = new System.Windows.Forms.GroupBox();
69             this.cbMisc = new System.Windows.Forms.CheckBox();
70             this.button_driver = new System.Windows.Forms.Button();
71             this.textBox_driveramount = new System.Windows.Forms.TextBox();
72             this.label6 = new System.Windows.Forms.Label();
73             this.comboBox_driver = new System.Windows.Forms.ComboBox();
74             this.button1 = new System.Windows.Forms.Button();
75             this.textBox_morphamount = new System.Windows.Forms.TextBox();
76             this.label5 = new System.Windows.Forms.Label();
77             this.comboBox_morph = new System.Windows.Forms.ComboBox();
78             this.textBox_sz = new System.Windows.Forms.TextBox();
79             this.textBox_sy = new System.Windows.Forms.TextBox();
80             this.label4 = new System.Windows.Forms.Label();
81             this.textBox_sx = new System.Windows.Forms.TextBox();
82             this.label3 = new System.Windows.Forms.Label();
83             this.label1 = new System.Windows.Forms.Label();
84             this.textBox_z = new System.Windows.Forms.TextBox();
85             this.textBox_y = new System.Windows.Forms.TextBox();
86             this.comboBox1 = new System.Windows.Forms.ComboBox();
87             this.button_vparam = new System.Windows.Forms.Button();
88             this.textBox_x = new System.Windows.Forms.TextBox();
89             this.hsLOD = new System.Windows.Forms.HScrollBar();
90             this.hsSpecular = new System.Windows.Forms.HScrollBar();
91             this.hsDiffuse = new System.Windows.Forms.HScrollBar();
92             this.hsAmbient = new System.Windows.Forms.HScrollBar();
93             this.label2 = new System.Windows.Forms.Label();
94             this.btnResetView = new System.Windows.Forms.Button();
95             this.ctxMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
96             this.pnlChat = new System.Windows.Forms.Panel();
97             this.cbChatType = new System.Windows.Forms.ComboBox();
98             this.btnSay = new System.Windows.Forms.Button();
99             this.txtChat = new Radegast.Rendering.ChatBox();
100             this.pnlDebug.SuspendLayout();
101             this.pnlChat.SuspendLayout();
102             this.SuspendLayout();
103             // 
104             // pnlDebug
105             // 
106             this.pnlDebug.Controls.Add(this.cbMisc);
107             this.pnlDebug.Controls.Add(this.button_driver);
108             this.pnlDebug.Controls.Add(this.textBox_driveramount);
109             this.pnlDebug.Controls.Add(this.label6);
110             this.pnlDebug.Controls.Add(this.comboBox_driver);
111             this.pnlDebug.Controls.Add(this.button1);
112             this.pnlDebug.Controls.Add(this.textBox_morphamount);
113             this.pnlDebug.Controls.Add(this.label5);
114             this.pnlDebug.Controls.Add(this.comboBox_morph);
115             this.pnlDebug.Controls.Add(this.textBox_sz);
116             this.pnlDebug.Controls.Add(this.textBox_sy);
117             this.pnlDebug.Controls.Add(this.label4);
118             this.pnlDebug.Controls.Add(this.textBox_sx);
119             this.pnlDebug.Controls.Add(this.label3);
120             this.pnlDebug.Controls.Add(this.label1);
121             this.pnlDebug.Controls.Add(this.textBox_z);
122             this.pnlDebug.Controls.Add(this.textBox_y);
123             this.pnlDebug.Controls.Add(this.comboBox1);
124             this.pnlDebug.Controls.Add(this.button_vparam);
125             this.pnlDebug.Controls.Add(this.textBox_x);
126             this.pnlDebug.Controls.Add(this.hsLOD);
127             this.pnlDebug.Controls.Add(this.hsSpecular);
128             this.pnlDebug.Controls.Add(this.hsDiffuse);
129             this.pnlDebug.Controls.Add(this.hsAmbient);
130             this.pnlDebug.Controls.Add(this.label2);
131             this.pnlDebug.Controls.Add(this.btnResetView);
132             this.pnlDebug.Dock = System.Windows.Forms.DockStyle.Bottom;
133             this.pnlDebug.Location = new System.Drawing.Point(0, 337);
134             this.pnlDebug.Name = "pnlDebug";
135             this.pnlDebug.Size = new System.Drawing.Size(779, 163);
136             this.pnlDebug.TabIndex = 8;
137             this.pnlDebug.TabStop = false;
138             this.pnlDebug.Visible = false;
139             // 
140             // cbMisc
141             // 
142             this.cbMisc.AutoSize = true;
143             this.cbMisc.Checked = true;
144             this.cbMisc.CheckState = System.Windows.Forms.CheckState.Checked;
145             this.cbMisc.Location = new System.Drawing.Point(358, 142);
146             this.cbMisc.Name = "cbMisc";
147             this.cbMisc.Size = new System.Drawing.Size(48, 17);
148             this.cbMisc.TabIndex = 49;
149             this.cbMisc.Text = "Misc";
150             this.cbMisc.UseVisualStyleBackColor = true;
151             this.cbMisc.CheckedChanged += new System.EventHandler(this.cbMisc_CheckedChanged);
152             // 
153             // button_driver
154             // 
155             this.button_driver.Location = new System.Drawing.Point(277, 140);
156             this.button_driver.Name = "button_driver";
157             this.button_driver.Size = new System.Drawing.Size(75, 23);
158             this.button_driver.TabIndex = 46;
159             this.button_driver.Text = "Driver";
160             this.button_driver.UseVisualStyleBackColor = true;
161             this.button_driver.Click += new System.EventHandler(this.button_driver_Click);
162             // 
163             // textBox_driveramount
164             // 
165             this.textBox_driveramount.Location = new System.Drawing.Point(204, 142);
166             this.textBox_driveramount.Name = "textBox_driveramount";
167             this.textBox_driveramount.Size = new System.Drawing.Size(67, 20);
168             this.textBox_driveramount.TabIndex = 45;
169             this.textBox_driveramount.Text = "0";
170             // 
171             // label6
172             // 
173             this.label6.AutoSize = true;
174             this.label6.Location = new System.Drawing.Point(9, 144);
175             this.label6.Name = "label6";
176             this.label6.Size = new System.Drawing.Size(35, 13);
177             this.label6.TabIndex = 44;
178             this.label6.Text = "Driver";
179             // 
180             // comboBox_driver
181             // 
182             this.comboBox_driver.FormattingEnabled = true;
183             this.comboBox_driver.Location = new System.Drawing.Point(74, 141);
184             this.comboBox_driver.Name = "comboBox_driver";
185             this.comboBox_driver.Size = new System.Drawing.Size(121, 21);
186             this.comboBox_driver.TabIndex = 43;
187             // 
188             // button1
189             // 
190             this.button1.Location = new System.Drawing.Point(277, 114);
191             this.button1.Name = "button1";
192             this.button1.Size = new System.Drawing.Size(75, 23);
193             this.button1.TabIndex = 42;
194             this.button1.Text = "Apply";
195             this.button1.UseVisualStyleBackColor = true;
196             this.button1.Click += new System.EventHandler(this.button1_Click);
197             // 
198             // textBox_morphamount
199             // 
200             this.textBox_morphamount.Location = new System.Drawing.Point(204, 116);
201             this.textBox_morphamount.Name = "textBox_morphamount";
202             this.textBox_morphamount.Size = new System.Drawing.Size(67, 20);
203             this.textBox_morphamount.TabIndex = 41;
204             this.textBox_morphamount.Text = "0";
205             // 
206             // label5
207             // 
208             this.label5.AutoSize = true;
209             this.label5.Location = new System.Drawing.Point(9, 118);
210             this.label5.Name = "label5";
211             this.label5.Size = new System.Drawing.Size(37, 13);
212             this.label5.TabIndex = 40;
213             this.label5.Text = "Morph";
214             // 
215             // comboBox_morph
216             // 
217             this.comboBox_morph.FormattingEnabled = true;
218             this.comboBox_morph.Items.AddRange(new object[] {
219             "mPelvis",
220             "mTorso",
221             "mChest",
222             "mNeck",
223             "mHead",
224             "mCollarLeft",
225             "mCollarRight",
226             "mShoulderLeft",
227             "mShoulderRight",
228             "mElbowLeft",
229             "mElbowRight",
230             "mWristRight",
231             "mWristLeft",
232             "mHipRight",
233             "mHipLeft",
234             "mKneeRight",
235             "mKneeLeft",
236             "mAnkleRight",
237             "mAnkleLeft",
238             "mFootLeft",
239             "mFootRight",
240             "mToeLeft",
241             "mToeRight"});
242             this.comboBox_morph.Location = new System.Drawing.Point(74, 115);
243             this.comboBox_morph.Name = "comboBox_morph";
244             this.comboBox_morph.Size = new System.Drawing.Size(121, 21);
245             this.comboBox_morph.TabIndex = 39;
246             this.comboBox_morph.SelectedIndexChanged += new System.EventHandler(this.comboBox_morph_SelectedIndexChanged);
247             // 
248             // textBox_sz
249             // 
250             this.textBox_sz.Location = new System.Drawing.Point(466, 90);
251             this.textBox_sz.Name = "textBox_sz";
252             this.textBox_sz.Size = new System.Drawing.Size(32, 20);
253             this.textBox_sz.TabIndex = 38;
254             this.textBox_sz.Text = "0";
255             // 
256             // textBox_sy
257             // 
258             this.textBox_sy.Location = new System.Drawing.Point(428, 91);
259             this.textBox_sy.Name = "textBox_sy";
260             this.textBox_sy.Size = new System.Drawing.Size(32, 20);
261             this.textBox_sy.TabIndex = 37;
262             this.textBox_sy.Text = "0";
263             // 
264             // label4
265             // 
266             this.label4.AutoSize = true;
267             this.label4.Location = new System.Drawing.Point(353, 94);
268             this.label4.Name = "label4";
269             this.label4.Size = new System.Drawing.Size(34, 13);
270             this.label4.TabIndex = 36;
271             this.label4.Text = "Scale";
272             // 
273             // textBox_sx
274             // 
275             this.textBox_sx.Location = new System.Drawing.Point(390, 91);
276             this.textBox_sx.Name = "textBox_sx";
277             this.textBox_sx.Size = new System.Drawing.Size(32, 20);
278             this.textBox_sx.TabIndex = 33;
279             this.textBox_sx.Text = "0";
280             // 
281             // label3
282             // 
283             this.label3.AutoSize = true;
284             this.label3.Location = new System.Drawing.Point(201, 92);
285             this.label3.Name = "label3";
286             this.label3.Size = new System.Drawing.Size(24, 13);
287             this.label3.TabIndex = 32;
288             this.label3.Text = "Rot";
289             // 
290             // label1
291             // 
292             this.label1.AutoSize = true;
293             this.label1.Location = new System.Drawing.Point(9, 92);
294             this.label1.Name = "label1";
295             this.label1.Size = new System.Drawing.Size(59, 13);
296             this.label1.TabIndex = 31;
297             this.label1.Text = "Bone/Joint";
298             // 
299             // textBox_z
300             // 
301             this.textBox_z.Location = new System.Drawing.Point(315, 90);
302             this.textBox_z.Name = "textBox_z";
303             this.textBox_z.Size = new System.Drawing.Size(32, 20);
304             this.textBox_z.TabIndex = 30;
305             this.textBox_z.Text = "0";
306             this.textBox_z.TextChanged += new System.EventHandler(this.textBox_z_TextChanged);
307             // 
308             // textBox_y
309             // 
310             this.textBox_y.Location = new System.Drawing.Point(277, 90);
311             this.textBox_y.Name = "textBox_y";
312             this.textBox_y.Size = new System.Drawing.Size(32, 20);
313             this.textBox_y.TabIndex = 29;
314             this.textBox_y.Text = "0";
315             this.textBox_y.TextChanged += new System.EventHandler(this.textBox_y_TextChanged);
316             // 
317             // comboBox1
318             // 
319             this.comboBox1.FormattingEnabled = true;
320             this.comboBox1.Items.AddRange(new object[] {
321             "mPelvis",
322             "mTorso",
323             "mChest",
324             "mNeck",
325             "mHead",
326             "mCollarLeft",
327             "mCollarRight",
328             "mShoulderLeft",
329             "mShoulderRight",
330             "mElbowLeft",
331             "mElbowRight",
332             "mWristRight",
333             "mWristLeft",
334             "mHipRight",
335             "mHipLeft",
336             "mKneeRight",
337             "mKneeLeft",
338             "mAnkleRight",
339             "mAnkleLeft",
340             "mFootLeft",
341             "mFootRight",
342             "mToeLeft",
343             "mToeRight"});
344             this.comboBox1.Location = new System.Drawing.Point(74, 88);
345             this.comboBox1.Name = "comboBox1";
346             this.comboBox1.Size = new System.Drawing.Size(121, 21);
347             this.comboBox1.TabIndex = 28;
348             this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
349             // 
350             // button_vparam
351             // 
352             this.button_vparam.Location = new System.Drawing.Point(514, 88);
353             this.button_vparam.Name = "button_vparam";
354             this.button_vparam.Size = new System.Drawing.Size(75, 23);
355             this.button_vparam.TabIndex = 27;
356             this.button_vparam.Text = "Apply";
357             this.button_vparam.UseVisualStyleBackColor = true;
358             this.button_vparam.Click += new System.EventHandler(this.button_vparam_Click);
359             // 
360             // textBox_x
361             // 
362             this.textBox_x.Location = new System.Drawing.Point(239, 89);
363             this.textBox_x.Name = "textBox_x";
364             this.textBox_x.Size = new System.Drawing.Size(32, 20);
365             this.textBox_x.TabIndex = 26;
366             this.textBox_x.Text = "0";
367             this.textBox_x.TextChanged += new System.EventHandler(this.textBox_vparamid_TextChanged);
368             // 
369             // hsLOD
370             // 
371             this.hsLOD.Location = new System.Drawing.Point(343, 67);
372             this.hsLOD.Name = "hsLOD";
373             this.hsLOD.Size = new System.Drawing.Size(292, 17);
374             this.hsLOD.TabIndex = 24;
375             this.hsLOD.Value = 25;
376             this.hsLOD.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hsLOD_Scroll);
377             // 
378             // hsSpecular
379             // 
380             this.hsSpecular.Location = new System.Drawing.Point(343, 50);
381             this.hsSpecular.Name = "hsSpecular";
382             this.hsSpecular.Size = new System.Drawing.Size(292, 17);
383             this.hsSpecular.TabIndex = 24;
384             this.hsSpecular.Value = 30;
385             this.hsSpecular.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hsSpecular_Scroll);
386             // 
387             // hsDiffuse
388             // 
389             this.hsDiffuse.Location = new System.Drawing.Point(343, 33);
390             this.hsDiffuse.Name = "hsDiffuse";
391             this.hsDiffuse.Size = new System.Drawing.Size(292, 17);
392             this.hsDiffuse.TabIndex = 24;
393             this.hsDiffuse.Value = 25;
394             this.hsDiffuse.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hsDiffuse_Scroll);
395             // 
396             // hsAmbient
397             // 
398             this.hsAmbient.Location = new System.Drawing.Point(343, 16);
399             this.hsAmbient.Name = "hsAmbient";
400             this.hsAmbient.Size = new System.Drawing.Size(292, 17);
401             this.hsAmbient.TabIndex = 24;
402             this.hsAmbient.Value = 20;
403             this.hsAmbient.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hsAmbient_Scroll);
404             // 
405             // label2
406             // 
407             this.label2.AutoSize = true;
408             this.label2.Location = new System.Drawing.Point(9, 3);
409             this.label2.Name = "label2";
410             this.label2.Size = new System.Drawing.Size(167, 13);
411             this.label2.TabIndex = 23;
412             this.label2.Text = "Alt-Drag to Zoom, Ctrl-Drag to pan";
413             // 
414             // btnResetView
415             // 
416             this.btnResetView.Location = new System.Drawing.Point(12, 19);
417             this.btnResetView.Name = "btnResetView";
418             this.btnResetView.Size = new System.Drawing.Size(94, 23);
419             this.btnResetView.TabIndex = 22;
420             this.btnResetView.Text = "Reset View";
421             this.btnResetView.UseVisualStyleBackColor = true;
422             this.btnResetView.Click += new System.EventHandler(this.btnReset_Click);
423             // 
424             // ctxMenu
425             // 
426             this.ctxMenu.Name = "ctxObjects";
427             this.ctxMenu.Size = new System.Drawing.Size(61, 4);
428             this.ctxMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ctxObjects_Opening);
429             // 
430             // pnlChat
431             // 
432             this.pnlChat.Controls.Add(this.cbChatType);
433             this.pnlChat.Controls.Add(this.btnSay);
434             this.pnlChat.Controls.Add(this.txtChat);
435             this.pnlChat.Dock = System.Windows.Forms.DockStyle.Bottom;
436             this.pnlChat.Location = new System.Drawing.Point(0, 314);
437             this.pnlChat.Name = "pnlChat";
438             this.pnlChat.Size = new System.Drawing.Size(779, 23);
439             this.pnlChat.TabIndex = 9;
440             // 
441             // cbChatType
442             // 
443             this.cbChatType.AccessibleName = "Chat type";
444             this.cbChatType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
445             this.cbChatType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
446             this.cbChatType.Enabled = false;
447             this.cbChatType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
448             this.cbChatType.FormattingEnabled = true;
449             this.cbChatType.Items.AddRange(new object[] {
450             "Whisper",
451             "Normal",
452             "Shout"});
453             this.cbChatType.Location = new System.Drawing.Point(700, 0);
454             this.cbChatType.Name = "cbChatType";
455             this.cbChatType.Size = new System.Drawing.Size(73, 21);
456             this.cbChatType.TabIndex = 2;
457             // 
458             // btnSay
459             // 
460             this.btnSay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
461             this.btnSay.Enabled = false;
462             this.btnSay.FlatAppearance.BorderSize = 0;
463             this.btnSay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
464             this.btnSay.Location = new System.Drawing.Point(650, 0);
465             this.btnSay.Name = "btnSay";
466             this.btnSay.Size = new System.Drawing.Size(50, 22);
467             this.btnSay.TabIndex = 1;
468             this.btnSay.Text = "Say";
469             this.btnSay.UseVisualStyleBackColor = true;
470             this.btnSay.Click += new System.EventHandler(this.btnSay_Click);
471             // 
472             // txtChat
473             // 
474             this.txtChat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
475                         | System.Windows.Forms.AnchorStyles.Right)));
476             this.txtChat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
477             this.txtChat.Location = new System.Drawing.Point(0, 1);
478             this.txtChat.Name = "txtChat";
479             this.txtChat.Size = new System.Drawing.Size(650, 20);
480             this.txtChat.TabIndex = 0;
481             this.txtChat.TextChanged += new System.EventHandler(this.txtChat_TextChanged);
482             this.txtChat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtChat_KeyDown);
483             // 
484             // SceneWindow
485             // 
486             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
487             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
488             this.Controls.Add(this.pnlChat);
489             this.Controls.Add(this.pnlDebug);
490             this.Name = "SceneWindow";
491             this.Size = new System.Drawing.Size(779, 500);
492             this.Load += new System.EventHandler(this.ControlLoaded);
493             this.pnlDebug.ResumeLayout(false);
494             this.pnlDebug.PerformLayout();
495             this.pnlChat.ResumeLayout(false);
496             this.pnlChat.PerformLayout();
497             this.ResumeLayout(false);
498
499         }
500
501         #endregion
502
503         public System.Windows.Forms.GroupBox pnlDebug;
504         public System.Windows.Forms.ContextMenuStrip ctxMenu;
505         public System.Windows.Forms.Button btnResetView;
506         public System.Windows.Forms.Label label2;
507         public System.Windows.Forms.Panel pnlChat;
508         public Radegast.Rendering.ChatBox txtChat;
509         public System.Windows.Forms.HScrollBar hsSpecular;
510         public System.Windows.Forms.HScrollBar hsDiffuse;
511         public System.Windows.Forms.HScrollBar hsAmbient;
512         public System.Windows.Forms.HScrollBar hsLOD;
513         public System.Windows.Forms.Button button_vparam;
514         public System.Windows.Forms.TextBox textBox_x;
515         public System.Windows.Forms.ComboBox comboBox1;
516         public System.Windows.Forms.TextBox textBox_z;
517         public System.Windows.Forms.TextBox textBox_y;
518         public System.Windows.Forms.Label label4;
519         public System.Windows.Forms.TextBox textBox_sx;
520         public System.Windows.Forms.Label label3;
521         public System.Windows.Forms.Label label1;
522         public System.Windows.Forms.TextBox textBox_sz;
523         public System.Windows.Forms.TextBox textBox_sy;
524         public System.Windows.Forms.Button button1;
525         public System.Windows.Forms.TextBox textBox_morphamount;
526         public System.Windows.Forms.Label label5;
527         public System.Windows.Forms.ComboBox comboBox_morph;
528         public System.Windows.Forms.Button button_driver;
529         public System.Windows.Forms.TextBox textBox_driveramount;
530         public System.Windows.Forms.Label label6;
531         public System.Windows.Forms.ComboBox comboBox_driver;
532         public System.Windows.Forms.CheckBox cbMisc;
533         public System.Windows.Forms.Button btnSay;
534         public System.Windows.Forms.ComboBox cbChatType;
535
536     }
537 }
538