using TProduct.WinFrmUI.DataBase; namespace TProduct.UI.WinFrm.Main { partial class AddPartBaseDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.ckCode = new DevExpress.XtraEditors.CheckEdit(); this.selectSenderbaseCtrl1 = new SelectSenderComboxCtrl(); this.selectManufacturerBaseCtrl1 = new SelectManufacturerComboxCtrl(); this.TextEditName = new DevExpress.XtraEditors.TextEdit(); this.MemoEditNote = new DevExpress.XtraEditors.MemoEdit(); this.TextEditCode = new DevExpress.XtraEditors.TextEdit(); this.simpleBtnCancel = new DevExpress.XtraEditors.SimpleButton(); this.simpleBtnOK = new DevExpress.XtraEditors.SimpleButton(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutCtrlName = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutCtrlCode = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ckCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TextEditName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditNote.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TextEditCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutCtrlName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutCtrlCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.ckCode); this.layoutControl1.Controls.Add(this.selectSenderbaseCtrl1); this.layoutControl1.Controls.Add(this.selectManufacturerBaseCtrl1); this.layoutControl1.Controls.Add(this.TextEditName); this.layoutControl1.Controls.Add(this.MemoEditNote); this.layoutControl1.Controls.Add(this.TextEditCode); this.layoutControl1.Controls.Add(this.simpleBtnCancel); this.layoutControl1.Controls.Add(this.simpleBtnOK); 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(423, 270); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // ckCode // this.ckCode.EditValue = true; this.ckCode.Location = new System.Drawing.Point(340, 12); this.ckCode.MaximumSize = new System.Drawing.Size(0, 26); this.ckCode.MinimumSize = new System.Drawing.Size(0, 26); this.ckCode.Name = "ckCode"; this.ckCode.Properties.Caption = "自动生成"; this.ckCode.Size = new System.Drawing.Size(71, 26); this.ckCode.StyleController = this.layoutControl1; this.ckCode.TabIndex = 16; // // selectSenderbaseCtrl1 // this.selectSenderbaseCtrl1.Location = new System.Drawing.Point(95, 102); this.selectSenderbaseCtrl1.MaximumSize = new System.Drawing.Size(0, 26); this.selectSenderbaseCtrl1.MinimumSize = new System.Drawing.Size(0, 26); this.selectSenderbaseCtrl1.Name = "selectSenderbaseCtrl1"; this.selectSenderbaseCtrl1.Size = new System.Drawing.Size(316, 26); this.selectSenderbaseCtrl1.TabIndex = 11; this.selectSenderbaseCtrl1.FocusedDataChangedEvent += new System.Action(this.selectSenderbaseCtrl1_CheckedChanedEvent); // // selectManufacturerBaseCtrl1 // this.selectManufacturerBaseCtrl1.Location = new System.Drawing.Point(95, 72); this.selectManufacturerBaseCtrl1.MaximumSize = new System.Drawing.Size(0, 26); this.selectManufacturerBaseCtrl1.MinimumSize = new System.Drawing.Size(0, 26); this.selectManufacturerBaseCtrl1.Name = "selectManufacturerBaseCtrl1"; this.selectManufacturerBaseCtrl1.Size = new System.Drawing.Size(316, 26); this.selectManufacturerBaseCtrl1.TabIndex = 10; this.selectManufacturerBaseCtrl1.FocusedDataChangedEvent += new System.Action(this.selectManufacturerBaseCtrl1_CheckedChanedEvent); // // TextEditName // this.TextEditName.Location = new System.Drawing.Point(95, 42); this.TextEditName.MaximumSize = new System.Drawing.Size(0, 26); this.TextEditName.MinimumSize = new System.Drawing.Size(0, 26); this.TextEditName.Name = "TextEditName"; this.TextEditName.Size = new System.Drawing.Size(316, 26); this.TextEditName.StyleController = this.layoutControl1; this.TextEditName.TabIndex = 5; // // MemoEditNote // this.MemoEditNote.Location = new System.Drawing.Point(95, 132); this.MemoEditNote.Name = "MemoEditNote"; this.MemoEditNote.Size = new System.Drawing.Size(316, 98); this.MemoEditNote.StyleController = this.layoutControl1; this.MemoEditNote.TabIndex = 9; // // TextEditCode // this.TextEditCode.Location = new System.Drawing.Point(95, 12); this.TextEditCode.MaximumSize = new System.Drawing.Size(0, 26); this.TextEditCode.MinimumSize = new System.Drawing.Size(0, 26); this.TextEditCode.Name = "TextEditCode"; this.TextEditCode.Size = new System.Drawing.Size(241, 26); this.TextEditCode.StyleController = this.layoutControl1; this.TextEditCode.TabIndex = 10; // // simpleBtnCancel // this.simpleBtnCancel.Appearance.BackColor = System.Drawing.Color.DarkOrange; this.simpleBtnCancel.Appearance.Options.UseBackColor = true; this.simpleBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.simpleBtnCancel.Location = new System.Drawing.Point(316, 234); this.simpleBtnCancel.Name = "simpleBtnCancel"; this.simpleBtnCancel.Size = new System.Drawing.Size(95, 24); this.simpleBtnCancel.StyleController = this.layoutControl1; this.simpleBtnCancel.TabIndex = 10; this.simpleBtnCancel.Text = "取消"; // // simpleBtnOK // this.simpleBtnOK.Appearance.BackColor = System.Drawing.Color.SteelBlue; this.simpleBtnOK.Appearance.Options.UseBackColor = true; this.simpleBtnOK.Location = new System.Drawing.Point(217, 234); this.simpleBtnOK.Name = "simpleBtnOK"; this.simpleBtnOK.Size = new System.Drawing.Size(95, 24); this.simpleBtnOK.StyleController = this.layoutControl1; this.simpleBtnOK.TabIndex = 9; this.simpleBtnOK.Text = "确定"; this.simpleBtnOK.Click += new System.EventHandler(this.simpleBtnOK_Click); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutCtrlName, this.layoutControlItem3, this.layoutControlItem4, this.layoutControlItem5, this.layoutCtrlCode, this.layoutControlItem2, this.layoutControlItem1, this.emptySpaceItem1, this.layoutControlItem6}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(423, 270); this.Root.TextVisible = false; // // layoutCtrlName // this.layoutCtrlName.AllowHtmlStringInCaption = true; this.layoutCtrlName.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutCtrlName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutCtrlName.Control = this.TextEditName; this.layoutCtrlName.Location = new System.Drawing.Point(0, 30); this.layoutCtrlName.Name = "layoutCtrlName"; this.layoutCtrlName.Size = new System.Drawing.Size(403, 30); this.layoutCtrlName.Text = "*产品名称:"; this.layoutCtrlName.TextSize = new System.Drawing.Size(71, 14); // // layoutControlItem3 // this.layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutControlItem3.Control = this.MemoEditNote; this.layoutControlItem3.Location = new System.Drawing.Point(0, 120); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(403, 102); this.layoutControlItem3.Text = "备注:"; this.layoutControlItem3.TextSize = new System.Drawing.Size(71, 14); // // layoutControlItem4 // this.layoutControlItem4.AllowHtmlStringInCaption = true; this.layoutControlItem4.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutControlItem4.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutControlItem4.Control = this.selectManufacturerBaseCtrl1; this.layoutControlItem4.Location = new System.Drawing.Point(0, 60); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(403, 30); this.layoutControlItem4.Text = "*设备生产商:"; this.layoutControlItem4.TextSize = new System.Drawing.Size(71, 14); // // layoutControlItem5 // this.layoutControlItem5.AllowHtmlStringInCaption = true; this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutControlItem5.Control = this.selectSenderbaseCtrl1; this.layoutControlItem5.Location = new System.Drawing.Point(0, 90); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(403, 30); this.layoutControlItem5.Text = "*设备送检方:"; this.layoutControlItem5.TextSize = new System.Drawing.Size(71, 14); // // layoutCtrlCode // this.layoutCtrlCode.AllowHtmlStringInCaption = true; this.layoutCtrlCode.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutCtrlCode.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutCtrlCode.Control = this.TextEditCode; this.layoutCtrlCode.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutCtrlCode.CustomizationFormText = "产品编号:"; this.layoutCtrlCode.Location = new System.Drawing.Point(0, 0); this.layoutCtrlCode.Name = "layoutCtrlCode"; this.layoutCtrlCode.Size = new System.Drawing.Size(328, 30); this.layoutCtrlCode.Text = "*产品编号:"; this.layoutCtrlCode.TextSize = new System.Drawing.Size(71, 14); // // layoutControlItem2 // this.layoutControlItem2.Control = this.simpleBtnCancel; this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(304, 222); this.layoutControlItem2.MaxSize = new System.Drawing.Size(99, 28); this.layoutControlItem2.MinSize = new System.Drawing.Size(99, 28); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(99, 28); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.simpleBtnOK; this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(205, 222); this.layoutControlItem1.MaxSize = new System.Drawing.Size(99, 28); this.layoutControlItem1.MinSize = new System.Drawing.Size(99, 28); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(99, 28); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 222); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(205, 28); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem6 // this.layoutControlItem6.Control = this.ckCode; this.layoutControlItem6.Location = new System.Drawing.Point(328, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(75, 30); this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // dxErrorProvider1 // this.dxErrorProvider1.ContainerControl = this; // // AddPartBaseDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(423, 270); this.Controls.Add(this.layoutControl1); this.MaximizeBox = false; this.Name = "AddPartBaseDlg"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ckCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TextEditName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MemoEditNote.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TextEditCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutCtrlName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutCtrlCode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.TextEdit TextEditName; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutCtrlName; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraEditors.MemoEdit MemoEditNote; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private SelectManufacturerComboxCtrl selectManufacturerBaseCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private SelectSenderComboxCtrl selectSenderbaseCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.TextEdit TextEditCode; private DevExpress.XtraLayout.LayoutControlItem layoutCtrlCode; private DevExpress.XtraEditors.SimpleButton simpleBtnCancel; private DevExpress.XtraEditors.SimpleButton simpleBtnOK; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.CheckEdit ckCode; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; } }