/Code/turnet_v1.6/UI.Desktop/frmAltaObraSocial.Designer.cs
http://sistematurnet.codeplex.com · C# · 136 lines · 98 code · 6 blank · 32 comment · 3 complexity · 81a6e5c554ab77f4de44c8aa869fd9a5 MD5 · raw file
- namespace UI.Desktop
- {
- partial class frmAltaObraSocial
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.txtObraSocial = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btnCerrar = new System.Windows.Forms.Button();
- this.btnGuardarOS = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.txtObraSocial);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Location = new System.Drawing.Point(38, 33);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(469, 117);
- this.groupBox1.TabIndex = 124;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Agregar Obra Social";
- //
- // txtObraSocial
- //
- this.txtObraSocial.Location = new System.Drawing.Point(173, 45);
- this.txtObraSocial.Name = "txtObraSocial";
- this.txtObraSocial.Size = new System.Drawing.Size(172, 20);
- this.txtObraSocial.TabIndex = 118;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(65, 48);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(102, 13);
- this.label2.TabIndex = 113;
- this.label2.Text = "Nombre Obra Social";
- //
- // btnCerrar
- //
- this.btnCerrar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCerrar.Image = global::UI.Desktop.Properties.Resources.Close_icon1;
- this.btnCerrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnCerrar.Location = new System.Drawing.Point(429, 167);
- this.btnCerrar.Name = "btnCerrar";
- this.btnCerrar.Size = new System.Drawing.Size(78, 33);
- this.btnCerrar.TabIndex = 123;
- this.btnCerrar.Text = "Cerrar";
- this.btnCerrar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnCerrar.UseVisualStyleBackColor = true;
- this.btnCerrar.Click += new System.EventHandler(this.btnCerrar_Click);
- //
- // btnGuardarOS
- //
- this.btnGuardarOS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnGuardarOS.Image = global::UI.Desktop.Properties.Resources.Add_icon1;
- this.btnGuardarOS.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btnGuardarOS.Location = new System.Drawing.Point(294, 167);
- this.btnGuardarOS.Name = "btnGuardarOS";
- this.btnGuardarOS.Size = new System.Drawing.Size(80, 33);
- this.btnGuardarOS.TabIndex = 122;
- this.btnGuardarOS.Text = "Guardar";
- this.btnGuardarOS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnGuardarOS.UseVisualStyleBackColor = true;
- this.btnGuardarOS.Click += new System.EventHandler(this.btnGuardarOS_Click);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label6.Location = new System.Drawing.Point(31, 167);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(117, 39);
- this.label6.TabIndex = 126;
- this.label6.Text = "Turnet";
- //
- // frmAltaObraSocial
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.ClientSize = new System.Drawing.Size(539, 227);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.btnCerrar);
- this.Controls.Add(this.btnGuardarOS);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Name = "frmAltaObraSocial";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Agregar Obra Social";
- this.Load += new System.EventHandler(this.frmAltaObraSocial_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox txtObraSocial;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnCerrar;
- private System.Windows.Forms.Button btnGuardarOS;
- private System.Windows.Forms.Label label6;
- }
- }