Files
lserp_cs_6.0/其他程序/AFKAbutment - 副本/ConfigurationTool.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

430 lines
21 KiB
C#

namespace AFKAbutment
{
partial class ConfigurationTool
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="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.underlyingPanel = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.gridControl = new DevExpress.XtraGrid.GridControl();
this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panel3 = new System.Windows.Forms.Panel();
this.deleteBtn = new System.Windows.Forms.Button();
this.addBtn = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.setBtn = new System.Windows.Forms.Button();
this.queryBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.determine = new System.Windows.Forms.Button();
this.separator1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.separator2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.StitchingContentPanel = new System.Windows.Forms.Panel();
this.SecondBox = new System.Windows.Forms.TextBox();
this.FirstBox = new System.Windows.Forms.TextBox();
this.EndBox = new System.Windows.Forms.TextBox();
this.tableNameBox = new System.Windows.Forms.TextBox();
this.middlePanel = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.abovePanel = new System.Windows.Forms.Panel();
this.splitContent = new System.Windows.Forms.TextBox();
this.lbTitle = new System.Windows.Forms.Label();
this.underlyingPanel.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
this.panel3.SuspendLayout();
this.panel1.SuspendLayout();
this.StitchingContentPanel.SuspendLayout();
this.middlePanel.SuspendLayout();
this.abovePanel.SuspendLayout();
this.SuspendLayout();
//
// underlyingPanel
//
this.underlyingPanel.Controls.Add(this.panel2);
this.underlyingPanel.Controls.Add(this.panel1);
this.underlyingPanel.Controls.Add(this.StitchingContentPanel);
this.underlyingPanel.Controls.Add(this.abovePanel);
this.underlyingPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.underlyingPanel.Location = new System.Drawing.Point(0, 0);
this.underlyingPanel.Name = "underlyingPanel";
this.underlyingPanel.Size = new System.Drawing.Size(1148, 831);
this.underlyingPanel.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.gridControl);
this.panel2.Controls.Add(this.panel3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 453);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1148, 378);
this.panel2.TabIndex = 18;
//
// gridControl
//
this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl.Location = new System.Drawing.Point(0, 0);
this.gridControl.MainView = this.gridView;
this.gridControl.Name = "gridControl";
this.gridControl.Size = new System.Drawing.Size(1148, 338);
this.gridControl.TabIndex = 15;
this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView});
//
// gridView
//
this.gridView.GridControl = this.gridControl;
this.gridView.Name = "gridView";
this.gridView.OptionsView.ShowGroupPanel = false;
//
// panel3
//
this.panel3.Controls.Add(this.deleteBtn);
this.panel3.Controls.Add(this.addBtn);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 338);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1148, 40);
this.panel3.TabIndex = 14;
//
// deleteBtn
//
this.deleteBtn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.deleteBtn.Location = new System.Drawing.Point(1040, 3);
this.deleteBtn.Name = "deleteBtn";
this.deleteBtn.Size = new System.Drawing.Size(86, 34);
this.deleteBtn.TabIndex = 8;
this.deleteBtn.Text = "删除";
this.deleteBtn.UseVisualStyleBackColor = true;
//
// addBtn
//
this.addBtn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.addBtn.Location = new System.Drawing.Point(948, 3);
this.addBtn.Name = "addBtn";
this.addBtn.Size = new System.Drawing.Size(86, 34);
this.addBtn.TabIndex = 7;
this.addBtn.Text = "新增";
this.addBtn.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.setBtn);
this.panel1.Controls.Add(this.queryBox);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.determine);
this.panel1.Controls.Add(this.separator1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.separator2);
this.panel1.Controls.Add(this.label6);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 352);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1148, 101);
this.panel1.TabIndex = 17;
//
// setBtn
//
this.setBtn.Location = new System.Drawing.Point(861, 18);
this.setBtn.Name = "setBtn";
this.setBtn.Size = new System.Drawing.Size(108, 34);
this.setBtn.TabIndex = 9;
this.setBtn.Text = "确认反写";
this.setBtn.UseVisualStyleBackColor = true;
//
// queryBox
//
this.queryBox.Location = new System.Drawing.Point(90, 63);
this.queryBox.Name = "queryBox";
this.queryBox.Size = new System.Drawing.Size(181, 25);
this.queryBox.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10F);
this.label5.Location = new System.Drawing.Point(4, 64);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(76, 17);
this.label5.TabIndex = 8;
this.label5.Text = "模糊查询";
//
// button1
//
this.button1.Location = new System.Drawing.Point(716, 18);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(108, 34);
this.button1.TabIndex = 6;
this.button1.Text = "重新生成";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// determine
//
this.determine.Location = new System.Drawing.Point(570, 18);
this.determine.Name = "determine";
this.determine.Size = new System.Drawing.Size(108, 34);
this.determine.TabIndex = 5;
this.determine.Text = "确定";
this.determine.UseVisualStyleBackColor = true;
//
// separator1
//
this.separator1.Location = new System.Drawing.Point(90, 25);
this.separator1.Name = "separator1";
this.separator1.Size = new System.Drawing.Size(100, 25);
this.separator1.TabIndex = 1;
this.separator1.Text = "^";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(291, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 15);
this.label2.TabIndex = 4;
this.label2.Text = "次机割符";
//
// separator2
//
this.separator2.Location = new System.Drawing.Point(364, 25);
this.separator2.Name = "separator2";
this.separator2.Size = new System.Drawing.Size(100, 25);
this.separator2.TabIndex = 2;
this.separator2.Text = ",";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(4, 28);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(67, 15);
this.label6.TabIndex = 3;
this.label6.Text = "主分割符";
//
// StitchingContentPanel
//
this.StitchingContentPanel.Controls.Add(this.SecondBox);
this.StitchingContentPanel.Controls.Add(this.FirstBox);
this.StitchingContentPanel.Controls.Add(this.EndBox);
this.StitchingContentPanel.Controls.Add(this.tableNameBox);
this.StitchingContentPanel.Controls.Add(this.middlePanel);
this.StitchingContentPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.StitchingContentPanel.Location = new System.Drawing.Point(0, 166);
this.StitchingContentPanel.Name = "StitchingContentPanel";
this.StitchingContentPanel.Size = new System.Drawing.Size(1148, 186);
this.StitchingContentPanel.TabIndex = 16;
//
// SecondBox
//
this.SecondBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.SecondBox.Location = new System.Drawing.Point(123, 111);
this.SecondBox.Multiline = true;
this.SecondBox.Name = "SecondBox";
this.SecondBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.SecondBox.Size = new System.Drawing.Size(853, 75);
this.SecondBox.TabIndex = 19;
//
// FirstBox
//
this.FirstBox.Dock = System.Windows.Forms.DockStyle.Top;
this.FirstBox.Location = new System.Drawing.Point(123, 34);
this.FirstBox.Multiline = true;
this.FirstBox.Name = "FirstBox";
this.FirstBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.FirstBox.Size = new System.Drawing.Size(853, 77);
this.FirstBox.TabIndex = 18;
//
// EndBox
//
this.EndBox.Dock = System.Windows.Forms.DockStyle.Right;
this.EndBox.Location = new System.Drawing.Point(976, 34);
this.EndBox.Multiline = true;
this.EndBox.Name = "EndBox";
this.EndBox.Size = new System.Drawing.Size(172, 152);
this.EndBox.TabIndex = 17;
this.EndBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tableNameBox
//
this.tableNameBox.Dock = System.Windows.Forms.DockStyle.Left;
this.tableNameBox.Location = new System.Drawing.Point(0, 34);
this.tableNameBox.Multiline = true;
this.tableNameBox.Name = "tableNameBox";
this.tableNameBox.Size = new System.Drawing.Size(123, 152);
this.tableNameBox.TabIndex = 16;
this.tableNameBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// middlePanel
//
this.middlePanel.Controls.Add(this.label4);
this.middlePanel.Controls.Add(this.label3);
this.middlePanel.Controls.Add(this.label1);
this.middlePanel.Dock = System.Windows.Forms.DockStyle.Top;
this.middlePanel.Location = new System.Drawing.Point(0, 0);
this.middlePanel.Name = "middlePanel";
this.middlePanel.Size = new System.Drawing.Size(1148, 34);
this.middlePanel.TabIndex = 15;
//
// label4
//
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.label4.Location = new System.Drawing.Point(123, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(853, 34);
this.label4.TabIndex = 5;
this.label4.Text = " 对 应 字 段 ";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.label3.Dock = System.Windows.Forms.DockStyle.Right;
this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.label3.Location = new System.Drawing.Point(976, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(172, 34);
this.label3.TabIndex = 4;
this.label3.Text = "主 键";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(123, 34);
this.label1.TabIndex = 3;
this.label1.Text = " 表 名";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// abovePanel
//
this.abovePanel.Controls.Add(this.splitContent);
this.abovePanel.Controls.Add(this.lbTitle);
this.abovePanel.Dock = System.Windows.Forms.DockStyle.Top;
this.abovePanel.Location = new System.Drawing.Point(0, 0);
this.abovePanel.Name = "abovePanel";
this.abovePanel.Size = new System.Drawing.Size(1148, 166);
this.abovePanel.TabIndex = 0;
//
// splitContent
//
this.splitContent.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContent.Location = new System.Drawing.Point(0, 34);
this.splitContent.Multiline = true;
this.splitContent.Name = "splitContent";
this.splitContent.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.splitContent.Size = new System.Drawing.Size(1148, 132);
this.splitContent.TabIndex = 5;
//
// lbTitle
//
this.lbTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lbTitle.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.lbTitle.Location = new System.Drawing.Point(0, 0);
this.lbTitle.Name = "lbTitle";
this.lbTitle.Size = new System.Drawing.Size(1148, 34);
this.lbTitle.TabIndex = 4;
this.lbTitle.Text = "同 步 SQL";
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ConfigurationTool
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1148, 831);
this.Controls.Add(this.underlyingPanel);
this.Name = "ConfigurationTool";
this.Text = "参数修改器";
this.Load += new System.EventHandler(this.ConfigurationTool_Load);
this.underlyingPanel.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
this.panel3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.StitchingContentPanel.ResumeLayout(false);
this.StitchingContentPanel.PerformLayout();
this.middlePanel.ResumeLayout(false);
this.abovePanel.ResumeLayout(false);
this.abovePanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel underlyingPanel;
private System.Windows.Forms.Panel abovePanel;
private System.Windows.Forms.Label lbTitle;
private System.Windows.Forms.TextBox splitContent;
private System.Windows.Forms.Panel middlePanel;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel StitchingContentPanel;
private System.Windows.Forms.TextBox tableNameBox;
private System.Windows.Forms.TextBox EndBox;
private System.Windows.Forms.TextBox SecondBox;
private System.Windows.Forms.TextBox FirstBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button setBtn;
private System.Windows.Forms.TextBox queryBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox separator1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox separator2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button addBtn;
private DevExpress.XtraGrid.GridControl gridControl;
private DevExpress.XtraGrid.Views.Grid.GridView gridView;
private System.Windows.Forms.Button determine;
private System.Windows.Forms.Button deleteBtn;
}
}