Detalles
This commit is contained in:
Generated
+133
-116
@@ -29,6 +29,9 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.btnAceptar = new System.Windows.Forms.Button();
|
||||
this.btnCancelar = new System.Windows.Forms.Button();
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.txtNombre = new System.Windows.Forms.TextBox();
|
||||
@@ -38,17 +41,14 @@
|
||||
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.txtContraConf = new System.Windows.Forms.TextBox();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.btnAceptar = new System.Windows.Forms.Button();
|
||||
this.btnCancelar = new System.Windows.Forms.Button();
|
||||
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.cbTipo = new System.Windows.Forms.ComboBox();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
this.flowLayoutPanel2.SuspendLayout();
|
||||
this.flowLayoutPanel3.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
this.flowLayoutPanel4.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -64,132 +64,43 @@
|
||||
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel4, 0, 3);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 5;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.07914F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.92086F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 82F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 71F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 73F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(354, 387);
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 101F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 87F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 90F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(472, 476);
|
||||
this.tableLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
//
|
||||
this.flowLayoutPanel1.Controls.Add(this.label1);
|
||||
this.flowLayoutPanel1.Controls.Add(this.txtNombre);
|
||||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(348, 76);
|
||||
this.flowLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(3, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
|
||||
this.label1.Size = new System.Drawing.Size(178, 34);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Nombre de usuario:";
|
||||
//
|
||||
// txtNombre
|
||||
//
|
||||
this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtNombre.Location = new System.Drawing.Point(3, 37);
|
||||
this.txtNombre.Name = "txtNombre";
|
||||
this.txtNombre.Size = new System.Drawing.Size(345, 26);
|
||||
this.txtNombre.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel2
|
||||
//
|
||||
this.flowLayoutPanel2.Controls.Add(this.label2);
|
||||
this.flowLayoutPanel2.Controls.Add(this.txtContra);
|
||||
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 85);
|
||||
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
||||
this.flowLayoutPanel2.Size = new System.Drawing.Size(348, 72);
|
||||
this.flowLayoutPanel2.TabIndex = 1;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label2.Location = new System.Drawing.Point(3, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
|
||||
this.label2.Size = new System.Drawing.Size(103, 34);
|
||||
this.label2.TabIndex = 0;
|
||||
this.label2.Text = "contraseña";
|
||||
//
|
||||
// txtContra
|
||||
//
|
||||
this.txtContra.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtContra.Location = new System.Drawing.Point(3, 37);
|
||||
this.txtContra.Name = "txtContra";
|
||||
this.txtContra.PasswordChar = '*';
|
||||
this.txtContra.Size = new System.Drawing.Size(345, 26);
|
||||
this.txtContra.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel3
|
||||
//
|
||||
this.flowLayoutPanel3.Controls.Add(this.label3);
|
||||
this.flowLayoutPanel3.Controls.Add(this.txtContraConf);
|
||||
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 163);
|
||||
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
||||
this.flowLayoutPanel3.Size = new System.Drawing.Size(348, 76);
|
||||
this.flowLayoutPanel3.TabIndex = 2;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label3.Location = new System.Drawing.Point(3, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
|
||||
this.label3.Size = new System.Drawing.Size(186, 34);
|
||||
this.label3.TabIndex = 0;
|
||||
this.label3.Text = "confirmar contraseña";
|
||||
//
|
||||
// txtContraConf
|
||||
//
|
||||
this.txtContraConf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtContraConf.Location = new System.Drawing.Point(3, 37);
|
||||
this.txtContraConf.Name = "txtContraConf";
|
||||
this.txtContraConf.PasswordChar = '*';
|
||||
this.txtContraConf.Size = new System.Drawing.Size(342, 26);
|
||||
this.txtContraConf.TabIndex = 1;
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
this.tableLayoutPanel2.ColumnCount = 3;
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 63.52941F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.47059F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 125F));
|
||||
this.tableLayoutPanel2.Controls.Add(this.btnAceptar, 1, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.btnCancelar, 2, 0);
|
||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 316);
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 389);
|
||||
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
this.tableLayoutPanel2.RowCount = 1;
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(348, 68);
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(464, 83);
|
||||
this.tableLayoutPanel2.TabIndex = 4;
|
||||
//
|
||||
// btnAceptar
|
||||
//
|
||||
this.btnAceptar.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btnAceptar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnAceptar.Location = new System.Drawing.Point(165, 3);
|
||||
this.btnAceptar.Location = new System.Drawing.Point(219, 4);
|
||||
this.btnAceptar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnAceptar.Name = "btnAceptar";
|
||||
this.btnAceptar.Size = new System.Drawing.Size(87, 62);
|
||||
this.btnAceptar.Size = new System.Drawing.Size(115, 75);
|
||||
this.btnAceptar.TabIndex = 0;
|
||||
this.btnAceptar.Text = "Aceptar";
|
||||
this.btnAceptar.UseVisualStyleBackColor = true;
|
||||
@@ -199,31 +110,135 @@
|
||||
//
|
||||
this.btnCancelar.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btnCancelar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnCancelar.Location = new System.Drawing.Point(258, 3);
|
||||
this.btnCancelar.Location = new System.Drawing.Point(342, 4);
|
||||
this.btnCancelar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnCancelar.Name = "btnCancelar";
|
||||
this.btnCancelar.Size = new System.Drawing.Size(87, 62);
|
||||
this.btnCancelar.Size = new System.Drawing.Size(118, 75);
|
||||
this.btnCancelar.TabIndex = 1;
|
||||
this.btnCancelar.Text = "Cancelar";
|
||||
this.btnCancelar.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
//
|
||||
this.flowLayoutPanel1.Controls.Add(this.label1);
|
||||
this.flowLayoutPanel1.Controls.Add(this.txtNombre);
|
||||
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(4, 4);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(464, 93);
|
||||
this.flowLayoutPanel1.TabIndex = 0;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label1.Location = new System.Drawing.Point(4, 0);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 12);
|
||||
this.label1.Size = new System.Drawing.Size(226, 41);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Nombre de usuario:";
|
||||
//
|
||||
// txtNombre
|
||||
//
|
||||
this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtNombre.Location = new System.Drawing.Point(4, 45);
|
||||
this.txtNombre.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtNombre.Name = "txtNombre";
|
||||
this.txtNombre.Size = new System.Drawing.Size(459, 30);
|
||||
this.txtNombre.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel2
|
||||
//
|
||||
this.flowLayoutPanel2.Controls.Add(this.label2);
|
||||
this.flowLayoutPanel2.Controls.Add(this.txtContra);
|
||||
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel2.Location = new System.Drawing.Point(4, 105);
|
||||
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
||||
this.flowLayoutPanel2.Size = new System.Drawing.Size(464, 88);
|
||||
this.flowLayoutPanel2.TabIndex = 1;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label2.Location = new System.Drawing.Point(4, 0);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 12);
|
||||
this.label2.Size = new System.Drawing.Size(131, 41);
|
||||
this.label2.TabIndex = 0;
|
||||
this.label2.Text = "contraseña";
|
||||
//
|
||||
// txtContra
|
||||
//
|
||||
this.txtContra.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtContra.Location = new System.Drawing.Point(4, 45);
|
||||
this.txtContra.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtContra.Name = "txtContra";
|
||||
this.txtContra.PasswordChar = '*';
|
||||
this.txtContra.Size = new System.Drawing.Size(459, 30);
|
||||
this.txtContra.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel3
|
||||
//
|
||||
this.flowLayoutPanel3.Controls.Add(this.label3);
|
||||
this.flowLayoutPanel3.Controls.Add(this.txtContraConf);
|
||||
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel3.Location = new System.Drawing.Point(4, 201);
|
||||
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
||||
this.flowLayoutPanel3.Size = new System.Drawing.Size(464, 93);
|
||||
this.flowLayoutPanel3.TabIndex = 2;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label3.Location = new System.Drawing.Point(4, 0);
|
||||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Padding = new System.Windows.Forms.Padding(0, 0, 0, 12);
|
||||
this.label3.Size = new System.Drawing.Size(237, 41);
|
||||
this.label3.TabIndex = 0;
|
||||
this.label3.Text = "confirmar contraseña";
|
||||
//
|
||||
// txtContraConf
|
||||
//
|
||||
this.txtContraConf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txtContraConf.Location = new System.Drawing.Point(4, 45);
|
||||
this.txtContraConf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.txtContraConf.Name = "txtContraConf";
|
||||
this.txtContraConf.PasswordChar = '*';
|
||||
this.txtContraConf.Size = new System.Drawing.Size(455, 30);
|
||||
this.txtContraConf.TabIndex = 1;
|
||||
//
|
||||
// flowLayoutPanel4
|
||||
//
|
||||
this.flowLayoutPanel4.Controls.Add(this.label4);
|
||||
this.flowLayoutPanel4.Controls.Add(this.cbTipo);
|
||||
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
||||
this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 245);
|
||||
this.flowLayoutPanel4.Location = new System.Drawing.Point(4, 302);
|
||||
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
|
||||
this.flowLayoutPanel4.Size = new System.Drawing.Size(348, 65);
|
||||
this.flowLayoutPanel4.Size = new System.Drawing.Size(464, 79);
|
||||
this.flowLayoutPanel4.TabIndex = 5;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label4.Location = new System.Drawing.Point(3, 0);
|
||||
this.label4.Location = new System.Drawing.Point(4, 0);
|
||||
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(43, 20);
|
||||
this.label4.Size = new System.Drawing.Size(57, 25);
|
||||
this.label4.TabIndex = 0;
|
||||
this.label4.Text = "Tipo:";
|
||||
//
|
||||
@@ -234,28 +249,30 @@
|
||||
this.cbTipo.Items.AddRange(new object[] {
|
||||
"admin",
|
||||
"empleado"});
|
||||
this.cbTipo.Location = new System.Drawing.Point(3, 23);
|
||||
this.cbTipo.Location = new System.Drawing.Point(4, 29);
|
||||
this.cbTipo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.cbTipo.Name = "cbTipo";
|
||||
this.cbTipo.Size = new System.Drawing.Size(121, 28);
|
||||
this.cbTipo.Size = new System.Drawing.Size(160, 33);
|
||||
this.cbTipo.TabIndex = 1;
|
||||
this.cbTipo.Text = "empleado";
|
||||
//
|
||||
// AgregarLogin
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(354, 387);
|
||||
this.ClientSize = new System.Drawing.Size(472, 476);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.Name = "AgregarLogin";
|
||||
this.Text = "Crear Login";
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel2.ResumeLayout(false);
|
||||
this.flowLayoutPanel1.ResumeLayout(false);
|
||||
this.flowLayoutPanel1.PerformLayout();
|
||||
this.flowLayoutPanel2.ResumeLayout(false);
|
||||
this.flowLayoutPanel2.PerformLayout();
|
||||
this.flowLayoutPanel3.ResumeLayout(false);
|
||||
this.flowLayoutPanel3.PerformLayout();
|
||||
this.tableLayoutPanel2.ResumeLayout(false);
|
||||
this.flowLayoutPanel4.ResumeLayout(false);
|
||||
this.flowLayoutPanel4.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
Generated
+11
-11
@@ -38,9 +38,9 @@
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.personalPanel = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.lblhora = new System.Windows.Forms.Label();
|
||||
this.btnAgregar = new System.Windows.Forms.Button();
|
||||
this.empleadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.conexionBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.btnAgregar = new System.Windows.Forms.Button();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
@@ -151,7 +151,7 @@
|
||||
this.flowLayoutPanel1.Controls.Add(this.button2);
|
||||
this.flowLayoutPanel1.Controls.Add(this.button3);
|
||||
this.flowLayoutPanel1.Controls.Add(this.button5);
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(-3, -2);
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(-1, 2);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(324, 1061);
|
||||
@@ -178,14 +178,6 @@
|
||||
this.lblhora.Text = "Personal";
|
||||
this.lblhora.Click += new System.EventHandler(this.lblhora_Click);
|
||||
//
|
||||
// empleadoBindingSource
|
||||
//
|
||||
this.empleadoBindingSource.DataSource = typeof(compabetov2.database.modelos.Empleado);
|
||||
//
|
||||
// conexionBindingSource
|
||||
//
|
||||
this.conexionBindingSource.DataSource = typeof(compabetov2.database.Conexion);
|
||||
//
|
||||
// btnAgregar
|
||||
//
|
||||
this.btnAgregar.Location = new System.Drawing.Point(984, 220);
|
||||
@@ -197,18 +189,26 @@
|
||||
this.btnAgregar.UseVisualStyleBackColor = true;
|
||||
this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
|
||||
//
|
||||
// empleadoBindingSource
|
||||
//
|
||||
this.empleadoBindingSource.DataSource = typeof(compabetov2.database.modelos.Empleado);
|
||||
//
|
||||
// conexionBindingSource
|
||||
//
|
||||
this.conexionBindingSource.DataSource = typeof(compabetov2.database.Conexion);
|
||||
//
|
||||
// personal
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1827, 922);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btnAgregar);
|
||||
this.Controls.Add(this.lblhora);
|
||||
this.Controls.Add(this.personalPanel);
|
||||
this.Controls.Add(this.flowLayoutPanel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "personal";
|
||||
this.Text = "personal";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.Load += new System.EventHandler(this.personal_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user