|
|
|
|
namespace ZJ_BYD.UserControls
|
|
|
|
|
{
|
|
|
|
|
partial class Form1
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
|
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
|
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|
|
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
|
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
|
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// layoutControl1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControl1.Controls.Add(this.textEdit3);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.textBox1);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.textEdit2);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.textEdit1);
|
|
|
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
|
|
|
this.layoutControl1.Root = this.Root;
|
|
|
|
|
this.layoutControl1.Size = new System.Drawing.Size(1121, 775);
|
|
|
|
|
this.layoutControl1.TabIndex = 0;
|
|
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
|
|
//
|
|
|
|
|
// Root
|
|
|
|
|
//
|
|
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
|
|
this.Root.GroupBordersVisible = false;
|
|
|
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
this.emptySpaceItem1,
|
|
|
|
|
this.layoutControlGroup1,
|
|
|
|
|
this.layoutControlGroup2});
|
|
|
|
|
this.Root.Name = "Root";
|
|
|
|
|
this.Root.Size = new System.Drawing.Size(1121, 775);
|
|
|
|
|
this.Root.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// textEdit1
|
|
|
|
|
//
|
|
|
|
|
this.textEdit1.Location = new System.Drawing.Point(141, 45);
|
|
|
|
|
this.textEdit1.Name = "textEdit1";
|
|
|
|
|
this.textEdit1.Size = new System.Drawing.Size(417, 20);
|
|
|
|
|
this.textEdit1.StyleController = this.layoutControl1;
|
|
|
|
|
this.textEdit1.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// emptySpaceItem1
|
|
|
|
|
//
|
|
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 162);
|
|
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(1101, 593);
|
|
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
//
|
|
|
|
|
// textEdit2
|
|
|
|
|
//
|
|
|
|
|
this.textEdit2.Location = new System.Drawing.Point(679, 45);
|
|
|
|
|
this.textEdit2.Name = "textEdit2";
|
|
|
|
|
this.textEdit2.Size = new System.Drawing.Size(418, 20);
|
|
|
|
|
this.textEdit2.StyleController = this.layoutControl1;
|
|
|
|
|
this.textEdit2.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// textBox1
|
|
|
|
|
//
|
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(141, 138);
|
|
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(956, 20);
|
|
|
|
|
this.textBox1.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem3
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem3.Control = this.textBox1;
|
|
|
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(1077, 24);
|
|
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(105, 14);
|
|
|
|
|
//
|
|
|
|
|
// textEdit3
|
|
|
|
|
//
|
|
|
|
|
this.textEdit3.Location = new System.Drawing.Point(141, 69);
|
|
|
|
|
this.textEdit3.Name = "textEdit3";
|
|
|
|
|
this.textEdit3.Size = new System.Drawing.Size(417, 20);
|
|
|
|
|
this.textEdit3.StyleController = this.layoutControl1;
|
|
|
|
|
this.textEdit3.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlGroup2
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
this.layoutControlItem3});
|
|
|
|
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 93);
|
|
|
|
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
|
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(1101, 69);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem4
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem4.Control = this.textEdit3;
|
|
|
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
|
|
|
this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
|
|
|
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(538, 24);
|
|
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(105, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem2
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem2.Control = this.textEdit2;
|
|
|
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(538, 0);
|
|
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
|
|
|
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
|
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(539, 24);
|
|
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(105, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem1.Control = this.textEdit1;
|
|
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(538, 24);
|
|
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(105, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlGroup1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
this.layoutControlItem1,
|
|
|
|
|
this.layoutControlItem2,
|
|
|
|
|
this.layoutControlItem4});
|
|
|
|
|
this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
|
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
|
|
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
columnDefinition1.Width = 100D;
|
|
|
|
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
columnDefinition2.Width = 100D;
|
|
|
|
|
this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
|
|
|
columnDefinition1,
|
|
|
|
|
columnDefinition2});
|
|
|
|
|
rowDefinition1.Height = 100D;
|
|
|
|
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
rowDefinition2.Height = 100D;
|
|
|
|
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
|
|
|
this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
|
|
|
|
rowDefinition1,
|
|
|
|
|
rowDefinition2});
|
|
|
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1101, 93);
|
|
|
|
|
//
|
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1121, 775);
|
|
|
|
|
this.Controls.Add(this.layoutControl1);
|
|
|
|
|
this.Name = "Form1";
|
|
|
|
|
this.Text = "Form1";
|
|
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit textEdit3;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|
|
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
|
|
|
}
|
|
|
|
|
}
|