| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0702
- {
- /// <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_0702));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dropRptProcedureType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRptProcedureType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvRptSProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.ProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RptSProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvRptTProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.colProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RptTProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lblRptProcedureCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRptProcedureCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
- this.lblDisplayNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptSProcedure)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptTProcedure)).BeginInit();
- this.SuspendLayout();
- //
- // 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(730, 373);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(86, 30);
- this.btnCancel.TabIndex = 7;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // 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(638, 373);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(86, 30);
- this.btnSave.TabIndex = 6;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // dropRptProcedureType
- //
- this.dropRptProcedureType.BackColor = System.Drawing.Color.Yellow;
- this.dropRptProcedureType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropRptProcedureType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropRptProcedureType.FormattingEnabled = true;
- this.dropRptProcedureType.IsMustInput = true;
- this.dropRptProcedureType.Location = new System.Drawing.Point(511, 12);
- this.dropRptProcedureType.Name = "dropRptProcedureType";
- this.dropRptProcedureType.Size = new System.Drawing.Size(134, 20);
- this.dropRptProcedureType.TabIndex = 5;
- //
- // lblRptProcedureName
- //
- this.lblRptProcedureName.AutoSize = true;
- this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
- this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRptProcedureName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRptProcedureName.Location = new System.Drawing.Point(219, 15);
- this.lblRptProcedureName.Name = "lblRptProcedureName";
- this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
- this.lblRptProcedureName.TabIndex = 2;
- this.lblRptProcedureName.Text = "数据来源名称";
- //
- // txtRptProcedureName
- //
- this.txtRptProcedureName.BackColor = System.Drawing.Color.Yellow;
- this.txtRptProcedureName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRptProcedureName.ErrorMessage = "";
- this.txtRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRptProcedureName.IsMustInput = true;
- this.txtRptProcedureName.Location = new System.Drawing.Point(302, 12);
- this.txtRptProcedureName.MaxLength = 30;
- this.txtRptProcedureName.Name = "txtRptProcedureName";
- this.txtRptProcedureName.Size = new System.Drawing.Size(120, 21);
- this.txtRptProcedureName.TabIndex = 3;
- //
- // lblRptProcedureType
- //
- this.lblRptProcedureType.AutoSize = true;
- this.lblRptProcedureType.BackColor = System.Drawing.SystemColors.Control;
- this.lblRptProcedureType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRptProcedureType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRptProcedureType.Location = new System.Drawing.Point(428, 15);
- this.lblRptProcedureType.Name = "lblRptProcedureType";
- this.lblRptProcedureType.Size = new System.Drawing.Size(77, 12);
- this.lblRptProcedureType.TabIndex = 4;
- this.lblRptProcedureType.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(12, 38);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvRptSProcedure);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvRptTProcedure);
- this.splitContainer1.Size = new System.Drawing.Size(804, 329);
- this.splitContainer1.SplitterDistance = 400;
- this.splitContainer1.TabIndex = 48;
- //
- // dgvRptSProcedure
- //
- this.dgvRptSProcedure.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvRptSProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvRptSProcedure.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.dgvRptSProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvRptSProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvRptSProcedure.CellHeight = 23;
- this.dgvRptSProcedure.ChildNodeColumnName = null;
- this.dgvRptSProcedure.ChildNodeColumnText = null;
- this.dgvRptSProcedure.ColumnDeep = 1;
- this.dgvRptSProcedure.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.dgvRptSProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvRptSProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRptSProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ProcedureID,
- this.RptSProcedureID,
- this.ProcedureCode,
- this.ProcedureName});
- this.dgvRptSProcedure.ColumnTreeView = null;
- this.dgvRptSProcedure.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)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvRptSProcedure.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvRptSProcedure.DynamicColumnName = "";
- this.dgvRptSProcedure.EnableHeadersVisualStyles = false;
- this.dgvRptSProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvRptSProcedure.IsAutoCountSum = true;
- this.dgvRptSProcedure.IsAutoResizeColumns = false;
- this.dgvRptSProcedure.IsClickF12 = false;
- this.dgvRptSProcedure.IsSubTotalFlag = false;
- this.dgvRptSProcedure.Location = new System.Drawing.Point(3, 3);
- this.dgvRptSProcedure.MultiSelect = false;
- this.dgvRptSProcedure.Name = "dgvRptSProcedure";
- this.dgvRptSProcedure.RefreshAtHscroll = false;
- this.dgvRptSProcedure.RowHeadersWidth = 50;
- this.dgvRptSProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvRptSProcedure.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvRptSProcedure.RowTemplate.Height = 21;
- this.dgvRptSProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRptSProcedure.Size = new System.Drawing.Size(394, 323);
- this.dgvRptSProcedure.SortOrderColumnName = null;
- this.dgvRptSProcedure.TabIndex = 0;
- this.dgvRptSProcedure.Tag = true;
- this.dgvRptSProcedure.TotalSumColumns = null;
- this.dgvRptSProcedure.ViewRowFilter = "";
- this.dgvRptSProcedure.VirtualMode = true;
- this.dgvRptSProcedure.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptSProcedure_CellValueChanged);
- //
- // ProcedureID
- //
- this.ProcedureID.DataPropertyName = "ProcedureID";
- this.ProcedureID.HeaderText = "工序ID";
- this.ProcedureID.Name = "ProcedureID";
- this.ProcedureID.ReadOnly = true;
- this.ProcedureID.Visible = false;
- //
- // RptSProcedureID
- //
- this.RptSProcedureID.DataPropertyName = "RptSProcedureID";
- this.RptSProcedureID.HeaderText = "来源工序ID";
- this.RptSProcedureID.Name = "RptSProcedureID";
- this.RptSProcedureID.Visible = false;
- //
- // ProcedureCode
- //
- this.ProcedureCode.DataPropertyName = "ProcedureCode";
- this.ProcedureCode.HeaderText = "来源工序编码";
- this.ProcedureCode.Name = "ProcedureCode";
- this.ProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // ProcedureName
- //
- this.ProcedureName.DataPropertyName = "ProcedureName";
- this.ProcedureName.HeaderText = "来源工序名称";
- this.ProcedureName.Name = "ProcedureName";
- this.ProcedureName.ReadOnly = true;
- this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // dgvRptTProcedure
- //
- this.dgvRptTProcedure.AllowUserToModifyRows = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvRptTProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvRptTProcedure.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.dgvRptTProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvRptTProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvRptTProcedure.CellHeight = 23;
- this.dgvRptTProcedure.ChildNodeColumnName = null;
- this.dgvRptTProcedure.ChildNodeColumnText = null;
- this.dgvRptTProcedure.ColumnDeep = 1;
- this.dgvRptTProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvRptTProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvRptTProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRptTProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colProcedureID,
- this.RptTProcedureID,
- this.colProcedureCode,
- this.colProcedureName});
- this.dgvRptTProcedure.ColumnTreeView = null;
- this.dgvRptTProcedure.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)));
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvRptTProcedure.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvRptTProcedure.DynamicColumnName = "";
- this.dgvRptTProcedure.EnableHeadersVisualStyles = false;
- this.dgvRptTProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvRptTProcedure.IsAutoCountSum = true;
- this.dgvRptTProcedure.IsAutoResizeColumns = false;
- this.dgvRptTProcedure.IsClickF12 = false;
- this.dgvRptTProcedure.IsSubTotalFlag = false;
- this.dgvRptTProcedure.Location = new System.Drawing.Point(3, 3);
- this.dgvRptTProcedure.MultiSelect = false;
- this.dgvRptTProcedure.Name = "dgvRptTProcedure";
- this.dgvRptTProcedure.RefreshAtHscroll = false;
- this.dgvRptTProcedure.RowHeadersWidth = 50;
- this.dgvRptTProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvRptTProcedure.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvRptTProcedure.RowTemplate.Height = 21;
- this.dgvRptTProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRptTProcedure.Size = new System.Drawing.Size(394, 323);
- this.dgvRptTProcedure.SortOrderColumnName = null;
- this.dgvRptTProcedure.TabIndex = 41;
- this.dgvRptTProcedure.Tag = true;
- this.dgvRptTProcedure.TotalSumColumns = null;
- this.dgvRptTProcedure.ViewRowFilter = "";
- this.dgvRptTProcedure.VirtualMode = true;
- this.dgvRptTProcedure.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptTProcedure_CellValueChanged);
- //
- // colProcedureID
- //
- this.colProcedureID.DataPropertyName = "ProcedureID";
- this.colProcedureID.HeaderText = "工序ID";
- this.colProcedureID.Name = "colProcedureID";
- this.colProcedureID.ReadOnly = true;
- this.colProcedureID.Visible = false;
- //
- // RptTProcedureID
- //
- this.RptTProcedureID.DataPropertyName = "RptTProcedureID";
- this.RptTProcedureID.HeaderText = "统计工序ID";
- this.RptTProcedureID.Name = "RptTProcedureID";
- this.RptTProcedureID.Visible = false;
- //
- // colProcedureCode
- //
- this.colProcedureCode.DataPropertyName = "ProcedureCode";
- this.colProcedureCode.HeaderText = "统计工序编码";
- this.colProcedureCode.Name = "colProcedureCode";
- this.colProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // colProcedureName
- //
- this.colProcedureName.DataPropertyName = "ProcedureName";
- this.colProcedureName.HeaderText = "统计工序名称";
- this.colProcedureName.Name = "colProcedureName";
- this.colProcedureName.ReadOnly = true;
- this.colProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // lblRptProcedureCode
- //
- this.lblRptProcedureCode.AutoSize = true;
- this.lblRptProcedureCode.BackColor = System.Drawing.SystemColors.Control;
- this.lblRptProcedureCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRptProcedureCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRptProcedureCode.Location = new System.Drawing.Point(10, 15);
- this.lblRptProcedureCode.Name = "lblRptProcedureCode";
- this.lblRptProcedureCode.Size = new System.Drawing.Size(77, 12);
- this.lblRptProcedureCode.TabIndex = 0;
- this.lblRptProcedureCode.Text = "数据来源编号";
- //
- // txtRptProcedureCode
- //
- this.txtRptProcedureCode.BackColor = System.Drawing.Color.Yellow;
- this.txtRptProcedureCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRptProcedureCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtRptProcedureCode.ErrorMessage = "";
- this.txtRptProcedureCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRptProcedureCode.IsMustInput = true;
- this.txtRptProcedureCode.Location = new System.Drawing.Point(93, 12);
- this.txtRptProcedureCode.MaxLength = 20;
- this.txtRptProcedureCode.Name = "txtRptProcedureCode";
- this.txtRptProcedureCode.Size = new System.Drawing.Size(120, 21);
- this.txtRptProcedureCode.TabIndex = 1;
- //
- // 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(716, 11);
- this.txtDisplayNo.MaxLength = 2;
- this.txtDisplayNo.MaxValue = new decimal(new int[] {
- 99,
- 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(100, 21);
- this.txtDisplayNo.TabIndex = 50;
- 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.Location = new System.Drawing.Point(655, 14);
- this.lblDisplayNo.Name = "lblDisplayNo";
- this.lblDisplayNo.Size = new System.Drawing.Size(53, 12);
- this.lblDisplayNo.TabIndex = 49;
- this.lblDisplayNo.Text = "显示顺序";
- //
- // F_MST_0702
- //
- 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(828, 428);
- this.Controls.Add(this.txtDisplayNo);
- this.Controls.Add(this.lblDisplayNo);
- this.Controls.Add(this.lblRptProcedureCode);
- this.Controls.Add(this.txtRptProcedureCode);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.dropRptProcedureType);
- this.Controls.Add(this.lblRptProcedureName);
- this.Controls.Add(this.txtRptProcedureName);
- this.Controls.Add(this.lblRptProcedureType);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Name = "F_MST_0702";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "新建、编辑报表工序";
- this.Load += new System.EventHandler(this.F_MST_0702_Load);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.lblRptProcedureType, 0);
- this.Controls.SetChildIndex(this.txtRptProcedureName, 0);
- this.Controls.SetChildIndex(this.lblRptProcedureName, 0);
- this.Controls.SetChildIndex(this.dropRptProcedureType, 0);
- this.Controls.SetChildIndex(this.splitContainer1, 0);
- this.Controls.SetChildIndex(this.txtRptProcedureCode, 0);
- this.Controls.SetChildIndex(this.lblRptProcedureCode, 0);
- this.Controls.SetChildIndex(this.lblDisplayNo, 0);
- this.Controls.SetChildIndex(this.txtDisplayNo, 0);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptSProcedure)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptTProcedure)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_ComboBox dropRptProcedureType;
- private Basics.BaseControls.C_Label lblRptProcedureName;
- private Basics.BaseControls.C_TextBox txtRptProcedureName;
- private Basics.BaseControls.C_Label lblRptProcedureType;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvRptSProcedure;
- private Basics.BaseControls.C_DataGridView dgvRptTProcedure;
- private Basics.BaseControls.C_Label lblRptProcedureCode;
- private Basics.BaseControls.C_TextBox txtRptProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn RptSProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn RptTProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureName;
- private Basics.BaseControls.C_DGV_Digital txtDisplayNo;
- private Basics.BaseControls.C_Label lblDisplayNo;
- }
- }
|