You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
460 lines
28 KiB
460 lines
28 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Injection
|
||
|
{
|
||
|
partial class SingleSlushMoldConfig
|
||
|
{
|
||
|
/// <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(SingleSlushMoldConfig));
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
|
this.tsbSearch = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbEdit = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbDelete = new System.Windows.Forms.ToolStripButton();
|
||
|
this.panel2 = new System.Windows.Forms.Panel();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.comHOrL = new System.Windows.Forms.ComboBox();
|
||
|
this.DGView = new System.Windows.Forms.DataGridView();
|
||
|
this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.capatity = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.usingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.CreateUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.CreateDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.PRODUCTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.DGSlushMolding = new System.Windows.Forms.DataGridView();
|
||
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
|
this.toolStrip1.SuspendLayout();
|
||
|
this.panel2.SuspendLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGSlushMolding)).BeginInit();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// toolStrip1
|
||
|
//
|
||
|
this.toolStrip1.AutoSize = false;
|
||
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
|
this.tsbSearch,
|
||
|
this.tsbAdd,
|
||
|
this.tsbEdit,
|
||
|
this.tsbDelete});
|
||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolStrip1.Name = "toolStrip1";
|
||
|
this.toolStrip1.Size = new System.Drawing.Size(984, 70);
|
||
|
this.toolStrip1.Stretch = true;
|
||
|
this.toolStrip1.TabIndex = 15;
|
||
|
this.toolStrip1.Text = "toolStrip1";
|
||
|
//
|
||
|
// tsbSearch
|
||
|
//
|
||
|
this.tsbSearch.AutoSize = false;
|
||
|
this.tsbSearch.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
|
||
|
this.tsbSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbSearch.Name = "tsbSearch";
|
||
|
this.tsbSearch.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbSearch.Text = "查询";
|
||
|
this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click);
|
||
|
//
|
||
|
// tsbAdd
|
||
|
//
|
||
|
this.tsbAdd.AutoSize = false;
|
||
|
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
|
||
|
this.tsbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbAdd.Name = "tsbAdd";
|
||
|
this.tsbAdd.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbAdd.Text = "新增";
|
||
|
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
|
||
|
//
|
||
|
// tsbEdit
|
||
|
//
|
||
|
this.tsbEdit.AutoSize = false;
|
||
|
this.tsbEdit.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
|
||
|
this.tsbEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbEdit.Name = "tsbEdit";
|
||
|
this.tsbEdit.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbEdit.Text = "修改";
|
||
|
this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
|
||
|
//
|
||
|
// tsbDelete
|
||
|
//
|
||
|
this.tsbDelete.AutoSize = false;
|
||
|
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
|
||
|
this.tsbDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbDelete.Name = "tsbDelete";
|
||
|
this.tsbDelete.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbDelete.Text = "删除";
|
||
|
this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
|
||
|
//
|
||
|
// panel2
|
||
|
//
|
||
|
this.panel2.BackColor = System.Drawing.SystemColors.InactiveBorder;
|
||
|
this.panel2.Controls.Add(this.label4);
|
||
|
this.panel2.Controls.Add(this.comHOrL);
|
||
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.panel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.panel2.Location = new System.Drawing.Point(0, 70);
|
||
|
this.panel2.Name = "panel2";
|
||
|
this.panel2.Size = new System.Drawing.Size(984, 60);
|
||
|
this.panel2.TabIndex = 20;
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label4.Location = new System.Drawing.Point(25, 20);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(54, 20);
|
||
|
this.label4.TabIndex = 0;
|
||
|
this.label4.Text = "高低配";
|
||
|
//
|
||
|
// comHOrL
|
||
|
//
|
||
|
this.comHOrL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comHOrL.Font = new System.Drawing.Font("宋体", 11F);
|
||
|
this.comHOrL.FormattingEnabled = true;
|
||
|
this.comHOrL.Location = new System.Drawing.Point(87, 19);
|
||
|
this.comHOrL.Name = "comHOrL";
|
||
|
this.comHOrL.Size = new System.Drawing.Size(183, 23);
|
||
|
this.comHOrL.TabIndex = 2;
|
||
|
//
|
||
|
// DGView
|
||
|
//
|
||
|
this.DGView.AllowUserToAddRows = false;
|
||
|
this.DGView.AllowUserToDeleteRows = false;
|
||
|
this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||
|
this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
||
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, 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.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
|
this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
|
this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.MaterialCode,
|
||
|
this.PRODUCTCODE,
|
||
|
this.capatity,
|
||
|
this.usingCount,
|
||
|
this.CreateUser,
|
||
|
this.CreateDate,
|
||
|
this.Pid,
|
||
|
this.PRODUCTTYPE});
|
||
|
this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.DGView.Location = new System.Drawing.Point(0, 70);
|
||
|
this.DGView.Name = "DGView";
|
||
|
this.DGView.ReadOnly = true;
|
||
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
||
|
this.DGView.RowTemplate.Height = 23;
|
||
|
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.DGView.Size = new System.Drawing.Size(984, 572);
|
||
|
this.DGView.TabIndex = 19;
|
||
|
//
|
||
|
// MaterialCode
|
||
|
//
|
||
|
this.MaterialCode.DataPropertyName = "PRODUCTTYPENAME";
|
||
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.MaterialCode.DefaultCellStyle = dataGridViewCellStyle2;
|
||
|
this.MaterialCode.HeaderText = "产品类型";
|
||
|
this.MaterialCode.Name = "MaterialCode";
|
||
|
this.MaterialCode.ReadOnly = true;
|
||
|
//
|
||
|
// PRODUCTCODE
|
||
|
//
|
||
|
this.PRODUCTCODE.DataPropertyName = "PRODUCTCODE";
|
||
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle3;
|
||
|
this.PRODUCTCODE.HeaderText = "条码";
|
||
|
this.PRODUCTCODE.Name = "PRODUCTCODE";
|
||
|
this.PRODUCTCODE.ReadOnly = true;
|
||
|
//
|
||
|
// capatity
|
||
|
//
|
||
|
this.capatity.DataPropertyName = "CAPACITY";
|
||
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
|
this.capatity.DefaultCellStyle = dataGridViewCellStyle4;
|
||
|
this.capatity.HeaderText = "实际容量";
|
||
|
this.capatity.Name = "capatity";
|
||
|
this.capatity.ReadOnly = true;
|
||
|
//
|
||
|
// usingCount
|
||
|
//
|
||
|
this.usingCount.DataPropertyName = "USINGCOUNT";
|
||
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
|
this.usingCount.DefaultCellStyle = dataGridViewCellStyle5;
|
||
|
this.usingCount.HeaderText = "已使用";
|
||
|
this.usingCount.Name = "usingCount";
|
||
|
this.usingCount.ReadOnly = true;
|
||
|
//
|
||
|
// CreateUser
|
||
|
//
|
||
|
this.CreateUser.DataPropertyName = "CREATEUSERNAME";
|
||
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.CreateUser.DefaultCellStyle = dataGridViewCellStyle6;
|
||
|
this.CreateUser.HeaderText = "操作人";
|
||
|
this.CreateUser.Name = "CreateUser";
|
||
|
this.CreateUser.ReadOnly = true;
|
||
|
//
|
||
|
// CreateDate
|
||
|
//
|
||
|
this.CreateDate.DataPropertyName = "CREATEDATE";
|
||
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
dataGridViewCellStyle7.Format = "f";
|
||
|
dataGridViewCellStyle7.NullValue = null;
|
||
|
this.CreateDate.DefaultCellStyle = dataGridViewCellStyle7;
|
||
|
this.CreateDate.HeaderText = "操作时间";
|
||
|
this.CreateDate.Name = "CreateDate";
|
||
|
this.CreateDate.ReadOnly = true;
|
||
|
//
|
||
|
// Pid
|
||
|
//
|
||
|
this.Pid.DataPropertyName = "PID";
|
||
|
this.Pid.HeaderText = "Pid";
|
||
|
this.Pid.Name = "Pid";
|
||
|
this.Pid.ReadOnly = true;
|
||
|
this.Pid.Visible = false;
|
||
|
//
|
||
|
// PRODUCTTYPE
|
||
|
//
|
||
|
this.PRODUCTTYPE.DataPropertyName = "PRODUCTTYPE";
|
||
|
this.PRODUCTTYPE.HeaderText = "Column1";
|
||
|
this.PRODUCTTYPE.Name = "PRODUCTTYPE";
|
||
|
this.PRODUCTTYPE.ReadOnly = true;
|
||
|
this.PRODUCTTYPE.Visible = false;
|
||
|
//
|
||
|
// DGSlushMolding
|
||
|
//
|
||
|
this.DGSlushMolding.AllowUserToAddRows = false;
|
||
|
this.DGSlushMolding.AllowUserToDeleteRows = false;
|
||
|
this.DGSlushMolding.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
||
|
this.DGSlushMolding.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
||
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.DGSlushMolding.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
||
|
this.DGSlushMolding.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
|
this.DGSlushMolding.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
|
this.dataGridViewTextBoxColumn1,
|
||
|
this.dataGridViewTextBoxColumn2,
|
||
|
this.dataGridViewTextBoxColumn3,
|
||
|
this.dataGridViewTextBoxColumn4,
|
||
|
this.dataGridViewTextBoxColumn5,
|
||
|
this.dataGridViewTextBoxColumn6,
|
||
|
this.ID});
|
||
|
this.DGSlushMolding.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.DGSlushMolding.Location = new System.Drawing.Point(0, 130);
|
||
|
this.DGSlushMolding.Name = "DGSlushMolding";
|
||
|
this.DGSlushMolding.ReadOnly = true;
|
||
|
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
|
||
|
dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
|
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||
|
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
|
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
|
this.DGSlushMolding.RowHeadersDefaultCellStyle = dataGridViewCellStyle16;
|
||
|
this.DGSlushMolding.RowTemplate.Height = 23;
|
||
|
this.DGSlushMolding.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
|
this.DGSlushMolding.Size = new System.Drawing.Size(984, 512);
|
||
|
this.DGSlushMolding.TabIndex = 22;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn1
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "MOLDSTATION";
|
||
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle10;
|
||
|
this.dataGridViewTextBoxColumn1.HeaderText = "模架号";
|
||
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn1.Width = 157;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn2
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "HBSTRING";
|
||
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle11;
|
||
|
this.dataGridViewTextBoxColumn2.HeaderText = "高低配";
|
||
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
||
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn2.Width = 157;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn3
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "MOLDVALUE";
|
||
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle12;
|
||
|
this.dataGridViewTextBoxColumn3.HeaderText = "模腔号";
|
||
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
||
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn3.Width = 156;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn4
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn4.DataPropertyName = "INDEXVALUE";
|
||
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
|
dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle13;
|
||
|
this.dataGridViewTextBoxColumn4.HeaderText = "序列值";
|
||
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
||
|
this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn4.Width = 157;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn5
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn5.DataPropertyName = "STATUSSTRING";
|
||
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle14;
|
||
|
this.dataGridViewTextBoxColumn5.HeaderText = "是否可用";
|
||
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
||
|
this.dataGridViewTextBoxColumn5.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn5.Width = 157;
|
||
|
//
|
||
|
// dataGridViewTextBoxColumn6
|
||
|
//
|
||
|
this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.dataGridViewTextBoxColumn6.DataPropertyName = "USEDSTRING";
|
||
|
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
|
dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 15.75F);
|
||
|
dataGridViewCellStyle15.Format = "f";
|
||
|
dataGridViewCellStyle15.NullValue = null;
|
||
|
this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle15;
|
||
|
this.dataGridViewTextBoxColumn6.HeaderText = "等待使用";
|
||
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
||
|
this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
||
|
this.dataGridViewTextBoxColumn6.Width = 157;
|
||
|
//
|
||
|
// ID
|
||
|
//
|
||
|
this.ID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
|
this.ID.DataPropertyName = "PID";
|
||
|
this.ID.HeaderText = "";
|
||
|
this.ID.Name = "ID";
|
||
|
this.ID.ReadOnly = true;
|
||
|
this.ID.Visible = false;
|
||
|
//
|
||
|
// SingleSlushMoldConfig
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(984, 642);
|
||
|
this.Controls.Add(this.DGSlushMolding);
|
||
|
this.Controls.Add(this.panel2);
|
||
|
this.Controls.Add(this.DGView);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "SingleSlushMoldConfig";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "单色搪塑机模腔号配置";
|
||
|
this.Load += new System.EventHandler(this.SingleSlushMoldConfig_Load);
|
||
|
this.toolStrip1.ResumeLayout(false);
|
||
|
this.toolStrip1.PerformLayout();
|
||
|
this.panel2.ResumeLayout(false);
|
||
|
this.panel2.PerformLayout();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit();
|
||
|
((System.ComponentModel.ISupportInitialize)(this.DGSlushMolding)).EndInit();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
|
private System.Windows.Forms.Panel panel2;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.ComboBox comHOrL;
|
||
|
private System.Windows.Forms.DataGridView DGView;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODE;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn capatity;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn usingCount;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn CreateDate;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Pid;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTTYPE;
|
||
|
private System.Windows.Forms.DataGridView DGSlushMolding;
|
||
|
private System.Windows.Forms.ToolStripButton tsbSearch;
|
||
|
private System.Windows.Forms.ToolStripButton tsbAdd;
|
||
|
private System.Windows.Forms.ToolStripButton tsbEdit;
|
||
|
private System.Windows.Forms.ToolStripButton tsbDelete;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
||
|
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
||
|
}
|
||
|
}
|