namespace IStation.WinFrmUI
|
{
|
partial class InputReplaceStringDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param nameLogin="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.simpleButton3 = new System.Windows.Forms.Button();
|
this.simpleButton1 = new System.Windows.Forms.Button();
|
this.textBoxNew = new System.Windows.Forms.TextBox();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.panel3 = new System.Windows.Forms.Panel();
|
this.textBoxOld = new System.Windows.Forms.TextBox();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.panel3.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// simpleButton3
|
//
|
this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.simpleButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.simpleButton3.Location = new System.Drawing.Point(372, 12);
|
this.simpleButton3.Name = "simpleButton3";
|
this.simpleButton3.Size = new System.Drawing.Size(25, 25);
|
this.simpleButton3.TabIndex = 1;
|
this.simpleButton3.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.simpleButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.simpleButton1.Location = new System.Drawing.Point(412, 11);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(25, 25);
|
this.simpleButton1.TabIndex = 2;
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton2_Click);
|
//
|
// textBoxNew
|
//
|
this.textBoxNew.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.textBoxNew.Location = new System.Drawing.Point(86, 10);
|
this.textBoxNew.Name = "textBoxNew";
|
this.textBoxNew.Size = new System.Drawing.Size(351, 22);
|
this.textBoxNew.TabIndex = 0;
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
|
this.tableLayoutPanel1.ColumnCount = 3;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 468F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 2);
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 3);
|
this.tableLayoutPanel1.Controls.Add(this.panel3, 1, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 5;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(882, 261);
|
this.tableLayoutPanel1.TabIndex = 8;
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
this.panel1.Controls.Add(this.labelControl2);
|
this.panel1.Controls.Add(this.textBoxNew);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(210, 106);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(462, 42);
|
this.panel1.TabIndex = 0;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.simpleButton3);
|
this.panel2.Controls.Add(this.simpleButton1);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(210, 154);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(462, 44);
|
this.panel2.TabIndex = 1;
|
//
|
// panel3
|
//
|
this.panel3.Controls.Add(this.labelControl1);
|
this.panel3.Controls.Add(this.textBoxOld);
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel3.Location = new System.Drawing.Point(210, 62);
|
this.panel3.Name = "panel3";
|
this.panel3.Size = new System.Drawing.Size(462, 38);
|
this.panel3.TabIndex = 2;
|
//
|
// textBoxOld
|
//
|
this.textBoxOld.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.textBoxOld.Location = new System.Drawing.Point(86, 8);
|
this.textBoxOld.Name = "textBoxOld";
|
this.textBoxOld.Size = new System.Drawing.Size(351, 22);
|
this.textBoxOld.TabIndex = 1;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(52, 11);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(28, 14);
|
this.labelControl1.TabIndex = 2;
|
this.labelControl1.Text = "原来:";
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(40, 13);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(40, 14);
|
this.labelControl2.TabIndex = 3;
|
this.labelControl2.Text = "替换为:";
|
//
|
// InputReplaceStringDlg
|
//
|
this.Appearance.BackColor = System.Drawing.Color.White;
|
this.Appearance.Options.UseBackColor = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(882, 261);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Name = "InputReplaceStringDlg";
|
this.ShowInTaskbar = false;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "InputReplaceStringDlg";
|
this.Load += new System.EventHandler(this.SetContentDlg_Load);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.panel2.ResumeLayout(false);
|
this.panel3.ResumeLayout(false);
|
this.panel3.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button simpleButton3;
|
private System.Windows.Forms.Button simpleButton1;
|
private System.Windows.Forms.TextBox textBoxNew;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Panel panel3;
|
private System.Windows.Forms.TextBox textBoxOld;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
}
|
}
|