| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546 |
-
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_1201
- {
- /// <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 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1201));
- this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroupName = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvGroup = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.gbxCondition = new System.Windows.Forms.GroupBox();
- this.dkDefectTypeNameSearchBox1 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkDefectTypeNameSearchBox();
- this.chkValueFlag = new Dongke.WinForm.Controls.ChkFlagCheckBox();
- this.lblValueFlag = new Dongke.WinForm.Controls.LblLabel();
- this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnStop = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.workergroupname = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.defecttypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.workergroupid = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroup)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrSupplier.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
- this.SuspendLayout();
- //
- // txtRemarks
- //
- 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(438, 20);
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemarks.Size = new System.Drawing.Size(284, 21);
- this.txtRemarks.TabIndex = 4;
- //
- // 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(403, 24);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 3;
- this.lblRemarks.Text = "备注";
- //
- // txtGroupName
- //
- this.txtGroupName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroupName.Location = new System.Drawing.Point(71, 20);
- this.txtGroupName.Name = "txtGroupName";
- this.txtGroupName.Size = new System.Drawing.Size(120, 21);
- this.txtGroupName.TabIndex = 1;
- //
- // 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.SystemColors.ControlText;
- 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 = "分组名称";
- //
- // dgvGroup
- //
- this.dgvGroup.AllowUserToAddRows = false;
- this.dgvGroup.AllowUserToDeleteRows = false;
- this.dgvGroup.AllowUserToModifyRows = true;
- this.dgvGroup.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGroup.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGroup.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGroup.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGroup.CellHeight = 23;
- this.dgvGroup.ChildNodeColumnName = null;
- this.dgvGroup.ChildNodeColumnText = null;
- this.dgvGroup.ColumnDeep = 1;
- this.dgvGroup.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.dgvGroup.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGroup.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGroup.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.workergroupname,
- this.defecttypename,
- this.DisplayNo,
- this.Remarks,
- this.ValueFlag,
- this.workergroupid});
- this.dgvGroup.ColumnTreeView = null;
- this.dgvGroup.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.dgvGroup.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvGroup.DynamicColumnName = "";
- this.dgvGroup.EnableHeadersVisualStyles = false;
- this.dgvGroup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGroup.IsAutoCountSum = true;
- this.dgvGroup.IsAutoResizeColumns = false;
- this.dgvGroup.IsClickF12 = false;
- this.dgvGroup.IsSubTotalFlag = false;
- this.dgvGroup.Location = new System.Drawing.Point(0, 0);
- this.dgvGroup.MultiSelect = false;
- this.dgvGroup.Name = "dgvGroup";
- this.dgvGroup.ReadOnly = true;
- this.dgvGroup.RefreshAtHscroll = false;
- this.dgvGroup.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvGroup.RowHeadersWidth = 50;
- this.dgvGroup.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGroup.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvGroup.RowTemplate.Height = 21;
- this.dgvGroup.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGroup.Size = new System.Drawing.Size(695, 490);
- this.dgvGroup.SortOrderColumnName = null;
- this.dgvGroup.TabIndex = 2;
- this.dgvGroup.Tag = true;
- this.dgvGroup.TotalSumColumns = null;
- this.dgvGroup.ViewRowFilter = "";
- this.dgvGroup.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInvoice_CellDoubleClick);
- this.dgvGroup.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
- this.dgvGroup.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvInvoice_KeyDown);
- //
- // 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.Controls.Add(this.dkDefectTypeNameSearchBox1);
- this.gbxCondition.Controls.Add(this.chkValueFlag);
- this.gbxCondition.Controls.Add(this.lblValueFlag);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.txtGroupName);
- this.gbxCondition.Controls.Add(this.lblName);
- 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.Location = new System.Drawing.Point(0, 40);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.Size = new System.Drawing.Size(961, 49);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件";
- //
- // dkDefectTypeNameSearchBox1
- //
- this.dkDefectTypeNameSearchBox1.BackColor = System.Drawing.Color.Transparent;
- this.dkDefectTypeNameSearchBox1.DataSource = null;
- this.dkDefectTypeNameSearchBox1.DefectTypeID = null;
- this.dkDefectTypeNameSearchBox1.DefectTypeIDS = null;
- this.dkDefectTypeNameSearchBox1.DefectTypeName = null;
- this.dkDefectTypeNameSearchBox1.Enabled = true;
- this.dkDefectTypeNameSearchBox1.IsEnablePurview = false;
- this.dkDefectTypeNameSearchBox1.IsMustInput = false;
- this.dkDefectTypeNameSearchBox1.Location = new System.Drawing.Point(197, 20);
- this.dkDefectTypeNameSearchBox1.Name = "dkDefectTypeNameSearchBox1";
- this.dkDefectTypeNameSearchBox1.Purview = null;
- this.dkDefectTypeNameSearchBox1.PurviewType = ((byte)(0));
- this.dkDefectTypeNameSearchBox1.SelectMore = true;
- this.dkDefectTypeNameSearchBox1.Size = new System.Drawing.Size(200, 21);
- this.dkDefectTypeNameSearchBox1.TabIndex = 2;
- this.dkDefectTypeNameSearchBox1.Title = "缺陷类别";
- this.dkDefectTypeNameSearchBox1.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // chkValueFlag
- //
- this.chkValueFlag.FlagBoxChecked = Dongke.WinForm.Controls.FlagCheckBoxChecked.All;
- this.chkValueFlag.Location = new System.Drawing.Point(787, 22);
- this.chkValueFlag.Name = "chkValueFlag";
- this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
- this.chkValueFlag.TabIndex = 6;
- //
- // lblValueFlag
- //
- this.lblValueFlag.Location = new System.Drawing.Point(728, 24);
- this.lblValueFlag.Name = "lblValueFlag";
- this.lblValueFlag.Size = new System.Drawing.Size(53, 12);
- this.lblValueFlag.TabIndex = 5;
- this.lblValueFlag.Text = "有效标识";
- //
- // tsrSupplier
- //
- this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator4,
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.tsbtnStop,
- this.toolStripSeparator1,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
- this.tsrSupplier.Name = "tsrSupplier";
- this.tsrSupplier.Size = new System.Drawing.Size(973, 35);
- this.tsrSupplier.TabIndex = 0;
- this.tsrSupplier.Text = "tsrToolStrip1";
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.AutoSize = false;
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.AutoSize = false;
- this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.AutoSize = false;
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddInvoice_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // tsbtnStop
- //
- this.tsbtnStop.AutoSize = false;
- this.tsbtnStop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnStop.Name = "tsbtnStop";
- this.tsbtnStop.Size = new System.Drawing.Size(60, 25);
- this.tsbtnStop.Text = "停用(&S)";
- this.tsbtnStop.Click += new System.EventHandler(this.tsbtnStop_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.splitContainer1.Location = new System.Drawing.Point(0, 95);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvGroup);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.dgvUser);
- this.splitContainer1.Size = new System.Drawing.Size(961, 490);
- this.splitContainer1.SplitterDistance = 695;
- this.splitContainer1.TabIndex = 3;
- //
- // dgvUser
- //
- this.dgvUser.AllowUserToAddRows = false;
- this.dgvUser.AllowUserToDeleteRows = false;
- this.dgvUser.AllowUserToModifyRows = true;
- this.dgvUser.AllowUserToResizeRows = false;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvUser.CellHeight = 23;
- this.dgvUser.ChildNodeColumnName = null;
- this.dgvUser.ChildNodeColumnText = null;
- this.dgvUser.ColumnDeep = 1;
- this.dgvUser.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.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.UserCode,
- this.UserName});
- this.dgvUser.ColumnTreeView = null;
- this.dgvUser.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.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvUser.DynamicColumnName = "";
- this.dgvUser.EnableHeadersVisualStyles = false;
- this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvUser.IsAutoCountSum = true;
- this.dgvUser.IsAutoResizeColumns = false;
- this.dgvUser.IsClickF12 = false;
- this.dgvUser.IsSubTotalFlag = false;
- this.dgvUser.Location = new System.Drawing.Point(0, 0);
- this.dgvUser.MultiSelect = false;
- this.dgvUser.Name = "dgvUser";
- this.dgvUser.ReadOnly = true;
- this.dgvUser.RefreshAtHscroll = false;
- this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvUser.RowHeadersWidth = 50;
- this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvUser.RowTemplate.Height = 21;
- this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvUser.Size = new System.Drawing.Size(262, 490);
- this.dgvUser.SortOrderColumnName = null;
- this.dgvUser.TabIndex = 3;
- this.dgvUser.Tag = true;
- this.dgvUser.TotalSumColumns = null;
- this.dgvUser.ViewRowFilter = "";
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "UserCode";
- this.UserCode.HeaderText = "工号编码";
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- //
- // UserName
- //
- this.UserName.DataPropertyName = "UserName";
- this.UserName.HeaderText = "工号名称";
- this.UserName.Name = "UserName";
- this.UserName.ReadOnly = true;
- //
- // workergroupname
- //
- this.workergroupname.DataPropertyName = "workergroupname";
- this.workergroupname.HeaderText = "分组名称";
- this.workergroupname.Name = "workergroupname";
- this.workergroupname.ReadOnly = true;
- //
- // defecttypename
- //
- this.defecttypename.DataPropertyName = "defecttypename";
- this.defecttypename.HeaderText = "缺陷类型";
- this.defecttypename.Name = "defecttypename";
- this.defecttypename.ReadOnly = true;
- //
- // DisplayNo
- //
- this.DisplayNo.DataPropertyName = "DisplayNo";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle3;
- this.DisplayNo.HeaderText = "显示顺序";
- this.DisplayNo.Name = "DisplayNo";
- this.DisplayNo.ReadOnly = true;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 200;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "有效标识";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.ReadOnly = true;
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- //
- // workergroupid
- //
- this.workergroupid.DataPropertyName = "workergroupid";
- this.workergroupid.HeaderText = "workergroupid";
- this.workergroupid.Name = "workergroupid";
- this.workergroupid.ReadOnly = true;
- this.workergroupid.Visible = false;
- //
- // F_MST_1201
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(973, 585);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.tsrSupplier);
- this.Controls.Add(this.gbxCondition);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "F_MST_1201";
- this.Text = "工号分组(缺陷类型)";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_012001_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_1201_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroup)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrSupplier.ResumeLayout(false);
- this.tsrSupplier.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.dgvUser)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private WinForm.Controls.TxtTextBox txtGroupName;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblName;
- private WinForm.Controls.TxtTextBox txtRemarks;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvGroup;
- private System.Windows.Forms.GroupBox gbxCondition;
- private WinForm.Controls.TsrToolStrip tsrSupplier;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private WinForm.Controls.ChkFlagCheckBox chkValueFlag;
- private WinForm.Controls.LblLabel lblValueFlag;
- private Controls.SearchTextBox.dkDefectTypeNameSearchBox dkDefectTypeNameSearchBox1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Basics.BaseControls.C_DataGridView dgvUser;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
- private System.Windows.Forms.ToolStripButton tsbtnStop;
- private System.Windows.Forms.DataGridViewTextBoxColumn workergroupname;
- private System.Windows.Forms.DataGridViewTextBoxColumn defecttypename;
- private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn workergroupid;
- }
- }
|