namespace ICSSoft.Frame.APP { partial class FormICSWareHouseLotInfoEdit { /// /// 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(FormICSWareHouseLotInfoEdit)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.txtMUSER = new DevExpress.XtraEditors.TextEdit(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.save = new DevExpress.XtraEditors.SimpleButton(); this.can = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtSUM = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txtLotNoSum = new System.Windows.Forms.TextBox(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtLotNo = new DevExpress.XtraEditors.TextEdit(); this.MTIME = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtSUM.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MTIME.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(427, 1); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(30, 30); 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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(78, 30); this.lblTitle.TabIndex = 6; this.lblTitle.Text = "批次维护"; // // txtMUSER // this.txtMUSER.EnterMoveNextControl = true; this.txtMUSER.Location = new System.Drawing.Point(151, 167); this.txtMUSER.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMUSER.Name = "txtMUSER"; this.txtMUSER.Properties.ReadOnly = true; this.txtMUSER.Size = new System.Drawing.Size(170, 24); this.txtMUSER.TabIndex = 18; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(55, 217); this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(60, 18); this.labelControl12.TabIndex = 22; this.labelControl12.Text = "维护时间"; // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(63, 171); this.labelControl13.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(45, 18); this.labelControl13.TabIndex = 23; this.labelControl13.Text = "维护人"; // // save // this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.save.Location = new System.Drawing.Point(131, 283); this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.save.Name = "save"; this.save.Size = new System.Drawing.Size(78, 30); 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(251, 283); this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.can.Name = "can"; this.can.Size = new System.Drawing.Size(78, 30); this.can.TabIndex = 31; this.can.Text = "取消"; this.can.Click += new System.EventHandler(this.can_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.labelControl2); this.panelControl1.Controls.Add(this.txtSUM); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.txtLotNoSum); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txtLotNo); this.panelControl1.Controls.Add(this.MTIME); this.panelControl1.Controls.Add(this.can); this.panelControl1.Controls.Add(this.save); this.panelControl1.Controls.Add(this.labelControl13); this.panelControl1.Controls.Add(this.labelControl12); this.panelControl1.Controls.Add(this.txtMUSER); this.panelControl1.Location = new System.Drawing.Point(1, 35); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(457, 321); this.panelControl1.TabIndex = 23; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(60, 75); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 18); this.labelControl2.TabIndex = 47; this.labelControl2.Text = "当前数量"; // // txtSUM // this.txtSUM.EnterMoveNextControl = true; this.txtSUM.Location = new System.Drawing.Point(152, 71); this.txtSUM.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtSUM.Name = "txtSUM"; this.txtSUM.Properties.ReadOnly = true; this.txtSUM.Size = new System.Drawing.Size(170, 24); this.txtSUM.TabIndex = 46; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(55, 126); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 18); this.labelControl1.TabIndex = 45; this.labelControl1.Text = "维护数量"; // // txtLotNoSum // this.txtLotNoSum.Location = new System.Drawing.Point(151, 118); this.txtLotNoSum.Name = "txtLotNoSum"; this.txtLotNoSum.Size = new System.Drawing.Size(171, 26); this.txtLotNoSum.TabIndex = 44; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(74, 28); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(30, 18); this.labelControl4.TabIndex = 43; this.labelControl4.Text = "条码"; // // txtLotNo // this.txtLotNo.EnterMoveNextControl = true; this.txtLotNo.Location = new System.Drawing.Point(152, 24); this.txtLotNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtLotNo.Name = "txtLotNo"; this.txtLotNo.Properties.ReadOnly = true; this.txtLotNo.Size = new System.Drawing.Size(170, 24); this.txtLotNo.TabIndex = 42; // // MTIME // this.MTIME.EnterMoveNextControl = true; this.MTIME.Location = new System.Drawing.Point(151, 214); this.MTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MTIME.Name = "MTIME"; this.MTIME.Properties.ReadOnly = true; this.MTIME.Size = new System.Drawing.Size(170, 24); this.MTIME.TabIndex = 37; // // FormICSWareHouseLotInfoEdit // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(459, 391); this.Controls.Add(this.panelControl1); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormICSWareHouseLotInfoEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; this.Load += new System.EventHandler(this.FormICSStackAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtSUM.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.TextEdit txtMUSER; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.SimpleButton save; private DevExpress.XtraEditors.SimpleButton can; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit MTIME; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtLotNo; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.TextBox txtLotNoSum; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txtSUM; } }