| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0212
- {
- /// <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_0212));
- 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- this.c_ToolStrip1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.btnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtProcedure = new System.Windows.Forms.TextBox();
- this.lblProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.Check1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
- this.procedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvAlreadyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.AlreadyCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
- this.procedureName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.c_ToolStrip1.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAlreadyProcedure)).BeginInit();
- this.SuspendLayout();
- //
- // c_ToolStrip1
- //
- this.c_ToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.btnClearCondition,
- this.toolStripSeparator1,
- this.tsbtnAdaptive});
- this.c_ToolStrip1.Location = new System.Drawing.Point(0, 0);
- this.c_ToolStrip1.Name = "c_ToolStrip1";
- this.c_ToolStrip1.Size = new System.Drawing.Size(477, 25);
- this.c_ToolStrip1.TabIndex = 29;
- this.c_ToolStrip1.Text = "c_ToolStrip1";
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(51, 22);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // btnClearCondition
- //
- this.btnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.Image")));
- this.btnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(75, 22);
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 22);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.txtProcedure);
- this.gbxCondition.Controls.Add(this.lblProcedure);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(4, 33);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(468, 49);
- this.gbxCondition.TabIndex = 30;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // txtProcedure
- //
- this.txtProcedure.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtProcedure.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtProcedure.Location = new System.Drawing.Point(70, 20);
- this.txtProcedure.MaxLength = 20;
- this.txtProcedure.Name = "txtProcedure";
- this.txtProcedure.Size = new System.Drawing.Size(97, 21);
- this.txtProcedure.TabIndex = 2;
- //
- // lblProcedure
- //
- this.lblProcedure.AutoSize = true;
- this.lblProcedure.BackColor = System.Drawing.Color.Transparent;
- this.lblProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProcedure.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblProcedure.Location = new System.Drawing.Point(11, 24);
- this.lblProcedure.Name = "lblProcedure";
- this.lblProcedure.Size = new System.Drawing.Size(29, 12);
- this.lblProcedure.TabIndex = 1;
- this.lblProcedure.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(4, 86);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvProcedure);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvAlreadyProcedure);
- this.splitContainer1.Size = new System.Drawing.Size(468, 363);
- this.splitContainer1.SplitterDistance = 170;
- this.splitContainer1.TabIndex = 31;
- //
- // dgvProcedure
- //
- this.dgvProcedure.AllowUserToAddRows = false;
- this.dgvProcedure.AllowUserToDeleteRows = false;
- this.dgvProcedure.AllowUserToModifyRows = true;
- this.dgvProcedure.AllowUserToOrderColumns = true;
- this.dgvProcedure.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvProcedure.BorderStyle = System.Windows.Forms.BorderStyle.None;
- 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;
- 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.dgvProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Check1,
- this.procedureName});
- 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)));
- 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.HasNode = false;
- 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(3, 2, 3, 2);
- 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.RefreshAtHscroll = false;
- this.dgvProcedure.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvProcedure.RowHeadersWidth = 50;
- this.dgvProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvProcedure.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvProcedure.RowTemplate.Height = 21;
- this.dgvProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvProcedure.Size = new System.Drawing.Size(468, 170);
- this.dgvProcedure.SortOrderColumnName = null;
- this.dgvProcedure.TabIndex = 23;
- this.dgvProcedure.Tag = true;
- this.dgvProcedure.TotalSumColumns = null;
- this.dgvProcedure.ViewRowFilter = "";
- this.dgvProcedure.VirtualNodes = false;
- //
- // Check1
- //
- this.Check1.DataPropertyName = "Check1";
- this.Check1.FalseValue = "0";
- this.Check1.HeaderText = "选择";
- this.Check1.Name = "Check1";
- this.Check1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Check1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Check1.TrueValue = "1";
- this.Check1.Width = 55;
- //
- // procedureName
- //
- this.procedureName.DataPropertyName = "procedureName";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- this.procedureName.DefaultCellStyle = dataGridViewCellStyle3;
- this.procedureName.HeaderText = "工序";
- this.procedureName.MaxInputLength = 20;
- this.procedureName.Name = "procedureName";
- this.procedureName.ReadOnly = true;
- this.procedureName.Width = 80;
- //
- // dgvAlreadyProcedure
- //
- this.dgvAlreadyProcedure.AllowUserToAddRows = false;
- this.dgvAlreadyProcedure.AllowUserToDeleteRows = false;
- this.dgvAlreadyProcedure.AllowUserToModifyRows = true;
- this.dgvAlreadyProcedure.AllowUserToOrderColumns = true;
- this.dgvAlreadyProcedure.AllowUserToResizeRows = false;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvAlreadyProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvAlreadyProcedure.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvAlreadyProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvAlreadyProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvAlreadyProcedure.CellHeight = 23;
- this.dgvAlreadyProcedure.ChildNodeColumnName = null;
- this.dgvAlreadyProcedure.ChildNodeColumnText = null;
- this.dgvAlreadyProcedure.ColumnDeep = 1;
- this.dgvAlreadyProcedure.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.dgvAlreadyProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvAlreadyProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvAlreadyProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.AlreadyCheck,
- this.procedureName1});
- this.dgvAlreadyProcedure.ColumnTreeView = null;
- this.dgvAlreadyProcedure.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.dgvAlreadyProcedure.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvAlreadyProcedure.DynamicColumnName = "";
- this.dgvAlreadyProcedure.EnableHeadersVisualStyles = false;
- this.dgvAlreadyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvAlreadyProcedure.FormatQuantityColumns = null;
- this.dgvAlreadyProcedure.HasNode = false;
- this.dgvAlreadyProcedure.HorizontalMergeColumn = null;
- this.dgvAlreadyProcedure.IsAutoCountSum = true;
- this.dgvAlreadyProcedure.IsAutoResizeColumns = false;
- this.dgvAlreadyProcedure.IsClickF12 = false;
- this.dgvAlreadyProcedure.IsOpenMergeCellFlag = false;
- this.dgvAlreadyProcedure.IsSubTotalFlag = false;
- this.dgvAlreadyProcedure.IsTopDeep = false;
- this.dgvAlreadyProcedure.Location = new System.Drawing.Point(0, 0);
- this.dgvAlreadyProcedure.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvAlreadyProcedure.MergeColumnNames = null;
- this.dgvAlreadyProcedure.MergeDetailColumnNames = null;
- this.dgvAlreadyProcedure.MergeDetailOnlyColumn = null;
- this.dgvAlreadyProcedure.MergeOnlyColumn = null;
- this.dgvAlreadyProcedure.MultiSelect = false;
- this.dgvAlreadyProcedure.Name = "dgvAlreadyProcedure";
- this.dgvAlreadyProcedure.RefreshAtHscroll = false;
- this.dgvAlreadyProcedure.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvAlreadyProcedure.RowHeadersWidth = 50;
- this.dgvAlreadyProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvAlreadyProcedure.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvAlreadyProcedure.RowTemplate.Height = 21;
- this.dgvAlreadyProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvAlreadyProcedure.Size = new System.Drawing.Size(468, 189);
- this.dgvAlreadyProcedure.SortOrderColumnName = null;
- this.dgvAlreadyProcedure.TabIndex = 24;
- this.dgvAlreadyProcedure.Tag = true;
- this.dgvAlreadyProcedure.TotalSumColumns = null;
- this.dgvAlreadyProcedure.ViewRowFilter = "";
- this.dgvAlreadyProcedure.VirtualNodes = false;
- //
- // AlreadyCheck
- //
- this.AlreadyCheck.DataPropertyName = "AlreadyCheck";
- this.AlreadyCheck.FalseValue = "0";
- this.AlreadyCheck.HeaderText = "选择";
- this.AlreadyCheck.Name = "AlreadyCheck";
- this.AlreadyCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.AlreadyCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.AlreadyCheck.TrueValue = "1";
- this.AlreadyCheck.Width = 55;
- //
- // procedureName1
- //
- this.procedureName1.DataPropertyName = "procedureName";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
- this.procedureName1.DefaultCellStyle = dataGridViewCellStyle7;
- this.procedureName1.HeaderText = "工序";
- this.procedureName1.MaxInputLength = 20;
- this.procedureName1.Name = "procedureName1";
- this.procedureName1.ReadOnly = true;
- this.procedureName1.Width = 80;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Gray;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- 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(387, 461);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 33;
- this.btnCancel.Text = "关闭(&X)";
- 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.Gray;
- 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(296, 461);
- this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 32;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // F_MST_0212
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(477, 515);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.c_ToolStrip1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0212";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_MST_0212";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0212_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_0212_Load);
- this.c_ToolStrip1.ResumeLayout(false);
- this.c_ToolStrip1.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.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.dgvProcedure)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvAlreadyProcedure)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip c_ToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton btnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private System.Windows.Forms.TextBox txtProcedure;
- private Basics.BaseControls.C_Label lblProcedure;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvProcedure;
- private Basics.BaseControls.C_DGV_Column_CheckBox Check1;
- private System.Windows.Forms.DataGridViewTextBoxColumn procedureName;
- private Basics.BaseControls.C_DataGridView dgvAlreadyProcedure;
- private Basics.BaseControls.C_DGV_Column_CheckBox AlreadyCheck;
- private System.Windows.Forms.DataGridViewTextBoxColumn procedureName1;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- }
- }
|