| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370 |
-
- namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
- {
- partial class F_SAP_HEGII_0108
- {
- /// <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_SAP_HEGII_0108));
- 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();
- this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
- this.CBDataCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.CTxtMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.CTxtWorkshop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvSemi = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.DATACODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.WORKSHOP = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.INVENTORYQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrToolStrip1.SuspendLayout();
- this.grpCollapsible1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSemi)).BeginInit();
- this.SuspendLayout();
- //
- // tsrToolStrip1
- //
- this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator1,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
- this.tsrToolStrip1.Name = "tsrToolStrip1";
- this.tsrToolStrip1.Size = new System.Drawing.Size(1041, 33);
- this.tsrToolStrip1.TabIndex = 0;
- this.tsrToolStrip1.Text = "tsrToolStrip1";
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(51, 30);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClearCondition.Image")));
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(75, 30);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 30);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(51, 30);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // grpCollapsible1
- //
- this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grpCollapsible1.Controls.Add(this.CBDataCode);
- this.grpCollapsible1.Controls.Add(this.c_Label3);
- this.grpCollapsible1.Controls.Add(this.CTxtMaterialCode);
- this.grpCollapsible1.Controls.Add(this.c_Label2);
- this.grpCollapsible1.Controls.Add(this.CTxtWorkshop);
- this.grpCollapsible1.Controls.Add(this.c_Label1);
- this.grpCollapsible1.Location = new System.Drawing.Point(0, 37);
- this.grpCollapsible1.Name = "grpCollapsible1";
- this.grpCollapsible1.Size = new System.Drawing.Size(1041, 54);
- this.grpCollapsible1.TabIndex = 1;
- this.grpCollapsible1.TabStop = false;
- this.grpCollapsible1.Text = "查询条件";
- //
- // CBDataCode
- //
- this.CBDataCode.BackColor = System.Drawing.SystemColors.Window;
- this.CBDataCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.CBDataCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CBDataCode.FormattingEnabled = true;
- this.CBDataCode.Location = new System.Drawing.Point(381, 24);
- this.CBDataCode.Name = "CBDataCode";
- this.CBDataCode.Size = new System.Drawing.Size(121, 20);
- this.CBDataCode.TabIndex = 5;
- //
- // c_Label3
- //
- this.c_Label3.AutoSize = true;
- this.c_Label3.BackColor = System.Drawing.Color.Transparent;
- this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label3.Location = new System.Drawing.Point(321, 27);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(53, 12);
- this.c_Label3.TabIndex = 4;
- this.c_Label3.Text = "数据节点";
- //
- // CTxtMaterialCode
- //
- this.CTxtMaterialCode.BackColor = System.Drawing.SystemColors.Window;
- this.CTxtMaterialCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.CTxtMaterialCode.ErrorMessage = "";
- this.CTxtMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CTxtMaterialCode.Location = new System.Drawing.Point(214, 24);
- this.CTxtMaterialCode.Name = "CTxtMaterialCode";
- this.CTxtMaterialCode.Size = new System.Drawing.Size(100, 21);
- this.CTxtMaterialCode.TabIndex = 3;
- this.CTxtMaterialCode.TextValue = "";
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.Location = new System.Drawing.Point(154, 27);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 2;
- this.c_Label2.Text = "物料编码";
- //
- // CTxtWorkshop
- //
- this.CTxtWorkshop.BackColor = System.Drawing.SystemColors.Window;
- this.CTxtWorkshop.BackgroundColor = System.Drawing.SystemColors.Window;
- this.CTxtWorkshop.ErrorMessage = "";
- this.CTxtWorkshop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CTxtWorkshop.Location = new System.Drawing.Point(47, 24);
- this.CTxtWorkshop.Name = "CTxtWorkshop";
- this.CTxtWorkshop.Size = new System.Drawing.Size(100, 21);
- this.CTxtWorkshop.TabIndex = 1;
- this.CTxtWorkshop.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.Location = new System.Drawing.Point(12, 27);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(29, 12);
- this.c_Label1.TabIndex = 0;
- this.c_Label1.Text = "车间";
- //
- // dgvSemi
- //
- this.dgvSemi.AllowUserToAddRows = false;
- this.dgvSemi.AllowUserToDeleteRows = false;
- this.dgvSemi.AllowUserToModifyRows = true;
- this.dgvSemi.AllowUserToOrderColumns = true;
- this.dgvSemi.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSemi.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvSemi.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.dgvSemi.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSemi.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSemi.CellHeight = 23;
- this.dgvSemi.ChildNodeColumnName = null;
- this.dgvSemi.ChildNodeColumnText = null;
- this.dgvSemi.ColumnDeep = 1;
- this.dgvSemi.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- 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.dgvSemi.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvSemi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSemi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.DATACODE,
- this.WORKSHOP,
- this.MATERIALCODE,
- this.GOODSCODE,
- this.GOODSNAME,
- this.INVENTORYQUANTITY,
- this.CREATETIME});
- this.dgvSemi.ColumnTreeView = null;
- this.dgvSemi.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)));
- this.dgvSemi.DynamicColumnName = "";
- this.dgvSemi.EnableHeadersVisualStyles = false;
- this.dgvSemi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSemi.FormatQuantityColumns = null;
- this.dgvSemi.HorizontalMergeColumn = null;
- this.dgvSemi.IsAutoCountSum = true;
- this.dgvSemi.IsAutoResizeColumns = false;
- this.dgvSemi.IsClickF12 = false;
- this.dgvSemi.IsOpenMergeCellFlag = false;
- this.dgvSemi.IsSubTotalFlag = false;
- this.dgvSemi.IsTopDeep = false;
- this.dgvSemi.Location = new System.Drawing.Point(0, 97);
- this.dgvSemi.MergeColumnNames = null;
- this.dgvSemi.MergeDetailColumnNames = null;
- this.dgvSemi.MergeDetailOnlyColumn = null;
- this.dgvSemi.MergeOnlyColumn = null;
- this.dgvSemi.Name = "dgvSemi";
- this.dgvSemi.ReadOnly = true;
- this.dgvSemi.RefreshAtHscroll = false;
- this.dgvSemi.RowHeadersWidth = 50;
- this.dgvSemi.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSemi.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvSemi.RowTemplate.Height = 21;
- this.dgvSemi.Size = new System.Drawing.Size(1041, 378);
- this.dgvSemi.SortOrderColumnName = null;
- this.dgvSemi.TabIndex = 2;
- this.dgvSemi.Tag = true;
- this.dgvSemi.TotalSumColumns = null;
- this.dgvSemi.ViewRowFilter = "";
- //
- // DATACODE
- //
- this.DATACODE.DataPropertyName = "DATACODE";
- this.DATACODE.HeaderText = "数据节点";
- this.DATACODE.Name = "DATACODE";
- this.DATACODE.ReadOnly = true;
- //
- // WORKSHOP
- //
- this.WORKSHOP.DataPropertyName = "WORKSHOP";
- this.WORKSHOP.HeaderText = "车间";
- this.WORKSHOP.Name = "WORKSHOP";
- this.WORKSHOP.ReadOnly = true;
- //
- // MATERIALCODE
- //
- this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
- this.MATERIALCODE.HeaderText = "物料编码";
- this.MATERIALCODE.Name = "MATERIALCODE";
- this.MATERIALCODE.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;
- //
- // INVENTORYQUANTITY
- //
- this.INVENTORYQUANTITY.DataPropertyName = "INVENTORYQUANTITY";
- this.INVENTORYQUANTITY.HeaderText = "库存量";
- this.INVENTORYQUANTITY.Name = "INVENTORYQUANTITY";
- this.INVENTORYQUANTITY.ReadOnly = true;
- //
- // CREATETIME
- //
- this.CREATETIME.DataPropertyName = "CREATETIME";
- this.CREATETIME.HeaderText = "查询时间";
- this.CREATETIME.Name = "CREATETIME";
- this.CREATETIME.ReadOnly = true;
- //
- // F_SAP_HEGII_0108
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1041, 487);
- this.Controls.Add(this.dgvSemi);
- this.Controls.Add(this.grpCollapsible1);
- this.Controls.Add(this.tsrToolStrip1);
- this.Name = "F_SAP_HEGII_0108";
- this.Text = "半成品库存";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0108_FormClosed);
- this.Load += new System.EventHandler(this.F_SAP_HEGII_0108_Load);
- this.tsrToolStrip1.ResumeLayout(false);
- this.tsrToolStrip1.PerformLayout();
- this.grpCollapsible1.ResumeLayout(false);
- this.grpCollapsible1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSemi)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private WinForm.Controls.TsrToolStrip tsrToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private WinForm.Controls.GrpCollapsible grpCollapsible1;
- private Basics.BaseControls.C_DataGridView dgvSemi;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_TextBox CTxtWorkshop;
- private Basics.BaseControls.C_TextBox CTxtMaterialCode;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_Label c_Label3;
- private Basics.BaseControls.C_ComboBox CBDataCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn DATACODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn WORKSHOP;
- private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn INVENTORYQUANTITY;
- private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
- }
- }
|