Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Banco
- {
- partial class Form1
- {
- /// <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.TextoTitular = new System.Windows.Forms.TextBox();
- this.TextoNumero = new System.Windows.Forms.MaskedTextBox();
- this.TextoSaldo = new System.Windows.Forms.MaskedTextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.TextoValor = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.BotaoDeposito = new System.Windows.Forms.Button();
- this.BotaoSaque = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.DestinoTransfBox = new System.Windows.Forms.ComboBox();
- this.ValorTransferencia = new System.Windows.Forms.TextBox();
- this.BotaoTransferir = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.ComboContas = new System.Windows.Forms.ComboBox();
- this.BotaoNovaAcc = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // TextoTitular
- //
- this.TextoTitular.Location = new System.Drawing.Point(129, 86);
- this.TextoTitular.Name = "TextoTitular";
- this.TextoTitular.Size = new System.Drawing.Size(100, 20);
- this.TextoTitular.TabIndex = 0;
- //
- // TextoNumero
- //
- this.TextoNumero.Location = new System.Drawing.Point(129, 112);
- this.TextoNumero.Name = "TextoNumero";
- this.TextoNumero.Size = new System.Drawing.Size(100, 20);
- this.TextoNumero.TabIndex = 1;
- //
- // TextoSaldo
- //
- this.TextoSaldo.Location = new System.Drawing.Point(129, 138);
- this.TextoSaldo.Name = "TextoSaldo";
- this.TextoSaldo.Size = new System.Drawing.Size(100, 20);
- this.TextoSaldo.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(38, 89);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(85, 13);
- this.label2.TabIndex = 4;
- this.label2.Text = "Nome do Cliente";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(33, 115);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(90, 13);
- this.label3.TabIndex = 5;
- this.label3.Text = "Numero da Conta";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(89, 141);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(34, 13);
- this.label4.TabIndex = 6;
- this.label4.Text = "Saldo";
- //
- // TextoValor
- //
- this.TextoValor.Location = new System.Drawing.Point(129, 164);
- this.TextoValor.Name = "TextoValor";
- this.TextoValor.Size = new System.Drawing.Size(100, 20);
- this.TextoValor.TabIndex = 7;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(11, 167);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(112, 13);
- this.label6.TabIndex = 9;
- this.label6.Text = "Valor Saque/Deposito";
- //
- // BotaoDeposito
- //
- this.BotaoDeposito.Location = new System.Drawing.Point(23, 190);
- this.BotaoDeposito.Name = "BotaoDeposito";
- this.BotaoDeposito.Size = new System.Drawing.Size(100, 23);
- this.BotaoDeposito.TabIndex = 10;
- this.BotaoDeposito.Text = "Deposito";
- this.BotaoDeposito.UseVisualStyleBackColor = true;
- this.BotaoDeposito.Click += new System.EventHandler(this.BotaoDeposito_Click);
- //
- // BotaoSaque
- //
- this.BotaoSaque.Location = new System.Drawing.Point(129, 190);
- this.BotaoSaque.Name = "BotaoSaque";
- this.BotaoSaque.Size = new System.Drawing.Size(100, 23);
- this.BotaoSaque.TabIndex = 11;
- this.BotaoSaque.Text = "Saque";
- this.BotaoSaque.UseVisualStyleBackColor = true;
- this.BotaoSaque.Click += new System.EventHandler(this.BotaoSaque_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.groupBox3);
- this.groupBox1.Location = new System.Drawing.Point(4, 74);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(233, 247);
- this.groupBox1.TabIndex = 12;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Conta";
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.label5);
- this.groupBox3.Controls.Add(this.label1);
- this.groupBox3.Controls.Add(this.DestinoTransfBox);
- this.groupBox3.Controls.Add(this.ValorTransferencia);
- this.groupBox3.Controls.Add(this.BotaoTransferir);
- this.groupBox3.Location = new System.Drawing.Point(6, 145);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(219, 96);
- this.groupBox3.TabIndex = 0;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Transferencia";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(6, 53);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(31, 13);
- this.label5.TabIndex = 4;
- this.label5.Text = "Valor";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 16);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(29, 13);
- this.label1.TabIndex = 3;
- this.label1.Text = "Para";
- //
- // DestinoTransfBox
- //
- this.DestinoTransfBox.FormattingEnabled = true;
- this.DestinoTransfBox.Location = new System.Drawing.Point(6, 29);
- this.DestinoTransfBox.Name = "DestinoTransfBox";
- this.DestinoTransfBox.Size = new System.Drawing.Size(126, 21);
- this.DestinoTransfBox.TabIndex = 2;
- this.DestinoTransfBox.SelectedIndexChanged += new System.EventHandler(this.DestinoTransfBox_SelectedIndexChanged);
- //
- // ValorTransferencia
- //
- this.ValorTransferencia.Location = new System.Drawing.Point(6, 67);
- this.ValorTransferencia.Name = "ValorTransferencia";
- this.ValorTransferencia.Size = new System.Drawing.Size(126, 20);
- this.ValorTransferencia.TabIndex = 1;
- //
- // BotaoTransferir
- //
- this.BotaoTransferir.Location = new System.Drawing.Point(138, 29);
- this.BotaoTransferir.Name = "BotaoTransferir";
- this.BotaoTransferir.Size = new System.Drawing.Size(75, 61);
- this.BotaoTransferir.TabIndex = 0;
- this.BotaoTransferir.Text = "Transferir";
- this.BotaoTransferir.UseVisualStyleBackColor = true;
- this.BotaoTransferir.Click += new System.EventHandler(this.BotaoTransferir_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.ComboContas);
- this.groupBox2.Location = new System.Drawing.Point(4, 3);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(233, 65);
- this.groupBox2.TabIndex = 13;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Buscar Conta";
- //
- // ComboContas
- //
- this.ComboContas.FormattingEnabled = true;
- this.ComboContas.Location = new System.Drawing.Point(6, 30);
- this.ComboContas.Name = "ComboContas";
- this.ComboContas.Size = new System.Drawing.Size(219, 21);
- this.ComboContas.TabIndex = 2;
- this.ComboContas.SelectedIndexChanged += new System.EventHandler(this.ComboContas_SelectedIndexChanged);
- //
- // BotaoNovaAcc
- //
- this.BotaoNovaAcc.Location = new System.Drawing.Point(4, 327);
- this.BotaoNovaAcc.Name = "BotaoNovaAcc";
- this.BotaoNovaAcc.Size = new System.Drawing.Size(225, 23);
- this.BotaoNovaAcc.TabIndex = 14;
- this.BotaoNovaAcc.Text = "Nova Conta";
- this.BotaoNovaAcc.UseVisualStyleBackColor = true;
- this.BotaoNovaAcc.Click += new System.EventHandler(this.BotaoNovaAcc_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(241, 361);
- this.Controls.Add(this.BotaoNovaAcc);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.BotaoSaque);
- this.Controls.Add(this.BotaoDeposito);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.TextoValor);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.TextoSaldo);
- this.Controls.Add(this.TextoNumero);
- this.Controls.Add(this.TextoTitular);
- this.Controls.Add(this.groupBox1);
- this.Name = "Form1";
- this.Text = "Banco";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox TextoTitular;
- private System.Windows.Forms.MaskedTextBox TextoNumero;
- private System.Windows.Forms.MaskedTextBox TextoSaldo;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox TextoValor;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Button BotaoDeposito;
- private System.Windows.Forms.Button BotaoSaque;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.ComboBox ComboContas;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox DestinoTransfBox;
- private System.Windows.Forms.TextBox ValorTransferencia;
- private System.Windows.Forms.Button BotaoTransferir;
- private System.Windows.Forms.Button BotaoNovaAcc;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement