123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- namespace PMSUI
- {
- partial class CStepTemplateForm
- {
- /// <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()
- {
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.DGVTaskTemplate = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.AgvBehavior = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btHelps = new System.Windows.Forms.Button();
- this.gp_Opt = new System.Windows.Forms.GroupBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tbAGVBehaviour = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.tbNextSpcialStep = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.tbNextDefaultStep = new System.Windows.Forms.TextBox();
- this.btSaveStep = new System.Windows.Forms.Button();
- this.btModfiyStep = new System.Windows.Forms.Button();
- this.btDeleteStep = new System.Windows.Forms.Button();
- this.btAddStep = new System.Windows.Forms.Button();
- this.lb3 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.tbBehaviour = new System.Windows.Forms.TextBox();
- this.tbStepID = new System.Windows.Forms.TextBox();
- this.gp_Read = new System.Windows.Forms.GroupBox();
- this.cbTemplateID = new System.Windows.Forms.ComboBox();
- this.btDeleteTaskTemplate = new System.Windows.Forms.Button();
- this.btAddTemplate = new System.Windows.Forms.Button();
- this.gp_Opt1 = new System.Windows.Forms.GroupBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DGVTaskTemplate)).BeginInit();
- this.gp_Opt.SuspendLayout();
- this.gp_Read.SuspendLayout();
- this.gp_Opt1.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Panel1.Controls.Add(this.DGVTaskTemplate);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Panel2.Controls.Add(this.gp_Opt1);
- this.splitContainer1.Panel2.Controls.Add(this.btHelps);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Read);
- this.splitContainer1.Size = new System.Drawing.Size(815, 460);
- this.splitContainer1.SplitterDistance = 449;
- this.splitContainer1.TabIndex = 2;
- //
- // DGVTaskTemplate
- //
- this.DGVTaskTemplate.AllowUserToAddRows = false;
- this.DGVTaskTemplate.AllowUserToDeleteRows = false;
- this.DGVTaskTemplate.AllowUserToResizeRows = false;
- this.DGVTaskTemplate.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.DGVTaskTemplate.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.DGVTaskTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DGVTaskTemplate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column3,
- this.AgvBehavior,
- this.Column4,
- this.Column2});
- this.DGVTaskTemplate.Dock = System.Windows.Forms.DockStyle.Fill;
- this.DGVTaskTemplate.Location = new System.Drawing.Point(0, 0);
- this.DGVTaskTemplate.MultiSelect = false;
- this.DGVTaskTemplate.Name = "DGVTaskTemplate";
- this.DGVTaskTemplate.ReadOnly = true;
- this.DGVTaskTemplate.RowHeadersVisible = false;
- this.DGVTaskTemplate.RowTemplate.Height = 23;
- this.DGVTaskTemplate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DGVTaskTemplate.Size = new System.Drawing.Size(449, 460);
- this.DGVTaskTemplate.TabIndex = 1;
- this.DGVTaskTemplate.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVTaskTemplate_CellMouseClick);
- //
- // Column1
- //
- this.Column1.HeaderText = "StepID";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.HeaderText = "Behavior";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // AgvBehavior
- //
- this.AgvBehavior.HeaderText = "AgvBehavior";
- this.AgvBehavior.Name = "AgvBehavior";
- this.AgvBehavior.ReadOnly = true;
- //
- // Column4
- //
- this.Column4.HeaderText = "NextDefaultStep";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.HeaderText = "NextSpcialStep";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // btHelps
- //
- this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btHelps.Location = new System.Drawing.Point(3, 12);
- this.btHelps.Name = "btHelps";
- this.btHelps.Size = new System.Drawing.Size(85, 23);
- this.btHelps.TabIndex = 44;
- this.btHelps.Text = "帮助信息";
- this.btHelps.UseVisualStyleBackColor = true;
- this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
- //
- // gp_Opt
- //
- this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
- this.gp_Opt.Controls.Add(this.label5);
- this.gp_Opt.Controls.Add(this.tbAGVBehaviour);
- this.gp_Opt.Controls.Add(this.label4);
- this.gp_Opt.Controls.Add(this.tbNextSpcialStep);
- this.gp_Opt.Controls.Add(this.label3);
- this.gp_Opt.Controls.Add(this.tbNextDefaultStep);
- this.gp_Opt.Controls.Add(this.btSaveStep);
- this.gp_Opt.Controls.Add(this.btModfiyStep);
- this.gp_Opt.Controls.Add(this.btDeleteStep);
- this.gp_Opt.Controls.Add(this.btAddStep);
- this.gp_Opt.Controls.Add(this.lb3);
- this.gp_Opt.Controls.Add(this.label1);
- this.gp_Opt.Controls.Add(this.tbBehaviour);
- this.gp_Opt.Controls.Add(this.tbStepID);
- this.gp_Opt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gp_Opt.Location = new System.Drawing.Point(2, 122);
- this.gp_Opt.Name = "gp_Opt";
- this.gp_Opt.Size = new System.Drawing.Size(338, 295);
- this.gp_Opt.TabIndex = 4;
- this.gp_Opt.TabStop = false;
- this.gp_Opt.Text = "步骤";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(28, 123);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(59, 12);
- this.label5.TabIndex = 13;
- this.label5.Text = "AGV行为码";
- //
- // tbAGVBehaviour
- //
- this.tbAGVBehaviour.BackColor = System.Drawing.SystemColors.Window;
- this.tbAGVBehaviour.Location = new System.Drawing.Point(175, 120);
- this.tbAGVBehaviour.Name = "tbAGVBehaviour";
- this.tbAGVBehaviour.Size = new System.Drawing.Size(125, 21);
- this.tbAGVBehaviour.TabIndex = 12;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(28, 210);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(77, 12);
- this.label4.TabIndex = 11;
- this.label4.Text = "特殊下一步骤";
- //
- // tbNextSpcialStep
- //
- this.tbNextSpcialStep.BackColor = System.Drawing.SystemColors.Window;
- this.tbNextSpcialStep.Location = new System.Drawing.Point(175, 207);
- this.tbNextSpcialStep.Name = "tbNextSpcialStep";
- this.tbNextSpcialStep.Size = new System.Drawing.Size(125, 21);
- this.tbNextSpcialStep.TabIndex = 10;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(28, 168);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(77, 12);
- this.label3.TabIndex = 9;
- this.label3.Text = "默认下一步骤";
- //
- // tbNextDefaultStep
- //
- this.tbNextDefaultStep.BackColor = System.Drawing.SystemColors.Window;
- this.tbNextDefaultStep.Location = new System.Drawing.Point(175, 165);
- this.tbNextDefaultStep.Name = "tbNextDefaultStep";
- this.tbNextDefaultStep.Size = new System.Drawing.Size(125, 21);
- this.tbNextDefaultStep.TabIndex = 8;
- //
- // btSaveStep
- //
- this.btSaveStep.Location = new System.Drawing.Point(254, 257);
- this.btSaveStep.Name = "btSaveStep";
- this.btSaveStep.Size = new System.Drawing.Size(75, 28);
- this.btSaveStep.TabIndex = 7;
- this.btSaveStep.Text = "保存";
- this.btSaveStep.UseVisualStyleBackColor = true;
- this.btSaveStep.Click += new System.EventHandler(this.btSaveStep_Click);
- //
- // btModfiyStep
- //
- this.btModfiyStep.Location = new System.Drawing.Point(173, 257);
- this.btModfiyStep.Name = "btModfiyStep";
- this.btModfiyStep.Size = new System.Drawing.Size(75, 28);
- this.btModfiyStep.TabIndex = 6;
- this.btModfiyStep.Text = "修改";
- this.btModfiyStep.UseVisualStyleBackColor = true;
- this.btModfiyStep.Click += new System.EventHandler(this.btModfiyStep_Click);
- //
- // btDeleteStep
- //
- this.btDeleteStep.Location = new System.Drawing.Point(92, 257);
- this.btDeleteStep.Name = "btDeleteStep";
- this.btDeleteStep.Size = new System.Drawing.Size(75, 28);
- this.btDeleteStep.TabIndex = 5;
- this.btDeleteStep.Text = "删除";
- this.btDeleteStep.UseVisualStyleBackColor = true;
- this.btDeleteStep.Click += new System.EventHandler(this.btDeleteStep_Click);
- //
- // btAddStep
- //
- this.btAddStep.Location = new System.Drawing.Point(11, 257);
- this.btAddStep.Name = "btAddStep";
- this.btAddStep.Size = new System.Drawing.Size(75, 28);
- this.btAddStep.TabIndex = 4;
- this.btAddStep.Text = "增加";
- this.btAddStep.UseVisualStyleBackColor = true;
- this.btAddStep.Click += new System.EventHandler(this.btAddStep_Click);
- //
- // lb3
- //
- this.lb3.AutoSize = true;
- this.lb3.Location = new System.Drawing.Point(28, 80);
- this.lb3.Name = "lb3";
- this.lb3.Size = new System.Drawing.Size(41, 12);
- this.lb3.TabIndex = 3;
- this.lb3.Text = "行为码";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(28, 36);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "步骤号";
- //
- // tbBehaviour
- //
- this.tbBehaviour.BackColor = System.Drawing.SystemColors.Window;
- this.tbBehaviour.Location = new System.Drawing.Point(175, 77);
- this.tbBehaviour.Name = "tbBehaviour";
- this.tbBehaviour.Size = new System.Drawing.Size(125, 21);
- this.tbBehaviour.TabIndex = 1;
- //
- // tbStepID
- //
- this.tbStepID.BackColor = System.Drawing.SystemColors.Window;
- this.tbStepID.Location = new System.Drawing.Point(175, 30);
- this.tbStepID.Name = "tbStepID";
- this.tbStepID.Size = new System.Drawing.Size(125, 21);
- this.tbStepID.TabIndex = 0;
- //
- // gp_Read
- //
- this.gp_Read.BackColor = System.Drawing.Color.Transparent;
- this.gp_Read.Controls.Add(this.cbTemplateID);
- this.gp_Read.Location = new System.Drawing.Point(2, 41);
- this.gp_Read.Name = "gp_Read";
- this.gp_Read.Size = new System.Drawing.Size(137, 79);
- this.gp_Read.TabIndex = 5;
- this.gp_Read.TabStop = false;
- this.gp_Read.Text = "模板";
- //
- // cbTemplateID
- //
- this.cbTemplateID.BackColor = System.Drawing.SystemColors.Window;
- this.cbTemplateID.FormattingEnabled = true;
- this.cbTemplateID.Location = new System.Drawing.Point(6, 37);
- this.cbTemplateID.Name = "cbTemplateID";
- this.cbTemplateID.Size = new System.Drawing.Size(121, 20);
- this.cbTemplateID.TabIndex = 0;
- this.cbTemplateID.SelectedIndexChanged += new System.EventHandler(this.cbTemplateID_SelectedIndexChanged);
- //
- // btDeleteTaskTemplate
- //
- this.btDeleteTaskTemplate.Location = new System.Drawing.Point(110, 32);
- this.btDeleteTaskTemplate.Name = "btDeleteTaskTemplate";
- this.btDeleteTaskTemplate.Size = new System.Drawing.Size(75, 28);
- this.btDeleteTaskTemplate.TabIndex = 2;
- this.btDeleteTaskTemplate.Text = "删 除";
- this.btDeleteTaskTemplate.UseVisualStyleBackColor = true;
- this.btDeleteTaskTemplate.Click += new System.EventHandler(this.btDeleteTaskTemplate_Click);
- //
- // btAddTemplate
- //
- this.btAddTemplate.Location = new System.Drawing.Point(17, 32);
- this.btAddTemplate.Name = "btAddTemplate";
- this.btAddTemplate.Size = new System.Drawing.Size(75, 28);
- this.btAddTemplate.TabIndex = 1;
- this.btAddTemplate.Text = "添 加";
- this.btAddTemplate.UseVisualStyleBackColor = true;
- this.btAddTemplate.Click += new System.EventHandler(this.btAddTemplate_Click);
- //
- // gp_Opt1
- //
- this.gp_Opt1.Controls.Add(this.btDeleteTaskTemplate);
- this.gp_Opt1.Controls.Add(this.btAddTemplate);
- this.gp_Opt1.Location = new System.Drawing.Point(146, 41);
- this.gp_Opt1.Name = "gp_Opt1";
- this.gp_Opt1.Size = new System.Drawing.Size(194, 79);
- this.gp_Opt1.TabIndex = 45;
- this.gp_Opt1.TabStop = false;
- this.gp_Opt1.Text = "操作";
- //
- // CStepTemplateForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(815, 460);
- this.Controls.Add(this.splitContainer1);
- this.Name = "CStepTemplateForm";
- this.Text = "步骤模板";
- this.Load += new System.EventHandler(this.CStepTemplateForm_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.DGVTaskTemplate)).EndInit();
- this.gp_Opt.ResumeLayout(false);
- this.gp_Opt.PerformLayout();
- this.gp_Read.ResumeLayout(false);
- this.gp_Opt1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.DataGridView DGVTaskTemplate;
- private System.Windows.Forms.GroupBox gp_Opt;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox tbNextSpcialStep;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbNextDefaultStep;
- private System.Windows.Forms.Button btSaveStep;
- private System.Windows.Forms.Button btModfiyStep;
- private System.Windows.Forms.Button btDeleteStep;
- private System.Windows.Forms.Button btAddStep;
- private System.Windows.Forms.Label lb3;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbBehaviour;
- private System.Windows.Forms.TextBox tbStepID;
- private System.Windows.Forms.GroupBox gp_Read;
- private System.Windows.Forms.ComboBox cbTemplateID;
- private System.Windows.Forms.Button btDeleteTaskTemplate;
- private System.Windows.Forms.Button btAddTemplate;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tbAGVBehaviour;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn AgvBehavior;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.Button btHelps;
- private System.Windows.Forms.GroupBox gp_Opt1;
- }
- }
|