Nuevos Diseños

This commit is contained in:
Michael Robles
2024-01-23 00:43:18 -07:00
parent f522f00107
commit 0e8161d9ff
20 changed files with 2061 additions and 177 deletions
+18 -17
View File
@@ -64,7 +64,7 @@
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.Margin = new System.Windows.Forms.Padding(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));
@@ -80,12 +80,12 @@
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, 125F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 126F));
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(4, 389);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
@@ -97,8 +97,8 @@
//
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(219, 4);
this.btnAceptar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAceptar.Location = new System.Drawing.Point(218, 4);
this.btnAceptar.Margin = new System.Windows.Forms.Padding(4);
this.btnAceptar.Name = "btnAceptar";
this.btnAceptar.Size = new System.Drawing.Size(115, 75);
this.btnAceptar.TabIndex = 0;
@@ -110,10 +110,10 @@
//
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(342, 4);
this.btnCancelar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnCancelar.Location = new System.Drawing.Point(341, 4);
this.btnCancelar.Margin = new System.Windows.Forms.Padding(4);
this.btnCancelar.Name = "btnCancelar";
this.btnCancelar.Size = new System.Drawing.Size(118, 75);
this.btnCancelar.Size = new System.Drawing.Size(119, 75);
this.btnCancelar.TabIndex = 1;
this.btnCancelar.Text = "Cancelar";
this.btnCancelar.UseVisualStyleBackColor = true;
@@ -125,7 +125,7 @@
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.Margin = new System.Windows.Forms.Padding(4);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(464, 93);
this.flowLayoutPanel1.TabIndex = 0;
@@ -146,7 +146,7 @@
//
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.Margin = new System.Windows.Forms.Padding(4);
this.txtNombre.Name = "txtNombre";
this.txtNombre.Size = new System.Drawing.Size(459, 30);
this.txtNombre.TabIndex = 1;
@@ -158,7 +158,7 @@
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.Margin = new System.Windows.Forms.Padding(4);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(464, 88);
this.flowLayoutPanel2.TabIndex = 1;
@@ -179,7 +179,7 @@
//
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.Margin = new System.Windows.Forms.Padding(4);
this.txtContra.Name = "txtContra";
this.txtContra.PasswordChar = '*';
this.txtContra.Size = new System.Drawing.Size(459, 30);
@@ -192,7 +192,7 @@
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.Margin = new System.Windows.Forms.Padding(4);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(464, 93);
this.flowLayoutPanel3.TabIndex = 2;
@@ -213,7 +213,7 @@
//
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.Margin = new System.Windows.Forms.Padding(4);
this.txtContraConf.Name = "txtContraConf";
this.txtContraConf.PasswordChar = '*';
this.txtContraConf.Size = new System.Drawing.Size(455, 30);
@@ -226,7 +226,7 @@
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel4.Location = new System.Drawing.Point(4, 302);
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(4);
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.flowLayoutPanel4.Size = new System.Drawing.Size(464, 79);
this.flowLayoutPanel4.TabIndex = 5;
@@ -250,7 +250,7 @@
"admin",
"empleado"});
this.cbTipo.Location = new System.Drawing.Point(4, 29);
this.cbTipo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbTipo.Margin = new System.Windows.Forms.Padding(4);
this.cbTipo.Name = "cbTipo";
this.cbTipo.Size = new System.Drawing.Size(160, 33);
this.cbTipo.TabIndex = 1;
@@ -262,9 +262,10 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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.Margin = new System.Windows.Forms.Padding(4);
this.Name = "AgregarLogin";
this.Text = "Crear Login";
this.Load += new System.EventHandler(this.AgregarLogin_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);