📄 form1.designer.cs
字号:
this.button3.Location = new System.Drawing.Point(22, 259);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(97, 23);
this.button3.TabIndex = 7;
this.button3.Text = "清除所有任务";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_2);
//
// button8
//
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button8.Location = new System.Drawing.Point(140, 259);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(97, 23);
this.button8.TabIndex = 9;
this.button8.Text = "清除所选任务";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click_1);
//
// button7
//
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button7.Location = new System.Drawing.Point(257, 259);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(97, 23);
this.button7.TabIndex = 8;
this.button7.Text = "刷新";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click_1);
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.tabPage2.Controls.Add(this.button11);
this.tabPage2.Controls.Add(this.button10);
this.tabPage2.Controls.Add(this.button9);
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.dataGridView2);
this.tabPage2.Controls.Add(this.comboBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(562, 296);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "清除锁定";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button11
//
this.button11.BackColor = System.Drawing.Color.Transparent;
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button11.ForeColor = System.Drawing.Color.Black;
this.button11.Location = new System.Drawing.Point(248, 261);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(97, 23);
this.button11.TabIndex = 6;
this.button11.Text = "刷新";
this.button11.UseVisualStyleBackColor = false;
this.button11.Click += new System.EventHandler(this.button11_Click_1);
//
// button10
//
this.button10.BackColor = System.Drawing.Color.Transparent;
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button10.Location = new System.Drawing.Point(129, 261);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(97, 23);
this.button10.TabIndex = 5;
this.button10.Text = "清除选中锁定";
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.button10_Click_1);
//
// button9
//
this.button9.BackColor = System.Drawing.Color.Transparent;
this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button9.ForeColor = System.Drawing.SystemColors.ControlText;
this.button9.Location = new System.Drawing.Point(13, 261);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(97, 23);
this.button9.TabIndex = 4;
this.button9.Text = "清除所有锁定";
this.button9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.button9.UseVisualStyleBackColor = false;
this.button9.Click += new System.EventHandler(this.button9_Click_1);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(24, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 3;
this.label3.Text = "选择帐套:";
//
// dataGridView2
//
this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGridView2.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.dataGridView2.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.cvouchtype,
this.id,
this.cauth,
this.cuser,
this.cworkstation});
this.dataGridView2.Location = new System.Drawing.Point(0, 32);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView2.Size = new System.Drawing.Size(562, 221);
this.dataGridView2.TabIndex = 2;
//
// cvouchtype
//
this.cvouchtype.DataPropertyName = "cvouchtype";
this.cvouchtype.HeaderText = "单据类型";
this.cvouchtype.Name = "cvouchtype";
//
// id
//
this.id.DataPropertyName = "id";
this.id.HeaderText = "ID号";
this.id.Name = "id";
//
// cauth
//
this.cauth.DataPropertyName = "cauth";
this.cauth.HeaderText = "处理名称";
this.cauth.Name = "cauth";
//
// cuser
//
this.cuser.DataPropertyName = "cuser";
this.cuser.HeaderText = "用户名";
this.cuser.Name = "cuser";
//
// cworkstation
//
this.cworkstation.DataPropertyName = "cworkstation";
this.cworkstation.HeaderText = "机器名";
this.cworkstation.Name = "cworkstation";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(105, 9);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 0;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged_1);
//
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.Color.White;
this.tabPage3.Controls.Add(this.groupBox3);
this.tabPage3.Controls.Add(this.groupBox2);
this.tabPage3.Controls.Add(this.groupBox1);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(562, 296);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "其它功能";
this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.groupBox4);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Location = new System.Drawing.Point(194, 20);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(194, 259);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "数据库检查错误";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 55);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(185, 12);
this.label14.TabIndex = 7;
this.label14.Text = "!执行过程中勿关闭程序否则可能";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(20, 67);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(137, 12);
this.label13.TabIndex = 6;
this.label13.Text = "造成未能取消单用户模式";
this.label13.Click += new System.EventHandler(this.label13_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button4);
this.groupBox4.Controls.Add(this.comboBox2);
this.groupBox4.Location = new System.Drawing.Point(6, 108);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(172, 116);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "选择数据帐套";
//
// button4
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.button4.Location = new System.Drawing.Point(66, 52);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(97, 23);
this.button4.TabIndex = 0;
this.button4.Text = "执行修复";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click_1);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -