📄 form_basic_kuaiji.designer.cs
字号:
namespace RepairCRM
{
partial class Form_Basic_kuaiji
{
/// <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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("测试");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("『库存商品总值合计』", new System.Windows.Forms.TreeNode[] {
treeNode1});
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Basic_kuaiji));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.资产 = new System.Windows.Forms.TabPage();
this.tree_zc = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.损益 = new System.Windows.Forms.TabPage();
this.表外 = new System.Windows.Forms.TabPage();
this.负债 = new System.Windows.Forms.TabPage();
this.权益 = new System.Windows.Forms.TabPage();
this.成本 = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button_close = new System.Windows.Forms.Button();
this.button_print = new System.Windows.Forms.Button();
this.button_count = new System.Windows.Forms.Button();
this.button_copy = new System.Windows.Forms.Button();
this.button_del = new System.Windows.Forms.Button();
this.button_edit = new System.Windows.Forms.Button();
this.button_add = new System.Windows.Forms.Button();
this.aTypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataSet_Tables = new RepairCRM.DataSet_Tables();
this.aTypeTableAdapter = new RepairCRM.DataSet_TablesTableAdapters.ATypeTableAdapter();
this.tabControl1.SuspendLayout();
this.资产.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.aTypeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet_Tables)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.资产);
this.tabControl1.Controls.Add(this.损益);
this.tabControl1.Controls.Add(this.表外);
this.tabControl1.Controls.Add(this.负债);
this.tabControl1.Controls.Add(this.权益);
this.tabControl1.Controls.Add(this.成本);
this.tabControl1.Location = new System.Drawing.Point(23, 22);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(550, 444);
this.tabControl1.TabIndex = 0;
//
// 资产
//
this.资产.Controls.Add(this.tree_zc);
this.资产.Location = new System.Drawing.Point(4, 21);
this.资产.Name = "资产";
this.资产.Padding = new System.Windows.Forms.Padding(3);
this.资产.Size = new System.Drawing.Size(542, 419);
this.资产.TabIndex = 0;
this.资产.Text = "资产";
this.资产.UseVisualStyleBackColor = true;
//
// tree_zc
//
this.tree_zc.ImageKey = "blankcd.ico";
this.tree_zc.ImageList = this.imageList1;
this.tree_zc.Location = new System.Drawing.Point(16, 15);
this.tree_zc.Name = "tree_zc";
treeNode1.ImageKey = "Bookmark.ico";
treeNode1.Name = "节点0";
treeNode1.SelectedImageKey = "Browser.ico";
treeNode1.Text = "测试";
treeNode2.Name = "『库存商品总值合计』";
treeNode2.Text = "『库存商品总值合计』";
treeNode2.ToolTipText = "标准测试";
this.tree_zc.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode2});
this.tree_zc.SelectedImageIndex = 0;
this.tree_zc.ShowNodeToolTips = true;
this.tree_zc.Size = new System.Drawing.Size(508, 324);
this.tree_zc.TabIndex = 0;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "Apply.ico");
this.imageList1.Images.SetKeyName(1, "blankcd.ico");
this.imageList1.Images.SetKeyName(2, "Bookmark.ico");
this.imageList1.Images.SetKeyName(3, "Browser.ico");
this.imageList1.Images.SetKeyName(4, "cab.ico");
this.imageList1.Images.SetKeyName(5, "camera.ico");
//
// 损益
//
this.损益.Location = new System.Drawing.Point(4, 21);
this.损益.Name = "损益";
this.损益.Size = new System.Drawing.Size(542, 419);
this.损益.TabIndex = 4;
this.损益.Text = "损益";
this.损益.UseVisualStyleBackColor = true;
//
// 表外
//
this.表外.Location = new System.Drawing.Point(4, 21);
this.表外.Name = "表外";
this.表外.Size = new System.Drawing.Size(542, 419);
this.表外.TabIndex = 5;
this.表外.Text = "表外";
this.表外.UseVisualStyleBackColor = true;
//
// 负债
//
this.负债.Location = new System.Drawing.Point(4, 21);
this.负债.Name = "负债";
this.负债.Padding = new System.Windows.Forms.Padding(3);
this.负债.Size = new System.Drawing.Size(542, 419);
this.负债.TabIndex = 1;
this.负债.Text = "负债";
this.负债.UseVisualStyleBackColor = true;
//
// 权益
//
this.权益.Location = new System.Drawing.Point(4, 21);
this.权益.Name = "权益";
this.权益.Size = new System.Drawing.Size(542, 419);
this.权益.TabIndex = 2;
this.权益.Text = "权益";
this.权益.UseVisualStyleBackColor = true;
//
// 成本
//
this.成本.Location = new System.Drawing.Point(4, 21);
this.成本.Name = "成本";
this.成本.Size = new System.Drawing.Size(542, 419);
this.成本.TabIndex = 3;
this.成本.Text = "成本";
this.成本.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button7);
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(598, 43);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(146, 378);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "科目管理";
//
// button7
//
this.button7.Location = new System.Drawing.Point(36, 327);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 23);
this.button7.TabIndex = 6;
this.button7.Text = "关闭(&X)";
this.button7.UseVisualStyleBackColor = true;
//
// button6
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -