亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form7.designer.cs

?? 模擬銀行系統(tǒng)的實現(xiàn)
?? CS
字號:
namespace Project1
{
    partial class formAddAcc
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.txtAmount = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtDateOfOpening = new System.Windows.Forms.DateTimePicker();
            this.label10 = new System.Windows.Forms.Label();
            this.txtCustID = new System.Windows.Forms.TextBox();
            this.txtAccNo = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtStatus = new System.Windows.Forms.GroupBox();
            this.radioFunctional = new System.Windows.Forms.RadioButton();
            this.radioClosed = new System.Windows.Forms.RadioButton();
            this.txtAccType = new System.Windows.Forms.ComboBox();
            this.txtStatus.SuspendLayout();
            this.SuspendLayout();
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(422, 267);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(112, 40);
            this.button2.TabIndex = 52;
            this.button2.Text = "Cancel";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(158, 267);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(112, 40);
            this.button1.TabIndex = 51;
            this.button1.Text = "Save";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // txtAmount
            // 
            this.txtAmount.Location = new System.Drawing.Point(484, 112);
            this.txtAmount.Name = "txtAmount";
            this.txtAmount.Size = new System.Drawing.Size(180, 20);
            this.txtAmount.TabIndex = 50;
            // 
            // label5
            // 
            this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label5.Location = new System.Drawing.Point(390, 115);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(112, 24);
            this.label5.TabIndex = 49;
            this.label5.Text = "Current Amount *";
            // 
            // txtDateOfOpening
            // 
            this.txtDateOfOpening.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.txtDateOfOpening.Location = new System.Drawing.Point(484, 75);
            this.txtDateOfOpening.Name = "txtDateOfOpening";
            this.txtDateOfOpening.Size = new System.Drawing.Size(180, 20);
            this.txtDateOfOpening.TabIndex = 48;
            // 
            // label10
            // 
            this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label10.Location = new System.Drawing.Point(390, 75);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(88, 24);
            this.label10.TabIndex = 47;
            this.label10.Text = "Date Of Opening";
            // 
            // txtCustID
            // 
            this.txtCustID.Location = new System.Drawing.Point(142, 108);
            this.txtCustID.Name = "txtCustID";
            this.txtCustID.ReadOnly = true;
            this.txtCustID.Size = new System.Drawing.Size(128, 20);
            this.txtCustID.TabIndex = 45;
            this.txtCustID.TextChanged += new System.EventHandler(this.txtCustID_TextChanged);
            // 
            // txtAccNo
            // 
            this.txtAccNo.Location = new System.Drawing.Point(142, 72);
            this.txtAccNo.Name = "txtAccNo";
            this.txtAccNo.ReadOnly = true;
            this.txtAccNo.Size = new System.Drawing.Size(128, 20);
            this.txtAccNo.TabIndex = 44;
            // 
            // label4
            // 
            this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label4.Location = new System.Drawing.Point(30, 152);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(96, 24);
            this.label4.TabIndex = 40;
            this.label4.Text = "Account Type*";
            // 
            // label3
            // 
            this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label3.Location = new System.Drawing.Point(38, 108);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(88, 24);
            this.label3.TabIndex = 39;
            this.label3.Text = "Customer ID *";
            // 
            // label2
            // 
            this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label2.Location = new System.Drawing.Point(14, 75);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(112, 24);
            this.label2.TabIndex = 38;
            this.label2.Text = "Account Number *";
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Underline))));
            this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label1.Location = new System.Drawing.Point(255, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(176, 40);
            this.label1.TabIndex = 37;
            this.label1.Text = "New Account Details";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // txtStatus
            // 
            this.txtStatus.Controls.Add(this.radioFunctional);
            this.txtStatus.Controls.Add(this.radioClosed);
            this.txtStatus.Location = new System.Drawing.Point(475, 155);
            this.txtStatus.Name = "txtStatus";
            this.txtStatus.Size = new System.Drawing.Size(189, 46);
            this.txtStatus.TabIndex = 111;
            this.txtStatus.TabStop = false;
            this.txtStatus.Text = "Status";
            // 
            // radioFunctional
            // 
            this.radioFunctional.AutoSize = true;
            this.radioFunctional.Location = new System.Drawing.Point(52, 23);
            this.radioFunctional.Name = "radioFunctional";
            this.radioFunctional.Size = new System.Drawing.Size(68, 17);
            this.radioFunctional.TabIndex = 108;
            this.radioFunctional.TabStop = true;
            this.radioFunctional.Text = "Fuctional";
            this.radioFunctional.UseVisualStyleBackColor = true;
            // 
            // radioClosed
            // 
            this.radioClosed.AutoSize = true;
            this.radioClosed.Location = new System.Drawing.Point(126, 23);
            this.radioClosed.Name = "radioClosed";
            this.radioClosed.Size = new System.Drawing.Size(57, 17);
            this.radioClosed.TabIndex = 109;
            this.radioClosed.TabStop = true;
            this.radioClosed.Text = "Closed";
            this.radioClosed.UseVisualStyleBackColor = true;
            // 
            // txtAccType
            // 
            this.txtAccType.FormattingEnabled = true;
            this.txtAccType.Items.AddRange(new object[] {
            "SB",
            "CA",
            "RD",
            "FD"});
            this.txtAccType.Location = new System.Drawing.Point(140, 152);
            this.txtAccType.Name = "txtAccType";
            this.txtAccType.Size = new System.Drawing.Size(130, 21);
            this.txtAccType.TabIndex = 113;
            this.txtAccType.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // formAddAcc
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(676, 351);
            this.Controls.Add(this.txtAccType);
            this.Controls.Add(this.txtStatus);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.txtAmount);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.txtDateOfOpening);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.txtCustID);
            this.Controls.Add(this.txtAccNo);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "formAddAcc";
            this.Text = "New Account Details";
            this.Load += new System.EventHandler(this.formAddAcc_Load);
            this.txtStatus.ResumeLayout(false);
            this.txtStatus.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox txtAmount;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.DateTimePicker txtDateOfOpening;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtCustID;
        private System.Windows.Forms.TextBox txtAccNo;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox txtStatus;
        private System.Windows.Forms.RadioButton radioFunctional;
        private System.Windows.Forms.RadioButton radioClosed;
        private System.Windows.Forms.ComboBox txtAccType;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜国产精品影院在线观看| 美女网站一区二区| 日韩电影在线免费看| 国产精品系列在线播放| 欧美日韩亚洲综合在线| 中文字幕成人网| 青椒成人免费视频| 欧美三区免费完整视频在线观看| 久久久精品日韩欧美| 亚洲综合一区二区三区| 成人av免费在线| 2023国产精华国产精品| 免费一区二区视频| 欧美日韩国产电影| 亚洲精品欧美在线| 99精品国产91久久久久久| 欧美精品一区二区三区一线天视频| 亚洲精品第1页| 波多野结衣亚洲| 久久午夜国产精品| 国内精品在线播放| 日韩精品一区二区三区中文精品| 亚洲成人自拍一区| 一本大道久久a久久综合| 中文字幕在线视频一区| 国产成人免费视频一区| 精品欧美乱码久久久久久| 亚洲va欧美va天堂v国产综合| 91蜜桃视频在线| 中文字幕日韩一区| 成人app软件下载大全免费| 日本一区二区三区免费乱视频 | 日韩一卡二卡三卡| 亚洲成人免费在线观看| 欧美日韩国产色站一区二区三区| 亚洲一区影音先锋| 欧美日韩在线播| 亚洲国产cao| 欧美在线视频全部完| 亚洲愉拍自拍另类高清精品| 欧美日韩精品综合在线| 日本va欧美va欧美va精品| 日韩一区二区在线看片| 韩国女主播一区| 久久影视一区二区| 成人网在线播放| 亚洲精品免费视频| 欧美日产国产精品| 精品一区二区成人精品| 日本一区二区三区久久久久久久久不 | 国产精品剧情在线亚洲| 97久久人人超碰| 亚洲一区二区视频在线观看| 欧美亚洲愉拍一区二区| 美国av一区二区| 久久综合久久鬼色中文字| 成人综合婷婷国产精品久久蜜臀 | 欧美性色综合网| 午夜一区二区三区视频| 日韩欧美你懂的| av电影在线观看一区| 亚洲一区在线视频| 精品免费国产一区二区三区四区| 国产精品99久久久久久似苏梦涵| 亚洲麻豆国产自偷在线| 777亚洲妇女| 成人黄色777网| 舔着乳尖日韩一区| 国产精品高潮久久久久无| 欧美日韩三级视频| 丁香婷婷综合五月| 亚洲va欧美va人人爽午夜| 国产欧美日韩亚州综合| 91传媒视频在线播放| 国产精品91一区二区| 亚洲成人福利片| 欧美激情在线观看视频免费| 欧美三级资源在线| 99久久综合色| 韩日精品视频一区| 偷窥少妇高潮呻吟av久久免费| 欧美国产综合一区二区| 日韩视频一区二区三区在线播放 | 日韩久久一区二区| 精品国产成人在线影院| 欧美色精品天天在线观看视频| 大尺度一区二区| 精品影视av免费| 午夜精品福利一区二区三区蜜桃| 国产精品美女久久久久aⅴ| 日韩精品一区二区三区swag | 日本高清不卡aⅴ免费网站| 国产一区二区三区黄视频| 日韩中文字幕一区二区三区| 成人免费在线视频观看| 国产午夜一区二区三区| 欧美成人精精品一区二区频| 欧洲一区二区av| 97精品电影院| 99精品1区2区| 91色porny| av电影天堂一区二区在线| 国内精品久久久久影院一蜜桃| 亚洲h在线观看| 亚洲一区在线视频观看| 亚洲精品自拍动漫在线| 亚洲区小说区图片区qvod| 中文字幕+乱码+中文字幕一区| 欧美mv日韩mv国产网站| 日韩午夜中文字幕| 日韩一区二区在线播放| 91精品在线麻豆| 日韩美女主播在线视频一区二区三区| 欧美日韩精品一区视频| 欧美精品欧美精品系列| 欧美日本乱大交xxxxx| 欧美三级电影在线观看| 欧美日韩中文字幕一区二区| 欧美亚洲动漫精品| 欧美区在线观看| 91精品国产一区二区三区香蕉| 日韩三级中文字幕| 欧美变态tickling挠脚心| 精品久久一二三区| 国产清纯白嫩初高生在线观看91 | 国产精品三级av| 亚洲国产成人自拍| 亚洲色欲色欲www在线观看| 亚洲欧美一区二区三区久本道91| 亚洲欧美影音先锋| 婷婷开心久久网| 另类专区欧美蜜桃臀第一页| 国产一区二区三区不卡在线观看 | 亚洲免费观看高清完整版在线 | 国产精品久久久久久久久免费相片 | 亚洲国产日韩综合久久精品| 亚洲gay无套男同| 开心九九激情九九欧美日韩精美视频电影 | 精品福利在线导航| 国产日韩视频一区二区三区| 亚洲特级片在线| 一区二区三区在线播| 麻豆免费精品视频| 粉嫩aⅴ一区二区三区四区| 欧洲一区在线电影| 精品久久久久久久久久久院品网| 久久蜜桃一区二区| 亚洲精品视频一区| 另类中文字幕网| 91麻豆高清视频| 欧美videos中文字幕| 中文字幕免费在线观看视频一区| 亚洲欧洲日韩综合一区二区| 五月激情综合色| 粗大黑人巨茎大战欧美成人| 欧美色图在线观看| 国产欧美精品国产国产专区| 亚洲福利一区二区| 国产乱一区二区| 69堂精品视频| 日韩美女视频一区二区 | 亚洲精品一区二区精华| 亚洲激情第一区| 国产伦精品一区二区三区在线观看| 色悠久久久久综合欧美99| 欧美va亚洲va国产综合| 亚洲与欧洲av电影| 不卡电影免费在线播放一区| 日韩欧美亚洲另类制服综合在线| 亚洲三级久久久| 国产福利91精品一区二区三区| 欧美日韩美少妇| 日韩伦理av电影| 国产精品一卡二| 日韩欧美一区二区久久婷婷| 一区二区三区精品在线观看| 国产精品亚洲第一区在线暖暖韩国| 欧美精选午夜久久久乱码6080| 亚洲欧洲制服丝袜| 不卡高清视频专区| 国产日韩综合av| 国产麻豆精品theporn| 欧美一区二区三区在| 亚洲国产精品自拍| 欧美在线免费观看亚洲| 国产精品毛片久久久久久久| 国产精品99久久久久久久女警 | 国产一区二区三区免费| 日韩一区二区三区视频在线| 亚洲成人一区在线| 欧美性欧美巨大黑白大战| 一区二区三区四区国产精品| 9i在线看片成人免费| 中文在线资源观看网站视频免费不卡 | 久久婷婷色综合| 久久91精品久久久久久秒播| 欧美一区二区久久久| 午夜精品爽啪视频| 69堂精品视频| 久色婷婷小香蕉久久|