📄 form_basic_kuaiji.designer.cs
字号:
this.button6.Location = new System.Drawing.Point(36, 269);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 5;
this.button6.Text = "打印(&P)..";
this.button6.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.Location = new System.Drawing.Point(36, 213);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 4;
this.button5.Text = "预算(&B)..";
this.button5.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(36, 161);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 3;
this.button4.Text = "复制(&C)..";
this.button4.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(36, 112);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 2;
this.button3.Text = "删除(&D)";
this.button3.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(36, 71);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "修改(&M)..";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(36, 30);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "增加(&A)..";
this.button1.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button_close);
this.groupBox2.Controls.Add(this.button_print);
this.groupBox2.Controls.Add(this.button_count);
this.groupBox2.Controls.Add(this.button_copy);
this.groupBox2.Controls.Add(this.button_del);
this.groupBox2.Controls.Add(this.button_edit);
this.groupBox2.Controls.Add(this.button_add);
this.groupBox2.Location = new System.Drawing.Point(598, 43);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(146, 378);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "科目管理";
//
// button_close
//
this.button_close.Location = new System.Drawing.Point(36, 324);
this.button_close.Name = "button_close";
this.button_close.Size = new System.Drawing.Size(75, 23);
this.button_close.TabIndex = 6;
this.button_close.Text = "关闭(&X)";
this.button_close.UseVisualStyleBackColor = true;
//
// button_print
//
this.button_print.Location = new System.Drawing.Point(36, 275);
this.button_print.Name = "button_print";
this.button_print.Size = new System.Drawing.Size(75, 23);
this.button_print.TabIndex = 5;
this.button_print.Text = "打印(&P)..";
this.button_print.UseVisualStyleBackColor = true;
//
// button_count
//
this.button_count.Location = new System.Drawing.Point(36, 226);
this.button_count.Name = "button_count";
this.button_count.Size = new System.Drawing.Size(75, 23);
this.button_count.TabIndex = 4;
this.button_count.Text = "预算(&B)..";
this.button_count.UseVisualStyleBackColor = true;
//
// button_copy
//
this.button_copy.Location = new System.Drawing.Point(36, 177);
this.button_copy.Name = "button_copy";
this.button_copy.Size = new System.Drawing.Size(75, 23);
this.button_copy.TabIndex = 3;
this.button_copy.Text = "复制(&C)..";
this.button_copy.UseVisualStyleBackColor = true;
//
// button_del
//
this.button_del.Location = new System.Drawing.Point(36, 128);
this.button_del.Name = "button_del";
this.button_del.Size = new System.Drawing.Size(75, 23);
this.button_del.TabIndex = 2;
this.button_del.Text = "删除(&D)";
this.button_del.UseVisualStyleBackColor = true;
//
// button_edit
//
this.button_edit.Location = new System.Drawing.Point(36, 79);
this.button_edit.Name = "button_edit";
this.button_edit.Size = new System.Drawing.Size(75, 23);
this.button_edit.TabIndex = 1;
this.button_edit.Text = "修改(&M)..";
this.button_edit.UseVisualStyleBackColor = true;
//
// button_add
//
this.button_add.Location = new System.Drawing.Point(36, 30);
this.button_add.Name = "button_add";
this.button_add.Size = new System.Drawing.Size(75, 23);
this.button_add.TabIndex = 0;
this.button_add.Text = "增加(&A)..";
this.button_add.UseVisualStyleBackColor = true;
this.button_add.Click += new System.EventHandler(this.button_add_Click);
//
// aTypeBindingSource
//
this.aTypeBindingSource.DataMember = "AType";
this.aTypeBindingSource.DataSource = this.dataSet_Tables;
//
// dataSet_Tables
//
this.dataSet_Tables.DataSetName = "DataSet_Tables";
this.dataSet_Tables.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// aTypeTableAdapter
//
this.aTypeTableAdapter.ClearBeforeFill = true;
//
// Form_Basic_kuaiji
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 493);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.tabControl1);
this.Location = new System.Drawing.Point(0, 0);
this.Name = "Form_Basic_kuaiji";
this.Text = "会计科目设置";
this.Load += new System.EventHandler(this.Form_Basic_kuaiji_Load);
this.tabControl1.ResumeLayout(false);
this.资产.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.aTypeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet_Tables)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage 资产;
private System.Windows.Forms.TabPage 负债;
private System.Windows.Forms.TabPage 权益;
private System.Windows.Forms.TabPage 成本;
private System.Windows.Forms.TabPage 损益;
private System.Windows.Forms.TabPage 表外;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button_close;
private System.Windows.Forms.Button button_print;
private System.Windows.Forms.Button button_count;
private System.Windows.Forms.Button button_copy;
private System.Windows.Forms.Button button_del;
private System.Windows.Forms.Button button_edit;
private System.Windows.Forms.Button button_add;
private DataSet_Tables dataSet_Tables;
private System.Windows.Forms.BindingSource aTypeBindingSource;
private RepairCRM.DataSet_TablesTableAdapters.ATypeTableAdapter aTypeTableAdapter;
private System.Windows.Forms.TreeView tree_zc;
private System.Windows.Forms.ImageList imageList1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -