| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0105_1
- {
- /// <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_PC_0105_1));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.chkEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.cmbGMouldRecordType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtDateEnd2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.txtDateStart2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblEndDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.dgvMouldRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldRecordType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BeginDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ChangeGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).BeginInit();
- this.SuspendLayout();
- //
- // 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.lblGroutingLine);
- this.gbxCondition.Controls.Add(this.scbGroutingLine);
- this.gbxCondition.Controls.Add(this.chkEnd);
- this.gbxCondition.Controls.Add(this.chkStart);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.cmbGMouldRecordType);
- this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
- this.gbxCondition.Controls.Add(this.c_Label2);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.txtDateEnd2);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.c_Label3);
- this.gbxCondition.Controls.Add(this.txtDateEnd);
- this.gbxCondition.Controls.Add(this.txtDateStart2);
- this.gbxCondition.Controls.Add(this.lblEndDate);
- this.gbxCondition.Controls.Add(this.txtDateStart);
- 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(12, 12);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1143, 109);
- this.gbxCondition.TabIndex = 0;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // chkEnd
- //
- this.chkEnd.AutoSize = true;
- this.chkEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkEnd.Location = new System.Drawing.Point(273, 48);
- this.chkEnd.Name = "chkEnd";
- this.chkEnd.Size = new System.Drawing.Size(72, 16);
- this.chkEnd.TabIndex = 7;
- this.chkEnd.Text = "结束日期";
- this.chkEnd.UseVisualStyleBackColor = true;
- this.chkEnd.CheckedChanged += new System.EventHandler(this.chkEnd_CheckedChanged);
- //
- // chkStart
- //
- this.chkStart.AutoSize = true;
- this.chkStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStart.Location = new System.Drawing.Point(273, 22);
- this.chkStart.Name = "chkStart";
- this.chkStart.Size = new System.Drawing.Size(72, 16);
- this.chkStart.TabIndex = 2;
- this.chkStart.Text = "开始日期";
- this.chkStart.UseVisualStyleBackColor = true;
- this.chkStart.CheckedChanged += new System.EventHandler(this.chkStart_CheckedChanged);
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- 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(67, 72);
- this.txtRemarks.MaxLength = 200;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(793, 21);
- this.txtRemarks.TabIndex = 10;
- this.txtRemarks.TextValue = "";
- //
- // cmbGMouldRecordType
- //
- this.cmbGMouldRecordType.BackColor = System.Drawing.SystemColors.Window;
- this.cmbGMouldRecordType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cmbGMouldRecordType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbGMouldRecordType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbGMouldRecordType.FormattingEnabled = true;
- this.cmbGMouldRecordType.Location = new System.Drawing.Point(672, 19);
- this.cmbGMouldRecordType.Name = "cmbGMouldRecordType";
- this.cmbGMouldRecordType.Size = new System.Drawing.Size(121, 20);
- this.cmbGMouldRecordType.TabIndex = 5;
- //
- // txtGroutingMouldCode
- //
- this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingMouldCode.ErrorMessage = "";
- this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingMouldCode.Location = new System.Drawing.Point(67, 45);
- this.txtGroutingMouldCode.MaxLength = 40;
- this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
- this.txtGroutingMouldCode.Size = new System.Drawing.Size(196, 21);
- this.txtGroutingMouldCode.TabIndex = 6;
- this.txtGroutingMouldCode.TextValue = "";
- //
- // 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.Location = new System.Drawing.Point(609, 22);
- 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 = "履历类型";
- //
- // 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.Location = new System.Drawing.Point(28, 72);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 7;
- this.lblRemarks.Text = "备注";
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.Location = new System.Drawing.Point(8, 48);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 7;
- this.c_Label1.Text = "模具编号";
- //
- // 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(1017, 63);
- 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 = 12;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // txtDateEnd2
- //
- this.txtDateEnd2.CustomFormat = "yyyy-MM-dd";
- this.txtDateEnd2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDateEnd2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtDateEnd2.Location = new System.Drawing.Point(487, 44);
- this.txtDateEnd2.Name = "txtDateEnd2";
- this.txtDateEnd2.Size = new System.Drawing.Size(105, 21);
- this.txtDateEnd2.TabIndex = 9;
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(926, 63);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 11;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // c_Label3
- //
- this.c_Label3.AutoSize = true;
- this.c_Label3.BackColor = System.Drawing.Color.Transparent;
- this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label3.Location = new System.Drawing.Point(461, 48);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(17, 12);
- this.c_Label3.TabIndex = 3;
- this.c_Label3.Text = "至";
- //
- // txtDateEnd
- //
- this.txtDateEnd.CustomFormat = "yyyy-MM-dd";
- this.txtDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtDateEnd.Location = new System.Drawing.Point(487, 18);
- this.txtDateEnd.Name = "txtDateEnd";
- this.txtDateEnd.Size = new System.Drawing.Size(105, 21);
- this.txtDateEnd.TabIndex = 4;
- //
- // txtDateStart2
- //
- this.txtDateStart2.CustomFormat = "yyyy-MM-dd";
- this.txtDateStart2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDateStart2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtDateStart2.Location = new System.Drawing.Point(353, 44);
- this.txtDateStart2.Name = "txtDateStart2";
- this.txtDateStart2.Size = new System.Drawing.Size(103, 21);
- this.txtDateStart2.TabIndex = 8;
- //
- // lblEndDate
- //
- this.lblEndDate.AutoSize = true;
- this.lblEndDate.BackColor = System.Drawing.Color.Transparent;
- this.lblEndDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblEndDate.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblEndDate.Location = new System.Drawing.Point(461, 22);
- this.lblEndDate.Name = "lblEndDate";
- this.lblEndDate.Size = new System.Drawing.Size(17, 12);
- this.lblEndDate.TabIndex = 3;
- this.lblEndDate.Text = "至";
- //
- // txtDateStart
- //
- this.txtDateStart.CustomFormat = "yyyy-MM-dd";
- this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtDateStart.Location = new System.Drawing.Point(353, 18);
- this.txtDateStart.Name = "txtDateStart";
- this.txtDateStart.Size = new System.Drawing.Size(103, 21);
- this.txtDateStart.TabIndex = 3;
- //
- // dgvMouldRecord
- //
- this.dgvMouldRecord.AllowUserToAddRows = false;
- this.dgvMouldRecord.AllowUserToDeleteRows = false;
- this.dgvMouldRecord.AllowUserToModifyRows = true;
- this.dgvMouldRecord.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvMouldRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvMouldRecord.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.dgvMouldRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvMouldRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvMouldRecord.CellHeight = 23;
- this.dgvMouldRecord.ChildNodeColumnName = null;
- this.dgvMouldRecord.ChildNodeColumnText = null;
- this.dgvMouldRecord.ColumnDeep = 1;
- this.dgvMouldRecord.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.dgvMouldRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvMouldRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvMouldRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingLineCode,
- this.GroutingMouldCode,
- this.MouldBarcode,
- this.goodscode,
- this.GroutingCount,
- this.GMouldRecordType,
- this.BeginDate,
- this.EndDate,
- this.ChangeGoodsCode,
- this.Remarks});
- this.dgvMouldRecord.ColumnTreeView = null;
- this.dgvMouldRecord.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)));
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvMouldRecord.DefaultCellStyle = dataGridViewCellStyle6;
- this.dgvMouldRecord.DynamicColumnName = "";
- this.dgvMouldRecord.EnableHeadersVisualStyles = false;
- this.dgvMouldRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvMouldRecord.FormatQuantityColumns = null;
- this.dgvMouldRecord.HorizontalMergeColumn = null;
- this.dgvMouldRecord.IsAutoCountSum = true;
- this.dgvMouldRecord.IsAutoResizeColumns = false;
- this.dgvMouldRecord.IsClickF12 = false;
- this.dgvMouldRecord.IsOpenMergeCellFlag = false;
- this.dgvMouldRecord.IsSubTotalFlag = false;
- this.dgvMouldRecord.IsTopDeep = false;
- this.dgvMouldRecord.Location = new System.Drawing.Point(12, 127);
- this.dgvMouldRecord.MergeColumnNames = null;
- this.dgvMouldRecord.MergeDetailColumnNames = null;
- this.dgvMouldRecord.MergeDetailOnlyColumn = null;
- this.dgvMouldRecord.MergeOnlyColumn = null;
- this.dgvMouldRecord.Name = "dgvMouldRecord";
- this.dgvMouldRecord.ReadOnly = true;
- this.dgvMouldRecord.RefreshAtHscroll = false;
- this.dgvMouldRecord.RowHeadersWidth = 50;
- this.dgvMouldRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvMouldRecord.RowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvMouldRecord.RowTemplate.Height = 21;
- this.dgvMouldRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvMouldRecord.Size = new System.Drawing.Size(1143, 354);
- this.dgvMouldRecord.SortOrderColumnName = null;
- this.dgvMouldRecord.TabIndex = 13;
- this.dgvMouldRecord.Tag = true;
- this.dgvMouldRecord.TotalSumColumns = null;
- this.dgvMouldRecord.ViewRowFilter = "";
- this.dgvMouldRecord.VirtualMode = true;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // MouldBarcode
- //
- this.MouldBarcode.DataPropertyName = "MouldBarcode";
- this.MouldBarcode.HeaderText = "模具条码";
- this.MouldBarcode.Name = "MouldBarcode";
- this.MouldBarcode.ReadOnly = true;
- //
- // goodscode
- //
- this.goodscode.DataPropertyName = "goodscode";
- this.goodscode.HeaderText = "产品编码";
- this.goodscode.Name = "goodscode";
- this.goodscode.ReadOnly = true;
- //
- // GroutingCount
- //
- this.GroutingCount.DataPropertyName = "GroutingCount";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
- this.GroutingCount.HeaderText = "注浆次数";
- this.GroutingCount.Name = "GroutingCount";
- this.GroutingCount.ReadOnly = true;
- //
- // GMouldRecordType
- //
- this.GMouldRecordType.DataPropertyName = "GMouldRecordType";
- this.GMouldRecordType.HeaderText = "履历类型";
- this.GMouldRecordType.Name = "GMouldRecordType";
- this.GMouldRecordType.ReadOnly = true;
- //
- // BeginDate
- //
- this.BeginDate.DataPropertyName = "BeginDate";
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
- this.BeginDate.DefaultCellStyle = dataGridViewCellStyle4;
- this.BeginDate.HeaderText = "开始日期";
- this.BeginDate.Name = "BeginDate";
- this.BeginDate.ReadOnly = true;
- //
- // EndDate
- //
- this.EndDate.DataPropertyName = "EndDate";
- dataGridViewCellStyle5.Format = "yyyy-MM-dd";
- this.EndDate.DefaultCellStyle = dataGridViewCellStyle5;
- this.EndDate.HeaderText = "结束日期";
- this.EndDate.Name = "EndDate";
- this.EndDate.ReadOnly = true;
- //
- // ChangeGoodsCode
- //
- this.ChangeGoodsCode.DataPropertyName = "ChangeGoodsCode";
- this.ChangeGoodsCode.HeaderText = "变更后产品编码";
- this.ChangeGoodsCode.Name = "ChangeGoodsCode";
- this.ChangeGoodsCode.ReadOnly = true;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 300;
- //
- // lblGroutingLine
- //
- this.lblGroutingLine.AutoSize = true;
- this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLine.Location = new System.Drawing.Point(20, 22);
- this.lblGroutingLine.Name = "lblGroutingLine";
- this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
- this.lblGroutingLine.TabIndex = 43;
- this.lblGroutingLine.Text = "成型线";
- //
- // scbGroutingLine
- //
- this.scbGroutingLine.CheckedData = null;
- this.scbGroutingLine.DisplayMember = "GroutingLineCode";
- this.scbGroutingLine.Location = new System.Drawing.Point(67, 18);
- this.scbGroutingLine.Name = "scbGroutingLine";
- this.scbGroutingLine.Size = new System.Drawing.Size(196, 21);
- this.scbGroutingLine.TabIndex = 42;
- //
- // F_PC_0105_1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1167, 506);
- this.Controls.Add(this.dgvMouldRecord);
- this.Controls.Add(this.gbxCondition);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.IsSaveFormSize = false;
- this.Name = "F_PC_0105_1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_PC_0105";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.F_PC_0105_Load);
- this.Controls.SetChildIndex(this.gbxCondition, 0);
- this.Controls.SetChildIndex(this.dgvMouldRecord, 0);
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_DateTimePicker txtDateEnd;
- private Basics.BaseControls.C_Label lblEndDate;
- private Basics.BaseControls.C_DateTimePicker txtDateStart;
- private Basics.BaseControls.C_DataGridView dgvMouldRecord;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_ComboBox cmbGMouldRecordType;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_CheckBox chkStart;
- private Basics.BaseControls.C_CheckBox chkEnd;
- private Basics.BaseControls.C_DateTimePicker txtDateEnd2;
- private Basics.BaseControls.C_Label c_Label3;
- private Basics.BaseControls.C_DateTimePicker txtDateStart2;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldRecordType;
- private System.Windows.Forms.DataGridViewTextBoxColumn BeginDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn EndDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn ChangeGoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private Basics.BaseControls.C_Label lblGroutingLine;
- private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
- }
- }
|