panel de administrador en proceso

This commit is contained in:
carlos
2024-06-18 18:49:57 -06:00
parent 9ce48e32b7
commit 3d3b79b1ed
11 changed files with 144 additions and 13 deletions
+25 -11
View File
@@ -35,7 +35,8 @@
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.stockPanel = new System.Windows.Forms.FlowLayoutPanel();
this.AdminPanel = new System.Windows.Forms.FlowLayoutPanel();
this.btnAgregar = new System.Windows.Forms.Button();
this.flowLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
@@ -149,22 +150,34 @@
this.button5.Text = "Salir";
this.button5.UseVisualStyleBackColor = false;
//
// stockPanel
// AdminPanel
//
this.stockPanel.AutoScroll = true;
this.stockPanel.Location = new System.Drawing.Point(410, 233);
this.stockPanel.Margin = new System.Windows.Forms.Padding(4);
this.stockPanel.Name = "stockPanel";
this.stockPanel.Size = new System.Drawing.Size(1109, 757);
this.stockPanel.TabIndex = 14;
this.AdminPanel.AutoScroll = true;
this.AdminPanel.BackColor = System.Drawing.SystemColors.Control;
this.AdminPanel.Location = new System.Drawing.Point(410, 233);
this.AdminPanel.Margin = new System.Windows.Forms.Padding(4);
this.AdminPanel.Name = "AdminPanel";
this.AdminPanel.Size = new System.Drawing.Size(1528, 757);
this.AdminPanel.TabIndex = 14;
//
// btnAgregar
//
this.btnAgregar.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAgregar.Location = new System.Drawing.Point(1084, 154);
this.btnAgregar.Name = "btnAgregar";
this.btnAgregar.Size = new System.Drawing.Size(120, 44);
this.btnAgregar.TabIndex = 15;
this.btnAgregar.Text = "Agregar";
this.btnAgregar.UseVisualStyleBackColor = true;
//
// crud
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1677, 1037);
this.ClientSize = new System.Drawing.Size(1942, 1037);
this.ControlBox = false;
this.Controls.Add(this.stockPanel);
this.Controls.Add(this.btnAgregar);
this.Controls.Add(this.AdminPanel);
this.Controls.Add(this.flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "crud";
@@ -188,6 +201,7 @@
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.FlowLayoutPanel stockPanel;
private System.Windows.Forms.FlowLayoutPanel AdminPanel;
private System.Windows.Forms.Button btnAgregar;
}
}