예제 #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.textedit_btnBack = new FlashGenie.ToggleResizableButton();
     this.textBox1         = new FlashGenie.AFXTextEdit();
     this.SuspendLayout();
     //
     // textedit_btnBack
     //
     this.textedit_btnBack.Active        = false;
     this.textedit_btnBack.ActiveImage   = null;
     this.textedit_btnBack.DisabledImage = null;
     this.textedit_btnBack.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.textedit_btnBack.EastWidth     = 7;
     this.textedit_btnBack.Location      = new System.Drawing.Point(0, 0);
     this.textedit_btnBack.Name          = "textedit_btnBack";
     this.textedit_btnBack.Pressed       = false;
     this.textedit_btnBack.PressedImage  = null;
     this.textedit_btnBack.Size          = new System.Drawing.Size(45, 22);
     this.textedit_btnBack.Style         = FlashGenie.FlatToggleButtonStyles.Normal;
     this.textedit_btnBack.TabIndex      = 0;
     this.textedit_btnBack.WestWidth     = 7;
     //
     // textBox1
     //
     this.textBox1.AutoSize     = false;
     this.textBox1.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(204)));
     this.textBox1.Location     = new System.Drawing.Point(6, 5);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(32, 20);
     this.textBox1.TabIndex     = 1;
     this.textBox1.Text         = "";
     this.textBox1.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
     this.textBox1.Leave       += new System.EventHandler(this.textBox1_Leave);
     this.textBox1.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
     this.textBox1.FontChanged += new System.EventHandler(this.textBox1_FontChanged);
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     this.textBox1.Enter       += new System.EventHandler(this.textBox1_Enter);
     //
     // SkinEdit
     //
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.textedit_btnBack);
     this.Name              = "SkinEdit";
     this.Size              = new System.Drawing.Size(45, 22);
     this.ForeColorChanged += new System.EventHandler(this.SkinEdit_ForeColorChanged);
     this.VisibleChanged   += new System.EventHandler(this.SkinEdit_VisibleChanged);
     this.SizeChanged      += new System.EventHandler(this.SkinEdit_SizeChanged);
     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.components         = new System.ComponentModel.Container();
     this.numeric_btnNumUp   = new FlashGenie.seButton();
     this.numeric_btnNumDown = new FlashGenie.seButton();
     this.numeric_btnBack    = new FlashGenie.ToggleResizableButton();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // numeric_btnNumUp
     //
     this.numeric_btnNumUp.Active        = false;
     this.numeric_btnNumUp.ActiveImage   = null;
     this.numeric_btnNumUp.DisabledImage = null;
     this.numeric_btnNumUp.Location      = new System.Drawing.Point(44, 0);
     this.numeric_btnNumUp.Name          = "numeric_btnNumUp";
     this.numeric_btnNumUp.Pressed       = false;
     this.numeric_btnNumUp.PressedImage  = null;
     this.numeric_btnNumUp.Size          = new System.Drawing.Size(21, 11);
     this.numeric_btnNumUp.Style         = FlashGenie.FlatToggleButtonStyles.Normal;
     this.numeric_btnNumUp.TabIndex      = 1;
     this.numeric_btnNumUp.Click        += new System.EventHandler(this.seButton1_Click);
     this.numeric_btnNumUp.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.numeric_btnNumDown_MouseUp);
     this.numeric_btnNumUp.MouseLeave   += new System.EventHandler(this.numeric_btnNumDown_MouseLeave);
     this.numeric_btnNumUp.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.numeric_btnNumDown_MouseDown);
     this.numeric_btnNumUp.Leave        += new System.EventHandler(this.numeric_btnNumDown_Leave);
     //
     // numeric_btnNumDown
     //
     this.numeric_btnNumDown.Active        = false;
     this.numeric_btnNumDown.ActiveImage   = null;
     this.numeric_btnNumDown.BackColor     = System.Drawing.SystemColors.Control;
     this.numeric_btnNumDown.DisabledImage = null;
     this.numeric_btnNumDown.Location      = new System.Drawing.Point(44, 11);
     this.numeric_btnNumDown.Name          = "numeric_btnNumDown";
     this.numeric_btnNumDown.Pressed       = false;
     this.numeric_btnNumDown.PressedImage  = null;
     this.numeric_btnNumDown.Size          = new System.Drawing.Size(21, 11);
     this.numeric_btnNumDown.Style         = FlashGenie.FlatToggleButtonStyles.Normal;
     this.numeric_btnNumDown.TabIndex      = 2;
     this.numeric_btnNumDown.Click        += new System.EventHandler(this.seButton2_Click);
     this.numeric_btnNumDown.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.numeric_btnNumDown_MouseUp);
     this.numeric_btnNumDown.MouseLeave   += new System.EventHandler(this.numeric_btnNumDown_MouseLeave);
     this.numeric_btnNumDown.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.numeric_btnNumDown_MouseDown);
     this.numeric_btnNumDown.Leave        += new System.EventHandler(this.numeric_btnNumDown_Leave);
     //
     // numeric_btnBack
     //
     this.numeric_btnBack.Active        = false;
     this.numeric_btnBack.ActiveImage   = null;
     this.numeric_btnBack.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(231)), ((System.Byte)(230)), ((System.Byte)(251)));
     this.numeric_btnBack.DisabledImage = null;
     this.numeric_btnBack.EastWidth     = 6;
     this.numeric_btnBack.Location      = new System.Drawing.Point(0, 0);
     this.numeric_btnBack.Name          = "numeric_btnBack";
     this.numeric_btnBack.Pressed       = false;
     this.numeric_btnBack.PressedImage  = null;
     this.numeric_btnBack.Size          = new System.Drawing.Size(43, 22);
     this.numeric_btnBack.Style         = FlashGenie.FlatToggleButtonStyles.Normal;
     this.numeric_btnBack.TabIndex      = 0;
     this.numeric_btnBack.WestWidth     = 3;
     //
     // textBox1
     //
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(6, 5);
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(35, 13);
     this.textBox1.TabIndex    = 3;
     this.textBox1.Text        = "0";
     this.textBox1.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
     this.textBox1.Validating += new System.ComponentModel.CancelEventHandler(this.textBox1_Validating);
     this.textBox1.Leave      += new System.EventHandler(this.textBox1_TextChanged);
     this.textBox1.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyUp);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // SkinNumeric
     //
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.numeric_btnNumDown);
     this.Controls.Add(this.numeric_btnNumUp);
     this.Controls.Add(this.numeric_btnBack);
     this.Name         = "SkinNumeric";
     this.Size         = new System.Drawing.Size(65, 22);
     this.SizeChanged += new System.EventHandler(this.SkinNumeric_SizeChanged);
     this.ResumeLayout(false);
 }