| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_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_PC_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 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.dkGrouting = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGroutingLineSearchBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.cbTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.dgvMouldRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GMouldRecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineIDR = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldCode = 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.Rreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.c_GroupBox3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.dgvMouldHistory = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GMouldHistoryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineDetailIDH = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCodeH = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsIDH = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldCodeH = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingCountH = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbxCondition.SuspendLayout();
- this.c_GroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).BeginInit();
- this.c_GroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldHistory)).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.dkGrouting);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.txtDateEnd);
- this.gbxCondition.Controls.Add(this.lblTo);
- this.gbxCondition.Controls.Add(this.txtDateStart);
- this.gbxCondition.Controls.Add(this.cbTime);
- 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(992, 55);
- this.gbxCondition.TabIndex = 0;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // dkGrouting
- //
- this.dkGrouting.DataSource = null;
- this.dkGrouting.Enabled = true;
- this.dkGrouting.GMouldStatus = 0;
- this.dkGrouting.GMouldTypeID = 0;
- this.dkGrouting.GroutingDate = null;
- this.dkGrouting.GroutingLineCode = "";
- this.dkGrouting.GroutingLineID = null;
- this.dkGrouting.GroutingLineIDS = null;
- this.dkGrouting.GroutingLineName = null;
- this.dkGrouting.IsCanmanytimes = 0;
- this.dkGrouting.IsEnablePurview = false;
- this.dkGrouting.IsMustInput = false;
- this.dkGrouting.Location = new System.Drawing.Point(6, 20);
- this.dkGrouting.MouldQuantity = 0;
- this.dkGrouting.Name = "dkGrouting";
- this.dkGrouting.NoGroutingFlag = false;
- this.dkGrouting.OPTimeStamp = new System.DateTime(((long)(0)));
- this.dkGrouting.Purview = null;
- this.dkGrouting.Size = new System.Drawing.Size(244, 21);
- this.dkGrouting.TabIndex = 0;
- this.dkGrouting.Title = "成型线";
- this.dkGrouting.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
- this.dkGrouting.UserCode = null;
- this.dkGrouting.UserId = null;
- this.dkGrouting.UserName = null;
- //
- // 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(901, 15);
- 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 = 6;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // 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(810, 15);
- 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 = 5;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // 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(466, 20);
- this.txtDateEnd.Name = "txtDateEnd";
- this.txtDateEnd.Size = new System.Drawing.Size(105, 21);
- this.txtDateEnd.TabIndex = 4;
- //
- // lblTo
- //
- this.lblTo.AutoSize = true;
- this.lblTo.BackColor = System.Drawing.Color.Transparent;
- this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblTo.Location = new System.Drawing.Point(443, 24);
- this.lblTo.Name = "lblTo";
- this.lblTo.Size = new System.Drawing.Size(17, 12);
- this.lblTo.TabIndex = 3;
- this.lblTo.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(334, 20);
- this.txtDateStart.Name = "txtDateStart";
- this.txtDateStart.Size = new System.Drawing.Size(103, 21);
- this.txtDateStart.TabIndex = 2;
- //
- // cbTime
- //
- this.cbTime.AutoSize = true;
- this.cbTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbTime.Location = new System.Drawing.Point(256, 25);
- this.cbTime.Name = "cbTime";
- this.cbTime.Size = new System.Drawing.Size(72, 16);
- this.cbTime.TabIndex = 1;
- this.cbTime.Text = "履历日期";
- this.cbTime.UseVisualStyleBackColor = true;
- //
- // c_GroupBox2
- //
- this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
- this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
- this.c_GroupBox2.Controls.Add(this.dgvMouldRecord);
- this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_GroupBox2.IsMustInput = false;
- this.c_GroupBox2.Location = new System.Drawing.Point(12, 73);
- this.c_GroupBox2.Name = "c_GroupBox2";
- this.c_GroupBox2.OriginalHeight = -1;
- this.c_GroupBox2.Size = new System.Drawing.Size(992, 204);
- this.c_GroupBox2.TabIndex = 1;
- this.c_GroupBox2.TabStop = false;
- this.c_GroupBox2.Text = "模具换修履历 ▼";
- //
- // 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.GMouldRecordID,
- this.GroutingLineIDR,
- this.GroutingLineDetailID,
- this.GroutingMouldCode,
- this.GoodsID,
- this.MouldCode,
- this.GroutingCount,
- this.GMouldRecordType,
- this.BeginDate,
- this.EndDate,
- this.Rreason,
- 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)));
- 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.dgvMouldRecord.DefaultCellStyle = dataGridViewCellStyle3;
- 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.IsAutoCountSum = true;
- this.dgvMouldRecord.IsAutoResizeColumns = false;
- this.dgvMouldRecord.IsClickF12 = false;
- this.dgvMouldRecord.IsSubTotalFlag = false;
- this.dgvMouldRecord.Location = new System.Drawing.Point(6, 20);
- this.dgvMouldRecord.Name = "dgvMouldRecord";
- this.dgvMouldRecord.ReadOnly = true;
- this.dgvMouldRecord.RefreshAtHscroll = false;
- this.dgvMouldRecord.RowHeadersWidth = 50;
- this.dgvMouldRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvMouldRecord.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvMouldRecord.RowTemplate.Height = 21;
- this.dgvMouldRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvMouldRecord.Size = new System.Drawing.Size(980, 178);
- this.dgvMouldRecord.SortOrderColumnName = null;
- this.dgvMouldRecord.TabIndex = 0;
- this.dgvMouldRecord.Tag = true;
- this.dgvMouldRecord.TotalSumColumns = null;
- this.dgvMouldRecord.ViewRowFilter = "";
- this.dgvMouldRecord.VirtualMode = true;
- //
- // GMouldRecordID
- //
- this.GMouldRecordID.DataPropertyName = "GMouldRecordID";
- this.GMouldRecordID.HeaderText = "注浆模具换修履历ID";
- this.GMouldRecordID.Name = "GMouldRecordID";
- this.GMouldRecordID.ReadOnly = true;
- this.GMouldRecordID.Visible = false;
- //
- // GroutingLineIDR
- //
- this.GroutingLineIDR.DataPropertyName = "GroutingLineID";
- this.GroutingLineIDR.HeaderText = "成型线ID";
- this.GroutingLineIDR.Name = "GroutingLineIDR";
- this.GroutingLineIDR.ReadOnly = true;
- this.GroutingLineIDR.Visible = false;
- //
- // GroutingLineDetailID
- //
- this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
- this.GroutingLineDetailID.HeaderText = "成型线明细ID";
- this.GroutingLineDetailID.Name = "GroutingLineDetailID";
- this.GroutingLineDetailID.ReadOnly = true;
- this.GroutingLineDetailID.Visible = false;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "注浆模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // GoodsID
- //
- this.GoodsID.DataPropertyName = "GoodsName";
- this.GoodsID.HeaderText = "产品名称";
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.ReadOnly = true;
- //
- // MouldCode
- //
- this.MouldCode.DataPropertyName = "MouldCode";
- this.MouldCode.HeaderText = "模具编号";
- this.MouldCode.Name = "MouldCode";
- this.MouldCode.ReadOnly = true;
- this.MouldCode.Visible = false;
- //
- // GroutingCount
- //
- this.GroutingCount.DataPropertyName = "GroutingCount";
- this.GroutingCount.HeaderText = "注浆次数";
- this.GroutingCount.Name = "GroutingCount";
- this.GroutingCount.ReadOnly = true;
- //
- // GMouldRecordType
- //
- this.GMouldRecordType.DataPropertyName = "Gmouldrecordtypename";
- this.GMouldRecordType.HeaderText = "履历类型";
- this.GMouldRecordType.Name = "GMouldRecordType";
- this.GMouldRecordType.ReadOnly = true;
- //
- // BeginDate
- //
- this.BeginDate.DataPropertyName = "BeginDate";
- this.BeginDate.HeaderText = "开始日期";
- this.BeginDate.Name = "BeginDate";
- this.BeginDate.ReadOnly = true;
- //
- // EndDate
- //
- this.EndDate.DataPropertyName = "EndDate";
- this.EndDate.HeaderText = "结束日期";
- this.EndDate.Name = "EndDate";
- this.EndDate.ReadOnly = true;
- //
- // Rreason
- //
- this.Rreason.DataPropertyName = "Rreason";
- this.Rreason.HeaderText = "原因";
- this.Rreason.Name = "Rreason";
- this.Rreason.ReadOnly = true;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // c_GroupBox3
- //
- this.c_GroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.c_GroupBox3.BackColor = System.Drawing.Color.Transparent;
- this.c_GroupBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox3.BackgroundImage")));
- this.c_GroupBox3.Controls.Add(this.dgvMouldHistory);
- this.c_GroupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_GroupBox3.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_GroupBox3.IsMustInput = false;
- this.c_GroupBox3.Location = new System.Drawing.Point(12, 283);
- this.c_GroupBox3.Name = "c_GroupBox3";
- this.c_GroupBox3.OriginalHeight = -1;
- this.c_GroupBox3.Size = new System.Drawing.Size(992, 182);
- this.c_GroupBox3.TabIndex = 2;
- this.c_GroupBox3.TabStop = false;
- this.c_GroupBox3.Text = "模具履历 ▼";
- //
- // dgvMouldHistory
- //
- this.dgvMouldHistory.AllowUserToAddRows = false;
- this.dgvMouldHistory.AllowUserToDeleteRows = false;
- this.dgvMouldHistory.AllowUserToModifyRows = true;
- this.dgvMouldHistory.AllowUserToOrderColumns = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvMouldHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvMouldHistory.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.dgvMouldHistory.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvMouldHistory.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvMouldHistory.CellHeight = 23;
- this.dgvMouldHistory.ChildNodeColumnName = null;
- this.dgvMouldHistory.ChildNodeColumnText = null;
- this.dgvMouldHistory.ColumnDeep = 1;
- this.dgvMouldHistory.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.dgvMouldHistory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvMouldHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvMouldHistory.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GMouldHistoryID,
- this.GroutingLineID,
- this.GroutingLineDetailIDH,
- this.GroutingMouldCodeH,
- this.GoodsIDH,
- this.MouldCodeH,
- this.GroutingCountH,
- this.BeginUsedDate,
- this.EndUsedDate});
- this.dgvMouldHistory.ColumnTreeView = null;
- this.dgvMouldHistory.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)));
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvMouldHistory.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvMouldHistory.DynamicColumnName = "";
- this.dgvMouldHistory.EnableHeadersVisualStyles = false;
- this.dgvMouldHistory.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvMouldHistory.IsAutoCountSum = true;
- this.dgvMouldHistory.IsAutoResizeColumns = false;
- this.dgvMouldHistory.IsClickF12 = false;
- this.dgvMouldHistory.IsSubTotalFlag = false;
- this.dgvMouldHistory.Location = new System.Drawing.Point(6, 20);
- this.dgvMouldHistory.Name = "dgvMouldHistory";
- this.dgvMouldHistory.ReadOnly = true;
- this.dgvMouldHistory.RefreshAtHscroll = false;
- this.dgvMouldHistory.RowHeadersWidth = 50;
- this.dgvMouldHistory.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvMouldHistory.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvMouldHistory.RowTemplate.Height = 21;
- this.dgvMouldHistory.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvMouldHistory.Size = new System.Drawing.Size(980, 156);
- this.dgvMouldHistory.SortOrderColumnName = null;
- this.dgvMouldHistory.TabIndex = 0;
- this.dgvMouldHistory.Tag = true;
- this.dgvMouldHistory.TotalSumColumns = null;
- this.dgvMouldHistory.ViewRowFilter = "";
- this.dgvMouldHistory.VirtualMode = true;
- //
- // GMouldHistoryID
- //
- this.GMouldHistoryID.DataPropertyName = "GMouldHistoryID";
- this.GMouldHistoryID.HeaderText = "注浆模具履历ID";
- this.GMouldHistoryID.Name = "GMouldHistoryID";
- this.GMouldHistoryID.ReadOnly = true;
- this.GMouldHistoryID.Visible = false;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型线ID";
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.ReadOnly = true;
- this.GroutingLineID.Visible = false;
- //
- // GroutingLineDetailIDH
- //
- this.GroutingLineDetailIDH.DataPropertyName = "GroutingLineDetailID";
- this.GroutingLineDetailIDH.HeaderText = "成型线明细ID";
- this.GroutingLineDetailIDH.Name = "GroutingLineDetailIDH";
- this.GroutingLineDetailIDH.ReadOnly = true;
- this.GroutingLineDetailIDH.Visible = false;
- //
- // GroutingMouldCodeH
- //
- this.GroutingMouldCodeH.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCodeH.HeaderText = "注浆模具编号";
- this.GroutingMouldCodeH.Name = "GroutingMouldCodeH";
- this.GroutingMouldCodeH.ReadOnly = true;
- //
- // GoodsIDH
- //
- this.GoodsIDH.DataPropertyName = "GoodsName";
- this.GoodsIDH.HeaderText = "产品名称";
- this.GoodsIDH.Name = "GoodsIDH";
- this.GoodsIDH.ReadOnly = true;
- //
- // MouldCodeH
- //
- this.MouldCodeH.DataPropertyName = "MouldCode";
- this.MouldCodeH.HeaderText = "模具编号";
- this.MouldCodeH.Name = "MouldCodeH";
- this.MouldCodeH.ReadOnly = true;
- this.MouldCodeH.Visible = false;
- //
- // GroutingCountH
- //
- this.GroutingCountH.DataPropertyName = "GroutingCount";
- this.GroutingCountH.HeaderText = "注浆次数";
- this.GroutingCountH.Name = "GroutingCountH";
- this.GroutingCountH.ReadOnly = true;
- //
- // BeginUsedDate
- //
- this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
- this.BeginUsedDate.HeaderText = "开始使用日期";
- this.BeginUsedDate.Name = "BeginUsedDate";
- this.BeginUsedDate.ReadOnly = true;
- //
- // EndUsedDate
- //
- this.EndUsedDate.DataPropertyName = "EndUsedDate";
- this.EndUsedDate.HeaderText = "结束使用日期";
- this.EndUsedDate.Name = "EndUsedDate";
- this.EndUsedDate.ReadOnly = true;
- //
- // F_PC_0105
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1016, 506);
- this.Controls.Add(this.c_GroupBox3);
- this.Controls.Add(this.c_GroupBox2);
- this.Controls.Add(this.gbxCondition);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PC_0105";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_PC_0105";
- this.Load += new System.EventHandler(this.F_PC_0105_Load);
- this.Controls.SetChildIndex(this.gbxCondition, 0);
- this.Controls.SetChildIndex(this.c_GroupBox2, 0);
- this.Controls.SetChildIndex(this.c_GroupBox3, 0);
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.c_GroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).EndInit();
- this.c_GroupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvMouldHistory)).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 lblTo;
- private Basics.BaseControls.C_DateTimePicker txtDateStart;
- private Basics.BaseControls.C_CheckBox cbTime;
- private Controls.SearchTextBox.dkGroutingLineSearchBox dkGrouting;
- private Basics.BaseControls.C_GroupBox c_GroupBox2;
- private Basics.BaseControls.C_GroupBox c_GroupBox3;
- private Basics.BaseControls.C_DataGridView dgvMouldRecord;
- private Basics.BaseControls.C_DataGridView dgvMouldHistory;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldHistoryID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailIDH;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCodeH;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsIDH;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldCodeH;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCountH;
- private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldRecordID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDR;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
- 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 Rreason;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- }
- }
|