123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- namespace ProjectManagementSystem.UI
- {
- partial class DebugUI
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.panel1 = new System.Windows.Forms.Panel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.cmbParentTaskId = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.cmbLocationCode = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.cmbTaskTemplate = new System.Windows.Forms.ComboBox();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.更新数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.panel1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.contextMenuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(859, 451);
- this.panel1.TabIndex = 0;
- //
- // groupBox1
- //
- this.groupBox1.ContextMenuStrip = this.contextMenuStrip1;
- this.groupBox1.Controls.Add(this.cmbParentTaskId);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.button1);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.cmbLocationCode);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.cmbTaskTemplate);
- this.groupBox1.Location = new System.Drawing.Point(13, 16);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(515, 278);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "调试任务";
- //
- // cmbParentTaskId
- //
- this.cmbParentTaskId.FormattingEnabled = true;
- this.cmbParentTaskId.Location = new System.Drawing.Point(234, 164);
- this.cmbParentTaskId.Name = "cmbParentTaskId";
- this.cmbParentTaskId.Size = new System.Drawing.Size(267, 32);
- this.cmbParentTaskId.TabIndex = 6;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 164);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(106, 24);
- this.label3.TabIndex = 5;
- this.label3.Text = "父任务ID";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(349, 221);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(152, 40);
- this.button1.TabIndex = 4;
- this.button1.Text = "下发任务";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(7, 59);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(226, 24);
- this.label2.TabIndex = 3;
- this.label2.Text = "任务点(可逗号隔开)";
- //
- // cmbLocationCode
- //
- this.cmbLocationCode.FormattingEnabled = true;
- this.cmbLocationCode.Location = new System.Drawing.Point(234, 51);
- this.cmbLocationCode.Name = "cmbLocationCode";
- this.cmbLocationCode.Size = new System.Drawing.Size(267, 32);
- this.cmbLocationCode.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(7, 110);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(106, 24);
- this.label1.TabIndex = 1;
- this.label1.Text = "任务模板";
- //
- // cmbTaskTemplate
- //
- this.cmbTaskTemplate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbTaskTemplate.FormattingEnabled = true;
- this.cmbTaskTemplate.Location = new System.Drawing.Point(234, 107);
- this.cmbTaskTemplate.Name = "cmbTaskTemplate";
- this.cmbTaskTemplate.Size = new System.Drawing.Size(267, 32);
- this.cmbTaskTemplate.TabIndex = 0;
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.更新数据ToolStripMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(185, 42);
- //
- // 更新数据ToolStripMenuItem
- //
- this.更新数据ToolStripMenuItem.Name = "更新数据ToolStripMenuItem";
- this.更新数据ToolStripMenuItem.Size = new System.Drawing.Size(184, 38);
- this.更新数据ToolStripMenuItem.Text = "更新数据";
- this.更新数据ToolStripMenuItem.Click += new System.EventHandler(this.更新数据ToolStripMenuItem_Click);
- //
- // DebugUI
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel1);
- this.Name = "DebugUI";
- this.Size = new System.Drawing.Size(859, 451);
- this.panel1.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.contextMenuStrip1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox cmbTaskTemplate;
- private System.Windows.Forms.ComboBox cmbLocationCode;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ComboBox cmbParentTaskId;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 更新数据ToolStripMenuItem;
- }
- }
|