namespace PMSUI { partial class CBookTemplateForm { /// /// 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() { 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.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GP_Per = new System.Windows.Forms.GroupBox(); this.btHelps = new System.Windows.Forms.Button(); this.gp_Opt1 = new System.Windows.Forms.GroupBox(); 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.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tbOperate = new System.Windows.Forms.TextBox(); this.tbStepID = new System.Windows.Forms.TextBox(); this.gp_Opt = 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_Read = 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_Per.SuspendLayout(); this.gp_Opt1.SuspendLayout(); this.gp_Opt.SuspendLayout(); this.gp_Read.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_Per); this.splitContainer1.Size = new System.Drawing.Size(815, 460); this.splitContainer1.SplitterDistance = 449; this.splitContainer1.TabIndex = 1; // // 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.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; // // 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; // // GP_Per // this.GP_Per.Controls.Add(this.gp_Read); this.GP_Per.Controls.Add(this.btHelps); this.GP_Per.Controls.Add(this.gp_Opt1); this.GP_Per.Controls.Add(this.gp_Opt); this.GP_Per.Location = new System.Drawing.Point(0, 0); this.GP_Per.Name = "GP_Per"; this.GP_Per.Size = new System.Drawing.Size(350, 418); this.GP_Per.TabIndex = 2; this.GP_Per.TabStop = false; // // btHelps // this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btHelps.Location = new System.Drawing.Point(7, 17); this.btHelps.Name = "btHelps"; this.btHelps.Size = new System.Drawing.Size(85, 23); this.btHelps.TabIndex = 43; this.btHelps.Text = "帮助信息"; this.btHelps.UseVisualStyleBackColor = true; this.btHelps.Click += new System.EventHandler(this.btHelps_Click); // // gp_Opt1 // this.gp_Opt1.BackColor = System.Drawing.Color.Transparent; this.gp_Opt1.Controls.Add(this.label4); this.gp_Opt1.Controls.Add(this.tbNextSpcialStep); this.gp_Opt1.Controls.Add(this.label3); this.gp_Opt1.Controls.Add(this.tbNextDefaultStep); this.gp_Opt1.Controls.Add(this.btSaveStep); this.gp_Opt1.Controls.Add(this.btModfiyStep); this.gp_Opt1.Controls.Add(this.btDeleteStep); this.gp_Opt1.Controls.Add(this.btAddStep); this.gp_Opt1.Controls.Add(this.label2); this.gp_Opt1.Controls.Add(this.label1); this.gp_Opt1.Controls.Add(this.tbOperate); this.gp_Opt1.Controls.Add(this.tbStepID); this.gp_Opt1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.gp_Opt1.Location = new System.Drawing.Point(7, 129); this.gp_Opt1.Name = "gp_Opt1"; this.gp_Opt1.Size = new System.Drawing.Size(338, 279); this.gp_Opt1.TabIndex = 4; this.gp_Opt1.TabStop = false; this.gp_Opt1.Text = "步骤"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(25, 158); 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(172, 158); 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(25, 116); 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(172, 116); 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(253, 200); 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(172, 200); 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(91, 200); 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(10, 200); 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); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(25, 71); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 3; this.label2.Text = "行为码"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(25, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 2; this.label1.Text = "步骤号"; // // tbOperate // this.tbOperate.BackColor = System.Drawing.SystemColors.Window; this.tbOperate.Location = new System.Drawing.Point(172, 71); this.tbOperate.Name = "tbOperate"; this.tbOperate.Size = new System.Drawing.Size(125, 21); this.tbOperate.TabIndex = 1; // // tbStepID // this.tbStepID.BackColor = System.Drawing.SystemColors.Window; this.tbStepID.Location = new System.Drawing.Point(172, 20); this.tbStepID.Name = "tbStepID"; this.tbStepID.Size = new System.Drawing.Size(125, 21); this.tbStepID.TabIndex = 0; // // gp_Opt // this.gp_Opt.BackColor = System.Drawing.Color.Transparent; this.gp_Opt.Controls.Add(this.btDeleteTaskTemplate); this.gp_Opt.Controls.Add(this.btAddTemplate); this.gp_Opt.Location = new System.Drawing.Point(144, 46); this.gp_Opt.Name = "gp_Opt"; this.gp_Opt.Size = new System.Drawing.Size(200, 79); this.gp_Opt.TabIndex = 5; this.gp_Opt.TabStop = false; this.gp_Opt.Text = "操作"; // // cbTemplateID // this.cbTemplateID.BackColor = System.Drawing.SystemColors.Window; this.cbTemplateID.FormattingEnabled = true; this.cbTemplateID.Location = new System.Drawing.Point(4, 32); 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_Read // this.gp_Read.Controls.Add(this.cbTemplateID); this.gp_Read.Location = new System.Drawing.Point(7, 46); this.gp_Read.Name = "gp_Read"; this.gp_Read.Size = new System.Drawing.Size(131, 79); this.gp_Read.TabIndex = 44; this.gp_Read.TabStop = false; this.gp_Read.Text = "模板"; // // CBookTemplateForm // 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 = "CBookTemplateForm"; this.Text = "任务模板"; this.Load += new System.EventHandler(this.CTaskTemplateForm_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_Per.ResumeLayout(false); this.gp_Opt1.ResumeLayout(false); this.gp_Opt1.PerformLayout(); this.gp_Opt.ResumeLayout(false); this.gp_Read.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.DataGridView DGVTaskTemplate; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.GroupBox GP_Per; private System.Windows.Forms.GroupBox gp_Opt1; 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 label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbOperate; private System.Windows.Forms.TextBox tbStepID; private System.Windows.Forms.GroupBox gp_Opt; private System.Windows.Forms.ComboBox cbTemplateID; private System.Windows.Forms.Button btDeleteTaskTemplate; private System.Windows.Forms.Button btAddTemplate; private System.Windows.Forms.Button btHelps; private System.Windows.Forms.GroupBox gp_Read; } }