namespace EFCDesk.Forms { partial class RegistroExpirado { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegistroExpirado)); label1 = new Label(); pictureBox1 = new PictureBox(); label2 = new Label(); label3 = new Label(); label4 = new Label(); label5 = new Label(); label6 = new Label(); linkLabel1 = new LinkLabel(); linkLabel2 = new LinkLabel(); panel1 = new Panel(); panel2 = new Panel(); ((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Font = new Font("Century Gothic", 15.75F, FontStyle.Bold, GraphicsUnit.Point, 0); label1.Location = new Point(207, 22); label1.Name = "label1"; label1.Size = new Size(187, 25); label1.TabIndex = 0; label1.Text = "Registro Expirado"; // // pictureBox1 // pictureBox1.Image = Properties.Resources.CUATRO; pictureBox1.Location = new Point(12, 54); pictureBox1.Name = "pictureBox1"; pictureBox1.Size = new Size(181, 146); pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage; pictureBox1.TabIndex = 1; pictureBox1.TabStop = false; // // label2 // label2.AutoSize = true; label2.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0); label2.Location = new Point(207, 63); label2.Name = "label2"; label2.Size = new Size(317, 16); label2.TabIndex = 2; label2.Text = " Lo sentimos, el periodo de registro se encuentra expirado."; // // label3 // label3.AutoSize = true; label3.Font = new Font("Century Gothic", 8F, FontStyle.Regular, GraphicsUnit.Point, 0); label3.Location = new Point(209, 79); label3.Name = "label3"; label3.Size = new Size(201, 16); label3.TabIndex = 3; label3.Text = "Favor de comunicarse con nosotros."; // // label4 // label4.AutoSize = true; label4.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0); label4.Location = new Point(209, 113); label4.Name = "label4"; label4.Size = new Size(119, 16); label4.TabIndex = 4; label4.Text = " Ing. Eduardo Ramos"; // // label5 // label5.AutoSize = true; label5.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0); label5.Location = new Point(212, 125); label5.Name = "label5"; label5.Size = new Size(70, 16); label5.TabIndex = 5; label5.Text = "Aduanasoft"; // // label6 // label6.AutoSize = true; label6.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0); label6.Location = new Point(207, 168); label6.Name = "label6"; label6.Size = new Size(94, 16); label6.TabIndex = 6; label6.Text = "Soporte Técnico"; // // linkLabel1 // linkLabel1.AutoSize = true; linkLabel1.Location = new Point(207, 183); linkLabel1.Name = "linkLabel1"; linkLabel1.Size = new Size(207, 17); linkLabel1.TabIndex = 7; linkLabel1.TabStop = true; linkLabel1.Text = "soportesitar@aduanasoft.com.mx"; linkLabel1.LinkClicked += linkLabel1_LinkClicked; // // linkLabel2 // linkLabel2.AutoSize = true; linkLabel2.Location = new Point(207, 200); linkLabel2.Name = "linkLabel2"; linkLabel2.Size = new Size(184, 17); linkLabel2.TabIndex = 8; linkLabel2.TabStop = true; linkLabel2.Text = "bodega@aduanasoft.com.mx"; linkLabel2.LinkClicked += linkLabel2_LinkClicked; // // panel1 // panel1.BackColor = SystemColors.ActiveCaption; panel1.Location = new Point(202, -3); panel1.Name = "panel1"; panel1.Size = new Size(2, 230); panel1.TabIndex = 9; // // panel2 // panel2.BackColor = SystemColors.ActiveCaption; panel2.Location = new Point(205, 50); panel2.Name = "panel2"; panel2.Size = new Size(323, 2); panel2.TabIndex = 10; // // RegistroExpirado // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(529, 228); Controls.Add(panel2); Controls.Add(panel1); Controls.Add(linkLabel2); Controls.Add(linkLabel1); Controls.Add(label6); Controls.Add(label5); Controls.Add(label4); Controls.Add(label3); Controls.Add(label2); Controls.Add(pictureBox1); Controls.Add(label1); Font = new Font("Century Gothic", 9F, FontStyle.Regular, GraphicsUnit.Point, 0); Icon = (Icon)resources.GetObject("$this.Icon"); Name = "RegistroExpirado"; StartPosition = FormStartPosition.CenterScreen; Text = "Registro Expirado"; Load += RegistroExpirado_Load; ((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private PictureBox pictureBox1; private Label label2; private Label label3; private Label label4; private Label label5; private Label label6; private LinkLabel linkLabel1; private LinkLabel linkLabel2; private Panel panel1; private Panel panel2; } }