Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Banco
- {
- partial class Form2
- {
- /// <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.TextNovoNumero = new System.Windows.Forms.TextBox();
- this.TextNovoNome = new System.Windows.Forms.TextBox();
- this.BotaoCriar = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // TextNovoNumero
- //
- this.TextNovoNumero.Location = new System.Drawing.Point(66, 43);
- this.TextNovoNumero.Name = "TextNovoNumero";
- this.TextNovoNumero.Size = new System.Drawing.Size(100, 20);
- this.TextNovoNumero.TabIndex = 0;
- //
- // TextNovoNome
- //
- this.TextNovoNome.Location = new System.Drawing.Point(66, 78);
- this.TextNovoNome.Name = "TextNovoNome";
- this.TextNovoNome.Size = new System.Drawing.Size(100, 20);
- this.TextNovoNome.TabIndex = 1;
- //
- // BotaoCriar
- //
- this.BotaoCriar.Location = new System.Drawing.Point(66, 104);
- this.BotaoCriar.Name = "BotaoCriar";
- this.BotaoCriar.Size = new System.Drawing.Size(100, 23);
- this.BotaoCriar.TabIndex = 2;
- this.BotaoCriar.Text = "Criar";
- this.BotaoCriar.UseVisualStyleBackColor = true;
- this.BotaoCriar.Click += new System.EventHandler(this.BotaoCriar_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(16, 46);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(44, 13);
- this.label1.TabIndex = 3;
- this.label1.Text = "Numero";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(25, 81);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 13);
- this.label2.TabIndex = 4;
- this.label2.Text = "Nome";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.BotaoCriar);
- this.groupBox1.Controls.Add(this.TextNovoNumero);
- this.groupBox1.Controls.Add(this.TextNovoNome);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(216, 133);
- this.groupBox1.TabIndex = 5;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Abertura de Conta";
- //
- // Form2
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(240, 157);
- this.Controls.Add(this.groupBox1);
- this.Name = "Form2";
- this.Text = "Banco Criar Conta";
- this.Load += new System.EventHandler(this.Form2_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox TextNovoNumero;
- private System.Windows.Forms.TextBox TextNovoNome;
- private System.Windows.Forms.Button BotaoCriar;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.GroupBox groupBox1;
- }
- }
Add Comment
Please, Sign In to add comment