|
|
namespace ICSSoft.Frame.APP { partial class FormICSINVENTORYEditAdd { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSINVENTORYEditAdd)); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.save = new DevExpress.XtraEditors.SimpleButton(); this.can = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtINVMACHINETYPE = new DevExpress.XtraEditors.ButtonEdit(); this.label19 = new System.Windows.Forms.Label(); this.btnCancle = new DevExpress.XtraEditors.SimpleButton(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.txtINVCONTROLTYPE = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).BeginInit(); this.SuspendLayout(); //
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(1, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(110, 23); this.lblTitle.TabIndex = 6; this.lblTitle.Text = "修改"; //
// save
//
this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.save.Location = new System.Drawing.Point(134, 306); this.save.Name = "save"; this.save.Size = new System.Drawing.Size(68, 23); this.save.TabIndex = 30; this.save.Text = "保存"; this.save.Click += new System.EventHandler(this.save_Click); //
// can
//
this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.can.Location = new System.Drawing.Point(208, 306); this.can.Name = "can"; this.can.Size = new System.Drawing.Size(68, 23); this.can.TabIndex = 31; this.can.Text = "取消"; this.can.Click += new System.EventHandler(this.btnClose_Click); //
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.txtINVCONTROLTYPE); this.panelControl1.Controls.Add(this.txtINVMACHINETYPE); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.label19); this.panelControl1.Location = new System.Drawing.Point(1, 27); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(278, 113); this.panelControl1.TabIndex = 23; //
// txtINVMACHINETYPE
//
this.txtINVMACHINETYPE.Location = new System.Drawing.Point(111, 24); this.txtINVMACHINETYPE.Name = "txtINVMACHINETYPE"; this.txtINVMACHINETYPE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtINVMACHINETYPE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txtINVMACHINETYPE.Size = new System.Drawing.Size(123, 20); this.txtINVMACHINETYPE.TabIndex = 126; this.txtINVMACHINETYPE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtVENDORCODE_ButtonClick); //
// label19
//
this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(40, 27); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(67, 14); this.label19.TabIndex = 54; this.label19.Text = "仓库代码:"; //
// btnCancle
//
this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancle.Appearance.Options.UseFont = true; this.btnCancle.Appearance.Options.UseForeColor = true; this.btnCancle.Appearance.Options.UseTextOptions = true; this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image"))); this.btnCancle.Location = new System.Drawing.Point(198, 143); this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(70, 30); this.btnCancle.TabIndex = 122; this.btnCancle.Text = "取消"; this.btnCancle.Click += new System.EventHandler(this.can_Click); //
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOK.Appearance.ForeColor = System.Drawing.Color.White; this.btnOK.Appearance.Options.UseFont = true; this.btnOK.Appearance.Options.UseForeColor = true; this.btnOK.Appearance.Options.UseTextOptions = true; this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image"))); this.btnOK.Location = new System.Drawing.Point(122, 143); this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(70, 30); this.btnOK.TabIndex = 121; this.btnOK.Text = "保存"; this.btnOK.Click += new System.EventHandler(this.save_Click); //
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(253, 1); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 23); this.btnClose.TabIndex = 5; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); //
// txtINVCONTROLTYPE
//
this.txtINVCONTROLTYPE.FormattingEnabled = true; this.txtINVCONTROLTYPE.Items.AddRange(new object[] { "", "不管控", "单品管控", "批次管控"}); this.txtINVCONTROLTYPE.Location = new System.Drawing.Point(111, 66); this.txtINVCONTROLTYPE.Name = "txtINVCONTROLTYPE"; this.txtINVCONTROLTYPE.Size = new System.Drawing.Size(123, 22); this.txtINVCONTROLTYPE.TabIndex = 127; //
// label1
//
this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(43, 69); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 14); this.label1.TabIndex = 54; this.label1.Text = "管控类型:"; //
// FormICSINVENTORYEditAdd
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(280, 176); this.Controls.Add(this.btnCancle); this.Controls.Add(this.btnOK); this.Controls.Add(this.panelControl1); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnClose); this.Controls.Add(this.save); this.Controls.Add(this.can); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSINVENTORYEditAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "存货编辑"; this.Load += new System.EventHandler(this.FormICSINVENTORYEditAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtINVMACHINETYPE.Properties)).EndInit(); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton save; private DevExpress.XtraEditors.SimpleButton can; private DevExpress.XtraEditors.PanelControl panelControl1; private System.Windows.Forms.Label label19; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.ButtonEdit txtINVMACHINETYPE; private System.Windows.Forms.ComboBox txtINVCONTROLTYPE; private System.Windows.Forms.Label label1; } }
|