|
- namespace AssistClient
- {
- partial class FrmProductList
- {
- /// <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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProductList));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.tsslCount = new System.Windows.Forms.ToolStripStatusLabel();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.tsbtnSetting = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.colId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colSpec = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colTag = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colStepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colAssistStepName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colTargetCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colCompleteCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colModifyCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colModifyTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.toolStrip1.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripSeparator1,
- this.tsbtnSetting,
- this.toolStripSeparator3,
- this.tsbtnClose});
- this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(1311, 65);
- this.toolStrip1.TabIndex = 12;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 65);
- //
- // statusStrip1
- //
- this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsslCount});
- this.statusStrip1.Location = new System.Drawing.Point(0, 766);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(1311, 31);
- this.statusStrip1.TabIndex = 21;
- this.statusStrip1.Text = "statusStrip1";
- //
- // tsslCount
- //
- this.tsslCount.Name = "tsslCount";
- this.tsslCount.Size = new System.Drawing.Size(33, 24);
- this.tsslCount.Text = "共 ";
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colId,
- this.colCode,
- this.colName,
- this.colSpec,
- this.colTag,
- this.colStepName,
- this.colAssistStepName,
- this.colTargetCount,
- this.colCompleteCount,
- this.colModifyCode,
- this.colModifyTime});
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle7;
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 65);
- this.dataGridView1.MultiSelect = false;
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.RowHeadersWidth = 62;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dataGridView1.RowTemplate.Height = 30;
- this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView1.Size = new System.Drawing.Size(1311, 701);
- this.dataGridView1.TabIndex = 22;
- this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
- this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
- //
- // tsbtnSetting
- //
- this.tsbtnSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSetting.Image")));
- this.tsbtnSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSetting.Name = "tsbtnSetting";
- this.tsbtnSetting.Size = new System.Drawing.Size(140, 60);
- this.tsbtnSetting.Text = "流程与配方设置";
- this.tsbtnSetting.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnSetting.Click += new System.EventHandler(this.tsbtnSetting_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
- 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(70, 60);
- this.tsbtnClose.Text = " 关闭 ";
- this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // colId
- //
- this.colId.DataPropertyName = "Id";
- this.colId.HeaderText = "Id";
- this.colId.MinimumWidth = 8;
- this.colId.Name = "colId";
- this.colId.ReadOnly = true;
- this.colId.Visible = false;
- this.colId.Width = 150;
- //
- // colCode
- //
- this.colCode.DataPropertyName = "Code";
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
- this.colCode.DefaultCellStyle = dataGridViewCellStyle2;
- this.colCode.HeaderText = "编号";
- this.colCode.MinimumWidth = 8;
- this.colCode.Name = "colCode";
- this.colCode.ReadOnly = true;
- this.colCode.Width = 150;
- //
- // colName
- //
- this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.colName.DataPropertyName = "Name";
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.colName.DefaultCellStyle = dataGridViewCellStyle3;
- this.colName.HeaderText = "名称";
- this.colName.MinimumWidth = 135;
- this.colName.Name = "colName";
- this.colName.ReadOnly = true;
- //
- // colSpec
- //
- this.colSpec.DataPropertyName = "Spec";
- this.colSpec.HeaderText = "规格";
- this.colSpec.MinimumWidth = 8;
- this.colSpec.Name = "colSpec";
- this.colSpec.ReadOnly = true;
- this.colSpec.Width = 130;
- //
- // colTag
- //
- this.colTag.DataPropertyName = "BatchId";
- this.colTag.HeaderText = "批次";
- this.colTag.MinimumWidth = 8;
- this.colTag.Name = "colTag";
- this.colTag.ReadOnly = true;
- this.colTag.Width = 80;
- //
- // colStepName
- //
- this.colStepName.HeaderText = "生产流程";
- this.colStepName.MinimumWidth = 8;
- this.colStepName.Name = "colStepName";
- this.colStepName.ReadOnly = true;
- this.colStepName.Width = 150;
- //
- // colAssistStepName
- //
- this.colAssistStepName.HeaderText = "修复流程";
- this.colAssistStepName.MinimumWidth = 8;
- this.colAssistStepName.Name = "colAssistStepName";
- this.colAssistStepName.ReadOnly = true;
- this.colAssistStepName.Width = 200;
- //
- // colTargetCount
- //
- this.colTargetCount.DataPropertyName = "TargetCount";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.colTargetCount.DefaultCellStyle = dataGridViewCellStyle4;
- this.colTargetCount.HeaderText = "目标数";
- this.colTargetCount.MinimumWidth = 8;
- this.colTargetCount.Name = "colTargetCount";
- this.colTargetCount.ReadOnly = true;
- this.colTargetCount.Width = 150;
- //
- // colCompleteCount
- //
- this.colCompleteCount.DataPropertyName = "CompleteCount";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.colCompleteCount.DefaultCellStyle = dataGridViewCellStyle5;
- this.colCompleteCount.HeaderText = "完成数";
- this.colCompleteCount.MinimumWidth = 8;
- this.colCompleteCount.Name = "colCompleteCount";
- this.colCompleteCount.ReadOnly = true;
- this.colCompleteCount.Width = 150;
- //
- // colModifyCode
- //
- this.colModifyCode.DataPropertyName = "ModifyUserCode";
- this.colModifyCode.HeaderText = "修订人";
- this.colModifyCode.MinimumWidth = 8;
- this.colModifyCode.Name = "colModifyCode";
- this.colModifyCode.ReadOnly = true;
- this.colModifyCode.Width = 150;
- //
- // colModifyTime
- //
- this.colModifyTime.DataPropertyName = "ModifyTime";
- dataGridViewCellStyle6.Format = "g";
- dataGridViewCellStyle6.NullValue = null;
- this.colModifyTime.DefaultCellStyle = dataGridViewCellStyle6;
- this.colModifyTime.HeaderText = "修订日期";
- this.colModifyTime.MinimumWidth = 8;
- this.colModifyTime.Name = "colModifyTime";
- this.colModifyTime.ReadOnly = true;
- this.colModifyTime.Width = 150;
- //
- // FrmProductList
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1311, 797);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.toolStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FrmProductList";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "产品管理";
- this.Load += new System.EventHandler(this.FrmProductList_Load);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSetting;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.ToolStripStatusLabel tsslCount;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.DataGridViewTextBoxColumn colId;
- private System.Windows.Forms.DataGridViewTextBoxColumn colCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colSpec;
- private System.Windows.Forms.DataGridViewTextBoxColumn colTag;
- private System.Windows.Forms.DataGridViewTextBoxColumn colStepName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colAssistStepName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colTargetCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn colCompleteCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn colModifyCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colModifyTime;
- }
- }
|