|
- namespace MaiMuAOI.SysUI.ProcessStep
- {
- partial class StepInfoFrm
- {
- /// <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(StepInfoFrm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
- this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.numStartTimeIndex = new System.Windows.Forms.NumericUpDown();
- this.label3 = new System.Windows.Forms.Label();
- this.txtName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtCode = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnDown = new System.Windows.Forms.Button();
- this.btnUp = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.colProcessCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colProcessName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colSetParams = new System.Windows.Forms.DataGridViewButtonColumn();
- this.colProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnDel = new System.Windows.Forms.Button();
- this.btnInsert = new System.Windows.Forms.Button();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numStartTimeIndex)).BeginInit();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSave,
- this.toolStripSeparator1,
- this.tsbtnExit});
- this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
- this.toolStrip1.Location = new System.Drawing.Point(0, 46);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.toolStrip1.Size = new System.Drawing.Size(795, 56);
- this.toolStrip1.TabIndex = 27;
- this.toolStrip1.Text = "toolStrip1";
- //
- // tsbtnSave
- //
- this.tsbtnSave.ForeColor = System.Drawing.SystemColors.Control;
- this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
- this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSave.Name = "tsbtnSave";
- this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
- this.tsbtnSave.Text = " 保存 ";
- this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
- //
- // tsbtnExit
- //
- this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
- this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
- this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnExit.Name = "tsbtnExit";
- this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
- this.tsbtnExit.Text = " 退出 ";
- this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnExit.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.FatherForm = null;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(795, 46);
- this.uiTitel1.TabIndex = 26;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 102);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.splitContainer1.Panel1.Controls.Add(this.numStartTimeIndex);
- this.splitContainer1.Panel1.Controls.Add(this.label3);
- this.splitContainer1.Panel1.Controls.Add(this.txtName);
- this.splitContainer1.Panel1.Controls.Add(this.label2);
- this.splitContainer1.Panel1.Controls.Add(this.txtCode);
- this.splitContainer1.Panel1.Controls.Add(this.label1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.splitContainer1.Panel2.Controls.Add(this.btnAdd);
- this.splitContainer1.Panel2.Controls.Add(this.btnDown);
- this.splitContainer1.Panel2.Controls.Add(this.btnUp);
- this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
- this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
- this.splitContainer1.Panel2.Controls.Add(this.btnDel);
- this.splitContainer1.Panel2.Controls.Add(this.btnInsert);
- this.splitContainer1.Size = new System.Drawing.Size(795, 480);
- this.splitContainer1.SplitterDistance = 46;
- this.splitContainer1.SplitterWidth = 3;
- this.splitContainer1.TabIndex = 28;
- //
- // numStartTimeIndex
- //
- this.numStartTimeIndex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numStartTimeIndex.Location = new System.Drawing.Point(700, 14);
- this.numStartTimeIndex.Margin = new System.Windows.Forms.Padding(2);
- this.numStartTimeIndex.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.numStartTimeIndex.Name = "numStartTimeIndex";
- this.numStartTimeIndex.Size = new System.Drawing.Size(54, 23);
- this.numStartTimeIndex.TabIndex = 5;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label3.Location = new System.Drawing.Point(616, 19);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(80, 17);
- this.label3.TabIndex = 4;
- this.label3.Text = "起始计时工序";
- //
- // txtName
- //
- this.txtName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtName.Location = new System.Drawing.Point(52, 15);
- this.txtName.Margin = new System.Windows.Forms.Padding(2);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(540, 23);
- this.txtName.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label2.Location = new System.Drawing.Point(16, 18);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(32, 17);
- this.label2.TabIndex = 2;
- this.label2.Text = "名称";
- //
- // txtCode
- //
- this.txtCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCode.Location = new System.Drawing.Point(52, 14);
- this.txtCode.Margin = new System.Windows.Forms.Padding(2);
- this.txtCode.Name = "txtCode";
- this.txtCode.Size = new System.Drawing.Size(220, 23);
- this.txtCode.TabIndex = 1;
- this.txtCode.Visible = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.label1.Location = new System.Drawing.Point(16, 17);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(32, 17);
- this.label1.TabIndex = 0;
- this.label1.Text = "编号";
- this.label1.Visible = false;
- //
- // btnAdd
- //
- this.btnAdd.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
- this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnAdd.Location = new System.Drawing.Point(303, 59);
- this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(59, 61);
- this.btnAdd.TabIndex = 19;
- this.btnAdd.Text = "追加->>";
- this.btnAdd.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnAdd.UseVisualStyleBackColor = false;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnDown
- //
- this.btnDown.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnDown.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown.BackgroundImage")));
- this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnDown.Location = new System.Drawing.Point(303, 323);
- this.btnDown.Margin = new System.Windows.Forms.Padding(2);
- this.btnDown.Name = "btnDown";
- this.btnDown.Size = new System.Drawing.Size(59, 64);
- this.btnDown.TabIndex = 18;
- this.btnDown.Text = "下移";
- this.btnDown.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnDown.UseVisualStyleBackColor = false;
- this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
- //
- // btnUp
- //
- this.btnUp.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUp.BackgroundImage")));
- this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnUp.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnUp.Location = new System.Drawing.Point(303, 256);
- this.btnUp.Margin = new System.Windows.Forms.Padding(2);
- this.btnUp.Name = "btnUp";
- this.btnUp.Size = new System.Drawing.Size(59, 63);
- this.btnUp.TabIndex = 17;
- this.btnUp.Text = "上移";
- this.btnUp.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnUp.UseVisualStyleBackColor = false;
- this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
- //
- // groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.groupBox2.Controls.Add(this.dataGridView1);
- this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.groupBox2.Location = new System.Drawing.Point(2, 2);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox2.Size = new System.Drawing.Size(297, 389);
- this.groupBox2.TabIndex = 13;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "工序库";
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AllowUserToResizeRows = 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;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(2, 16);
- this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
- this.dataGridView1.MultiSelect = false;
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.RowHeadersWidth = 62;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dataGridView1.RowTemplate.Height = 30;
- this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView1.Size = new System.Drawing.Size(293, 371);
- this.dataGridView1.TabIndex = 4;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.groupBox1.Controls.Add(this.dataGridView2);
- this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.groupBox1.Location = new System.Drawing.Point(372, 2);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(405, 389);
- this.groupBox1.TabIndex = 14;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "流程配置";
- //
- // dataGridView2
- //
- this.dataGridView2.AllowUserToAddRows = false;
- this.dataGridView2.AllowUserToDeleteRows = false;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colProcessCode,
- this.colProcessName,
- this.colTypeName,
- this.colSetParams,
- this.colProcessParams});
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle6;
- this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dataGridView2.Location = new System.Drawing.Point(2, 16);
- this.dataGridView2.Margin = new System.Windows.Forms.Padding(2);
- this.dataGridView2.MultiSelect = false;
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.RowHeadersVisible = false;
- this.dataGridView2.RowHeadersWidth = 62;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle7;
- this.dataGridView2.RowTemplate.Height = 30;
- this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView2.Size = new System.Drawing.Size(401, 371);
- this.dataGridView2.TabIndex = 3;
- this.dataGridView2.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellContentClick);
- this.dataGridView2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellEndEdit);
- this.dataGridView2.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView2_DataBindingComplete);
- //
- // colProcessCode
- //
- this.colProcessCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.colProcessCode.DataPropertyName = "ProcessCode";
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.colProcessCode.DefaultCellStyle = dataGridViewCellStyle5;
- this.colProcessCode.HeaderText = "code";
- this.colProcessCode.MinimumWidth = 8;
- this.colProcessCode.Name = "colProcessCode";
- this.colProcessCode.Visible = false;
- //
- // colProcessName
- //
- this.colProcessName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.colProcessName.DataPropertyName = "ProcessName";
- this.colProcessName.HeaderText = "工序名称";
- this.colProcessName.MinimumWidth = 8;
- this.colProcessName.Name = "colProcessName";
- //
- // colTypeName
- //
- this.colTypeName.HeaderText = "类型";
- this.colTypeName.MinimumWidth = 8;
- this.colTypeName.Name = "colTypeName";
- this.colTypeName.ReadOnly = true;
- this.colTypeName.Width = 80;
- //
- // colSetParams
- //
- this.colSetParams.HeaderText = "默认配方";
- this.colSetParams.MinimumWidth = 8;
- this.colSetParams.Name = "colSetParams";
- this.colSetParams.Text = "设置";
- this.colSetParams.UseColumnTextForButtonValue = true;
- //
- // colProcessParams
- //
- this.colProcessParams.DataPropertyName = "ProcessParams";
- this.colProcessParams.HeaderText = "ProcessParams";
- this.colProcessParams.MinimumWidth = 8;
- this.colProcessParams.Name = "colProcessParams";
- this.colProcessParams.Visible = false;
- this.colProcessParams.Width = 160;
- //
- // btnDel
- //
- this.btnDel.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnDel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDel.BackgroundImage")));
- this.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnDel.Location = new System.Drawing.Point(303, 190);
- this.btnDel.Margin = new System.Windows.Forms.Padding(2);
- this.btnDel.Name = "btnDel";
- this.btnDel.Size = new System.Drawing.Size(59, 62);
- this.btnDel.TabIndex = 16;
- this.btnDel.Text = "<<-移除";
- this.btnDel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnDel.UseVisualStyleBackColor = false;
- this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
- //
- // btnInsert
- //
- this.btnInsert.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnInsert.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInsert.BackgroundImage")));
- this.btnInsert.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnInsert.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnInsert.Location = new System.Drawing.Point(303, 124);
- this.btnInsert.Margin = new System.Windows.Forms.Padding(2);
- this.btnInsert.Name = "btnInsert";
- this.btnInsert.Size = new System.Drawing.Size(59, 61);
- this.btnInsert.TabIndex = 15;
- this.btnInsert.Text = "插入->>";
- this.btnInsert.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnInsert.UseVisualStyleBackColor = false;
- this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);
- //
- // StepInfoFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(795, 582);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "StepInfoFrm";
- this.Text = "流程配置";
- this.Load += new System.EventHandler(this.StepInfoFrm_Load);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numStartTimeIndex)).EndInit();
- this.groupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnExit;
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.ToolStripButton tsbtnSave;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.NumericUpDown numStartTimeIndex;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtCode;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Button btnDown;
- private System.Windows.Forms.Button btnUp;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.DataGridView dataGridView2;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcessCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcessName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colTypeName;
- private System.Windows.Forms.DataGridViewButtonColumn colSetParams;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcessParams;
- private System.Windows.Forms.Button btnDel;
- private System.Windows.Forms.Button btnInsert;
- }
- }
|