namespace ServerExplorer { partial class FrmCodeGenConfig { /// /// 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() { this.lblConString = new System.Windows.Forms.Label(); this.txtConString = new System.Windows.Forms.TextBox(); this.lblPathRaiz = new System.Windows.Forms.Label(); this.txtPathRaiz = new System.Windows.Forms.TextBox(); this.btnPathRaiz = new System.Windows.Forms.Button(); this.btnPathDAL = new System.Windows.Forms.Button(); this.txtPathDAL = new System.Windows.Forms.TextBox(); this.lblPathDAL = new System.Windows.Forms.Label(); this.btnPathDTO = new System.Windows.Forms.Button(); this.txtPathDTO = new System.Windows.Forms.TextBox(); this.lblPathDTO = new System.Windows.Forms.Label(); this.btnPathExtra = new System.Windows.Forms.Button(); this.txtPathExtra = new System.Windows.Forms.TextBox(); this.lblPathExtra = new System.Windows.Forms.Label(); this.btnCancelar = new System.Windows.Forms.Button(); this.btnAceptar = new System.Windows.Forms.Button(); this.lblNSDAL = new System.Windows.Forms.Label(); this.lblNSDTO = new System.Windows.Forms.Label(); this.txtNSDAL = new System.Windows.Forms.TextBox(); this.txtNSDTO = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // lblConString // this.lblConString.AutoSize = true; this.lblConString.Location = new System.Drawing.Point(12, 9); this.lblConString.Name = "lblConString"; this.lblConString.Size = new System.Drawing.Size(106, 13); this.lblConString.TabIndex = 0; this.lblConString.Text = "Cadena de Conexion"; // // txtConString // this.txtConString.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtConString.Location = new System.Drawing.Point(125, 6); this.txtConString.Multiline = true; this.txtConString.Name = "txtConString"; this.txtConString.ReadOnly = true; this.txtConString.Size = new System.Drawing.Size(330, 45); this.txtConString.TabIndex = 1; // // lblPathRaiz // this.lblPathRaiz.AutoSize = true; this.lblPathRaiz.Location = new System.Drawing.Point(12, 64); this.lblPathRaiz.Name = "lblPathRaiz"; this.lblPathRaiz.Size = new System.Drawing.Size(53, 13); this.lblPathRaiz.TabIndex = 2; this.lblPathRaiz.Text = "Path Raiz"; // // txtPathRaiz // this.txtPathRaiz.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPathRaiz.Location = new System.Drawing.Point(125, 61); this.txtPathRaiz.Name = "txtPathRaiz"; this.txtPathRaiz.ReadOnly = true; this.txtPathRaiz.Size = new System.Drawing.Size(296, 20); this.txtPathRaiz.TabIndex = 4; // // btnPathRaiz // this.btnPathRaiz.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPathRaiz.Location = new System.Drawing.Point(427, 58); this.btnPathRaiz.Name = "btnPathRaiz"; this.btnPathRaiz.Size = new System.Drawing.Size(28, 23); this.btnPathRaiz.TabIndex = 5; this.btnPathRaiz.Text = "..."; this.btnPathRaiz.UseVisualStyleBackColor = true; this.btnPathRaiz.Click += new System.EventHandler(this.btnPathRaiz_Click); // // btnPathDAL // this.btnPathDAL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPathDAL.Location = new System.Drawing.Point(427, 84); this.btnPathDAL.Name = "btnPathDAL"; this.btnPathDAL.Size = new System.Drawing.Size(28, 23); this.btnPathDAL.TabIndex = 8; this.btnPathDAL.Text = "..."; this.btnPathDAL.UseVisualStyleBackColor = true; this.btnPathDAL.Click += new System.EventHandler(this.btnPathDAL_Click); // // txtPathDAL // this.txtPathDAL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPathDAL.Location = new System.Drawing.Point(125, 87); this.txtPathDAL.Name = "txtPathDAL"; this.txtPathDAL.ReadOnly = true; this.txtPathDAL.Size = new System.Drawing.Size(296, 20); this.txtPathDAL.TabIndex = 7; // // lblPathDAL // this.lblPathDAL.AutoSize = true; this.lblPathDAL.Location = new System.Drawing.Point(12, 90); this.lblPathDAL.Name = "lblPathDAL"; this.lblPathDAL.Size = new System.Drawing.Size(53, 13); this.lblPathDAL.TabIndex = 6; this.lblPathDAL.Text = "Path DAL"; // // btnPathDTO // this.btnPathDTO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPathDTO.Location = new System.Drawing.Point(427, 110); this.btnPathDTO.Name = "btnPathDTO"; this.btnPathDTO.Size = new System.Drawing.Size(28, 23); this.btnPathDTO.TabIndex = 11; this.btnPathDTO.Text = "..."; this.btnPathDTO.UseVisualStyleBackColor = true; this.btnPathDTO.Click += new System.EventHandler(this.btnPathDTO_Click); // // txtPathDTO // this.txtPathDTO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPathDTO.Location = new System.Drawing.Point(125, 113); this.txtPathDTO.Name = "txtPathDTO"; this.txtPathDTO.ReadOnly = true; this.txtPathDTO.Size = new System.Drawing.Size(296, 20); this.txtPathDTO.TabIndex = 10; // // lblPathDTO // this.lblPathDTO.AutoSize = true; this.lblPathDTO.Location = new System.Drawing.Point(12, 116); this.lblPathDTO.Name = "lblPathDTO"; this.lblPathDTO.Size = new System.Drawing.Size(55, 13); this.lblPathDTO.TabIndex = 9; this.lblPathDTO.Text = "Path DTO"; // // btnPathExtra // this.btnPathExtra.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPathExtra.Location = new System.Drawing.Point(427, 136); this.btnPathExtra.Name = "btnPathExtra"; this.btnPathExtra.Size = new System.Drawing.Size(28, 23); this.btnPathExtra.TabIndex = 14; this.btnPathExtra.Text = "..."; this.btnPathExtra.UseVisualStyleBackColor = true; this.btnPathExtra.Click += new System.EventHandler(this.btnPathExtra_Click); // // txtPathExtra // this.txtPathExtra.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPathExtra.Location = new System.Drawing.Point(125, 139); this.txtPathExtra.Name = "txtPathExtra"; this.txtPathExtra.ReadOnly = true; this.txtPathExtra.Size = new System.Drawing.Size(296, 20); this.txtPathExtra.TabIndex = 13; // // lblPathExtra // this.lblPathExtra.AutoSize = true; this.lblPathExtra.Location = new System.Drawing.Point(12, 142); this.lblPathExtra.Name = "lblPathExtra"; this.lblPathExtra.Size = new System.Drawing.Size(56, 13); this.lblPathExtra.TabIndex = 12; this.lblPathExtra.Text = "Path Extra"; // // btnCancelar // this.btnCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancelar.Location = new System.Drawing.Point(380, 286); this.btnCancelar.Name = "btnCancelar"; this.btnCancelar.Size = new System.Drawing.Size(75, 23); this.btnCancelar.TabIndex = 15; this.btnCancelar.Text = "Cancelar"; this.btnCancelar.UseVisualStyleBackColor = true; this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click); // // btnAceptar // this.btnAceptar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnAceptar.Location = new System.Drawing.Point(299, 286); this.btnAceptar.Name = "btnAceptar"; this.btnAceptar.Size = new System.Drawing.Size(75, 23); this.btnAceptar.TabIndex = 16; this.btnAceptar.Text = "Aceptar"; this.btnAceptar.UseVisualStyleBackColor = true; this.btnAceptar.Click += new System.EventHandler(this.btnAceptar_Click); // // lblNSDAL // this.lblNSDAL.AutoSize = true; this.lblNSDAL.Location = new System.Drawing.Point(12, 169); this.lblNSDAL.Name = "lblNSDAL"; this.lblNSDAL.Size = new System.Drawing.Size(46, 13); this.lblNSDAL.TabIndex = 17; this.lblNSDAL.Text = "NS DAL"; // // lblNSDTO // this.lblNSDTO.AutoSize = true; this.lblNSDTO.Location = new System.Drawing.Point(12, 195); this.lblNSDTO.Name = "lblNSDTO"; this.lblNSDTO.Size = new System.Drawing.Size(48, 13); this.lblNSDTO.TabIndex = 18; this.lblNSDTO.Text = "NS DTO"; // // txtNSDAL // this.txtNSDAL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNSDAL.Location = new System.Drawing.Point(125, 166); this.txtNSDAL.Name = "txtNSDAL"; this.txtNSDAL.Size = new System.Drawing.Size(330, 20); this.txtNSDAL.TabIndex = 19; // // txtNSDTO // this.txtNSDTO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNSDTO.Location = new System.Drawing.Point(125, 192); this.txtNSDTO.Name = "txtNSDTO"; this.txtNSDTO.Size = new System.Drawing.Size(330, 20); this.txtNSDTO.TabIndex = 20; // // frmCodeGenConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(467, 321); this.Controls.Add(this.txtNSDTO); this.Controls.Add(this.txtNSDAL); this.Controls.Add(this.lblNSDTO); this.Controls.Add(this.lblNSDAL); this.Controls.Add(this.btnAceptar); this.Controls.Add(this.btnCancelar); this.Controls.Add(this.btnPathExtra); this.Controls.Add(this.txtPathExtra); this.Controls.Add(this.lblPathExtra); this.Controls.Add(this.btnPathDTO); this.Controls.Add(this.txtPathDTO); this.Controls.Add(this.lblPathDTO); this.Controls.Add(this.btnPathDAL); this.Controls.Add(this.txtPathDAL); this.Controls.Add(this.lblPathDAL); this.Controls.Add(this.btnPathRaiz); this.Controls.Add(this.txtPathRaiz); this.Controls.Add(this.lblPathRaiz); this.Controls.Add(this.txtConString); this.Controls.Add(this.lblConString); this.Name = "frmCodeGenConfig"; this.Text = "Configuracion del Generador de Codigo"; this.Load += new System.EventHandler(this.FrmCodeGenConfig_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblConString; private System.Windows.Forms.TextBox txtConString; private System.Windows.Forms.Label lblPathRaiz; private System.Windows.Forms.TextBox txtPathRaiz; private System.Windows.Forms.Button btnPathRaiz; private System.Windows.Forms.Button btnPathDAL; private System.Windows.Forms.TextBox txtPathDAL; private System.Windows.Forms.Label lblPathDAL; private System.Windows.Forms.Button btnPathDTO; private System.Windows.Forms.TextBox txtPathDTO; private System.Windows.Forms.Label lblPathDTO; private System.Windows.Forms.Button btnPathExtra; private System.Windows.Forms.TextBox txtPathExtra; private System.Windows.Forms.Label lblPathExtra; private System.Windows.Forms.Button btnCancelar; private System.Windows.Forms.Button btnAceptar; private System.Windows.Forms.Label lblNSDAL; private System.Windows.Forms.Label lblNSDTO; private System.Windows.Forms.TextBox txtNSDAL; private System.Windows.Forms.TextBox txtNSDTO; } }