Пример #1
0
 private void InitializeComponent()
 {
     this.TBox_Value = new Ratatoskr.Forms.RoundTextBox();
     this.SuspendLayout();
     //
     // TBox_Value
     //
     this.TBox_Value.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TBox_Value.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.TBox_Value.Font         = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.TBox_Value.Location     = new System.Drawing.Point(0, 0);
     this.TBox_Value.Margin       = new System.Windows.Forms.Padding(0);
     this.TBox_Value.Name         = "TBox_Value";
     this.TBox_Value.Size         = new System.Drawing.Size(433, 19);
     this.TBox_Value.TabIndex     = 1;
     this.TBox_Value.TextChanged += new System.EventHandler(this.TBox_Value_TextChanged);
     this.TBox_Value.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.TBox_Value_KeyDown);
     //
     // RuleObjectImpl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.Controls.Add(this.TBox_Value);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "RuleObjectImpl";
     this.Size   = new System.Drawing.Size(433, 25);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.label1           = new System.Windows.Forms.Label();
     this.TBox_Value       = new Ratatoskr.Forms.RoundTextBox();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.TBox_Value);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(490, 25);
     this.flowLayoutPanel1.TabIndex = 10;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(3, 0);
     this.label1.Name      = "label1";
     this.label1.Padding   = new System.Windows.Forms.Padding(0, 6, 0, 0);
     this.label1.Size      = new System.Drawing.Size(80, 18);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "Changed value";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // TBox_Value
     //
     this.TBox_Value.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TBox_Value.Font         = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.TBox_Value.Location     = new System.Drawing.Point(89, 3);
     this.TBox_Value.Name         = "TBox_Value";
     this.TBox_Value.Size         = new System.Drawing.Size(200, 19);
     this.TBox_Value.TabIndex     = 18;
     this.TBox_Value.TextChanged += new System.EventHandler(this.TBox_Value_TextChanged);
     this.TBox_Value.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.TBox_Value_KeyDown);
     //
     // AlgorithmObjectImpl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "AlgorithmObjectImpl";
     this.Size   = new System.Drawing.Size(490, 25);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #3
0
 private void InitializeComponent()
 {
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.label3           = new System.Windows.Forms.Label();
     this.TBox_Target      = new Ratatoskr.Forms.RoundTextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.TBox_Replace     = new Ratatoskr.Forms.RoundTextBox();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.label3);
     this.flowLayoutPanel1.Controls.Add(this.TBox_Target);
     this.flowLayoutPanel1.Controls.Add(this.label2);
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.TBox_Replace);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(587, 25);
     this.flowLayoutPanel1.TabIndex = 10;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(3, 0);
     this.label3.Name      = "label3";
     this.label3.Padding   = new System.Windows.Forms.Padding(0, 6, 0, 0);
     this.label3.Size      = new System.Drawing.Size(66, 18);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "Target code";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // TBox_Target
     //
     this.TBox_Target.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TBox_Target.Font         = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.TBox_Target.Location     = new System.Drawing.Point(75, 3);
     this.TBox_Target.Name         = "TBox_Target";
     this.TBox_Target.Size         = new System.Drawing.Size(200, 19);
     this.TBox_Target.TabIndex     = 17;
     this.TBox_Target.TextChanged += new System.EventHandler(this.TBox_TextChanged);
     this.TBox_Target.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.TBox_KeyDown);
     //
     // label2
     //
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label2.Location    = new System.Drawing.Point(281, 0);
     this.label2.Name        = "label2";
     this.label2.Padding     = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.label2.Size        = new System.Drawing.Size(2, 24);
     this.label2.TabIndex    = 15;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(289, 0);
     this.label1.Name      = "label1";
     this.label1.Padding   = new System.Windows.Forms.Padding(0, 6, 0, 0);
     this.label1.Size      = new System.Drawing.Size(74, 18);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "Replace code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // TBox_Replace
     //
     this.TBox_Replace.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TBox_Replace.Font         = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.TBox_Replace.Location     = new System.Drawing.Point(369, 3);
     this.TBox_Replace.Name         = "TBox_Replace";
     this.TBox_Replace.Size         = new System.Drawing.Size(200, 19);
     this.TBox_Replace.TabIndex     = 18;
     this.TBox_Replace.TextChanged += new System.EventHandler(this.TBox_TextChanged);
     this.TBox_Replace.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.TBox_KeyDown);
     //
     // AlgorithmObjectImpl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "AlgorithmObjectImpl";
     this.Size   = new System.Drawing.Size(587, 25);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }