📄 form3.designer.cs
字号:
namespace Store
{
partial class Form3
{
/// <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("定期取款");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("取款", new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2});
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("活期存款");
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("定期存款");
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("开户");
System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("存款", new System.Windows.Forms.TreeNode[] {
treeNode4,
treeNode5,
treeNode6});
System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("存款信息");
System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("收/付款信息");
System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("储户信息");
System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("\r\n帐户信息");
System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("业务员信息");
System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("查询", new System.Windows.Forms.TreeNode[] {
treeNode8,
treeNode9,
treeNode10,
treeNode11,
treeNode12});
System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("修改密码");
System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("在线帮助");
System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("系统维护", new System.Windows.Forms.TreeNode[] {
treeNode14,
treeNode15});
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.存款ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.全部提前支取ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.部分提前支取ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.存款ToolStripMenuItem1 = 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.查询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.帐户信息toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.操作员信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.修改密码ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.在线帮助ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.treeView1 = new System.Windows.Forms.TreeView();
this.panel3 = new System.Windows.Forms.Panel();
this.textBox28 = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label16 = new System.Windows.Forms.Label();
this.textBox15 = new System.Windows.Forms.TextBox();
this.textBox17 = new System.Windows.Forms.TextBox();
this.textBox23 = new System.Windows.Forms.TextBox();
this.textBox24 = new System.Windows.Forms.TextBox();
this.textBox25 = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.textBox26 = new System.Windows.Forms.TextBox();
this.textBox27 = new System.Windows.Forms.TextBox();
this.label32 = new System.Windows.Forms.Label();
this.label33 = new System.Windows.Forms.Label();
this.label34 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.button7 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.textBox12 = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button5 = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.panel4 = new System.Windows.Forms.Panel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.textBox33 = new System.Windows.Forms.TextBox();
this.存款信息BindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.银行储蓄系统DataSet2 = new Store.银行储蓄系统DataSet2();
this.textBox32 = new System.Windows.Forms.TextBox();
this.textBox41 = new System.Windows.Forms.TextBox();
this.textBox44 = new System.Windows.Forms.TextBox();
this.textBox45 = new System.Windows.Forms.TextBox();
this.textBox46 = new System.Windows.Forms.TextBox();
this.textBox47 = new System.Windows.Forms.TextBox();
this.label50 = new System.Windows.Forms.Label();
this.label52 = new System.Windows.Forms.Label();
this.label53 = new System.Windows.Forms.Label();
this.label54 = new System.Windows.Forms.Label();
this.label55 = new System.Windows.Forms.Label();
this.label56 = new System.Windows.Forms.Label();
this.textBox39 = new System.Windows.Forms.TextBox();
this.label46 = new System.Windows.Forms.Label();
this.label47 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.textBox48 = new System.Windows.Forms.TextBox();
this.帐号信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.银行储蓄系统DataSet4 = new Store.银行储蓄系统DataSet4();
this.textBox49 = new System.Windows.Forms.TextBox();
this.textBox50 = new System.Windows.Forms.TextBox();
this.textBox51 = new System.Windows.Forms.TextBox();
this.label57 = new System.Windows.Forms.Label();
this.label58 = new System.Windows.Forms.Label();
this.label59 = new System.Windows.Forms.Label();
this.label60 = new System.Windows.Forms.Label();
this.label61 = new System.Windows.Forms.Label();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.储户信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.银行储蓄系统DataSet3 = new Store.银行储蓄系统DataSet3();
this.label115 = new System.Windows.Forms.Label();
this.textBox98 = new System.Windows.Forms.TextBox();
this.label114 = new System.Windows.Forms.Label();
this.textBox97 = new System.Windows.Forms.TextBox();
this.label113 = new System.Windows.Forms.Label();
this.textBox52 = new System.Windows.Forms.TextBox();
this.textBox53 = new System.Windows.Forms.TextBox();
this.textBox54 = new System.Windows.Forms.TextBox();
this.textBox55 = new System.Windows.Forms.TextBox();
this.textBox56 = new System.Windows.Forms.TextBox();
this.textBox57 = new System.Windows.Forms.TextBox();
this.label62 = new System.Windows.Forms.Label();
this.label63 = new System.Windows.Forms.Label();
this.label64 = new System.Windows.Forms.Label();
this.label65 = new System.Windows.Forms.Label();
this.label66 = new System.Windows.Forms.Label();
this.label67 = new System.Windows.Forms.Label();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.textBox31 = new System.Windows.Forms.TextBox();
this.textBox58 = new System.Windows.Forms.TextBox();
this.textBox59 = new System.Windows.Forms.TextBox();
this.textBox60 = new System.Windows.Forms.TextBox();
this.textBox61 = new System.Windows.Forms.TextBox();
this.textBox62 = new System.Windows.Forms.TextBox();
this.textBox63 = new System.Windows.Forms.TextBox();
this.label68 = new System.Windows.Forms.Label();
this.label69 = new System.Windows.Forms.Label();
this.label70 = new System.Windows.Forms.Label();
this.label71 = new System.Windows.Forms.Label();
this.label72 = new System.Windows.Forms.Label();
this.label73 = new System.Windows.Forms.Label();
this.label74 = new System.Windows.Forms.Label();
this.textBox30 = new System.Windows.Forms.TextBox();
this.label36 = new System.Windows.Forms.Label();
this.textBox29 = new System.Windows.Forms.TextBox();
this.button12 = new System.Windows.Forms.Button();
this.label35 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.textBox14 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.textBox13 = new System.Windows.Forms.TextBox();
this.button4 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.richTextBox3 = new System.Windows.Forms.RichTextBox();
this.label21 = new System.Windows.Forms.Label();
this.textBox16 = new System.Windows.Forms.TextBox();
this.textBox18 = new System.Windows.Forms.TextBox();
this.textBox19 = new System.Windows.Forms.TextBox();
this.textBox20 = new System.Windows.Forms.TextBox();
this.textBox21 = new System.Windows.Forms.TextBox();
this.textBox22 = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.textBox64 = new System.Windows.Forms.TextBox();
this.textBox65 = new System.Windows.Forms.TextBox();
this.textBox66 = new System.Windows.Forms.TextBox();
this.label75 = new System.Windows.Forms.Label();
this.textBox67 = new System.Windows.Forms.TextBox();
this.label76 = new System.Windows.Forms.Label();
this.textBox68 = new System.Windows.Forms.TextBox();
this.label77 = new System.Windows.Forms.Label();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -