109 lines
5.5 KiB
C#
109 lines
5.5 KiB
C#
namespace Exferia_Actualizacion_BD._3_Vistas
|
|
{
|
|
partial class P_Personalizada
|
|
{
|
|
/// <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.pnl_BordeDerecho = new System.Windows.Forms.Panel();
|
|
this.pnl_BordeIzquierdo = new System.Windows.Forms.Panel();
|
|
this.pnl_BordeInferior = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnl_BordeDerecho
|
|
//
|
|
this.pnl_BordeDerecho.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnl_BordeDerecho.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(208)))), ((int)(((byte)(227)))));
|
|
this.pnl_BordeDerecho.Location = new System.Drawing.Point(793, 2);
|
|
this.pnl_BordeDerecho.Name = "pnl_BordeDerecho";
|
|
this.pnl_BordeDerecho.Size = new System.Drawing.Size(2, 664);
|
|
this.pnl_BordeDerecho.TabIndex = 21;
|
|
//
|
|
// pnl_BordeIzquierdo
|
|
//
|
|
this.pnl_BordeIzquierdo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pnl_BordeIzquierdo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(208)))), ((int)(((byte)(227)))));
|
|
this.pnl_BordeIzquierdo.Location = new System.Drawing.Point(1, 2);
|
|
this.pnl_BordeIzquierdo.Name = "pnl_BordeIzquierdo";
|
|
this.pnl_BordeIzquierdo.Size = new System.Drawing.Size(2, 664);
|
|
this.pnl_BordeIzquierdo.TabIndex = 22;
|
|
//
|
|
// pnl_BordeInferior
|
|
//
|
|
this.pnl_BordeInferior.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pnl_BordeInferior.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(208)))), ((int)(((byte)(227)))));
|
|
this.pnl_BordeInferior.Location = new System.Drawing.Point(1, 666);
|
|
this.pnl_BordeInferior.Name = "pnl_BordeInferior";
|
|
this.pnl_BordeInferior.Size = new System.Drawing.Size(795, 2);
|
|
this.pnl_BordeInferior.TabIndex = 23;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(208)))), ((int)(((byte)(227)))));
|
|
this.panel1.Location = new System.Drawing.Point(1, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(794, 2);
|
|
this.panel1.TabIndex = 24;
|
|
//
|
|
// P_Personalizada
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(797, 670);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.pnl_BordeInferior);
|
|
this.Controls.Add(this.pnl_BordeIzquierdo);
|
|
this.Controls.Add(this.pnl_BordeDerecho);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "P_Personalizada";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "P_Personalizada";
|
|
this.TopMost = true;
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.P_Personalizada_MouseDown);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.P_Personalizada_MouseMove);
|
|
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.P_Personalizada_MouseUp);
|
|
this.Resize += new System.EventHandler(this.P_Personalizada_Resize);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnl_BordeDerecho;
|
|
private System.Windows.Forms.Panel pnl_BordeIzquierdo;
|
|
private System.Windows.Forms.Panel pnl_BordeInferior;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
} |