📄 form3.designer.cs
字号:
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(678, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::Store.Properties.Resources._00052751;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 49);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.BackgroundImage = global::Store.Properties.Resources.y_07;
this.splitContainer1.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.splitContainer1.Panel2.Controls.Add(this.panel3);
this.splitContainer1.Panel2.Controls.Add(this.panel1);
this.splitContainer1.Panel2.Controls.Add(this.panel4);
this.splitContainer1.Panel2.Controls.Add(this.panel2);
this.splitContainer1.Size = new System.Drawing.Size(678, 385);
this.splitContainer1.SplitterDistance = 124;
this.splitContainer1.TabIndex = 2;
//
// treeView1
//
this.treeView1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Location = new System.Drawing.Point(0, 0);
this.treeView1.Name = "treeView1";
treeNode1.Name = "节点1";
treeNode1.Text = "活期取款";
treeNode2.Name = "节点2";
treeNode2.Text = "定期取款";
treeNode3.Name = "节点0";
treeNode3.Text = "取款";
treeNode4.Name = "节点4";
treeNode4.Text = "活期存款";
treeNode5.Name = "节点5";
treeNode5.Text = "定期存款";
treeNode6.Name = "节点6";
treeNode6.Text = "开户";
treeNode7.Name = "节点3";
treeNode7.Text = "存款";
treeNode8.Name = "节点9";
treeNode8.Text = "存款信息";
treeNode9.Name = "节点10";
treeNode9.Text = "收/付款信息";
treeNode10.Name = "节点11";
treeNode10.Text = "储户信息";
treeNode11.Name = "节点12";
treeNode11.Text = "\r\n帐户信息";
treeNode12.Name = "节点0";
treeNode12.Text = "业务员信息";
treeNode13.Name = "节点7";
treeNode13.Text = "查询";
treeNode14.Name = "节点14";
treeNode14.Text = "修改密码";
treeNode15.Name = "节点15";
treeNode15.Text = "在线帮助";
treeNode16.Name = "节点13";
treeNode16.Text = "系统维护";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode3,
treeNode7,
treeNode13,
treeNode16});
this.treeView1.Size = new System.Drawing.Size(124, 385);
this.treeView1.TabIndex = 0;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// panel3
//
this.panel3.Controls.Add(this.textBox28);
this.panel3.Controls.Add(this.button6);
this.panel3.Controls.Add(this.button10);
this.panel3.Controls.Add(this.button11);
this.panel3.Controls.Add(this.richTextBox1);
this.panel3.Controls.Add(this.label16);
this.panel3.Controls.Add(this.textBox15);
this.panel3.Controls.Add(this.textBox17);
this.panel3.Controls.Add(this.textBox23);
this.panel3.Controls.Add(this.textBox24);
this.panel3.Controls.Add(this.textBox25);
this.panel3.Controls.Add(this.label17);
this.panel3.Controls.Add(this.label18);
this.panel3.Controls.Add(this.label19);
this.panel3.Controls.Add(this.label20);
this.panel3.Controls.Add(this.label23);
this.panel3.Controls.Add(this.label31);
this.panel3.Controls.Add(this.textBox26);
this.panel3.Controls.Add(this.textBox27);
this.panel3.Controls.Add(this.label32);
this.panel3.Controls.Add(this.label33);
this.panel3.Controls.Add(this.label34);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(550, 385);
this.panel3.TabIndex = 2;
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
//
// textBox28
//
this.textBox28.Enabled = false;
this.textBox28.Location = new System.Drawing.Point(373, 187);
this.textBox28.Name = "textBox28";
this.textBox28.Size = new System.Drawing.Size(97, 21);
this.textBox28.TabIndex = 45;
//
// button6
//
this.button6.Location = new System.Drawing.Point(427, 336);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(45, 25);
this.button6.TabIndex = 44;
this.button6.Text = "退出";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(357, 336);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(45, 25);
this.button10.TabIndex = 43;
this.button10.Text = "打印";
this.button10.UseVisualStyleBackColor = true;
//
// button11
//
this.button11.Location = new System.Drawing.Point(285, 336);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(45, 25);
this.button11.TabIndex = 42;
this.button11.Text = "保存";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(145, 220);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(325, 105);
this.richTextBox1.TabIndex = 41;
this.richTextBox1.Text = "";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(53, 223);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 40;
this.label16.Text = "备注:";
//
// textBox15
//
this.textBox15.Location = new System.Drawing.Point(145, 189);
this.textBox15.Name = "textBox15";
this.textBox15.Size = new System.Drawing.Size(100, 21);
this.textBox15.TabIndex = 39;
//
// textBox17
//
this.textBox17.Location = new System.Drawing.Point(373, 156);
this.textBox17.Name = "textBox17";
this.textBox17.Size = new System.Drawing.Size(97, 21);
this.textBox17.TabIndex = 38;
//
// textBox23
//
this.textBox23.Location = new System.Drawing.Point(145, 156);
this.textBox23.Name = "textBox23";
this.textBox23.Size = new System.Drawing.Size(100, 21);
this.textBox23.TabIndex = 37;
//
// textBox24
//
this.textBox24.Location = new System.Drawing.Point(374, 123);
this.textBox24.Name = "textBox24";
this.textBox24.Size = new System.Drawing.Size(97, 21);
this.textBox24.TabIndex = 36;
//
// textBox25
//
this.textBox25.Location = new System.Drawing.Point(145, 123);
this.textBox25.Name = "textBox25";
this.textBox25.Size = new System.Drawing.Size(100, 21);
this.textBox25.TabIndex = 35;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(53, 192);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(77, 12);
this.label17.TabIndex = 34;
this.label17.Text = "业务员编号:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(285, 192);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(65, 12);
this.label18.TabIndex = 33;
this.label18.Text = "开户日期:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(285, 160);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 12);
this.label19.TabIndex = 32;
this.label19.Text = "联系电话:";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(53, 159);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(65, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -