namespace MaiMuAOI.SysUI.ProcessStep
{
partial class StepProcessFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StepProcessFrm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 dataGridViewCellStyle2 = 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();
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.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbDebug = 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.ProcessPanel = new System.Windows.Forms.Panel();
this.ProcessPropertyGrid = new System.Windows.Forms.PropertyGrid();
this.panel1 = new System.Windows.Forms.Panel();
this.btnDown = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnInsert = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
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.colProcessParams = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.LibPanel = new System.Windows.Forms.Panel();
this.LibPropertyGrid = new System.Windows.Forms.PropertyGrid();
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.tableLayoutPanel1.SuspendLayout();
this.ProcessPanel.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.LibPanel.SuspendLayout();
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.toolStripSeparator2,
this.tsbDebug});
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(1200, 56);
this.toolStrip1.TabIndex = 29;
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.tsbtnExit_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
//
// tsbDebug
//
this.tsbDebug.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.tsbDebug.Image = ((System.Drawing.Image)(resources.GetObject("tsbDebug.Image")));
this.tsbDebug.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDebug.Name = "tsbDebug";
this.tsbDebug.Size = new System.Drawing.Size(36, 53);
this.tsbDebug.Text = "调试";
this.tsbDebug.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.tsbDebug.Click += new System.EventHandler(this.tsbDebug_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(1200, 46);
this.uiTitel1.TabIndex = 28;
//
// 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.tableLayoutPanel1);
this.splitContainer1.Size = new System.Drawing.Size(1200, 494);
this.splitContainer1.SplitterDistance = 49;
this.splitContainer1.SplitterWidth = 3;
this.splitContainer1.TabIndex = 30;
//
// 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(1064, 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(980, 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(788, 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, 14);
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(303, 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;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 5;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 270F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.ProcessPanel, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.panel1, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.LibPanel, 1, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1194, 435);
this.tableLayoutPanel1.TabIndex = 21;
//
// ProcessPanel
//
this.ProcessPanel.BackColor = System.Drawing.Color.White;
this.ProcessPanel.Controls.Add(this.ProcessPropertyGrid);
this.ProcessPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.ProcessPanel.Location = new System.Drawing.Point(875, 3);
this.ProcessPanel.Name = "ProcessPanel";
this.ProcessPanel.Size = new System.Drawing.Size(316, 429);
this.ProcessPanel.TabIndex = 16;
//
// ProcessPropertyGrid
//
this.ProcessPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.ProcessPropertyGrid.LineColor = System.Drawing.SystemColors.InactiveCaption;
this.ProcessPropertyGrid.Location = new System.Drawing.Point(0, 0);
this.ProcessPropertyGrid.Margin = new System.Windows.Forms.Padding(2);
this.ProcessPropertyGrid.Name = "ProcessPropertyGrid";
this.ProcessPropertyGrid.Size = new System.Drawing.Size(316, 429);
this.ProcessPropertyGrid.TabIndex = 34;
this.ProcessPropertyGrid.ToolbarVisible = false;
this.ProcessPropertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.ProcessPropertyGrid_PropertyValueChanged);
this.ProcessPropertyGrid.SelectedObjectsChanged += new System.EventHandler(this.ProcessPropertyGrid_SelectedObjectsChanged);
//
// panel1
//
this.panel1.Controls.Add(this.btnDown);
this.panel1.Controls.Add(this.btnAdd);
this.panel1.Controls.Add(this.btnInsert);
this.panel1.Controls.Add(this.btnDel);
this.panel1.Controls.Add(this.btnUp);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(525, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(74, 429);
this.panel1.TabIndex = 0;
//
// 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(6, 281);
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);
//
// 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(6, 17);
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);
//
// 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(6, 82);
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);
//
// 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(6, 148);
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);
//
// 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(6, 214);
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);
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
this.groupBox1.Controls.Add(this.dataGridView2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.groupBox1.Location = new System.Drawing.Point(604, 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(266, 431);
this.groupBox1.TabIndex = 14;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "流程配置";
//
// dataGridView2
//
this.dataGridView2.AllowUserToAddRows = false;
this.dataGridView2.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.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.colProcessCode,
this.colProcessName,
this.colTypeName,
this.colProcessParams});
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle3;
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;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView2.RowTemplate.Height = 30;
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView2.Size = new System.Drawing.Size(262, 413);
this.dataGridView2.TabIndex = 3;
this.dataGridView2.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellClick);
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";
dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.colProcessCode.DefaultCellStyle = dataGridViewCellStyle2;
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;
//
// 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;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
this.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
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(196, 431);
this.groupBox2.TabIndex = 13;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "工序库";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.ControlLightLight;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
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.dataGridView1.DefaultCellStyle = dataGridViewCellStyle6;
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;
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle7;
this.dataGridView1.RowTemplate.Height = 30;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(192, 413);
this.dataGridView1.TabIndex = 4;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// LibPanel
//
this.LibPanel.BackColor = System.Drawing.Color.White;
this.LibPanel.Controls.Add(this.LibPropertyGrid);
this.LibPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.LibPanel.Location = new System.Drawing.Point(203, 3);
this.LibPanel.Name = "LibPanel";
this.LibPanel.Size = new System.Drawing.Size(316, 429);
this.LibPanel.TabIndex = 15;
//
// LibPropertyGrid
//
this.LibPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.LibPropertyGrid.LineColor = System.Drawing.SystemColors.InactiveCaption;
this.LibPropertyGrid.Location = new System.Drawing.Point(0, 0);
this.LibPropertyGrid.Margin = new System.Windows.Forms.Padding(2);
this.LibPropertyGrid.Name = "LibPropertyGrid";
this.LibPropertyGrid.Size = new System.Drawing.Size(316, 429);
this.LibPropertyGrid.TabIndex = 34;
this.LibPropertyGrid.ToolbarVisible = false;
//
// StepProcessFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1200, 596);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.uiTitel1);
this.Name = "StepProcessFrm";
this.Text = "新流程配置";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StepProcessFrm_FormClosed);
this.Load += new System.EventHandler(this.StepProcessFrm_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.tableLayoutPanel1.ResumeLayout(false);
this.ProcessPanel.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.LibPanel.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
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.Button btnDel;
private System.Windows.Forms.Button btnInsert;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel ProcessPanel;
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.DataGridViewTextBoxColumn colProcessParams;
private System.Windows.Forms.Panel LibPanel;
private System.Windows.Forms.PropertyGrid LibPropertyGrid;
private System.Windows.Forms.PropertyGrid ProcessPropertyGrid;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbDebug;
}
}