namespace wcfControlMonitorClient { partial class FrmTaskManage { /// /// 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.components = new System.ComponentModel.Container(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmEdit = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tbMaxCount = new System.Windows.Forms.TextBox(); this.tbUserID = new System.Windows.Forms.TextBox(); this.btSave = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; this.dataGridView1.Location = new System.Drawing.Point(7, 45); this.dataGridView1.Margin = new System.Windows.Forms.Padding(4); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersWidth = 51; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(471, 253); this.dataGridView1.TabIndex = 25; this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmEdit, this.toolStripSeparator1}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(109, 34); // // tsmEdit // this.tsmEdit.Name = "tsmEdit"; this.tsmEdit.Size = new System.Drawing.Size(108, 24); this.tsmEdit.Text = "修改"; this.tsmEdit.Click += new System.EventHandler(this.tsmEdit_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(105, 6); // // tbMaxCount // this.tbMaxCount.Location = new System.Drawing.Point(239, 11); this.tbMaxCount.Margin = new System.Windows.Forms.Padding(4); this.tbMaxCount.Name = "tbMaxCount"; this.tbMaxCount.Size = new System.Drawing.Size(133, 25); this.tbMaxCount.TabIndex = 43; // // tbUserID // this.tbUserID.Location = new System.Drawing.Point(81, 11); this.tbUserID.Margin = new System.Windows.Forms.Padding(4); this.tbUserID.Name = "tbUserID"; this.tbUserID.ReadOnly = true; this.tbUserID.Size = new System.Drawing.Size(113, 25); this.tbUserID.TabIndex = 42; // // btSave // this.btSave.Location = new System.Drawing.Point(381, 9); this.btSave.Margin = new System.Windows.Forms.Padding(4); this.btSave.Name = "btSave"; this.btSave.Size = new System.Drawing.Size(64, 31); this.btSave.TabIndex = 44; this.btSave.Text = "保存"; this.btSave.UseVisualStyleBackColor = true; this.btSave.Click += new System.EventHandler(this.btSave_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(203, 16); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 15); this.label1.TabIndex = 45; this.label1.Text = "数量"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(11, 16); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 15); this.label2.TabIndex = 46; this.label2.Text = "设备编号"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.label3.Location = new System.Drawing.Point(16, 314); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(314, 20); this.label3.TabIndex = 48; this.label3.Text = "提示:数量为0时不控制任务数量"; // // FrmTaskManage // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(491, 345); this.Controls.Add(this.label3); this.Controls.Add(this.btSave); this.Controls.Add(this.tbMaxCount); this.Controls.Add(this.tbUserID); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmTaskManage"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "任务数量管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmTaskManage_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.TextBox tbMaxCount; private System.Windows.Forms.TextBox tbUserID; private System.Windows.Forms.Button btSave; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem tsmEdit; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.Label label3; } }