namespace CKUERA { partial class Presu_Conf { /// /// 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(Presu_Conf)); this.Txt_Cuerpo = new System.Windows.Forms.RichTextBox(); this.Txt_ciudad = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Txt_Cuerpo // this.Txt_Cuerpo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Txt_Cuerpo.Location = new System.Drawing.Point(16, 62); this.Txt_Cuerpo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Txt_Cuerpo.Name = "Txt_Cuerpo"; this.Txt_Cuerpo.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.Txt_Cuerpo.Size = new System.Drawing.Size(805, 314); this.Txt_Cuerpo.TabIndex = 0; this.Txt_Cuerpo.Text = resources.GetString("Txt_Cuerpo.Text"); // // Txt_ciudad // this.Txt_ciudad.Location = new System.Drawing.Point(68, 31); this.Txt_ciudad.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Txt_ciudad.Name = "Txt_ciudad"; this.Txt_ciudad.Size = new System.Drawing.Size(331, 23); this.Txt_ciudad.TabIndex = 1; this.Txt_ciudad.Text = "Encarnación"; // // button1 // this.button1.Location = new System.Drawing.Point(700, 31); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(121, 23); this.button1.TabIndex = 2; this.button1.Text = "Guardar"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 15); this.label1.TabIndex = 3; this.label1.Text = "Ciudad"; // // Presu_Conf // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(839, 392); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.Txt_ciudad); this.Controls.Add(this.Txt_Cuerpo); this.Font = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "Presu_Conf"; this.Text = "Configuración de Presupuesto"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Presu_Conf_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Presu_Conf_FormClosed); this.Load += new System.EventHandler(this.Presu_Conf_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RichTextBox Txt_Cuerpo; private System.Windows.Forms.TextBox Txt_ciudad; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; } }