namespace ICSSoft.Frame.APP { partial class FormICSTSBackflow { /// /// 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(FormICSTSBackflow)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtITEMCODE = new DevExpress.XtraEditors.TextEdit(); this.txtFRMOPCODE = new System.Windows.Forms.ComboBox(); this.txtMOCODE = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtFRMROUTECODE = new System.Windows.Forms.ComboBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.save = new DevExpress.XtraEditors.SimpleButton(); this.can = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.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(498, 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 = "维修回流"; // // 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.groupBox1); 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(523, 156); this.panelControl1.TabIndex = 23; // // groupBox1 // this.groupBox1.Controls.Add(this.txtITEMCODE); this.groupBox1.Controls.Add(this.txtFRMOPCODE); this.groupBox1.Controls.Add(this.txtMOCODE); this.groupBox1.Controls.Add(this.labelControl4); this.groupBox1.Controls.Add(this.txtFRMROUTECODE); this.groupBox1.Controls.Add(this.labelControl2); this.groupBox1.Controls.Add(this.labelControl3); this.groupBox1.Controls.Add(this.labelControl1); this.groupBox1.Location = new System.Drawing.Point(11, 8); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(501, 134); this.groupBox1.TabIndex = 102; this.groupBox1.TabStop = false; this.groupBox1.Text = "回流"; // // txtITEMCODE // this.txtITEMCODE.EnterMoveNextControl = true; this.txtITEMCODE.Location = new System.Drawing.Point(337, 36); this.txtITEMCODE.Name = "txtITEMCODE"; this.txtITEMCODE.Properties.ReadOnly = true; this.txtITEMCODE.Size = new System.Drawing.Size(139, 20); this.txtITEMCODE.TabIndex = 84; // // txtFRMOPCODE // this.txtFRMOPCODE.AutoCompleteCustomSource.AddRange(new string[] { "", "Y", "N"}); this.txtFRMOPCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtFRMOPCODE.FormattingEnabled = true; this.txtFRMOPCODE.Location = new System.Drawing.Point(337, 84); this.txtFRMOPCODE.Name = "txtFRMOPCODE"; this.txtFRMOPCODE.Size = new System.Drawing.Size(139, 22); this.txtFRMOPCODE.TabIndex = 90; // // txtMOCODE // this.txtMOCODE.EnterMoveNextControl = true; this.txtMOCODE.Location = new System.Drawing.Point(100, 36); this.txtMOCODE.Name = "txtMOCODE"; this.txtMOCODE.Properties.ReadOnly = true; this.txtMOCODE.Size = new System.Drawing.Size(139, 20); this.txtMOCODE.TabIndex = 84; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(262, 87); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(60, 14); this.labelControl4.TabIndex = 76; this.labelControl4.Text = "工序代码:"; // // txtFRMROUTECODE // this.txtFRMROUTECODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtFRMROUTECODE.FormattingEnabled = true; this.txtFRMROUTECODE.Location = new System.Drawing.Point(100, 84); this.txtFRMROUTECODE.Name = "txtFRMROUTECODE"; this.txtFRMROUTECODE.Size = new System.Drawing.Size(139, 22); this.txtFRMROUTECODE.TabIndex = 89; this.txtFRMROUTECODE.SelectedIndexChanged += new System.EventHandler(this.txtFRMROUTECODE_SelectedIndexChanged); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(262, 39); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 75; this.labelControl2.Text = "存货编码:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(25, 87); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 75; this.labelControl3.Text = "途程代码:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(25, 39); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 75; this.labelControl1.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(382, 185); 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(454, 185); 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); // // FormICSTSBackflow // 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(525, 217); 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 = "FormICSTSBackflow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtITEMCODE.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMOCODE.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.ComboBox txtFRMOPCODE; private System.Windows.Forms.ComboBox txtFRMROUTECODE; private DevExpress.XtraEditors.SimpleButton save; private DevExpress.XtraEditors.SimpleButton can; private System.Windows.Forms.GroupBox groupBox1; private DevExpress.XtraEditors.TextEdit txtITEMCODE; private DevExpress.XtraEditors.TextEdit txtMOCODE; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; } }