예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.valueEditLoc = new Endogine.ValueEdit();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.valueEditScale = new Endogine.ValueEdit();
     this.cbAutoswitch = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.valueEditLoc);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(200, 96);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Loc";
     //
     // valueEditLoc
     //
     this.valueEditLoc.CurrentValue = null;
     this.valueEditLoc.DefaultValue = new EPointF();
     this.valueEditLoc.Location = new System.Drawing.Point(8, 16);
     this.valueEditLoc.Name = "valueEditLoc";
     this.valueEditLoc.Size = new System.Drawing.Size(184, 72);
     this.valueEditLoc.StartValue = null;
     this.valueEditLoc.TabIndex = 0;
     this.valueEditLoc.ValueChanged += new Endogine.ValueEdit.ValueChangedDelegate(this.valueEditLoc_ValueChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.valueEditScale);
     this.groupBox2.Location = new System.Drawing.Point(0, 96);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(200, 96);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Scale";
     //
     // valueEditScale
     //
     this.valueEditScale.CurrentValue = null;
     this.valueEditScale.DefaultValue = new EPointF();
     this.valueEditScale.Location = new System.Drawing.Point(8, 16);
     this.valueEditScale.Name = "valueEditScale";
     this.valueEditScale.Size = new System.Drawing.Size(184, 72);
     this.valueEditScale.StartValue = null;
     this.valueEditScale.TabIndex = 0;
     this.valueEditScale.ValueChanged += new Endogine.ValueEdit.ValueChangedDelegate(this.valueEditScale_ValueChanged);
     //
     // cbAutoswitch
     //
     this.cbAutoswitch.Checked = true;
     this.cbAutoswitch.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAutoswitch.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbAutoswitch.Location = new System.Drawing.Point(16, 192);
     this.cbAutoswitch.Name = "cbAutoswitch";
     this.cbAutoswitch.Size = new System.Drawing.Size(168, 16);
     this.cbAutoswitch.TabIndex = 9;
     this.cbAutoswitch.Text = "Auto-switch to selected sprite";
     this.cbAutoswitch.CheckedChanged += new System.EventHandler(this.cbAutoswitch_CheckedChanged);
     //
     // LocScaleRotEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(202, 210);
     this.Controls.Add(this.cbAutoswitch);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "LocScaleRotEdit";
     this.Text = "LocScaleRot Edit";
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.valueEditLoc   = new Endogine.ValueEdit();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.valueEditScale = new Endogine.ValueEdit();
     this.cbAutoswitch   = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.valueEditLoc);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 96);
     this.groupBox1.TabIndex = 7;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Loc";
     //
     // valueEditLoc
     //
     this.valueEditLoc.CurrentValue  = null;
     this.valueEditLoc.DefaultValue  = new EPointF();
     this.valueEditLoc.Location      = new System.Drawing.Point(8, 16);
     this.valueEditLoc.Name          = "valueEditLoc";
     this.valueEditLoc.Size          = new System.Drawing.Size(184, 72);
     this.valueEditLoc.StartValue    = null;
     this.valueEditLoc.TabIndex      = 0;
     this.valueEditLoc.ValueChanged += new Endogine.ValueEdit.ValueChangedDelegate(this.valueEditLoc_ValueChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.valueEditScale);
     this.groupBox2.Location = new System.Drawing.Point(0, 96);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(200, 96);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Scale";
     //
     // valueEditScale
     //
     this.valueEditScale.CurrentValue  = null;
     this.valueEditScale.DefaultValue  = new EPointF();
     this.valueEditScale.Location      = new System.Drawing.Point(8, 16);
     this.valueEditScale.Name          = "valueEditScale";
     this.valueEditScale.Size          = new System.Drawing.Size(184, 72);
     this.valueEditScale.StartValue    = null;
     this.valueEditScale.TabIndex      = 0;
     this.valueEditScale.ValueChanged += new Endogine.ValueEdit.ValueChangedDelegate(this.valueEditScale_ValueChanged);
     //
     // cbAutoswitch
     //
     this.cbAutoswitch.Checked         = true;
     this.cbAutoswitch.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.cbAutoswitch.Font            = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbAutoswitch.Location        = new System.Drawing.Point(16, 192);
     this.cbAutoswitch.Name            = "cbAutoswitch";
     this.cbAutoswitch.Size            = new System.Drawing.Size(168, 16);
     this.cbAutoswitch.TabIndex        = 9;
     this.cbAutoswitch.Text            = "Auto-switch to selected sprite";
     this.cbAutoswitch.CheckedChanged += new System.EventHandler(this.cbAutoswitch_CheckedChanged);
     //
     // LocScaleRotEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(202, 210);
     this.Controls.Add(this.cbAutoswitch);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LocScaleRotEdit";
     this.Text            = "LocScaleRot Edit";
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }