You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

578 lines
35 KiB
C#

namespace ZJ_BYD.UserControls.BranchInfo
{
partial class EditBranch
{
/// <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.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.txtStation = new DevExpress.XtraEditors.TextEdit();
this.txtProductSfcCode = new DevExpress.XtraEditors.TextEdit();
this.txtBranchSite = new DevExpress.XtraEditors.TextEdit();
this.txtBranchResource = new DevExpress.XtraEditors.TextEdit();
this.txtBranchProcedure = new DevExpress.XtraEditors.TextEdit();
this.txtPara = new DevExpress.XtraEditors.TextEdit();
this.txtSortIndex = new DevExpress.XtraEditors.TextEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem();
this.simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.simpleLabelItem6 = new DevExpress.XtraLayout.SimpleLabelItem();
this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
this.panelControl6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtStation.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtProductSfcCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtBranchSite.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtBranchResource.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtBranchProcedure.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPara.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSortIndex.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit();
this.stackPanel1.SuspendLayout();
this.SuspendLayout();
//
// panelControl6
//
this.panelControl6.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208)))));
this.panelControl6.Appearance.Options.UseBackColor = true;
this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl6.Controls.Add(this.labelControl18);
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl6.Location = new System.Drawing.Point(0, 0);
this.panelControl6.Margin = new System.Windows.Forms.Padding(4);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(933, 43);
this.panelControl6.TabIndex = 29;
//
// labelControl18
//
this.labelControl18.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelControl18.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl18.Appearance.Options.UseFont = true;
this.labelControl18.Appearance.Options.UseForeColor = true;
this.labelControl18.Location = new System.Drawing.Point(4, 8);
this.labelControl18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelControl18.Name = "labelControl18";
this.labelControl18.Size = new System.Drawing.Size(96, 21);
this.labelControl18.TabIndex = 1;
this.labelControl18.Text = "支线信息维护";
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.txtStation);
this.layoutControl1.Controls.Add(this.txtProductSfcCode);
this.layoutControl1.Controls.Add(this.txtBranchSite);
this.layoutControl1.Controls.Add(this.txtBranchResource);
this.layoutControl1.Controls.Add(this.txtBranchProcedure);
this.layoutControl1.Controls.Add(this.txtPara);
this.layoutControl1.Controls.Add(this.txtSortIndex);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.layoutControl1.Location = new System.Drawing.Point(0, 43);
this.layoutControl1.Margin = new System.Windows.Forms.Padding(4);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(933, 261);
this.layoutControl1.TabIndex = 30;
this.layoutControl1.Text = "layoutControl1";
//
// txtStation
//
this.txtStation.Location = new System.Drawing.Point(133, 16);
this.txtStation.Margin = new System.Windows.Forms.Padding(4);
this.txtStation.Name = "txtStation";
this.txtStation.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtStation.Properties.Appearance.Options.UseFont = true;
this.txtStation.Properties.AutoHeight = false;
this.txtStation.Properties.ReadOnly = true;
this.txtStation.Size = new System.Drawing.Size(327, 35);
this.txtStation.StyleController = this.layoutControl1;
this.txtStation.TabIndex = 4;
//
// txtProductSfcCode
//
this.txtProductSfcCode.Location = new System.Drawing.Point(589, 16);
this.txtProductSfcCode.Margin = new System.Windows.Forms.Padding(4);
this.txtProductSfcCode.Name = "txtProductSfcCode";
this.txtProductSfcCode.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtProductSfcCode.Properties.Appearance.Options.UseFont = true;
this.txtProductSfcCode.Properties.AutoHeight = false;
this.txtProductSfcCode.Properties.ReadOnly = true;
this.txtProductSfcCode.Size = new System.Drawing.Size(328, 35);
this.txtProductSfcCode.StyleController = this.layoutControl1;
this.txtProductSfcCode.TabIndex = 5;
//
// txtBranchSite
//
this.txtBranchSite.Location = new System.Drawing.Point(133, 110);
this.txtBranchSite.Margin = new System.Windows.Forms.Padding(4);
this.txtBranchSite.Name = "txtBranchSite";
this.txtBranchSite.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtBranchSite.Properties.Appearance.Options.UseFont = true;
this.txtBranchSite.Properties.AutoHeight = false;
this.txtBranchSite.Size = new System.Drawing.Size(784, 35);
this.txtBranchSite.StyleController = this.layoutControl1;
this.txtBranchSite.TabIndex = 6;
//
// txtBranchResource
//
this.txtBranchResource.Location = new System.Drawing.Point(133, 157);
this.txtBranchResource.Margin = new System.Windows.Forms.Padding(4);
this.txtBranchResource.Name = "txtBranchResource";
this.txtBranchResource.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtBranchResource.Properties.Appearance.Options.UseFont = true;
this.txtBranchResource.Properties.AutoHeight = false;
this.txtBranchResource.Size = new System.Drawing.Size(784, 35);
this.txtBranchResource.StyleController = this.layoutControl1;
this.txtBranchResource.TabIndex = 7;
//
// txtBranchProcedure
//
this.txtBranchProcedure.Location = new System.Drawing.Point(133, 204);
this.txtBranchProcedure.Margin = new System.Windows.Forms.Padding(4);
this.txtBranchProcedure.Name = "txtBranchProcedure";
this.txtBranchProcedure.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtBranchProcedure.Properties.Appearance.Options.UseFont = true;
this.txtBranchProcedure.Properties.AutoHeight = false;
this.txtBranchProcedure.Size = new System.Drawing.Size(784, 41);
this.txtBranchProcedure.StyleController = this.layoutControl1;
this.txtBranchProcedure.TabIndex = 8;
//
// txtPara
//
this.txtPara.Location = new System.Drawing.Point(132, 62);
this.txtPara.Name = "txtPara";
this.txtPara.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtPara.Properties.Appearance.Options.UseFont = true;
this.txtPara.Properties.AutoHeight = false;
this.txtPara.Size = new System.Drawing.Size(329, 37);
this.txtPara.StyleController = this.layoutControl1;
this.txtPara.TabIndex = 9;
//
// txtSortIndex
//
this.txtSortIndex.Location = new System.Drawing.Point(588, 62);
this.txtSortIndex.Name = "txtSortIndex";
this.txtSortIndex.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtSortIndex.Properties.Appearance.Options.UseFont = true;
this.txtSortIndex.Properties.AutoHeight = false;
this.txtSortIndex.Properties.NullValuePrompt = "设置组件条码位于组件条码集合中的位置";
this.txtSortIndex.Size = new System.Drawing.Size(330, 37);
this.txtSortIndex.StyleController = this.layoutControl1;
this.txtSortIndex.TabIndex = 10;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.simpleLabelItem1,
this.simpleLabelItem2,
this.layoutControlItem1,
this.layoutControlItem2,
this.simpleLabelItem3,
this.layoutControlItem3,
this.simpleLabelItem4,
this.simpleLabelItem5,
this.layoutControlItem4,
this.layoutControlItem5,
this.simpleLabelItem6,
this.simpleLabelItem7,
this.layoutControlItem6,
this.layoutControlItem7});
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.Root.Name = "Root";
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
columnDefinition1.Width = 117D;
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition2.Width = 100D;
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Absolute;
columnDefinition3.Width = 117D;
columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition4.Width = 100D;
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
columnDefinition1,
columnDefinition2,
columnDefinition3,
columnDefinition4});
rowDefinition1.Height = 47D;
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition2.Height = 47D;
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition3.Height = 47D;
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition4.Height = 47D;
rowDefinition4.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition5.Height = 47D;
rowDefinition5.SizeType = System.Windows.Forms.SizeType.Absolute;
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
rowDefinition1,
rowDefinition2,
rowDefinition3,
rowDefinition4,
rowDefinition5});
this.Root.Size = new System.Drawing.Size(933, 261);
this.Root.TextVisible = false;
//
// simpleLabelItem1
//
this.simpleLabelItem1.AllowHotTrack = false;
this.simpleLabelItem1.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0);
this.simpleLabelItem1.Name = "simpleLabelItem1";
this.simpleLabelItem1.Size = new System.Drawing.Size(117, 47);
this.simpleLabelItem1.Text = "工位:";
this.simpleLabelItem1.TextSize = new System.Drawing.Size(64, 21);
//
// simpleLabelItem2
//
this.simpleLabelItem2.AllowHotTrack = false;
this.simpleLabelItem2.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem2.AppearanceItemCaption.Options.UseTextOptions = true;
this.simpleLabelItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.simpleLabelItem2.Location = new System.Drawing.Point(456, 0);
this.simpleLabelItem2.Name = "simpleLabelItem2";
this.simpleLabelItem2.OptionsTableLayoutItem.ColumnIndex = 2;
this.simpleLabelItem2.Size = new System.Drawing.Size(117, 47);
this.simpleLabelItem2.Text = "机壳码:";
this.simpleLabelItem2.TextSize = new System.Drawing.Size(64, 21);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtStation;
this.layoutControlItem1.Location = new System.Drawing.Point(117, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
this.layoutControlItem1.Size = new System.Drawing.Size(339, 47);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtProductSfcCode;
this.layoutControlItem2.Location = new System.Drawing.Point(573, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
this.layoutControlItem2.Size = new System.Drawing.Size(340, 47);
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// simpleLabelItem3
//
this.simpleLabelItem3.AllowHotTrack = false;
this.simpleLabelItem3.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.simpleLabelItem3.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem3.AppearanceItemCaption.Options.UseTextOptions = true;
this.simpleLabelItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.simpleLabelItem3.Location = new System.Drawing.Point(0, 94);
this.simpleLabelItem3.Name = "simpleLabelItem3";
this.simpleLabelItem3.OptionsTableLayoutItem.RowIndex = 2;
this.simpleLabelItem3.Size = new System.Drawing.Size(117, 47);
this.simpleLabelItem3.Text = "站点:";
this.simpleLabelItem3.TextSize = new System.Drawing.Size(64, 21);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtBranchSite;
this.layoutControlItem3.Location = new System.Drawing.Point(117, 94);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 3;
this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
this.layoutControlItem3.Size = new System.Drawing.Size(796, 47);
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// simpleLabelItem4
//
this.simpleLabelItem4.AllowHotTrack = false;
this.simpleLabelItem4.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.simpleLabelItem4.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem4.AppearanceItemCaption.Options.UseTextOptions = true;
this.simpleLabelItem4.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.simpleLabelItem4.Location = new System.Drawing.Point(0, 141);
this.simpleLabelItem4.Name = "simpleLabelItem4";
this.simpleLabelItem4.OptionsTableLayoutItem.RowIndex = 3;
this.simpleLabelItem4.Size = new System.Drawing.Size(117, 47);
this.simpleLabelItem4.Text = "资源:";
this.simpleLabelItem4.TextSize = new System.Drawing.Size(64, 21);
//
// simpleLabelItem5
//
this.simpleLabelItem5.AllowHotTrack = false;
this.simpleLabelItem5.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.simpleLabelItem5.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem5.AppearanceItemCaption.Options.UseTextOptions = true;
this.simpleLabelItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.simpleLabelItem5.Location = new System.Drawing.Point(0, 188);
this.simpleLabelItem5.Name = "simpleLabelItem5";
this.simpleLabelItem5.OptionsTableLayoutItem.RowIndex = 4;
this.simpleLabelItem5.Size = new System.Drawing.Size(117, 53);
this.simpleLabelItem5.Text = "工序:";
this.simpleLabelItem5.TextSize = new System.Drawing.Size(64, 21);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtBranchResource;
this.layoutControlItem4.Location = new System.Drawing.Point(117, 141);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem4.OptionsTableLayoutItem.ColumnSpan = 3;
this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 3;
this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
this.layoutControlItem4.Size = new System.Drawing.Size(796, 47);
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem4.TextVisible = false;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txtBranchProcedure;
this.layoutControlItem5.Location = new System.Drawing.Point(117, 188);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem5.OptionsTableLayoutItem.ColumnSpan = 3;
this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 4;
this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
this.layoutControlItem5.Size = new System.Drawing.Size(796, 53);
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
//
// simpleLabelItem6
//
this.simpleLabelItem6.AllowHotTrack = false;
this.simpleLabelItem6.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.simpleLabelItem6.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem6.AppearanceItemCaption.Options.UseTextOptions = true;
this.simpleLabelItem6.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.simpleLabelItem6.Location = new System.Drawing.Point(0, 47);
this.simpleLabelItem6.Name = "simpleLabelItem6";
this.simpleLabelItem6.OptionsTableLayoutItem.RowIndex = 1;
this.simpleLabelItem6.Size = new System.Drawing.Size(117, 47);
this.simpleLabelItem6.Text = "参数:";
this.simpleLabelItem6.TextSize = new System.Drawing.Size(64, 21);
//
// simpleLabelItem7
//
this.simpleLabelItem7.AllowHotTrack = false;
this.simpleLabelItem7.AppearanceItemCaption.Font = new System.Drawing.Font("微软雅黑", 12F);
this.simpleLabelItem7.AppearanceItemCaption.Options.UseFont = true;
this.simpleLabelItem7.AppearanceItemCaption.Options.UseTextOptions = true;
this.simpleLabelItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.simpleLabelItem7.Location = new System.Drawing.Point(456, 47);
this.simpleLabelItem7.Name = "simpleLabelItem7";
this.simpleLabelItem7.OptionsTableLayoutItem.ColumnIndex = 2;
this.simpleLabelItem7.OptionsTableLayoutItem.RowIndex = 1;
this.simpleLabelItem7.Size = new System.Drawing.Size(117, 47);
this.simpleLabelItem7.Text = "排序:";
this.simpleLabelItem7.TextSize = new System.Drawing.Size(64, 21);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txtPara;
this.layoutControlItem6.Location = new System.Drawing.Point(117, 47);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.layoutControlItem6.Size = new System.Drawing.Size(339, 47);
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txtSortIndex;
this.layoutControlItem7.Location = new System.Drawing.Point(573, 47);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
this.layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
this.layoutControlItem7.Size = new System.Drawing.Size(340, 47);
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem7.TextVisible = false;
//
// stackPanel1
//
this.stackPanel1.Controls.Add(this.btnSave);
this.stackPanel1.Controls.Add(this.btnCancel);
this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.stackPanel1.Location = new System.Drawing.Point(0, 298);
this.stackPanel1.Margin = new System.Windows.Forms.Padding(4);
this.stackPanel1.Name = "stackPanel1";
this.stackPanel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.stackPanel1.Size = new System.Drawing.Size(933, 51);
this.stackPanel1.TabIndex = 31;
//
// btnSave
//
this.btnSave.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208)))));
this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnSave.Appearance.Options.UseBackColor = true;
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Location = new System.Drawing.Point(836, 5);
this.btnSave.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(93, 40);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnCancel.Appearance.Options.UseFont = true;
this.btnCancel.Location = new System.Drawing.Point(731, 5);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(97, 40);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// EditBranch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(933, 349);
this.Controls.Add(this.stackPanel1);
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.panelControl6);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "EditBranch";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "EditBranch";
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
this.panelControl6.ResumeLayout(false);
this.panelControl6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtStation.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtProductSfcCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtBranchSite.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtBranchResource.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtBranchProcedure.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPara.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSortIndex.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit();
this.stackPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl6;
private DevExpress.XtraEditors.LabelControl labelControl18;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
private DevExpress.XtraEditors.TextEdit txtStation;
private DevExpress.XtraEditors.TextEdit txtProductSfcCode;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3;
private DevExpress.XtraEditors.TextEdit txtBranchSite;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5;
private DevExpress.XtraEditors.TextEdit txtBranchResource;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.TextEdit txtBranchProcedure;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.Utils.Layout.StackPanel stackPanel1;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem6;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7;
private DevExpress.XtraEditors.TextEdit txtPara;
private DevExpress.XtraEditors.TextEdit txtSortIndex;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
}
}