| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon
- {
- partial class S_CMN_022
- {
- /// <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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_022));
- this.lblProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvDefectTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.txtDefectTypeName = new System.Windows.Forms.TextBox();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.DefectTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.DefectTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectTypeName)).BeginInit();
- this.SuspendLayout();
- //
- // lblProductionLineCode
- //
- this.lblProductionLineCode.AutoSize = true;
- this.lblProductionLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblProductionLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProductionLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblProductionLineCode.Location = new System.Drawing.Point(12, 17);
- this.lblProductionLineCode.Name = "lblProductionLineCode";
- this.lblProductionLineCode.Size = new System.Drawing.Size(53, 12);
- this.lblProductionLineCode.TabIndex = 0;
- this.lblProductionLineCode.Text = "类别名称";
- //
- // dgvDefectTypeName
- //
- this.dgvDefectTypeName.AllowUserToAddRows = false;
- this.dgvDefectTypeName.AllowUserToDeleteRows = false;
- this.dgvDefectTypeName.AllowUserToModifyRows = true;
- this.dgvDefectTypeName.AllowUserToOrderColumns = true;
- this.dgvDefectTypeName.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDefectTypeName.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDefectTypeName.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.dgvDefectTypeName.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDefectTypeName.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDefectTypeName.CellHeight = 23;
- this.dgvDefectTypeName.ChildNodeColumnName = null;
- this.dgvDefectTypeName.ChildNodeColumnText = null;
- this.dgvDefectTypeName.ColumnDeep = 1;
- this.dgvDefectTypeName.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.dgvDefectTypeName.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDefectTypeName.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDefectTypeName.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.DefectTypeID,
- this.Sel,
- this.DefectTypeName});
- this.dgvDefectTypeName.ColumnTreeView = null;
- this.dgvDefectTypeName.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
- 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.dgvDefectTypeName.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvDefectTypeName.DynamicColumnName = "";
- this.dgvDefectTypeName.EnableHeadersVisualStyles = false;
- this.dgvDefectTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDefectTypeName.HorizontalMergeColumn = null;
- this.dgvDefectTypeName.IsAutoCountSum = true;
- this.dgvDefectTypeName.IsAutoResizeColumns = false;
- this.dgvDefectTypeName.IsClickF12 = false;
- this.dgvDefectTypeName.IsOpenMergeCellFlag = false;
- this.dgvDefectTypeName.IsSubTotalFlag = false;
- this.dgvDefectTypeName.IsTopDeep = false;
- this.dgvDefectTypeName.Location = new System.Drawing.Point(12, 47);
- this.dgvDefectTypeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvDefectTypeName.MergeColumnNames = null;
- this.dgvDefectTypeName.MergeDetailColumnNames = null;
- this.dgvDefectTypeName.MergeDetailOnlyColumn = null;
- this.dgvDefectTypeName.MergeOnlyColumn = null;
- this.dgvDefectTypeName.MultiSelect = false;
- this.dgvDefectTypeName.Name = "dgvDefectTypeName";
- this.dgvDefectTypeName.RefreshAtHscroll = false;
- this.dgvDefectTypeName.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDefectTypeName.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvDefectTypeName.RowTemplate.Height = 21;
- this.dgvDefectTypeName.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvDefectTypeName.Size = new System.Drawing.Size(396, 337);
- this.dgvDefectTypeName.SortOrderColumnName = null;
- this.dgvDefectTypeName.TabIndex = 4;
- this.dgvDefectTypeName.Tag = true;
- this.dgvDefectTypeName.TotalSumColumns = null;
- this.dgvDefectTypeName.ViewRowFilter = "";
- this.dgvDefectTypeName.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvProductionLine_CellMouseDoubleClick);
- this.dgvDefectTypeName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProductionLine_KeyDown);
- //
- // txtDefectTypeName
- //
- this.txtDefectTypeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtDefectTypeName.Font = new System.Drawing.Font("宋体", 9F);
- this.txtDefectTypeName.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtDefectTypeName.Location = new System.Drawing.Point(71, 13);
- this.txtDefectTypeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtDefectTypeName.MaxLength = 21;
- this.txtDefectTypeName.Name = "txtDefectTypeName";
- this.txtDefectTypeName.Size = new System.Drawing.Size(140, 21);
- this.txtDefectTypeName.TabIndex = 1;
- //
- // 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);
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(232, 8);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 2;
- this.btnSearch.Text = "查询";
- this.btnSearch.UseVisualStyleBackColor = true;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.Location = new System.Drawing.Point(232, 389);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 30);
- this.btnOK.TabIndex = 5;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.Location = new System.Drawing.Point(323, 389);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 6;
- this.btnClose.Text = "取消";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_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(323, 8);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 3;
- this.btnClearCondition.Text = "清空条件";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // DefectTypeID
- //
- this.DefectTypeID.DataPropertyName = "DefectTypeID";
- this.DefectTypeID.HeaderText = "DefectTypeID";
- this.DefectTypeID.Name = "DefectTypeID";
- this.DefectTypeID.ReadOnly = true;
- this.DefectTypeID.Visible = false;
- //
- // Sel
- //
- this.Sel.DataPropertyName = "Sel";
- this.Sel.FalseValue = "0";
- this.Sel.HeaderText = "选择";
- this.Sel.IndeterminateValue = "0";
- this.Sel.Name = "Sel";
- this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Sel.TrueValue = "1";
- this.Sel.Visible = false;
- //
- // DefectTypeName
- //
- this.DefectTypeName.DataPropertyName = "DefectTypeName";
- this.DefectTypeName.HeaderText = "类别名称";
- this.DefectTypeName.Name = "DefectTypeName";
- this.DefectTypeName.ReadOnly = true;
- //
- // S_CMN_022
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(420, 444);
- this.Controls.Add(this.btnClearCondition);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnSearch);
- this.Controls.Add(this.lblProductionLineCode);
- this.Controls.Add(this.dgvDefectTypeName);
- this.Controls.Add(this.txtDefectTypeName);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "S_CMN_022";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "缺陷类别";
- this.Load += new System.EventHandler(this.S_CMN_022_Load);
- this.Controls.SetChildIndex(this.txtDefectTypeName, 0);
- this.Controls.SetChildIndex(this.dgvDefectTypeName, 0);
- this.Controls.SetChildIndex(this.lblProductionLineCode, 0);
- this.Controls.SetChildIndex(this.btnSearch, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.btnClearCondition, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDefectTypeName)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblProductionLineCode;
- private Basics.BaseControls.C_DataGridView dgvDefectTypeName;
- private System.Windows.Forms.TextBox txtDefectTypeName;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnOK;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_Button btnClearCondition;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectTypeID;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
- private System.Windows.Forms.DataGridViewTextBoxColumn DefectTypeName;
- }
- }
|