| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566 |
-
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0105
- {
- /// <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_PM_0105));
- 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.gbxConditions = new System.Windows.Forms.GroupBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dtpGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.cbSelectAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.colGroutingDailyID = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colGMouldType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
- this.gbxConditions.SuspendLayout();
- this.SuspendLayout();
- //
- // lblGroutingLineCode
- //
- this.lblGroutingLineCode.AutoSize = true;
- this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
- this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 23);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineCode.TabIndex = 0;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // txtGroutingLineCode
- //
- this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingLineCode.ErrorMessage = "";
- this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 19);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(124, 21);
- this.txtGroutingLineCode.TabIndex = 1;
- //
- // lblGroutingLineName
- //
- this.lblGroutingLineName.AutoSize = true;
- this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineName.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineName.Image")));
- this.lblGroutingLineName.Location = new System.Drawing.Point(6, 49);
- this.lblGroutingLineName.Name = "lblGroutingLineName";
- this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineName.TabIndex = 3;
- this.lblGroutingLineName.Text = "成型线名称";
- //
- // txtGroutingLineName
- //
- this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.ErrorMessage = "";
- this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineName.Location = new System.Drawing.Point(77, 45);
- this.txtGroutingLineName.MaxLength = 50;
- this.txtGroutingLineName.Name = "txtGroutingLineName";
- this.txtGroutingLineName.Size = new System.Drawing.Size(124, 21);
- this.txtGroutingLineName.TabIndex = 4;
- //
- // dgvGroutingDaily
- //
- this.dgvGroutingDaily.AllowUserToAddRows = false;
- this.dgvGroutingDaily.AllowUserToDeleteRows = false;
- this.dgvGroutingDaily.AllowUserToModifyRows = true;
- this.dgvGroutingDaily.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGroutingDaily.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.dgvGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGroutingDaily.CellHeight = 23;
- this.dgvGroutingDaily.ChildNodeColumnName = null;
- this.dgvGroutingDaily.ChildNodeColumnText = null;
- this.dgvGroutingDaily.ColumnDeep = 1;
- this.dgvGroutingDaily.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.dgvGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGroutingDaily.ColumnHeadersHeight = 29;
- this.dgvGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colGroutingDailyID,
- this.GroutingLineCode,
- this.GroutingLineName,
- this.colGMouldType,
- this.GMouldStatus,
- this.MouldQuantity,
- this.colGoodsCode,
- this.GroutingUserCode,
- this.STAFFNAME,
- this.GroutingBatchNo});
- this.dgvGroutingDaily.ColumnTreeView = null;
- this.dgvGroutingDaily.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle4;
- this.dgvGroutingDaily.DynamicColumnName = "";
- this.dgvGroutingDaily.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dgvGroutingDaily.EnableHeadersVisualStyles = false;
- this.dgvGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGroutingDaily.FormatQuantityColumns = null;
- this.dgvGroutingDaily.HorizontalMergeColumn = null;
- this.dgvGroutingDaily.IsAutoCountSum = true;
- this.dgvGroutingDaily.IsAutoResizeColumns = false;
- this.dgvGroutingDaily.IsClickF12 = false;
- this.dgvGroutingDaily.IsOpenMergeCellFlag = false;
- this.dgvGroutingDaily.IsSubTotalFlag = false;
- this.dgvGroutingDaily.IsTopDeep = false;
- this.dgvGroutingDaily.Location = new System.Drawing.Point(12, 92);
- this.dgvGroutingDaily.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.dgvGroutingDaily.MergeColumnNames = null;
- this.dgvGroutingDaily.MergeDetailColumnNames = null;
- this.dgvGroutingDaily.MergeDetailOnlyColumn = null;
- this.dgvGroutingDaily.MergeOnlyColumn = null;
- this.dgvGroutingDaily.MultiSelect = false;
- this.dgvGroutingDaily.Name = "dgvGroutingDaily";
- this.dgvGroutingDaily.RefreshAtHscroll = false;
- this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvGroutingDaily.RowTemplate.Height = 21;
- this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGroutingDaily.Size = new System.Drawing.Size(710, 410);
- this.dgvGroutingDaily.SortOrderColumnName = null;
- this.dgvGroutingDaily.TabIndex = 2;
- this.dgvGroutingDaily.Tag = true;
- this.dgvGroutingDaily.TotalSumColumns = null;
- this.dgvGroutingDaily.ViewRowFilter = "";
- this.dgvGroutingDaily.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingDaily_CellDoubleClick);
- //
- // 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(528, 40);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 9;
- this.btnSearch.Text = "查询(&Q)";
- 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(546, 507);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 30);
- this.btnOK.TabIndex = 3;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(637, 507);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
- //
- // lblUserCode
- //
- this.lblUserCode.AutoSize = true;
- this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
- this.lblUserCode.Location = new System.Drawing.Point(207, 23);
- this.lblUserCode.Name = "lblUserCode";
- this.lblUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblUserCode.TabIndex = 2;
- this.lblUserCode.Text = "成型工号";
- //
- // txtUserCode
- //
- this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtUserCode.ErrorMessage = "";
- this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtUserCode.Location = new System.Drawing.Point(266, 19);
- this.txtUserCode.MaxLength = 20;
- this.txtUserCode.Name = "txtUserCode";
- this.txtUserCode.Size = new System.Drawing.Size(124, 21);
- this.txtUserCode.TabIndex = 2;
- //
- // gbxConditions
- //
- this.gbxConditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxConditions.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
- this.gbxConditions.Controls.Add(this.c_Label2);
- this.gbxConditions.Controls.Add(this.txtGroutingBatchNo);
- this.gbxConditions.Controls.Add(this.btnClearCondition);
- this.gbxConditions.Controls.Add(this.dtpGroutingDate);
- this.gbxConditions.Controls.Add(this.txtUserCode);
- this.gbxConditions.Controls.Add(this.lblUserCode);
- this.gbxConditions.Controls.Add(this.lblGroutingDate);
- this.gbxConditions.Controls.Add(this.btnSearch);
- this.gbxConditions.Controls.Add(this.lblGroutingLineCode);
- this.gbxConditions.Controls.Add(this.txtGroutingLineCode);
- this.gbxConditions.Controls.Add(this.txtGroutingLineName);
- this.gbxConditions.Controls.Add(this.lblGroutingLineName);
- this.gbxConditions.Location = new System.Drawing.Point(12, 12);
- this.gbxConditions.Name = "gbxConditions";
- this.gbxConditions.Size = new System.Drawing.Size(710, 75);
- this.gbxConditions.TabIndex = 0;
- this.gbxConditions.TabStop = false;
- this.gbxConditions.Text = "查询条件";
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label2.Location = new System.Drawing.Point(396, 49);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 7;
- this.c_Label2.Text = "注浆批次";
- //
- // txtGroutingBatchNo
- //
- this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingBatchNo.ErrorMessage = "";
- this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingBatchNo.Location = new System.Drawing.Point(455, 45);
- this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
- this.txtGroutingBatchNo.Number = new System.Drawing.Point(3, 0);
- this.txtGroutingBatchNo.Size = new System.Drawing.Size(65, 21);
- this.txtGroutingBatchNo.TabIndex = 8;
- this.txtGroutingBatchNo.TextValue = "";
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- 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(619, 40);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 10;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // dtpGroutingDate
- //
- this.dtpGroutingDate.CustomFormat = "yyyy-MM-dd";
- this.dtpGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpGroutingDate.Location = new System.Drawing.Point(266, 45);
- this.dtpGroutingDate.Name = "dtpGroutingDate";
- this.dtpGroutingDate.Size = new System.Drawing.Size(124, 21);
- this.dtpGroutingDate.TabIndex = 6;
- //
- // lblGroutingDate
- //
- this.lblGroutingDate.AutoSize = true;
- this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingDate.Location = new System.Drawing.Point(207, 49);
- this.lblGroutingDate.Name = "lblGroutingDate";
- this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingDate.TabIndex = 5;
- this.lblGroutingDate.Text = "注浆日期";
- //
- // btnAdaptive
- //
- this.btnAdaptive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnAdaptive.BackColor = System.Drawing.Color.Transparent;
- this.btnAdaptive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdaptive.BackgroundImage")));
- this.btnAdaptive.Font = new System.Drawing.Font("宋体", 9F);
- this.btnAdaptive.ForeColor = System.Drawing.Color.White;
- this.btnAdaptive.Location = new System.Drawing.Point(68, 507);
- this.btnAdaptive.Name = "btnAdaptive";
- this.btnAdaptive.Size = new System.Drawing.Size(86, 30);
- this.btnAdaptive.TabIndex = 5;
- this.btnAdaptive.Text = "自适应列宽";
- this.btnAdaptive.UseVisualStyleBackColor = true;
- this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click);
- //
- // cbSelectAll
- //
- this.cbSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.cbSelectAll.AutoSize = true;
- this.cbSelectAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbSelectAll.Location = new System.Drawing.Point(12, 515);
- this.cbSelectAll.Name = "cbSelectAll";
- this.cbSelectAll.Size = new System.Drawing.Size(48, 16);
- this.cbSelectAll.TabIndex = 6;
- this.cbSelectAll.Text = "全选";
- this.cbSelectAll.UseVisualStyleBackColor = true;
- this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged);
- //
- // colGroutingDailyID
- //
- this.colGroutingDailyID.DataPropertyName = "GroutingDailyID";
- this.colGroutingDailyID.FalseValue = "0";
- this.colGroutingDailyID.HeaderText = "选择";
- this.colGroutingDailyID.IndeterminateValue = "0";
- this.colGroutingDailyID.MinimumWidth = 6;
- this.colGroutingDailyID.Name = "colGroutingDailyID";
- this.colGroutingDailyID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.colGroutingDailyID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.colGroutingDailyID.TrueValue = "1";
- this.colGroutingDailyID.Visible = false;
- this.colGroutingDailyID.Width = 25;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.FillWeight = 120F;
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.MinimumWidth = 6;
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- this.GroutingLineCode.Width = 125;
- //
- // GroutingLineName
- //
- this.GroutingLineName.DataPropertyName = "GroutingLineName";
- this.GroutingLineName.FillWeight = 120F;
- this.GroutingLineName.HeaderText = "成型线名称";
- this.GroutingLineName.MinimumWidth = 6;
- this.GroutingLineName.Name = "GroutingLineName";
- this.GroutingLineName.ReadOnly = true;
- this.GroutingLineName.Width = 125;
- //
- // colGMouldType
- //
- this.colGMouldType.DataPropertyName = "GMouldTypeName";
- this.colGMouldType.HeaderText = "成型线类型";
- this.colGMouldType.MinimumWidth = 6;
- this.colGMouldType.Name = "colGMouldType";
- this.colGMouldType.ReadOnly = true;
- this.colGMouldType.Width = 125;
- //
- // GMouldStatus
- //
- this.GMouldStatus.DataPropertyName = "GMouldStatusName";
- this.GMouldStatus.HeaderText = "成型线状态";
- this.GMouldStatus.MinimumWidth = 6;
- this.GMouldStatus.Name = "GMouldStatus";
- this.GMouldStatus.ReadOnly = true;
- this.GMouldStatus.Width = 125;
- //
- // MouldQuantity
- //
- this.MouldQuantity.DataPropertyName = "MouldQuantity";
- this.MouldQuantity.HeaderText = "模具数";
- this.MouldQuantity.MinimumWidth = 6;
- this.MouldQuantity.Name = "MouldQuantity";
- this.MouldQuantity.ReadOnly = true;
- this.MouldQuantity.Width = 125;
- //
- // colGoodsCode
- //
- this.colGoodsCode.DataPropertyName = "GoodsCode";
- this.colGoodsCode.HeaderText = "产品编码";
- this.colGoodsCode.MinimumWidth = 6;
- this.colGoodsCode.Name = "colGoodsCode";
- this.colGoodsCode.ReadOnly = true;
- this.colGoodsCode.Width = 125;
- //
- // GroutingUserCode
- //
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
- this.GroutingUserCode.HeaderText = "成型工号";
- this.GroutingUserCode.MinimumWidth = 6;
- this.GroutingUserCode.Name = "GroutingUserCode";
- this.GroutingUserCode.ReadOnly = true;
- this.GroutingUserCode.Width = 125;
- //
- // STAFFNAME
- //
- this.STAFFNAME.DataPropertyName = "STAFFNAME";
- this.STAFFNAME.HeaderText = "员工姓名";
- this.STAFFNAME.MinimumWidth = 6;
- this.STAFFNAME.Name = "STAFFNAME";
- this.STAFFNAME.Width = 125;
- //
- // GroutingBatchNo
- //
- this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle3;
- this.GroutingBatchNo.HeaderText = "注浆批次";
- this.GroutingBatchNo.MinimumWidth = 6;
- this.GroutingBatchNo.Name = "GroutingBatchNo";
- this.GroutingBatchNo.ReadOnly = true;
- this.GroutingBatchNo.Width = 125;
- //
- // F_PM_0105
- //
- this.AcceptButton = this.btnOK;
- 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(734, 562);
- this.Controls.Add(this.cbSelectAll);
- this.Controls.Add(this.btnAdaptive);
- this.Controls.Add(this.dgvGroutingDaily);
- this.Controls.Add(this.gbxConditions);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.MinimumSize = new System.Drawing.Size(750, 598);
- this.Name = "F_PM_0105";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "选择注浆登记";
- this.Load += new System.EventHandler(this.F_PM_0105_Load);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.gbxConditions, 0);
- this.Controls.SetChildIndex(this.dgvGroutingDaily, 0);
- this.Controls.SetChildIndex(this.btnAdaptive, 0);
- this.Controls.SetChildIndex(this.cbSelectAll, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
- this.gbxConditions.ResumeLayout(false);
- this.gbxConditions.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private Basics.BaseControls.C_TextBox txtGroutingLineCode;
- private Basics.BaseControls.C_Label lblGroutingLineName;
- private Basics.BaseControls.C_TextBox txtGroutingLineName;
- private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Button btnOK;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Label lblUserCode;
- private Basics.BaseControls.C_TextBox txtUserCode;
- private System.Windows.Forms.GroupBox gbxConditions;
- private Basics.BaseControls.C_Label lblGroutingDate;
- private Basics.BaseControls.C_DateTimePicker dtpGroutingDate;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
- private Basics.BaseControls.C_Button btnAdaptive;
- private Basics.BaseControls.C_CheckBox cbSelectAll;
- private System.Windows.Forms.DataGridViewCheckBoxColumn colGroutingDailyID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldType;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
- }
- }
|