📄 fieldsconfig.designer.cs
字号:
namespace LC_DataIO
{
partial class FieldsConfig
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.removes_btn = new System.Windows.Forms.Button();
this.sourcefieldselect_btn = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.sreadyfield_lbx = new System.Windows.Forms.ListBox();
this.dbsource_panel = new System.Windows.Forms.Panel();
this.sourcfields_lbx = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.removed_btn = new System.Windows.Forms.Button();
this.deseslecttable = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.desreadyfield_lbx = new System.Windows.Forms.ListBox();
this.panel1 = new System.Windows.Forms.Panel();
this.desfields_lbx = new System.Windows.Forms.ListBox();
this.pre_btn = new System.Windows.Forms.Button();
this.next_btn = new System.Windows.Forms.Button();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.dbsource_panel.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
this.splitContainer1.Size = new System.Drawing.Size(724, 373);
this.splitContainer1.SplitterDistance = 336;
this.splitContainer1.TabIndex = 6;
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.groupBox1.Controls.Add(this.removes_btn);
this.groupBox1.Controls.Add(this.sourcefieldselect_btn);
this.groupBox1.Controls.Add(this.panel2);
this.groupBox1.Controls.Add(this.dbsource_panel);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(336, 373);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "源表字段";
//
// removes_btn
//
this.removes_btn.Location = new System.Drawing.Point(220, 246);
this.removes_btn.Name = "removes_btn";
this.removes_btn.Size = new System.Drawing.Size(75, 34);
this.removes_btn.TabIndex = 4;
this.removes_btn.Text = "↑↑↑";
this.removes_btn.UseVisualStyleBackColor = true;
this.removes_btn.Click += new System.EventHandler(this.removes_btn_Click);
//
// sourcefieldselect_btn
//
this.sourcefieldselect_btn.Location = new System.Drawing.Point(35, 243);
this.sourcefieldselect_btn.Name = "sourcefieldselect_btn";
this.sourcefieldselect_btn.Size = new System.Drawing.Size(75, 34);
this.sourcefieldselect_btn.TabIndex = 3;
this.sourcefieldselect_btn.Text = "↓↓↓";
this.sourcefieldselect_btn.UseVisualStyleBackColor = true;
this.sourcefieldselect_btn.Click += new System.EventHandler(this.sourcefieldselect_btn_Click);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.LightSlateGray;
this.panel2.Controls.Add(this.sreadyfield_lbx);
this.panel2.Location = new System.Drawing.Point(8, 286);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(320, 76);
this.panel2.TabIndex = 2;
//
// sreadyfield_lbx
//
this.sreadyfield_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sreadyfield_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
this.sreadyfield_lbx.FormattingEnabled = true;
this.sreadyfield_lbx.ItemHeight = 12;
this.sreadyfield_lbx.Location = new System.Drawing.Point(0, 0);
this.sreadyfield_lbx.Name = "sreadyfield_lbx";
this.sreadyfield_lbx.Size = new System.Drawing.Size(320, 74);
this.sreadyfield_lbx.TabIndex = 1;
//
// dbsource_panel
//
this.dbsource_panel.BackColor = System.Drawing.Color.LightSlateGray;
this.dbsource_panel.Controls.Add(this.sourcfields_lbx);
this.dbsource_panel.Location = new System.Drawing.Point(8, 13);
this.dbsource_panel.Name = "dbsource_panel";
this.dbsource_panel.Size = new System.Drawing.Size(320, 220);
this.dbsource_panel.TabIndex = 1;
//
// sourcfields_lbx
//
this.sourcfields_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sourcfields_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
this.sourcfields_lbx.FormattingEnabled = true;
this.sourcfields_lbx.ItemHeight = 12;
this.sourcfields_lbx.Location = new System.Drawing.Point(0, 0);
this.sourcfields_lbx.Name = "sourcfields_lbx";
this.sourcfields_lbx.Size = new System.Drawing.Size(320, 218);
this.sourcfields_lbx.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.groupBox2.Controls.Add(this.removed_btn);
this.groupBox2.Controls.Add(this.deseslecttable);
this.groupBox2.Controls.Add(this.panel3);
this.groupBox2.Controls.Add(this.panel1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(384, 373);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "目的表字段";
//
// removed_btn
//
this.removed_btn.Location = new System.Drawing.Point(254, 246);
this.removed_btn.Name = "removed_btn";
this.removed_btn.Size = new System.Drawing.Size(75, 34);
this.removed_btn.TabIndex = 5;
this.removed_btn.Text = "↑↑↑";
this.removed_btn.UseVisualStyleBackColor = true;
this.removed_btn.Click += new System.EventHandler(this.removed_btn_Click);
//
// deseslecttable
//
this.deseslecttable.Location = new System.Drawing.Point(40, 243);
this.deseslecttable.Name = "deseslecttable";
this.deseslecttable.Size = new System.Drawing.Size(75, 34);
this.deseslecttable.TabIndex = 4;
this.deseslecttable.Text = "↓↓↓";
this.deseslecttable.UseVisualStyleBackColor = true;
this.deseslecttable.Click += new System.EventHandler(this.deseslecttable_Click);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.LightSlateGray;
this.panel3.Controls.Add(this.desreadyfield_lbx);
this.panel3.Location = new System.Drawing.Point(7, 286);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(361, 76);
this.panel3.TabIndex = 3;
//
// desreadyfield_lbx
//
this.desreadyfield_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.desreadyfield_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
this.desreadyfield_lbx.FormattingEnabled = true;
this.desreadyfield_lbx.ItemHeight = 12;
this.desreadyfield_lbx.Location = new System.Drawing.Point(0, 0);
this.desreadyfield_lbx.Name = "desreadyfield_lbx";
this.desreadyfield_lbx.Size = new System.Drawing.Size(361, 74);
this.desreadyfield_lbx.TabIndex = 1;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightSlateGray;
this.panel1.Controls.Add(this.desfields_lbx);
this.panel1.Location = new System.Drawing.Point(7, 13);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(361, 220);
this.panel1.TabIndex = 2;
//
// desfields_lbx
//
this.desfields_lbx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.desfields_lbx.Dock = System.Windows.Forms.DockStyle.Fill;
this.desfields_lbx.FormattingEnabled = true;
this.desfields_lbx.ItemHeight = 12;
this.desfields_lbx.Location = new System.Drawing.Point(0, 0);
this.desfields_lbx.Name = "desfields_lbx";
this.desfields_lbx.Size = new System.Drawing.Size(361, 218);
this.desfields_lbx.TabIndex = 1;
//
// pre_btn
//
this.pre_btn.Location = new System.Drawing.Point(178, 379);
this.pre_btn.Name = "pre_btn";
this.pre_btn.Size = new System.Drawing.Size(75, 23);
this.pre_btn.TabIndex = 9;
this.pre_btn.Text = "上一步";
this.pre_btn.UseVisualStyleBackColor = true;
this.pre_btn.Click += new System.EventHandler(this.pre_btn_Click);
//
// next_btn
//
this.next_btn.Location = new System.Drawing.Point(470, 379);
this.next_btn.Name = "next_btn";
this.next_btn.Size = new System.Drawing.Size(75, 23);
this.next_btn.TabIndex = 8;
this.next_btn.Text = "下一步";
this.next_btn.UseVisualStyleBackColor = true;
this.next_btn.Click += new System.EventHandler(this.next_btn_Click);
//
// FieldsConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(724, 411);
this.Controls.Add(this.pre_btn);
this.Controls.Add(this.next_btn);
this.Controls.Add(this.splitContainer1);
this.Name = "FieldsConfig";
this.Text = "FieldsConfig";
this.Load += new System.EventHandler(this.FieldsConfig_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.dbsource_panel.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button sourcefieldselect_btn;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ListBox sreadyfield_lbx;
private System.Windows.Forms.Panel dbsource_panel;
private System.Windows.Forms.ListBox sourcfields_lbx;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button deseslecttable;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ListBox desreadyfield_lbx;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ListBox desfields_lbx;
private System.Windows.Forms.Button pre_btn;
private System.Windows.Forms.Button next_btn;
private System.Windows.Forms.Button removes_btn;
private System.Windows.Forms.Button removed_btn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -