华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

297 lines
16 KiB

namespace ICSSoft.Frame.APP
{
partial class FormICSOPAdd
{
/// <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(FormICSOPAdd));
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.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.cbBCostCenter = new System.Windows.Forms.ComboBox();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.txtOPCODE = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.checkedListBoxOPControl = new DevExpress.XtraEditors.CheckedListBoxControl();
this.txtOPCOLLECTION = new System.Windows.Forms.ComboBox();
this.txtOPDESC = new System.Windows.Forms.RichTextBox();
this.save = new DevExpress.XtraEditors.SimpleButton();
this.can = new DevExpress.XtraEditors.SimpleButton();
this.txtfrom = new System.Windows.Forms.ComboBox();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtOPCODE.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxOPControl)).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(395, 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);
//
// 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.Black;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(12, 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(36, 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(60, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "工序代码:";
//
// labelControl13
//
this.labelControl13.Location = new System.Drawing.Point(26, 140);
this.labelControl13.Name = "labelControl13";
this.labelControl13.Size = new System.Drawing.Size(84, 14);
this.labelControl13.TabIndex = 23;
this.labelControl13.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.txtfrom);
this.panelControl1.Controls.Add(this.labelControl5);
this.panelControl1.Controls.Add(this.cbBCostCenter);
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.txtOPCODE);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.checkedListBoxOPControl);
this.panelControl1.Controls.Add(this.txtOPCOLLECTION);
this.panelControl1.Controls.Add(this.txtOPDESC);
this.panelControl1.Controls.Add(this.labelControl13);
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(420, 433);
this.panelControl1.TabIndex = 23;
//
// cbBCostCenter
//
this.cbBCostCenter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBCostCenter.FormattingEnabled = true;
this.cbBCostCenter.Location = new System.Drawing.Point(131, 325);
this.cbBCostCenter.Name = "cbBCostCenter";
this.cbBCostCenter.Size = new System.Drawing.Size(121, 22);
this.cbBCostCenter.TabIndex = 79;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(26, 328);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(84, 14);
this.labelControl4.TabIndex = 78;
this.labelControl4.Text = "工序成本中心:";
//
// txtOPCODE
//
this.txtOPCODE.Location = new System.Drawing.Point(131, 26);
this.txtOPCODE.Name = "txtOPCODE";
this.txtOPCODE.Size = new System.Drawing.Size(100, 20);
this.txtOPCODE.TabIndex = 77;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(26, 184);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(60, 14);
this.labelControl3.TabIndex = 76;
this.labelControl3.Text = "工序类型:";
//
// checkedListBoxOPControl
//
this.checkedListBoxOPControl.Location = new System.Drawing.Point(131, 184);
this.checkedListBoxOPControl.MultiColumn = true;
this.checkedListBoxOPControl.Name = "checkedListBoxOPControl";
this.checkedListBoxOPControl.Size = new System.Drawing.Size(254, 132);
this.checkedListBoxOPControl.TabIndex = 75;
//
// txtOPCOLLECTION
//
this.txtOPCOLLECTION.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtOPCOLLECTION.FormattingEnabled = true;
this.txtOPCOLLECTION.Items.AddRange(new object[] {
"自动收集",
"人工收集"});
this.txtOPCOLLECTION.Location = new System.Drawing.Point(131, 137);
this.txtOPCOLLECTION.Name = "txtOPCOLLECTION";
this.txtOPCOLLECTION.Size = new System.Drawing.Size(121, 22);
this.txtOPCOLLECTION.TabIndex = 74;
//
// txtOPDESC
//
this.txtOPDESC.Location = new System.Drawing.Point(131, 67);
this.txtOPDESC.Name = "txtOPDESC";
this.txtOPDESC.Size = new System.Drawing.Size(149, 60);
this.txtOPDESC.TabIndex = 72;
this.txtOPDESC.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(275, 463);
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 = 32;
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(351, 463);
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 = 77;
this.can.Text = "取消";
this.can.Click += new System.EventHandler(this.can_Click);
//
// txtfrom
//
this.txtfrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtfrom.FormattingEnabled = true;
this.txtfrom.Items.AddRange(new object[] {
"冷加工",
"热处理"});
this.txtfrom.Location = new System.Drawing.Point(131, 371);
this.txtfrom.Name = "txtfrom";
this.txtfrom.Size = new System.Drawing.Size(121, 22);
this.txtfrom.TabIndex = 81;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(26, 374);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(60, 14);
this.labelControl5.TabIndex = 80;
this.labelControl5.Text = "工序归属:";
//
// FormICSOPAdd
//
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(422, 496);
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 = "FormICSOPAdd";
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.txtOPCODE.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxOPControl)).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.LabelControl labelControl13;
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.RichTextBox txtOPDESC;
private System.Windows.Forms.ComboBox txtOPCOLLECTION;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxOPControl;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.SimpleButton save;
private DevExpress.XtraEditors.SimpleButton can;
private DevExpress.XtraEditors.TextEdit txtOPCODE;
private System.Windows.Forms.ComboBox cbBCostCenter;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.ComboBox txtfrom;
private DevExpress.XtraEditors.LabelControl labelControl5;
}
}