📄 form1.designer.cs
字号:
this.清除选中行ToolStripMenuItem.Name = "清除选中行ToolStripMenuItem";
this.清除选中行ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.清除选中行ToolStripMenuItem.Text = "清除选中行";
this.清除选中行ToolStripMenuItem.Click += new System.EventHandler(this.清除选中行ToolStripMenuItem_Click);
//
// 清除所有行ToolStripMenuItem
//
this.清除所有行ToolStripMenuItem.Name = "清除所有行ToolStripMenuItem";
this.清除所有行ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.清除所有行ToolStripMenuItem.Text = "清除所有行";
this.清除所有行ToolStripMenuItem.Click += new System.EventHandler(this.清除所有行ToolStripMenuItem_Click);
//
// 刷新ToolStripMenuItem
//
this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.刷新ToolStripMenuItem.Text = "刷新";
this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
//
// panel1
//
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label7);
this.panel1.Location = new System.Drawing.Point(-2, -1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(658, 38);
this.panel1.TabIndex = 7;
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
this.label9.Location = new System.Drawing.Point(580, 22);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 12);
this.label9.TabIndex = 2;
this.label9.Text = "QQ:15916722";
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Location = new System.Drawing.Point(448, 8);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(203, 12);
this.label8.TabIndex = 1;
this.label8.Text = "汕头用友王伟宾:WEIBIN9264@163.COM";
this.label8.UseMnemonic = false;
//
// label7
//
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.label7.Font = new System.Drawing.Font("楷体_GB2312", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.SystemColors.Desktop;
this.label7.Location = new System.Drawing.Point(3, 8);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(194, 26);
this.label7.TabIndex = 0;
this.label7.Text = "用友工具";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.panel3);
this.panel2.Controls.Add(this.tabControl1);
this.panel2.Location = new System.Drawing.Point(-2, 36);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(655, 402);
this.panel2.TabIndex = 8;
//
// panel4
//
this.panel4.Controls.Add(this.panel5);
this.panel4.Controls.Add(this.radioButton3);
this.panel4.Controls.Add(this.radioButton2);
this.panel4.Controls.Add(this.radioButton1);
this.panel4.Location = new System.Drawing.Point(4, 57);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(88, 300);
this.panel4.TabIndex = 14;
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.Transparent;
this.panel5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel5.BackgroundImage")));
this.panel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(88, 26);
this.panel5.TabIndex = 17;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(9, 180);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(71, 16);
this.radioButton3.TabIndex = 16;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "其它功能";
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(9, 111);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(71, 16);
this.radioButton2.TabIndex = 15;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "清除锁定";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(9, 44);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(71, 16);
this.radioButton1.TabIndex = 14;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "异常清除";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged_1);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.DarkGray;
this.panel3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel3.BackgroundImage")));
this.panel3.Controls.Add(this.button1);
this.panel3.Controls.Add(this.button2);
this.panel3.Controls.Add(this.label2);
this.panel3.Controls.Add(this.pwd);
this.panel3.Controls.Add(this.servername);
this.panel3.Controls.Add(this.label1);
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(658, 58);
this.panel3.TabIndex = 10;
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.tabControl1.Location = new System.Drawing.Point(88, 33);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(570, 321);
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl1.TabIndex = 5;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.White;
this.tabPage1.Controls.Add(this.dataGridView1);
this.tabPage1.Controls.Add(this.button3);
this.tabPage1.Controls.Add(this.button8);
this.tabPage1.Controls.Add(this.button7);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(0, 3, 3, 3);
this.tabPage1.Size = new System.Drawing.Size(562, 296);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "清除异常";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cTaskId,
this.cSub_Id,
this.cSub_Name,
this.cStation,
this.dInTime});
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveBorder;
this.dataGridView1.Location = new System.Drawing.Point(-4, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(570, 247);
this.dataGridView1.TabIndex = 0;
//
// cTaskId
//
this.cTaskId.DataPropertyName = "cTaskId";
this.cTaskId.HeaderText = "任务ID";
this.cTaskId.Name = "cTaskId";
//
// cSub_Id
//
this.cSub_Id.DataPropertyName = "cSub_Id";
this.cSub_Id.HeaderText = "产品ID";
this.cSub_Id.Name = "cSub_Id";
//
// cSub_Name
//
this.cSub_Name.DataPropertyName = "cSub_Name";
this.cSub_Name.HeaderText = "产品名称";
this.cSub_Name.Name = "cSub_Name";
//
// cStation
//
this.cStation.DataPropertyName = "cStation";
this.cStation.HeaderText = "服务器";
this.cStation.Name = "cStation";
//
// dInTime
//
this.dInTime.DataPropertyName = "dInTime";
this.dInTime.HeaderText = "登陆时间";
this.dInTime.Name = "dInTime";
//
// button3
//
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -