| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_1103
- {
- /// <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_MST_1103));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.chkGdate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.dtpGdate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.txtDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
- this.lblDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.chkVYes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.dkproductionLineSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
- this.dgvTransferSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.PROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PERPROCEDUREID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PerProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OUTTECDEPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.outName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.INTECDEPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.InName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.c_GroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).BeginInit();
- this.SuspendLayout();
- //
- // lblName
- //
- this.lblName.AutoSize = true;
- this.lblName.BackColor = System.Drawing.Color.Transparent;
- this.lblName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblName.IsMustInput = true;
- this.lblName.Location = new System.Drawing.Point(12, 24);
- this.lblName.Name = "lblName";
- this.lblName.Size = new System.Drawing.Size(53, 12);
- this.lblName.TabIndex = 0;
- this.lblName.Text = "配置名称";
- //
- // txtName
- //
- this.txtName.BackColor = System.Drawing.Color.Yellow;
- this.txtName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtName.ErrorMessage = "";
- this.txtName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtName.HasError = true;
- this.txtName.IsMustInput = true;
- this.txtName.Location = new System.Drawing.Point(71, 20);
- this.txtName.MaxLength = 50;
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(120, 21);
- this.txtName.TabIndex = 1;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(42, 74);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 7;
- this.lblRemarks.Text = "备注";
- //
- // 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(71, 74);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemarks.Size = new System.Drawing.Size(478, 43);
- this.txtRemarks.TabIndex = 8;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(417, 453);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 2;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(508, 453);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_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.CanExpand = false;
- this.c_GroupBox1.Controls.Add(this.chkGdate);
- this.c_GroupBox1.Controls.Add(this.dtpGdate);
- this.c_GroupBox1.Controls.Add(this.txtDisplayNo);
- this.c_GroupBox1.Controls.Add(this.lblDisplayNo);
- this.c_GroupBox1.Controls.Add(this.chkVYes);
- this.c_GroupBox1.Controls.Add(this.dkproductionLineSearchBox1);
- this.c_GroupBox1.Controls.Add(this.lblName);
- this.c_GroupBox1.Controls.Add(this.txtName);
- this.c_GroupBox1.Controls.Add(this.txtRemarks);
- this.c_GroupBox1.Controls.Add(this.lblRemarks);
- 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(12, 7);
- this.c_GroupBox1.Name = "c_GroupBox1";
- this.c_GroupBox1.OpeningMark = "";
- this.c_GroupBox1.OriginalHeight = -1;
- this.c_GroupBox1.Size = new System.Drawing.Size(579, 131);
- this.c_GroupBox1.TabIndex = 0;
- this.c_GroupBox1.TabStop = false;
- this.c_GroupBox1.Text = "配置信息 ";
- //
- // chkGdate
- //
- this.chkGdate.AutoSize = true;
- this.chkGdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkGdate.Location = new System.Drawing.Point(118, 49);
- this.chkGdate.Name = "chkGdate";
- this.chkGdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.chkGdate.Size = new System.Drawing.Size(120, 16);
- this.chkGdate.TabIndex = 10;
- this.chkGdate.Text = "统计起始注浆日期";
- this.chkGdate.UseVisualStyleBackColor = true;
- this.chkGdate.CheckedChanged += new System.EventHandler(this.chkGdate_CheckedChanged);
- //
- // dtpGdate
- //
- this.dtpGdate.CustomFormat = "yyyy-MM-dd";
- this.dtpGdate.Enabled = false;
- this.dtpGdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpGdate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpGdate.Location = new System.Drawing.Point(244, 47);
- this.dtpGdate.Name = "dtpGdate";
- this.dtpGdate.Size = new System.Drawing.Size(120, 21);
- this.dtpGdate.TabIndex = 9;
- //
- // txtDisplayNo
- //
- this.txtDisplayNo.AllowNegative = false;
- this.txtDisplayNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtDisplayNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtDisplayNo.EditingControlFormattedValue = "";
- this.txtDisplayNo.ErrorMessage = "";
- this.txtDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDisplayNo.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtDisplayNo.Location = new System.Drawing.Point(429, 20);
- this.txtDisplayNo.MaxLength = 3;
- this.txtDisplayNo.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtDisplayNo.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtDisplayNo.Name = "txtDisplayNo";
- this.txtDisplayNo.Number = new System.Drawing.Point(0, 0);
- this.txtDisplayNo.Size = new System.Drawing.Size(120, 21);
- this.txtDisplayNo.TabIndex = 4;
- this.txtDisplayNo.TextValue = "";
- //
- // lblDisplayNo
- //
- this.lblDisplayNo.AutoSize = true;
- this.lblDisplayNo.BackColor = System.Drawing.Color.Transparent;
- this.lblDisplayNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDisplayNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblDisplayNo.IsMustInput = true;
- this.lblDisplayNo.Location = new System.Drawing.Point(370, 24);
- this.lblDisplayNo.Name = "lblDisplayNo";
- this.lblDisplayNo.Size = new System.Drawing.Size(53, 12);
- this.lblDisplayNo.TabIndex = 3;
- this.lblDisplayNo.Text = "显示顺序";
- //
- // chkVYes
- //
- this.chkVYes.AutoSize = true;
- this.chkVYes.Checked = true;
- this.chkVYes.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkVYes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkVYes.Location = new System.Drawing.Point(14, 49);
- this.chkVYes.Name = "chkVYes";
- this.chkVYes.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.chkVYes.Size = new System.Drawing.Size(72, 16);
- this.chkVYes.TabIndex = 6;
- this.chkVYes.Text = "有效标识";
- this.chkVYes.UseVisualStyleBackColor = true;
- //
- // dkproductionLineSearchBox1
- //
- this.dkproductionLineSearchBox1.BackColor = System.Drawing.Color.Transparent;
- this.dkproductionLineSearchBox1.DataSource = null;
- this.dkproductionLineSearchBox1.Enabled = true;
- this.dkproductionLineSearchBox1.IsEnablePurview = false;
- this.dkproductionLineSearchBox1.IsMustInput = true;
- this.dkproductionLineSearchBox1.Location = new System.Drawing.Point(197, 20);
- this.dkproductionLineSearchBox1.Name = "dkproductionLineSearchBox1";
- this.dkproductionLineSearchBox1.ProductionLineCode = "";
- this.dkproductionLineSearchBox1.ProductionLineID = null;
- this.dkproductionLineSearchBox1.ProductionLineIDS = null;
- this.dkproductionLineSearchBox1.ProductionLineName = null;
- this.dkproductionLineSearchBox1.Purview = null;
- this.dkproductionLineSearchBox1.PurviewType = ((byte)(0));
- this.dkproductionLineSearchBox1.Size = new System.Drawing.Size(167, 21);
- this.dkproductionLineSearchBox1.TabIndex = 2;
- this.dkproductionLineSearchBox1.Title = "生产线";
- this.dkproductionLineSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // dgvTransferSetting
- //
- this.dgvTransferSetting.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvTransferSetting.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvTransferSetting.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.dgvTransferSetting.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvTransferSetting.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvTransferSetting.CellHeight = 23;
- this.dgvTransferSetting.ChildNodeColumnName = null;
- this.dgvTransferSetting.ChildNodeColumnText = null;
- this.dgvTransferSetting.ColumnDeep = 1;
- this.dgvTransferSetting.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.dgvTransferSetting.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvTransferSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvTransferSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.PROCEDUREID,
- this.ProcedureName,
- this.PERPROCEDUREID,
- this.PerProcedureName,
- this.OUTTECDEPID,
- this.outName,
- this.INTECDEPID,
- this.InName,
- this.DisplayNo});
- this.dgvTransferSetting.ColumnTreeView = null;
- this.dgvTransferSetting.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)));
- this.dgvTransferSetting.DynamicColumnName = "";
- this.dgvTransferSetting.EnableHeadersVisualStyles = false;
- this.dgvTransferSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvTransferSetting.HorizontalMergeColumn = null;
- this.dgvTransferSetting.IsAutoCountSum = true;
- this.dgvTransferSetting.IsAutoResizeColumns = false;
- this.dgvTransferSetting.IsClickF12 = false;
- this.dgvTransferSetting.IsOpenMergeCellFlag = false;
- this.dgvTransferSetting.IsSubTotalFlag = false;
- this.dgvTransferSetting.IsTopDeep = false;
- this.dgvTransferSetting.Location = new System.Drawing.Point(12, 144);
- this.dgvTransferSetting.MergeColumnNames = null;
- this.dgvTransferSetting.MergeDetailColumnNames = null;
- this.dgvTransferSetting.MergeDetailOnlyColumn = null;
- this.dgvTransferSetting.MergeOnlyColumn = null;
- this.dgvTransferSetting.Name = "dgvTransferSetting";
- this.dgvTransferSetting.RefreshAtHscroll = false;
- this.dgvTransferSetting.RowHeadersWidth = 50;
- this.dgvTransferSetting.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvTransferSetting.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvTransferSetting.RowTemplate.Height = 21;
- this.dgvTransferSetting.Size = new System.Drawing.Size(579, 303);
- this.dgvTransferSetting.SortOrderColumnName = null;
- this.dgvTransferSetting.TabIndex = 0;
- this.dgvTransferSetting.Tag = true;
- this.dgvTransferSetting.TotalSumColumns = null;
- this.dgvTransferSetting.ViewRowFilter = "";
- this.dgvTransferSetting.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvTransferSetting_CellBeginEdit);
- this.dgvTransferSetting.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTransferSetting_CellValueChanged);
- this.dgvTransferSetting.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvTransferSetting_DefaultValuesNeeded);
- this.dgvTransferSetting.Sorted += new System.EventHandler(this.dgvUser_Sorted);
- //
- // PROCEDUREID
- //
- this.PROCEDUREID.DataPropertyName = "PROCEDUREID";
- this.PROCEDUREID.HeaderText = "PROCEDUREID";
- this.PROCEDUREID.Name = "PROCEDUREID";
- this.PROCEDUREID.Visible = false;
- //
- // ProcedureName
- //
- this.ProcedureName.DataPropertyName = "ProcedureName";
- this.ProcedureName.HeaderText = "工序名称";
- this.ProcedureName.Name = "ProcedureName";
- //
- // PERPROCEDUREID
- //
- this.PERPROCEDUREID.DataPropertyName = "PERPROCEDUREID";
- this.PERPROCEDUREID.HeaderText = "PERPROCEDUREID";
- this.PERPROCEDUREID.Name = "PERPROCEDUREID";
- this.PERPROCEDUREID.Visible = false;
- //
- // PerProcedureName
- //
- this.PerProcedureName.DataPropertyName = "PerProcedureName";
- this.PerProcedureName.HeaderText = "前工序名称";
- this.PerProcedureName.Name = "PerProcedureName";
- //
- // OUTTECDEPID
- //
- this.OUTTECDEPID.DataPropertyName = "OUTTECDEPID";
- this.OUTTECDEPID.HeaderText = "OUTTECDEPID";
- this.OUTTECDEPID.Name = "OUTTECDEPID";
- this.OUTTECDEPID.Visible = false;
- //
- // outName
- //
- this.outName.DataPropertyName = "outName";
- this.outName.HeaderText = "工艺部门(出)";
- this.outName.Name = "outName";
- //
- // INTECDEPID
- //
- this.INTECDEPID.DataPropertyName = "INTECDEPID";
- this.INTECDEPID.HeaderText = "INTECDEPID";
- this.INTECDEPID.Name = "INTECDEPID";
- this.INTECDEPID.Visible = false;
- //
- // InName
- //
- this.InName.DataPropertyName = "InName";
- this.InName.HeaderText = "工艺部门(入)";
- this.InName.Name = "InName";
- //
- // DisplayNo
- //
- this.DisplayNo.AllowNegative = false;
- this.DisplayNo.AllowZero = false;
- this.DisplayNo.DataPropertyName = "DisplayNo";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
- this.DisplayNo.HeaderText = "显示顺序";
- this.DisplayNo.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.DisplayNo.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.DisplayNo.Name = "DisplayNo";
- this.DisplayNo.Number = new System.Drawing.Point(0, 0);
- //
- // F_MST_1103
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(605, 512);
- this.Controls.Add(this.dgvTransferSetting);
- this.Controls.Add(this.c_GroupBox1);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.Name = "F_MST_1103";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "配置管理";
- this.Load += new System.EventHandler(this.F_MST_1103_Load);
- this.Shown += new System.EventHandler(this.F_PC_0102_1_1_Shown);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.c_GroupBox1, 0);
- this.Controls.SetChildIndex(this.dgvTransferSetting, 0);
- this.c_GroupBox1.ResumeLayout(false);
- this.c_GroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTransferSetting)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblName;
- private Basics.BaseControls.C_TextBox txtName;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_GroupBox c_GroupBox1;
- private Basics.BaseControls.C_DataGridView dgvTransferSetting;
- private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox1;
- private Basics.BaseControls.C_CheckBox chkVYes;
- private Basics.BaseControls.C_DGV_Digital txtDisplayNo;
- private Basics.BaseControls.C_Label lblDisplayNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn PERPROCEDUREID;
- private System.Windows.Forms.DataGridViewTextBoxColumn PerProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OUTTECDEPID;
- private System.Windows.Forms.DataGridViewTextBoxColumn outName;
- private System.Windows.Forms.DataGridViewTextBoxColumn INTECDEPID;
- private System.Windows.Forms.DataGridViewTextBoxColumn InName;
- private Basics.BaseControls.C_DGV_Column_Digital DisplayNo;
- private Basics.BaseControls.C_CheckBox chkGdate;
- private Basics.BaseControls.C_DateTimePicker dtpGdate;
- }
- }
|