📄 form1.designer.cs
字号:
namespace uftool
{
partial class Form1
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.servername = new System.Windows.Forms.TextBox();
this.pwd = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.清除选中作务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.清除所有作务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.取ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.刷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.清除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.清除所有行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel1 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.panel3 = new System.Windows.Forms.Panel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.cTaskId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cSub_Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cSub_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cStation = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dInTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button3 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button11 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.cvouchtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cauth = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cworkstation = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button5 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.label5 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.contextMenuStrip1.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.tabPage3.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// servername
//
this.servername.Location = new System.Drawing.Point(106, 17);
this.servername.Name = "servername";
this.servername.Size = new System.Drawing.Size(100, 21);
this.servername.TabIndex = 0;
//
// pwd
//
this.pwd.Location = new System.Drawing.Point(284, 17);
this.pwd.Name = "pwd";
this.pwd.Size = new System.Drawing.Size(100, 21);
this.pwd.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(11, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 2;
this.label1.Text = "输入服务器名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(231, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "SA密码:";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.清除选中作务ToolStripMenuItem,
this.清除所有作务ToolStripMenuItem,
this.取ToolStripMenuItem,
this.刷ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(147, 92);
//
// 清除选中作务ToolStripMenuItem
//
this.清除选中作务ToolStripMenuItem.Name = "清除选中作务ToolStripMenuItem";
this.清除选中作务ToolStripMenuItem.Size = new System.Drawing.Size(146, 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(146, 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(146, 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(146, 22);
this.刷ToolStripMenuItem.Text = "刷新任务";
//
// button1
//
this.button1.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(404, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(90, 27);
this.button1.TabIndex = 5;
this.button1.Text = " 连接";
this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.Location = new System.Drawing.Point(512, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(92, 27);
this.button2.TabIndex = 6;
this.button2.Text = " 断开连接";
this.button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.清除选中行ToolStripMenuItem,
this.清除所有行ToolStripMenuItem,
this.刷新ToolStripMenuItem});
this.contextMenuStrip2.Name = "contextMenuStrip2";
this.contextMenuStrip2.Size = new System.Drawing.Size(135, 70);
//
// 清除选中行ToolStripMenuItem
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -