namespace ICSSoft.Frame.APP
{
partial class FormICSINVBusinessAdd
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSINVBusinessAdd));
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.txtISFIFO = new System.Windows.Forms.ComboBox();
this.txtBusinessType = new System.Windows.Forms.ComboBox();
this.txtBusinessCode = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.txtBusinessDesc = new System.Windows.Forms.RichTextBox();
this.save = new DevExpress.XtraEditors.SimpleButton();
this.can = new DevExpress.XtraEditors.SimpleButton();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.txtmuser = new DevExpress.XtraEditors.TextEdit();
this.txttime = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBusinessCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txttime.Properties)).BeginInit();
this.SuspendLayout();
//
// 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, 0);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 29);
this.btnClose.TabIndex = 5;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// 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 = "物料出入库编辑";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(26, 70);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(84, 14);
this.labelControl2.TabIndex = 0;
this.labelControl2.Text = "业务类型描述:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(26, 29);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(84, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "业务类型代码:";
//
// 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.txttime);
this.panelControl1.Controls.Add(this.txtmuser);
this.panelControl1.Controls.Add(this.labelControl12);
this.panelControl1.Controls.Add(this.labelControl13);
this.panelControl1.Controls.Add(this.txtISFIFO);
this.panelControl1.Controls.Add(this.txtBusinessType);
this.panelControl1.Controls.Add(this.txtBusinessCode);
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.txtBusinessDesc);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.labelControl2);
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, 301);
this.panelControl1.TabIndex = 23;
//
// txtISFIFO
//
this.txtISFIFO.AutoCompleteCustomSource.AddRange(new string[] {
"",
"Y",
"N"});
this.txtISFIFO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtISFIFO.FormattingEnabled = true;
this.txtISFIFO.Items.AddRange(new object[] {
"",
"Y",
"N"});
this.txtISFIFO.Location = new System.Drawing.Point(129, 176);
this.txtISFIFO.Name = "txtISFIFO";
this.txtISFIFO.Size = new System.Drawing.Size(121, 22);
this.txtISFIFO.TabIndex = 90;
//
// txtBusinessType
//
this.txtBusinessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtBusinessType.FormattingEnabled = true;
this.txtBusinessType.Items.AddRange(new object[] {
"入库",
"出库"});
this.txtBusinessType.Location = new System.Drawing.Point(129, 137);
this.txtBusinessType.Name = "txtBusinessType";
this.txtBusinessType.Size = new System.Drawing.Size(121, 22);
this.txtBusinessType.TabIndex = 89;
//
// txtBusinessCode
//
this.txtBusinessCode.EnterMoveNextControl = true;
this.txtBusinessCode.Location = new System.Drawing.Point(129, 26);
this.txtBusinessCode.Name = "txtBusinessCode";
this.txtBusinessCode.Size = new System.Drawing.Size(121, 20);
this.txtBusinessCode.TabIndex = 77;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(26, 179);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(61, 14);
this.labelControl4.TabIndex = 76;
this.labelControl4.Text = "FIFO状态:";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(26, 140);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(65, 14);
this.labelControl3.TabIndex = 75;
this.labelControl3.Text = "入库\\出库:";
//
// txtBusinessDesc
//
this.txtBusinessDesc.Location = new System.Drawing.Point(129, 67);
this.txtBusinessDesc.Name = "txtBusinessDesc";
this.txtBusinessDesc.Size = new System.Drawing.Size(121, 60);
this.txtBusinessDesc.TabIndex = 72;
this.txtBusinessDesc.Text = "";
//
// save
//
this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.save.Appearance.ForeColor = System.Drawing.Color.White;
this.save.Appearance.Options.UseFont = true;
this.save.Appearance.Options.UseForeColor = true;
this.save.Appearance.Options.UseTextOptions = true;
this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
this.save.Location = new System.Drawing.Point(137, 330);
this.save.LookAndFeel.SkinName = "BlueButtonSkin";
this.save.LookAndFeel.UseDefaultLookAndFeel = false;
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(70, 30);
this.save.TabIndex = 81;
this.save.Text = "保存";
this.save.Click += new System.EventHandler(this.save_Click);
//
// can
//
this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.can.Appearance.ForeColor = System.Drawing.Color.White;
this.can.Appearance.Options.UseFont = true;
this.can.Appearance.Options.UseForeColor = true;
this.can.Appearance.Options.UseTextOptions = true;
this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
this.can.Location = new System.Drawing.Point(209, 330);
this.can.LookAndFeel.SkinName = "BlueButtonSkin";
this.can.LookAndFeel.UseDefaultLookAndFeel = false;
this.can.Name = "can";
this.can.Size = new System.Drawing.Size(70, 30);
this.can.TabIndex = 91;
this.can.Text = "取消";
this.can.Click += new System.EventHandler(this.can_Click);
//
// labelControl13
//
this.labelControl13.Location = new System.Drawing.Point(26, 215);
this.labelControl13.Name = "labelControl13";
this.labelControl13.Size = new System.Drawing.Size(36, 14);
this.labelControl13.TabIndex = 91;
this.labelControl13.Text = "维护人";
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(26, 252);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(48, 14);
this.labelControl12.TabIndex = 92;
this.labelControl12.Text = "维护时间";
//
// txtmuser
//
this.txtmuser.EnterMoveNextControl = true;
this.txtmuser.Location = new System.Drawing.Point(129, 212);
this.txtmuser.Name = "txtmuser";
this.txtmuser.Properties.ReadOnly = true;
this.txtmuser.Size = new System.Drawing.Size(121, 20);
this.txtmuser.TabIndex = 93;
//
// txttime
//
this.txttime.EnterMoveNextControl = true;
this.txttime.Location = new System.Drawing.Point(129, 249);
this.txttime.Name = "txttime";
this.txttime.Properties.ReadOnly = true;
this.txttime.Size = new System.Drawing.Size(121, 20);
this.txttime.TabIndex = 94;
//
// FormICSINVBusinessAdd
//
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, 362);
this.Controls.Add(this.can);
this.Controls.Add(this.save);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnClose);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSINVBusinessAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormContainerAddEdit";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtBusinessCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txttime.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.RichTextBox txtBusinessDesc;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit txtBusinessCode;
private System.Windows.Forms.ComboBox txtISFIFO;
private System.Windows.Forms.ComboBox txtBusinessType;
private DevExpress.XtraEditors.SimpleButton save;
private DevExpress.XtraEditors.SimpleButton can;
private DevExpress.XtraEditors.LabelControl labelControl13;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.TextEdit txttime;
private DevExpress.XtraEditors.TextEdit txtmuser;
}
}