| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0205
- {
- /// <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(F_PC_0205));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnFlowSetting = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
- this.tsbtnBegin = new System.Windows.Forms.ToolStripButton();
- this.tsbtnCopyAndNew = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.SelValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UpdateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureModelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ModelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BarCodeFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.NodeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.NodeType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureMustFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.CollectTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CollectType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PieceTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UndoFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.BarCodePrintCopies = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IsSpecialRework = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsSemireWork = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.IsGlazeChange = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.RemarksDetail = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.nodeno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.procedurelineid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.procedureid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.displayno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.c_GroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvLine)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.tsbtnFlowSetting,
- this.toolStripSeparator2,
- this.tsbtnDisable,
- this.tsbtnBegin,
- this.tsbtnCopyAndNew,
- this.toolStripSeparator1,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(1369, 44);
- this.tsrOperate.TabIndex = 0;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建(&N)";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Enabled = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑(&E)";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // tsbtnFlowSetting
- //
- this.tsbtnFlowSetting.AutoSize = false;
- this.tsbtnFlowSetting.Enabled = false;
- this.tsbtnFlowSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnFlowSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnFlowSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnFlowSetting.Name = "tsbtnFlowSetting";
- this.tsbtnFlowSetting.Size = new System.Drawing.Size(60, 25);
- this.tsbtnFlowSetting.Text = "流程(&F)";
- this.tsbtnFlowSetting.Click += new System.EventHandler(this.tsbtnFlowSetting_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.AutoSize = false;
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnDisable
- //
- this.tsbtnDisable.AutoSize = false;
- this.tsbtnDisable.Enabled = false;
- this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDisable.Name = "tsbtnDisable";
- this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
- this.tsbtnDisable.Text = "停用(&S)";
- this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
- //
- // tsbtnBegin
- //
- this.tsbtnBegin.AutoSize = false;
- this.tsbtnBegin.Enabled = false;
- this.tsbtnBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnBegin.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnBegin.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnBegin.Name = "tsbtnBegin";
- this.tsbtnBegin.Size = new System.Drawing.Size(60, 25);
- this.tsbtnBegin.Text = "启用(&B)";
- this.tsbtnBegin.Click += new System.EventHandler(this.tsbtnBegin_Click);
- //
- // tsbtnCopyAndNew
- //
- this.tsbtnCopyAndNew.AutoSize = false;
- this.tsbtnCopyAndNew.Enabled = false;
- this.tsbtnCopyAndNew.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnCopyAndNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnCopyAndNew.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnCopyAndNew.Name = "tsbtnCopyAndNew";
- this.tsbtnCopyAndNew.Size = new System.Drawing.Size(90, 25);
- this.tsbtnCopyAndNew.Text = "复制并新建(&P)";
- this.tsbtnCopyAndNew.Click += new System.EventHandler(this.tsbtnCopyAndNew_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // c_GroupBox1
- //
- this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
- this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
- this.c_GroupBox1.Controls.Add(this.btnSearch);
- this.c_GroupBox1.Controls.Add(this.btnClearCondition);
- this.c_GroupBox1.Controls.Add(this.SelValueFlag);
- this.c_GroupBox1.Controls.Add(this.txtRemarks);
- this.c_GroupBox1.Controls.Add(this.c_Label2);
- this.c_GroupBox1.Controls.Add(this.txtLineName);
- this.c_GroupBox1.Controls.Add(this.c_Label1);
- this.c_GroupBox1.Controls.Add(this.txtLineCode);
- this.c_GroupBox1.Controls.Add(this.lblLineCode);
- this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_GroupBox1.IsMustInput = false;
- this.c_GroupBox1.Location = new System.Drawing.Point(0, 48);
- this.c_GroupBox1.Margin = new System.Windows.Forms.Padding(0);
- this.c_GroupBox1.Name = "c_GroupBox1";
- this.c_GroupBox1.OriginalHeight = -1;
- this.c_GroupBox1.Padding = new System.Windows.Forms.Padding(4);
- this.c_GroupBox1.Size = new System.Drawing.Size(1357, 90);
- this.c_GroupBox1.TabIndex = 1;
- this.c_GroupBox1.TabStop = false;
- this.c_GroupBox1.Text = "查询条件 ▼";
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Transparent;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(1115, 45);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(113, 38);
- this.btnSearch.TabIndex = 7;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(1236, 45);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
- this.btnClearCondition.TabIndex = 8;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = true;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // SelValueFlag
- //
- this.SelValueFlag.BackColor = System.Drawing.SystemColors.Window;
- this.SelValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SelValueFlag.BackgroundImage")));
- this.SelValueFlag.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
- this.SelValueFlag.DataSource = null;
- this.SelValueFlag.DisplayMember = "ValidFlagName";
- this.SelValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SelValueFlag.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
- this.SelValueFlag.Location = new System.Drawing.Point(479, 25);
- this.SelValueFlag.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
- this.SelValueFlag.Name = "SelValueFlag";
- this.SelValueFlag.SelectedIndex = -1;
- this.SelValueFlag.SelectedValues = new object[0];
- this.SelValueFlag.Size = new System.Drawing.Size(261, 58);
- this.SelValueFlag.TabIndex = 4;
- this.SelValueFlag.Title = "有效标识";
- this.SelValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
- this.SelValueFlag.ValueMember = "ValidFlagID";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(101, 59);
- this.txtRemarks.Margin = new System.Windows.Forms.Padding(4);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(368, 25);
- this.txtRemarks.TabIndex = 6;
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label2.Location = new System.Drawing.Point(55, 62);
- this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(37, 15);
- this.c_Label2.TabIndex = 5;
- this.c_Label2.Text = "备注";
- //
- // txtLineName
- //
- this.txtLineName.BackColor = System.Drawing.SystemColors.Window;
- this.txtLineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLineName.ErrorMessage = "";
- this.txtLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLineName.Location = new System.Drawing.Point(337, 25);
- this.txtLineName.Margin = new System.Windows.Forms.Padding(4);
- this.txtLineName.MaxLength = 50;
- this.txtLineName.Name = "txtLineName";
- this.txtLineName.Size = new System.Drawing.Size(132, 25);
- this.txtLineName.TabIndex = 3;
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(243, 30);
- this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(82, 15);
- this.c_Label1.TabIndex = 2;
- this.c_Label1.Text = "生产线名称";
- //
- // txtLineCode
- //
- this.txtLineCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtLineCode.ErrorMessage = "";
- this.txtLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtLineCode.Location = new System.Drawing.Point(101, 25);
- this.txtLineCode.Margin = new System.Windows.Forms.Padding(4);
- this.txtLineCode.MaxLength = 20;
- this.txtLineCode.Name = "txtLineCode";
- this.txtLineCode.Size = new System.Drawing.Size(132, 25);
- this.txtLineCode.TabIndex = 1;
- //
- // lblLineCode
- //
- this.lblLineCode.AutoSize = true;
- this.lblLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblLineCode.Location = new System.Drawing.Point(7, 30);
- this.lblLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLineCode.Name = "lblLineCode";
- this.lblLineCode.Size = new System.Drawing.Size(82, 15);
- this.lblLineCode.TabIndex = 0;
- this.lblLineCode.Text = "生产线编码";
- //
- // splitContainer1
- //
- this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 145);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvLine);
- this.splitContainer1.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvProcedure);
- this.splitContainer1.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.splitContainer1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.splitContainer1.Size = new System.Drawing.Size(1357, 369);
- this.splitContainer1.SplitterDistance = 126;
- this.splitContainer1.SplitterWidth = 5;
- this.splitContainer1.TabIndex = 3;
- //
- // dgvLine
- //
- this.dgvLine.AllowUserToAddRows = false;
- this.dgvLine.AllowUserToDeleteRows = false;
- this.dgvLine.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvLine.CellHeight = 23;
- this.dgvLine.ChildNodeColumnName = null;
- this.dgvLine.ChildNodeColumnText = null;
- this.dgvLine.ColumnDeep = 1;
- this.dgvLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvLine.ColumnHeadersHeight = 29;
- this.dgvLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ProductionLineID,
- this.ProductionLineCode,
- this.ProductionLineName,
- this.Remarks,
- this.ValueFlag,
- this.CreateTime,
- this.CreateUserName,
- this.UpdateTime,
- this.UpdateUserName});
- this.dgvLine.ColumnTreeView = null;
- this.dgvLine.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvLine.DefaultCellStyle = dataGridViewCellStyle5;
- this.dgvLine.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvLine.DynamicColumnName = "";
- this.dgvLine.EnableHeadersVisualStyles = false;
- this.dgvLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvLine.FormatQuantityColumns = null;
- this.dgvLine.HorizontalMergeColumn = null;
- this.dgvLine.IsAutoCountSum = true;
- this.dgvLine.IsAutoResizeColumns = false;
- this.dgvLine.IsClickF12 = false;
- this.dgvLine.IsOpenMergeCellFlag = false;
- this.dgvLine.IsSubTotalFlag = false;
- this.dgvLine.IsTopDeep = false;
- this.dgvLine.Location = new System.Drawing.Point(0, 0);
- this.dgvLine.Margin = new System.Windows.Forms.Padding(4);
- this.dgvLine.MergeColumnNames = null;
- this.dgvLine.MergeDetailColumnNames = null;
- this.dgvLine.MergeDetailOnlyColumn = null;
- this.dgvLine.MergeOnlyColumn = null;
- this.dgvLine.Name = "dgvLine";
- this.dgvLine.ReadOnly = true;
- this.dgvLine.RefreshAtHscroll = false;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvLine.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvLine.RowHeadersWidth = 50;
- this.dgvLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvLine.RowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvLine.RowTemplate.Height = 21;
- this.dgvLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvLine.Size = new System.Drawing.Size(1357, 126);
- this.dgvLine.SortOrderColumnName = null;
- this.dgvLine.TabIndex = 0;
- this.dgvLine.Tag = true;
- this.dgvLine.TotalSumColumns = null;
- this.dgvLine.ViewRowFilter = "";
- this.dgvLine.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLine_CellDoubleClick);
- this.dgvLine.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLine_CellEnter);
- this.dgvLine.SelectionChanged += new System.EventHandler(this.dgvLine_SelectionChanged);
- //
- // ProductionLineID
- //
- this.ProductionLineID.DataPropertyName = "ProductionLineID";
- this.ProductionLineID.HeaderText = "ProductionLineID";
- this.ProductionLineID.MinimumWidth = 6;
- this.ProductionLineID.Name = "ProductionLineID";
- this.ProductionLineID.ReadOnly = true;
- this.ProductionLineID.Visible = false;
- this.ProductionLineID.Width = 125;
- //
- // ProductionLineCode
- //
- this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
- this.ProductionLineCode.HeaderText = "生产线编码";
- this.ProductionLineCode.MinimumWidth = 6;
- this.ProductionLineCode.Name = "ProductionLineCode";
- this.ProductionLineCode.ReadOnly = true;
- this.ProductionLineCode.Width = 125;
- //
- // ProductionLineName
- //
- this.ProductionLineName.DataPropertyName = "ProductionLineName";
- this.ProductionLineName.HeaderText = "生产线名称";
- this.ProductionLineName.MinimumWidth = 6;
- this.ProductionLineName.Name = "ProductionLineName";
- this.ProductionLineName.ReadOnly = true;
- this.ProductionLineName.Width = 125;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MinimumWidth = 6;
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 125;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "有效标识";
- this.ValueFlag.IndeterminateValue = "0";
- this.ValueFlag.MinimumWidth = 6;
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.ReadOnly = true;
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- this.ValueFlag.Width = 125;
- //
- // CreateTime
- //
- this.CreateTime.DataPropertyName = "CreateTime";
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle3.NullValue = null;
- this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
- this.CreateTime.HeaderText = "创建时间";
- this.CreateTime.MinimumWidth = 6;
- this.CreateTime.Name = "CreateTime";
- this.CreateTime.ReadOnly = true;
- this.CreateTime.Width = 150;
- //
- // CreateUserName
- //
- this.CreateUserName.DataPropertyName = "CreateUserName";
- this.CreateUserName.HeaderText = "创建者";
- this.CreateUserName.MinimumWidth = 6;
- this.CreateUserName.Name = "CreateUserName";
- this.CreateUserName.ReadOnly = true;
- this.CreateUserName.Width = 125;
- //
- // UpdateTime
- //
- this.UpdateTime.DataPropertyName = "UpdateTime";
- dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
- dataGridViewCellStyle4.NullValue = null;
- this.UpdateTime.DefaultCellStyle = dataGridViewCellStyle4;
- this.UpdateTime.HeaderText = "更新时间";
- this.UpdateTime.MinimumWidth = 6;
- this.UpdateTime.Name = "UpdateTime";
- this.UpdateTime.ReadOnly = true;
- this.UpdateTime.Width = 150;
- //
- // UpdateUserName
- //
- this.UpdateUserName.DataPropertyName = "UpdateUserName";
- this.UpdateUserName.HeaderText = "更新者";
- this.UpdateUserName.MinimumWidth = 6;
- this.UpdateUserName.Name = "UpdateUserName";
- this.UpdateUserName.ReadOnly = true;
- this.UpdateUserName.Width = 125;
- //
- // dgvProcedure
- //
- this.dgvProcedure.AllowUserToAddRows = false;
- this.dgvProcedure.AllowUserToDeleteRows = false;
- this.dgvProcedure.AllowUserToModifyRows = true;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvProcedure.CellHeight = 23;
- this.dgvProcedure.ChildNodeColumnName = null;
- this.dgvProcedure.ChildNodeColumnText = null;
- this.dgvProcedure.ColumnDeep = 1;
- this.dgvProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvProcedure.ColumnHeadersHeight = 29;
- this.dgvProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ProcedureCode,
- this.ProcedureName,
- this.ProcedureModelName,
- this.OrganizationName,
- this.OrganizationID,
- this.ProcedureModel,
- this.ModelTypeName,
- this.BarCodeFlag,
- this.ModelType,
- this.NodeTypeName,
- this.NodeType,
- this.ProcedureMustFlag,
- this.CollectTypeName,
- this.CollectType,
- this.PieceTypeName,
- this.UndoFlag,
- this.BarCodePrintCopies,
- this.PieceType,
- this.IsSpecialRework,
- this.IsSemireWork,
- this.IsGlazeChange,
- this.RemarksDetail,
- this.nodeno,
- this.procedurelineid,
- this.procedureid,
- this.displayno});
- this.dgvProcedure.ColumnTreeView = null;
- this.dgvProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvProcedure.DefaultCellStyle = dataGridViewCellStyle11;
- this.dgvProcedure.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvProcedure.DynamicColumnName = "";
- this.dgvProcedure.EnableHeadersVisualStyles = false;
- this.dgvProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvProcedure.FormatQuantityColumns = null;
- this.dgvProcedure.HorizontalMergeColumn = null;
- this.dgvProcedure.IsAutoCountSum = true;
- this.dgvProcedure.IsAutoResizeColumns = false;
- this.dgvProcedure.IsClickF12 = false;
- this.dgvProcedure.IsOpenMergeCellFlag = false;
- this.dgvProcedure.IsSubTotalFlag = false;
- this.dgvProcedure.IsTopDeep = false;
- this.dgvProcedure.Location = new System.Drawing.Point(0, 0);
- this.dgvProcedure.Margin = new System.Windows.Forms.Padding(4);
- this.dgvProcedure.MergeColumnNames = null;
- this.dgvProcedure.MergeDetailColumnNames = null;
- this.dgvProcedure.MergeDetailOnlyColumn = null;
- this.dgvProcedure.MergeOnlyColumn = null;
- this.dgvProcedure.MultiSelect = false;
- this.dgvProcedure.Name = "dgvProcedure";
- this.dgvProcedure.ReadOnly = true;
- this.dgvProcedure.RefreshAtHscroll = false;
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvProcedure.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvProcedure.RowHeadersWidth = 50;
- this.dgvProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvProcedure.RowsDefaultCellStyle = dataGridViewCellStyle13;
- this.dgvProcedure.RowTemplate.Height = 21;
- this.dgvProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvProcedure.Size = new System.Drawing.Size(1357, 238);
- this.dgvProcedure.SortOrderColumnName = null;
- this.dgvProcedure.TabIndex = 0;
- this.dgvProcedure.Tag = true;
- this.dgvProcedure.TotalSumColumns = null;
- this.dgvProcedure.ViewRowFilter = "";
- this.dgvProcedure.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProcedure_CellDoubleClick);
- //
- // ProcedureCode
- //
- this.ProcedureCode.DataPropertyName = "ProcedureCode";
- this.ProcedureCode.HeaderText = "工序编码";
- this.ProcedureCode.MinimumWidth = 6;
- this.ProcedureCode.Name = "ProcedureCode";
- this.ProcedureCode.ReadOnly = true;
- this.ProcedureCode.Width = 125;
- //
- // ProcedureName
- //
- this.ProcedureName.DataPropertyName = "ProcedureName";
- this.ProcedureName.HeaderText = "工序名称";
- this.ProcedureName.MinimumWidth = 6;
- this.ProcedureName.Name = "ProcedureName";
- this.ProcedureName.ReadOnly = true;
- this.ProcedureName.Width = 125;
- //
- // ProcedureModelName
- //
- this.ProcedureModelName.DataPropertyName = "ProcedureModelName";
- this.ProcedureModelName.HeaderText = "工序模型";
- this.ProcedureModelName.MinimumWidth = 6;
- this.ProcedureModelName.Name = "ProcedureModelName";
- this.ProcedureModelName.ReadOnly = true;
- this.ProcedureModelName.Width = 125;
- //
- // OrganizationName
- //
- this.OrganizationName.DataPropertyName = "OrganizationName";
- this.OrganizationName.HeaderText = "所属部门";
- this.OrganizationName.MinimumWidth = 6;
- this.OrganizationName.Name = "OrganizationName";
- this.OrganizationName.ReadOnly = true;
- this.OrganizationName.Width = 125;
- //
- // OrganizationID
- //
- this.OrganizationID.DataPropertyName = "OrganizationID";
- this.OrganizationID.HeaderText = "OrganizationID";
- this.OrganizationID.MinimumWidth = 6;
- this.OrganizationID.Name = "OrganizationID";
- this.OrganizationID.ReadOnly = true;
- this.OrganizationID.Visible = false;
- this.OrganizationID.Width = 125;
- //
- // ProcedureModel
- //
- this.ProcedureModel.DataPropertyName = "ProcedureModel";
- this.ProcedureModel.HeaderText = "ProcedureModel";
- this.ProcedureModel.MinimumWidth = 6;
- this.ProcedureModel.Name = "ProcedureModel";
- this.ProcedureModel.ReadOnly = true;
- this.ProcedureModel.Visible = false;
- this.ProcedureModel.Width = 125;
- //
- // ModelTypeName
- //
- this.ModelTypeName.DataPropertyName = "ModelTypeName";
- this.ModelTypeName.HeaderText = "模型类别";
- this.ModelTypeName.MinimumWidth = 6;
- this.ModelTypeName.Name = "ModelTypeName";
- this.ModelTypeName.ReadOnly = true;
- this.ModelTypeName.Width = 125;
- //
- // BarCodeFlag
- //
- this.BarCodeFlag.DataPropertyName = "BarCodeFlag";
- this.BarCodeFlag.HeaderText = "条码类型";
- this.BarCodeFlag.MinimumWidth = 6;
- this.BarCodeFlag.Name = "BarCodeFlag";
- this.BarCodeFlag.ReadOnly = true;
- this.BarCodeFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.BarCodeFlag.Width = 125;
- //
- // ModelType
- //
- this.ModelType.DataPropertyName = "ModelType";
- this.ModelType.HeaderText = "ModelType";
- this.ModelType.MinimumWidth = 6;
- this.ModelType.Name = "ModelType";
- this.ModelType.ReadOnly = true;
- this.ModelType.Visible = false;
- this.ModelType.Width = 125;
- //
- // NodeTypeName
- //
- this.NodeTypeName.DataPropertyName = "NodeTypeName";
- this.NodeTypeName.HeaderText = "节点类型";
- this.NodeTypeName.MinimumWidth = 6;
- this.NodeTypeName.Name = "NodeTypeName";
- this.NodeTypeName.ReadOnly = true;
- this.NodeTypeName.Width = 125;
- //
- // NodeType
- //
- this.NodeType.DataPropertyName = "NodeType";
- this.NodeType.HeaderText = "NodeType";
- this.NodeType.MinimumWidth = 6;
- this.NodeType.Name = "NodeType";
- this.NodeType.ReadOnly = true;
- this.NodeType.Visible = false;
- this.NodeType.Width = 125;
- //
- // ProcedureMustFlag
- //
- this.ProcedureMustFlag.DataPropertyName = "MustFlag";
- this.ProcedureMustFlag.FalseValue = "2";
- this.ProcedureMustFlag.HeaderText = "必须工序";
- this.ProcedureMustFlag.IndeterminateValue = "2";
- this.ProcedureMustFlag.MinimumWidth = 6;
- this.ProcedureMustFlag.Name = "ProcedureMustFlag";
- this.ProcedureMustFlag.ReadOnly = true;
- this.ProcedureMustFlag.TrueValue = "1";
- this.ProcedureMustFlag.Width = 125;
- //
- // CollectTypeName
- //
- this.CollectTypeName.DataPropertyName = "CollectTypeName";
- this.CollectTypeName.HeaderText = "采集模式";
- this.CollectTypeName.MinimumWidth = 6;
- this.CollectTypeName.Name = "CollectTypeName";
- this.CollectTypeName.ReadOnly = true;
- this.CollectTypeName.Width = 125;
- //
- // CollectType
- //
- this.CollectType.DataPropertyName = "CollectType";
- this.CollectType.HeaderText = "CollectType";
- this.CollectType.MinimumWidth = 6;
- this.CollectType.Name = "CollectType";
- this.CollectType.ReadOnly = true;
- this.CollectType.Visible = false;
- this.CollectType.Width = 125;
- //
- // PieceTypeName
- //
- this.PieceTypeName.DataPropertyName = "PieceTypeName";
- this.PieceTypeName.HeaderText = "计件模式";
- this.PieceTypeName.MinimumWidth = 6;
- this.PieceTypeName.Name = "PieceTypeName";
- this.PieceTypeName.ReadOnly = true;
- this.PieceTypeName.Visible = false;
- this.PieceTypeName.Width = 125;
- //
- // UndoFlag
- //
- this.UndoFlag.DataPropertyName = "UndoFlag";
- this.UndoFlag.FalseValue = "0";
- this.UndoFlag.HeaderText = "允许撤销";
- this.UndoFlag.MinimumWidth = 6;
- this.UndoFlag.Name = "UndoFlag";
- this.UndoFlag.ReadOnly = true;
- this.UndoFlag.TrueValue = "1";
- this.UndoFlag.Width = 125;
- //
- // BarCodePrintCopies
- //
- this.BarCodePrintCopies.DataPropertyName = "BarCodePrintCopies";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.BarCodePrintCopies.DefaultCellStyle = dataGridViewCellStyle10;
- this.BarCodePrintCopies.HeaderText = "条码打印份数";
- this.BarCodePrintCopies.MinimumWidth = 6;
- this.BarCodePrintCopies.Name = "BarCodePrintCopies";
- this.BarCodePrintCopies.ReadOnly = true;
- this.BarCodePrintCopies.Width = 125;
- //
- // PieceType
- //
- this.PieceType.DataPropertyName = "PieceType";
- this.PieceType.HeaderText = "PieceType";
- this.PieceType.MinimumWidth = 6;
- this.PieceType.Name = "PieceType";
- this.PieceType.ReadOnly = true;
- this.PieceType.Visible = false;
- this.PieceType.Width = 125;
- //
- // IsSpecialRework
- //
- this.IsSpecialRework.DataPropertyName = "IsSpecialRework";
- this.IsSpecialRework.FalseValue = "0";
- this.IsSpecialRework.HeaderText = "重烧返工工序";
- this.IsSpecialRework.IndeterminateValue = "0";
- this.IsSpecialRework.MinimumWidth = 6;
- this.IsSpecialRework.Name = "IsSpecialRework";
- this.IsSpecialRework.ReadOnly = true;
- this.IsSpecialRework.TrueValue = "1";
- this.IsSpecialRework.Width = 125;
- //
- // IsSemireWork
- //
- this.IsSemireWork.DataPropertyName = "IsSemireWork";
- this.IsSemireWork.FalseValue = "0";
- this.IsSemireWork.HeaderText = "半检返修工序";
- this.IsSemireWork.IndeterminateValue = "0";
- this.IsSemireWork.MinimumWidth = 6;
- this.IsSemireWork.Name = "IsSemireWork";
- this.IsSemireWork.ReadOnly = true;
- this.IsSemireWork.TrueValue = "1";
- this.IsSemireWork.Width = 125;
- //
- // IsGlazeChange
- //
- this.IsGlazeChange.DataPropertyName = "IsGlazeChange";
- this.IsGlazeChange.FalseValue = "0";
- this.IsGlazeChange.HeaderText = "变更商标釉料";
- this.IsGlazeChange.IndeterminateValue = "0";
- this.IsGlazeChange.MinimumWidth = 6;
- this.IsGlazeChange.Name = "IsGlazeChange";
- this.IsGlazeChange.ReadOnly = true;
- this.IsGlazeChange.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.IsGlazeChange.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.IsGlazeChange.TrueValue = "1";
- this.IsGlazeChange.Width = 125;
- //
- // RemarksDetail
- //
- this.RemarksDetail.DataPropertyName = "Remarks";
- this.RemarksDetail.HeaderText = "备注";
- this.RemarksDetail.MinimumWidth = 6;
- this.RemarksDetail.Name = "RemarksDetail";
- this.RemarksDetail.ReadOnly = true;
- this.RemarksDetail.Width = 125;
- //
- // nodeno
- //
- this.nodeno.DataPropertyName = "nodeno";
- this.nodeno.HeaderText = "nodeno";
- this.nodeno.MinimumWidth = 6;
- this.nodeno.Name = "nodeno";
- this.nodeno.ReadOnly = true;
- this.nodeno.Visible = false;
- this.nodeno.Width = 125;
- //
- // procedurelineid
- //
- this.procedurelineid.DataPropertyName = "productionlineid";
- this.procedurelineid.HeaderText = "生产线ID";
- this.procedurelineid.MinimumWidth = 6;
- this.procedurelineid.Name = "procedurelineid";
- this.procedurelineid.ReadOnly = true;
- this.procedurelineid.Visible = false;
- this.procedurelineid.Width = 125;
- //
- // procedureid
- //
- this.procedureid.DataPropertyName = "procedureid";
- this.procedureid.HeaderText = "工序ID";
- this.procedureid.MinimumWidth = 6;
- this.procedureid.Name = "procedureid";
- this.procedureid.ReadOnly = true;
- this.procedureid.Visible = false;
- this.procedureid.Width = 125;
- //
- // displayno
- //
- this.displayno.DataPropertyName = "displayno";
- this.displayno.HeaderText = "显示顺序";
- this.displayno.MinimumWidth = 6;
- this.displayno.Name = "displayno";
- this.displayno.ReadOnly = true;
- this.displayno.Width = 125;
- //
- // F_PC_0205
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1369, 514);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.c_GroupBox1);
- this.Controls.Add(this.tsrOperate);
- this.DockAreas = ((Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas)(((((Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.Float | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockRight)
- | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockTop)
- | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.DockBottom)
- | Dongke.IBOSS.PRD.Basics.DockPanel.DockAreas.Document)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "F_PC_0205";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "生产线管理";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0201_FormClosed);
- this.Load += new System.EventHandler(this.F_PC_0201_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.c_GroupBox1.ResumeLayout(false);
- this.c_GroupBox1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvLine)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox c_GroupBox1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvLine;
- private Basics.BaseControls.C_DataGridView dgvProcedure;
- private Basics.BaseControls.C_Label lblLineCode;
- private Basics.BaseControls.C_TextBox txtLineCode;
- private Basics.BaseControls.C_TextBox txtLineName;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_ValidCheckedBoxList SelValueFlag;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnClearCondition;
- private System.Windows.Forms.ToolStripButton tsbtnBegin;
- private System.Windows.Forms.ToolStripButton tsbtnCopyAndNew;
- private System.Windows.Forms.ToolStripButton tsbtnFlowSetting;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
- private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName;
- private System.Windows.Forms.ToolStripButton tsbtnDisable;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModelName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
- private System.Windows.Forms.DataGridViewTextBoxColumn ModelTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCodeFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
- private System.Windows.Forms.DataGridViewTextBoxColumn NodeTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn NodeType;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ProcedureMustFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn CollectTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn CollectType;
- private System.Windows.Forms.DataGridViewTextBoxColumn PieceTypeName;
- private System.Windows.Forms.DataGridViewCheckBoxColumn UndoFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn BarCodePrintCopies;
- private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsSpecialRework;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsSemireWork;
- private System.Windows.Forms.DataGridViewCheckBoxColumn IsGlazeChange;
- private System.Windows.Forms.DataGridViewTextBoxColumn RemarksDetail;
- private System.Windows.Forms.DataGridViewTextBoxColumn nodeno;
- private System.Windows.Forms.DataGridViewTextBoxColumn procedurelineid;
- private System.Windows.Forms.DataGridViewTextBoxColumn procedureid;
- private System.Windows.Forms.DataGridViewTextBoxColumn displayno;
- }
- }
|