| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739 |
- namespace Dongke.IBOSS.PRD.Client.PCModule
- {
- partial class F_PC_0102_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_0102_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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- 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.dkType = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGMouldTypeSearchBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.btnAddMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnDeleteMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dkUser = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
- this.dkGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsSearchBox();
- this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.c_GroupBox1 = new System.Windows.Forms.GroupBox();
- this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_GroupBox2 = new System.Windows.Forms.GroupBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBeginNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
- this.c_GroupBox1.SuspendLayout();
- this.c_GroupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // lblBuildingNo
- //
- this.lblBuildingNo.AutoSize = true;
- this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
- this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBuildingNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblBuildingNo.IsMustInput = true;
- this.lblBuildingNo.Location = new System.Drawing.Point(42, 21);
- this.lblBuildingNo.Name = "lblBuildingNo";
- this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
- this.lblBuildingNo.TabIndex = 0;
- this.lblBuildingNo.Text = "楼号";
- //
- // txtBuildingNo
- //
- this.txtBuildingNo.BackColor = System.Drawing.Color.Yellow;
- this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtBuildingNo.ErrorMessage = "必须输入项目";
- this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBuildingNo.HasError = true;
- this.txtBuildingNo.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtBuildingNo.IsMustInput = true;
- this.txtBuildingNo.Location = new System.Drawing.Point(77, 17);
- this.txtBuildingNo.MaxLength = 10;
- this.txtBuildingNo.Name = "txtBuildingNo";
- this.txtBuildingNo.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtBuildingNo.Size = new System.Drawing.Size(80, 21);
- this.txtBuildingNo.TabIndex = 1;
- this.txtBuildingNo.TextChanged += new System.EventHandler(this.txtBuildingNo_TextChanged);
- //
- // lblFloorNo
- //
- this.lblFloorNo.AutoSize = true;
- this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
- this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblFloorNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblFloorNo.IsMustInput = true;
- this.lblFloorNo.Location = new System.Drawing.Point(163, 21);
- this.lblFloorNo.Name = "lblFloorNo";
- this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
- this.lblFloorNo.TabIndex = 2;
- this.lblFloorNo.Text = "楼层";
- //
- // lblGroutingLineNo
- //
- this.lblGroutingLineNo.AutoSize = true;
- this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblGroutingLineNo.IsMustInput = true;
- this.lblGroutingLineNo.Location = new System.Drawing.Point(270, 21);
- this.lblGroutingLineNo.Name = "lblGroutingLineNo";
- this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
- this.lblGroutingLineNo.TabIndex = 4;
- this.lblGroutingLineNo.Text = "线号";
- //
- // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblGroutingLineCode.IsMustInput = true;
- this.lblGroutingLineCode.Location = new System.Drawing.Point(391, 20);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineCode.TabIndex = 6;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // txtGroutingLineCode
- //
- this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control;
- 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.HasError = true;
- this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingLineCode.IsMustInput = true;
- this.txtGroutingLineCode.Location = new System.Drawing.Point(462, 17);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.ReadOnly = true;
- this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9_-]";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(188, 21);
- this.txtGroutingLineCode.TabIndex = 7;
- this.txtGroutingLineCode.TextChanged += new System.EventHandler(this.txtGroutingLineCode_TextChanged);
- //
- // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblGroutingLineName.IsMustInput = true;
- this.lblGroutingLineName.Location = new System.Drawing.Point(6, 48);
- this.lblGroutingLineName.Name = "lblGroutingLineName";
- this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineName.TabIndex = 8;
- this.lblGroutingLineName.Text = "成型线名称";
- //
- // txtGroutingLineName
- //
- this.txtGroutingLineName.BackColor = System.Drawing.Color.Yellow;
- 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.HasError = true;
- this.txtGroutingLineName.IsMustInput = true;
- this.txtGroutingLineName.Location = new System.Drawing.Point(77, 44);
- this.txtGroutingLineName.MaxLength = 50;
- this.txtGroutingLineName.Name = "txtGroutingLineName";
- this.txtGroutingLineName.Size = new System.Drawing.Size(187, 21);
- this.txtGroutingLineName.TabIndex = 9;
- //
- // dkType
- //
- this.dkType.DataSource = null;
- this.dkType.Enabled = true;
- this.dkType.IsCanManyTimes = 1;
- this.dkType.IsMustInput = false;
- this.dkType.Location = new System.Drawing.Point(6, 71);
- this.dkType.MouldTypeCode = "";
- this.dkType.MouldTypeID = null;
- this.dkType.MouldTypeIDS = null;
- this.dkType.MouldTypeName = null;
- this.dkType.Name = "dkType";
- this.dkType.PurviewType = ((byte)(0));
- this.dkType.Size = new System.Drawing.Size(258, 21);
- this.dkType.TabIndex = 10;
- this.dkType.Title = "成型线类型";
- this.dkType.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(270, 44);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 12;
- this.lblRemarks.Text = "备注";
- //
- // 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(306, 44);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemarks.Size = new System.Drawing.Size(345, 76);
- this.txtRemarks.TabIndex = 13;
- //
- // lblCount
- //
- this.lblCount.AutoSize = true;
- this.lblCount.BackColor = System.Drawing.Color.Transparent;
- this.lblCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCount.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblCount.Location = new System.Drawing.Point(317, 24);
- this.lblCount.Name = "lblCount";
- this.lblCount.Size = new System.Drawing.Size(53, 12);
- this.lblCount.TabIndex = 3;
- this.lblCount.Text = "模具数量";
- //
- // txtCount
- //
- this.txtCount.BackColor = System.Drawing.SystemColors.Window;
- this.txtCount.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtCount.ErrorMessage = "";
- this.txtCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCount.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtCount.Location = new System.Drawing.Point(376, 20);
- this.txtCount.MaxLength = 3;
- this.txtCount.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtCount.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtCount.Name = "txtCount";
- this.txtCount.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0);
- this.txtCount.Size = new System.Drawing.Size(55, 21);
- this.txtCount.TabIndex = 4;
- this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtCount.TextValue = "";
- //
- // btnAddMould
- //
- this.btnAddMould.BackColor = System.Drawing.Color.Transparent;
- this.btnAddMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddMould.BackgroundImage")));
- this.btnAddMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnAddMould.ForeColor = System.Drawing.Color.White;
- this.btnAddMould.Location = new System.Drawing.Point(474, 15);
- this.btnAddMould.Name = "btnAddMould";
- this.btnAddMould.Size = new System.Drawing.Size(85, 30);
- this.btnAddMould.TabIndex = 5;
- this.btnAddMould.Text = "添加模具(&A)";
- this.btnAddMould.UseVisualStyleBackColor = false;
- this.btnAddMould.Click += new System.EventHandler(this.btnAddMould_Click);
- //
- // dgvDetail
- //
- this.dgvDetail.AllowUserToAddRows = false;
- this.dgvDetail.AllowUserToModifyRows = true;
- this.dgvDetail.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDetail.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.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDetail.CellHeight = 23;
- this.dgvDetail.ChildNodeColumnName = null;
- this.dgvDetail.ChildNodeColumnText = null;
- this.dgvDetail.ColumnDeep = 1;
- this.dgvDetail.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.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingLineDetailID,
- this.GroutingMouldCode,
- this.GoodsID,
- this.GoodsCode,
- this.GoodsName,
- this.GoodsSpecification,
- this.GroutingCount,
- this.GMouldStatus,
- this.BeginUsedDate,
- this.EndUsedDate,
- this.Remarks,
- this.MouldCode});
- this.dgvDetail.ColumnTreeView = null;
- this.dgvDetail.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.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvDetail.DynamicColumnName = "";
- this.dgvDetail.EnableHeadersVisualStyles = false;
- this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDetail.IsAutoCountSum = true;
- this.dgvDetail.IsAutoResizeColumns = false;
- this.dgvDetail.IsClickF12 = false;
- this.dgvDetail.IsSubTotalFlag = false;
- this.dgvDetail.Location = new System.Drawing.Point(8, 50);
- this.dgvDetail.Name = "dgvDetail";
- this.dgvDetail.ReadOnly = true;
- this.dgvDetail.RefreshAtHscroll = false;
- this.dgvDetail.RowHeadersWidth = 50;
- this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvDetail.RowTemplate.Height = 21;
- this.dgvDetail.Size = new System.Drawing.Size(642, 255);
- this.dgvDetail.SortOrderColumnName = null;
- this.dgvDetail.TabIndex = 7;
- this.dgvDetail.Tag = true;
- this.dgvDetail.TotalSumColumns = null;
- this.dgvDetail.ViewRowFilter = "";
- this.dgvDetail.VirtualMode = true;
- //
- // 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 = "GoodsID";
- this.GoodsID.HeaderText = "产品ID";
- this.GoodsID.Name = "GoodsID";
- this.GoodsID.ReadOnly = true;
- this.GoodsID.Visible = false;
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // GoodsName
- //
- this.GoodsName.DataPropertyName = "GoodsName";
- this.GoodsName.HeaderText = "产品名称";
- this.GoodsName.Name = "GoodsName";
- this.GoodsName.ReadOnly = true;
- //
- // GoodsSpecification
- //
- this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
- this.GoodsSpecification.HeaderText = "产品规格";
- this.GoodsSpecification.Name = "GoodsSpecification";
- this.GoodsSpecification.ReadOnly = true;
- //
- // GroutingCount
- //
- this.GroutingCount.DataPropertyName = "GroutingCount";
- this.GroutingCount.HeaderText = "注浆次数";
- this.GroutingCount.Name = "GroutingCount";
- this.GroutingCount.ReadOnly = true;
- //
- // GMouldStatus
- //
- this.GMouldStatus.DataPropertyName = "GMouldStatus";
- this.GMouldStatus.HeaderText = "模具状态";
- this.GMouldStatus.Name = "GMouldStatus";
- this.GMouldStatus.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;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // MouldCode
- //
- this.MouldCode.DataPropertyName = "MouldCode";
- this.MouldCode.HeaderText = "模具编码";
- this.MouldCode.Name = "MouldCode";
- this.MouldCode.ReadOnly = true;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(496, 457);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.Location = new System.Drawing.Point(587, 457);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 4;
- this.btnClose.Text = "关闭(&X)";
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnDeleteMould
- //
- this.btnDeleteMould.BackColor = System.Drawing.Color.Transparent;
- this.btnDeleteMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteMould.BackgroundImage")));
- this.btnDeleteMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDeleteMould.ForeColor = System.Drawing.Color.White;
- this.btnDeleteMould.Location = new System.Drawing.Point(565, 15);
- this.btnDeleteMould.Name = "btnDeleteMould";
- this.btnDeleteMould.Size = new System.Drawing.Size(85, 30);
- this.btnDeleteMould.TabIndex = 6;
- this.btnDeleteMould.Text = "删除模具(&D)";
- this.btnDeleteMould.UseVisualStyleBackColor = false;
- this.btnDeleteMould.Click += new System.EventHandler(this.btnDeleteSelected_Click);
- //
- // dkUser
- //
- this.dkUser.DataSource = null;
- this.dkUser.Enabled = true;
- this.dkUser.IsMustInput = false;
- this.dkUser.IsWorker = false;
- this.dkUser.Location = new System.Drawing.Point(18, 98);
- this.dkUser.Name = "dkUser";
- this.dkUser.PurviewType = ((byte)(0));
- this.dkUser.Size = new System.Drawing.Size(246, 21);
- this.dkUser.TabIndex = 11;
- this.dkUser.Title = "成型工号";
- this.dkUser.TxtUserBackColor = System.Drawing.SystemColors.Control;
- this.dkUser.UserCode = "";
- this.dkUser.UserID = null;
- this.dkUser.UserIDS = null;
- this.dkUser.UserName = null;
- //
- // dkGoods
- //
- this.dkGoods.DataSource = null;
- this.dkGoods.Enabled = true;
- this.dkGoods.GoodsCode = "";
- this.dkGoods.GoodsID = null;
- this.dkGoods.GoodsIDS = null;
- this.dkGoods.GoodsName = null;
- this.dkGoods.GoodsSpecification = null;
- this.dkGoods.IsMustInput = false;
- this.dkGoods.Location = new System.Drawing.Point(8, 20);
- this.dkGoods.Name = "dkGoods";
- this.dkGoods.PurviewType = ((byte)(0));
- this.dkGoods.Size = new System.Drawing.Size(171, 21);
- this.dkGoods.TabIndex = 0;
- this.dkGoods.Title = "产品名称";
- this.dkGoods.TxtGoodsBackColor = System.Drawing.SystemColors.Control;
- //
- // txtFloorNo
- //
- this.txtFloorNo.BackColor = System.Drawing.Color.Yellow;
- this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtFloorNo.ErrorMessage = "必须输入项目";
- this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFloorNo.HasError = true;
- this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtFloorNo.IsMustInput = true;
- this.txtFloorNo.Location = new System.Drawing.Point(198, 18);
- this.txtFloorNo.MaxLength = 5;
- this.txtFloorNo.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtFloorNo.MinValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- -2147483648});
- this.txtFloorNo.Name = "txtFloorNo";
- this.txtFloorNo.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(2, 0);
- this.txtFloorNo.Size = new System.Drawing.Size(66, 21);
- this.txtFloorNo.TabIndex = 3;
- this.txtFloorNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtFloorNo.TextChanged += new System.EventHandler(this.txtFloorNo_TextChanged);
- //
- // c_GroupBox1
- //
- this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
- this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
- this.c_GroupBox1.Controls.Add(this.txtGroutingLineNo);
- this.c_GroupBox1.Controls.Add(this.lblBuildingNo);
- this.c_GroupBox1.Controls.Add(this.txtBuildingNo);
- this.c_GroupBox1.Controls.Add(this.txtFloorNo);
- this.c_GroupBox1.Controls.Add(this.lblGroutingLineCode);
- this.c_GroupBox1.Controls.Add(this.dkUser);
- this.c_GroupBox1.Controls.Add(this.txtGroutingLineCode);
- this.c_GroupBox1.Controls.Add(this.lblGroutingLineName);
- this.c_GroupBox1.Controls.Add(this.txtGroutingLineName);
- this.c_GroupBox1.Controls.Add(this.txtRemarks);
- this.c_GroupBox1.Controls.Add(this.lblFloorNo);
- this.c_GroupBox1.Controls.Add(this.lblRemarks);
- this.c_GroupBox1.Controls.Add(this.dkType);
- this.c_GroupBox1.Controls.Add(this.lblGroutingLineNo);
- this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_GroupBox1.Location = new System.Drawing.Point(12, 7);
- this.c_GroupBox1.Name = "c_GroupBox1";
- this.c_GroupBox1.Size = new System.Drawing.Size(657, 127);
- this.c_GroupBox1.TabIndex = 0;
- this.c_GroupBox1.TabStop = false;
- this.c_GroupBox1.Text = "成型线信息";
- //
- // txtGroutingLineNo
- //
- this.txtGroutingLineNo.BackColor = System.Drawing.Color.Yellow;
- this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingLineNo.ErrorMessage = "必须输入项目";
- this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineNo.HasError = true;
- this.txtGroutingLineNo.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingLineNo.IsMustInput = true;
- this.txtGroutingLineNo.Location = new System.Drawing.Point(305, 17);
- this.txtGroutingLineNo.MaxLength = 10;
- this.txtGroutingLineNo.Name = "txtGroutingLineNo";
- this.txtGroutingLineNo.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtGroutingLineNo.Size = new System.Drawing.Size(80, 21);
- this.txtGroutingLineNo.TabIndex = 5;
- this.txtGroutingLineNo.TextChanged += new System.EventHandler(this.txtGroutingLineNo_TextChanged);
- //
- // c_GroupBox2
- //
- this.c_GroupBox2.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.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.dkGoods);
- this.c_GroupBox2.Controls.Add(this.c_Label1);
- this.c_GroupBox2.Controls.Add(this.lblCount);
- this.c_GroupBox2.Controls.Add(this.btnDeleteMould);
- this.c_GroupBox2.Controls.Add(this.txtBeginNum);
- this.c_GroupBox2.Controls.Add(this.txtCount);
- this.c_GroupBox2.Controls.Add(this.dgvDetail);
- this.c_GroupBox2.Controls.Add(this.btnAddMould);
- 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.Location = new System.Drawing.Point(12, 140);
- this.c_GroupBox2.Name = "c_GroupBox2";
- this.c_GroupBox2.Size = new System.Drawing.Size(657, 311);
- this.c_GroupBox2.TabIndex = 1;
- this.c_GroupBox2.TabStop = false;
- this.c_GroupBox2.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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(185, 24);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(65, 12);
- this.c_Label1.TabIndex = 1;
- this.c_Label1.Text = "起始模具号";
- //
- // txtBeginNum
- //
- this.txtBeginNum.BackColor = System.Drawing.SystemColors.Window;
- this.txtBeginNum.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBeginNum.ErrorMessage = "";
- this.txtBeginNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBeginNum.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtBeginNum.Location = new System.Drawing.Point(256, 20);
- this.txtBeginNum.MaxLength = 3;
- this.txtBeginNum.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtBeginNum.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtBeginNum.Name = "txtBeginNum";
- this.txtBeginNum.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0);
- this.txtBeginNum.Size = new System.Drawing.Size(55, 21);
- this.txtBeginNum.TabIndex = 2;
- this.txtBeginNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtBeginNum.TextValue = "";
- //
- // F_PC_0102_1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(684, 512);
- this.Controls.Add(this.c_GroupBox2);
- this.Controls.Add(this.c_GroupBox1);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnSave);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.Name = "F_PC_0102_1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "GroutingLineDetailInfo";
- this.Load += new System.EventHandler(this.F_PC_0102_Load);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.Controls.SetChildIndex(this.c_GroupBox1, 0);
- this.Controls.SetChildIndex(this.c_GroupBox2, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
- this.c_GroupBox1.ResumeLayout(false);
- this.c_GroupBox1.PerformLayout();
- this.c_GroupBox2.ResumeLayout(false);
- this.c_GroupBox2.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblBuildingNo;
- private Basics.BaseControls.C_TextBox txtBuildingNo;
- private Basics.BaseControls.C_Label lblFloorNo;
- private Basics.BaseControls.C_Label lblGroutingLineNo;
- 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 Controls.SearchTextBox.dkGMouldTypeSearchBox dkType;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblCount;
- private Basics.BaseControls.C_TXT_Digital txtCount;
- private Basics.BaseControls.C_Button btnAddMould;
- private Basics.BaseControls.C_DataGridView dgvDetail;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_Button btnDeleteMould;
- private Controls.SearchTextBox.dkUserInfoSearchBox dkUser;
- private Controls.SearchTextBox.dkGoodsSearchBox dkGoods;
- private Basics.BaseControls.C_TXT_Digital txtFloorNo;
- private System.Windows.Forms.GroupBox c_GroupBox1;
- private System.Windows.Forms.GroupBox c_GroupBox2;
- private Basics.BaseControls.C_TextBox txtGroutingLineNo;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TXT_Digital txtBeginNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
- private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
- }
- }
|