| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_010104
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010104));
- this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingMouldCode = 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.DETAILGMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrOperate.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvGroutingLine
- //
- this.dgvGroutingLine.AllowUserToAddRows = false;
- this.dgvGroutingLine.AllowUserToDeleteRows = false;
- this.dgvGroutingLine.AllowUserToModifyRows = true;
- this.dgvGroutingLine.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGroutingLine.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.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGroutingLine.CellHeight = 23;
- this.dgvGroutingLine.ChildNodeColumnName = null;
- this.dgvGroutingLine.ChildNodeColumnText = null;
- this.dgvGroutingLine.ColumnDeep = 1;
- this.dgvGroutingLine.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.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GroutingLineID,
- this.GroutingLineCode,
- this.GroutingLineName,
- this.GroutingMouldCode,
- this.GOODSCODE,
- this.GoodsName,
- this.GoodsSpecification,
- this.GroutingCount,
- this.DETAILGMOULDSTATUSNAME,
- this.BuildingNo,
- this.FloorNo,
- this.GroutingLineNo,
- this.MouldQuantity,
- this.GMouldTypeName,
- this.UserCode,
- this.GMOULDSTATUSNAME,
- this.Remarks});
- this.dgvGroutingLine.ColumnTreeView = null;
- this.dgvGroutingLine.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)));
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle4;
- this.dgvGroutingLine.DynamicColumnName = "";
- this.dgvGroutingLine.EnableHeadersVisualStyles = false;
- this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGroutingLine.FormatQuantityColumns = null;
- this.dgvGroutingLine.HorizontalMergeColumn = null;
- this.dgvGroutingLine.IsAutoCountSum = true;
- this.dgvGroutingLine.IsAutoResizeColumns = false;
- this.dgvGroutingLine.IsClickF12 = false;
- this.dgvGroutingLine.IsOpenMergeCellFlag = false;
- this.dgvGroutingLine.IsSubTotalFlag = false;
- this.dgvGroutingLine.IsTopDeep = false;
- this.dgvGroutingLine.Location = new System.Drawing.Point(0, 154);
- this.dgvGroutingLine.MergeColumnNames = null;
- this.dgvGroutingLine.MergeDetailColumnNames = null;
- this.dgvGroutingLine.MergeDetailOnlyColumn = null;
- this.dgvGroutingLine.MergeOnlyColumn = null;
- this.dgvGroutingLine.MultiSelect = false;
- this.dgvGroutingLine.Name = "dgvGroutingLine";
- this.dgvGroutingLine.ReadOnly = true;
- this.dgvGroutingLine.RefreshAtHscroll = false;
- this.dgvGroutingLine.RowHeadersWidth = 50;
- this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvGroutingLine.RowTemplate.Height = 21;
- this.dgvGroutingLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGroutingLine.ShowEditingIcon = false;
- this.dgvGroutingLine.Size = new System.Drawing.Size(1004, 331);
- this.dgvGroutingLine.SortOrderColumnName = null;
- this.dgvGroutingLine.TabIndex = 0;
- this.dgvGroutingLine.Tag = true;
- this.dgvGroutingLine.TotalSumColumns = null;
- this.dgvGroutingLine.ViewRowFilter = "";
- this.dgvGroutingLine.VirtualMode = true;
- //
- // GroutingLineID
- //
- this.GroutingLineID.DataPropertyName = "GroutingLineID";
- this.GroutingLineID.HeaderText = "成型生产线ID";
- this.GroutingLineID.Name = "GroutingLineID";
- this.GroutingLineID.ReadOnly = true;
- this.GroutingLineID.Visible = false;
- //
- // GroutingLineCode
- //
- this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
- this.GroutingLineCode.HeaderText = "成型线编码";
- this.GroutingLineCode.Name = "GroutingLineCode";
- this.GroutingLineCode.ReadOnly = true;
- //
- // GroutingLineName
- //
- this.GroutingLineName.DataPropertyName = "GroutingLineName";
- this.GroutingLineName.HeaderText = "成型线名称";
- this.GroutingLineName.Name = "GroutingLineName";
- this.GroutingLineName.ReadOnly = true;
- //
- // GroutingMouldCode
- //
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
- this.GroutingMouldCode.HeaderText = "模具编号";
- this.GroutingMouldCode.Name = "GroutingMouldCode";
- this.GroutingMouldCode.ReadOnly = true;
- //
- // 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";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
- this.GroutingCount.HeaderText = "注浆次数";
- this.GroutingCount.Name = "GroutingCount";
- this.GroutingCount.ReadOnly = true;
- //
- // DETAILGMOULDSTATUSNAME
- //
- this.DETAILGMOULDSTATUSNAME.DataPropertyName = "DETAILGMOULDSTATUSNAME";
- this.DETAILGMOULDSTATUSNAME.HeaderText = "模具状态";
- this.DETAILGMOULDSTATUSNAME.Name = "DETAILGMOULDSTATUSNAME";
- this.DETAILGMOULDSTATUSNAME.ReadOnly = true;
- //
- // BuildingNo
- //
- this.BuildingNo.DataPropertyName = "BuildingNo";
- this.BuildingNo.HeaderText = "楼号";
- this.BuildingNo.Name = "BuildingNo";
- this.BuildingNo.ReadOnly = true;
- //
- // FloorNo
- //
- this.FloorNo.DataPropertyName = "FloorNo";
- this.FloorNo.HeaderText = "楼层";
- this.FloorNo.Name = "FloorNo";
- this.FloorNo.ReadOnly = true;
- //
- // GroutingLineNo
- //
- this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
- this.GroutingLineNo.HeaderText = "线号";
- this.GroutingLineNo.Name = "GroutingLineNo";
- this.GroutingLineNo.ReadOnly = true;
- //
- // MouldQuantity
- //
- this.MouldQuantity.DataPropertyName = "MouldQuantity";
- this.MouldQuantity.HeaderText = "模具个数";
- this.MouldQuantity.Name = "MouldQuantity";
- this.MouldQuantity.ReadOnly = true;
- //
- // GMouldTypeName
- //
- this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
- this.GMouldTypeName.HeaderText = "成型线类别";
- this.GMouldTypeName.Name = "GMouldTypeName";
- this.GMouldTypeName.ReadOnly = true;
- //
- // UserCode
- //
- this.UserCode.DataPropertyName = "UserCode";
- this.UserCode.HeaderText = "成型工号";
- this.UserCode.Name = "UserCode";
- this.UserCode.ReadOnly = true;
- //
- // GMOULDSTATUSNAME
- //
- this.GMOULDSTATUSNAME.DataPropertyName = "GMOULDSTATUSNAME";
- this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
- this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
- this.GMOULDSTATUSNAME.ReadOnly = true;
- this.GMOULDSTATUSNAME.Width = 120;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- //
- // 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(913, 77);
- 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 = 25;
- 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(822, 77);
- 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 = 24;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // 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(619, 74);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(197, 21);
- this.txtRemarks.TabIndex = 21;
- //
- // 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(584, 78);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 20;
- this.lblRemarks.Text = "备注";
- //
- // txtGroutingLineName
- //
- this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineName.ErrorMessage = "";
- this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineName.Location = new System.Drawing.Point(360, 47);
- this.txtGroutingLineName.MaxLength = 50;
- this.txtGroutingLineName.Name = "txtGroutingLineName";
- this.txtGroutingLineName.Size = new System.Drawing.Size(179, 21);
- this.txtGroutingLineName.TabIndex = 13;
- //
- // lblGroutingLineName
- //
- this.lblGroutingLineName.AutoSize = true;
- this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineName.Location = new System.Drawing.Point(289, 50);
- this.lblGroutingLineName.Name = "lblGroutingLineName";
- this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineName.TabIndex = 12;
- this.lblGroutingLineName.Text = "成型线名称";
- //
- // txtGroutingLineCode
- //
- this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingLineCode.ErrorMessage = "";
- this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 47);
- this.txtGroutingLineCode.MaxLength = 30;
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
- this.txtGroutingLineCode.RejectCharsPattern = "";
- this.txtGroutingLineCode.Size = new System.Drawing.Size(184, 21);
- this.txtGroutingLineCode.TabIndex = 11;
- this.txtGroutingLineCode.TextValue = "";
- //
- // lblGroutingLineCode
- //
- this.lblGroutingLineCode.AutoSize = true;
- this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 50);
- this.lblGroutingLineCode.Name = "lblGroutingLineCode";
- this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
- this.lblGroutingLineCode.TabIndex = 10;
- this.lblGroutingLineCode.Text = "成型线编码";
- //
- // txtGroutingLineNo
- //
- this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
- 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.Location = new System.Drawing.Point(619, 20);
- this.txtGroutingLineNo.MaxLength = 10;
- this.txtGroutingLineNo.Name = "txtGroutingLineNo";
- this.txtGroutingLineNo.Size = new System.Drawing.Size(197, 21);
- this.txtGroutingLineNo.TabIndex = 5;
- //
- // 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.SystemColors.ControlText;
- this.lblGroutingLineNo.Location = new System.Drawing.Point(584, 23);
- this.lblGroutingLineNo.Name = "lblGroutingLineNo";
- this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
- this.lblGroutingLineNo.TabIndex = 4;
- this.lblGroutingLineNo.Text = "线号";
- //
- // txtFloorNo
- //
- this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtFloorNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtFloorNo.ErrorMessage = "";
- this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFloorNo.Location = new System.Drawing.Point(360, 20);
- this.txtFloorNo.MaxLength = 5;
- this.txtFloorNo.Name = "txtFloorNo";
- this.txtFloorNo.Size = new System.Drawing.Size(179, 21);
- this.txtFloorNo.TabIndex = 3;
- this.txtFloorNo.TextValue = "";
- //
- // 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.SystemColors.ControlText;
- this.lblFloorNo.Location = new System.Drawing.Point(325, 23);
- this.lblFloorNo.Name = "lblFloorNo";
- this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
- this.lblFloorNo.TabIndex = 2;
- this.lblFloorNo.Text = "楼层";
- //
- // txtBuildingNo
- //
- this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
- 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.Location = new System.Drawing.Point(77, 20);
- this.txtBuildingNo.MaxLength = 10;
- this.txtBuildingNo.Name = "txtBuildingNo";
- this.txtBuildingNo.Size = new System.Drawing.Size(184, 21);
- this.txtBuildingNo.TabIndex = 1;
- //
- // 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.SystemColors.ControlText;
- this.lblBuildingNo.Location = new System.Drawing.Point(42, 23);
- this.lblBuildingNo.Name = "lblBuildingNo";
- this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
- this.lblBuildingNo.TabIndex = 0;
- this.lblBuildingNo.Text = "楼号";
- //
- // 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.lblGMouldType);
- this.gbxCondition.Controls.Add(this.scbGMouldType);
- this.gbxCondition.Controls.Add(this.lblBuildingNo);
- this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.txtBuildingNo);
- this.gbxCondition.Controls.Add(this.txtGoodsCode);
- this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
- this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
- this.gbxCondition.Controls.Add(this.txtFloorNo);
- this.gbxCondition.Controls.Add(this.lblFloorNo);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.lblGroutingUserCode);
- this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
- this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.lblGroutingLineName);
- this.gbxCondition.Controls.Add(this.txtGroutingLineName);
- 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(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(1004, 112);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // lblGMouldType
- //
- this.lblGMouldType.AutoSize = true;
- this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
- this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGMouldType.Location = new System.Drawing.Point(548, 50);
- this.lblGMouldType.Name = "lblGMouldType";
- this.lblGMouldType.Size = new System.Drawing.Size(65, 12);
- this.lblGMouldType.TabIndex = 39;
- this.lblGMouldType.Text = "成型线类型";
- //
- // scbGMouldType
- //
- this.scbGMouldType.CheckedData = null;
- this.scbGMouldType.Location = new System.Drawing.Point(619, 47);
- this.scbGMouldType.Name = "scbGMouldType";
- this.scbGMouldType.Size = new System.Drawing.Size(197, 21);
- this.scbGMouldType.TabIndex = 38;
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCode.ErrorMessage = "";
- this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCode.Location = new System.Drawing.Point(360, 74);
- this.txtGoodsCode.MaxLength = 20;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(179, 21);
- this.txtGoodsCode.TabIndex = 11;
- this.txtGoodsCode.TextValue = "";
- //
- // txtGroutingUserCode
- //
- this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGroutingUserCode.ErrorMessage = "";
- this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGroutingUserCode.Location = new System.Drawing.Point(77, 74);
- this.txtGroutingUserCode.MaxLength = 20;
- this.txtGroutingUserCode.Name = "txtGroutingUserCode";
- this.txtGroutingUserCode.Size = new System.Drawing.Size(184, 21);
- this.txtGroutingUserCode.TabIndex = 11;
- this.txtGroutingUserCode.TextValue = "";
- //
- // 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(301, 78);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 4;
- this.c_Label1.Text = "产品编码";
- //
- // lblGroutingUserCode
- //
- this.lblGroutingUserCode.AutoSize = true;
- this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
- this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGroutingUserCode.Location = new System.Drawing.Point(18, 78);
- this.lblGroutingUserCode.Name = "lblGroutingUserCode";
- this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
- this.lblGroutingUserCode.TabIndex = 4;
- this.lblGroutingUserCode.Text = "成型工号";
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(1016, 35);
- this.tsrOperate.TabIndex = 106;
- this.tsrOperate.Text = "toolStrip1";
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // F_RPT_010104
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1016, 486);
- this.Controls.Add(this.dgvGroutingLine);
- this.Controls.Add(this.tsrOperate);
- this.Controls.Add(this.gbxCondition);
- this.Name = "F_RPT_010104";
- this.Text = "F_RPT_010104";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010104_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_010104_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_DataGridView dgvGroutingLine;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtGroutingLineName;
- private Basics.BaseControls.C_Label lblGroutingLineName;
- private Basics.BaseControls.C_TextBox txtGroutingLineCode;
- private Basics.BaseControls.C_Label lblGroutingLineCode;
- private Basics.BaseControls.C_TextBox txtGroutingLineNo;
- private Basics.BaseControls.C_Label lblGroutingLineNo;
- private Basics.BaseControls.C_TextBox txtFloorNo;
- private Basics.BaseControls.C_Label lblFloorNo;
- private Basics.BaseControls.C_TextBox txtBuildingNo;
- private Basics.BaseControls.C_Label lblBuildingNo;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Label lblGroutingUserCode;
- private Basics.BaseControls.C_TextBox txtGroutingUserCode;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_Label c_Label1;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
- 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 DETAILGMOULDSTATUSNAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private Basics.BaseControls.C_Label lblGMouldType;
- private Controls.SearchBox.ScbGMouldType scbGMouldType;
- }
- }
|