namespace EventParser.GUI { partial class frmConnection { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.cboDatabases = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.updTimeout = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.lblPassword = new System.Windows.Forms.Label(); this.txtUserName = new System.Windows.Forms.TextBox(); this.lblUserName = new System.Windows.Forms.Label(); this.cboAuthenticationType = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.txtServerName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.btnTest = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.updTimeout)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.cboDatabases); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.updTimeout); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtPassword); this.groupBox1.Controls.Add(this.lblPassword); this.groupBox1.Controls.Add(this.txtUserName); this.groupBox1.Controls.Add(this.lblUserName); this.groupBox1.Controls.Add(this.cboAuthenticationType); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtServerName); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(18, 18); this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Size = new System.Drawing.Size(452, 351); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // cboDatabases // this.cboDatabases.FormattingEnabled = true; this.cboDatabases.Location = new System.Drawing.Point(140, 217); this.cboDatabases.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cboDatabases.Name = "cboDatabases"; this.cboDatabases.Size = new System.Drawing.Size(282, 28); this.cboDatabases.TabIndex = 9; this.cboDatabases.DropDown += new System.EventHandler(this.cboDatabases_DropDown); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(9, 222); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 20); this.label3.TabIndex = 10; this.label3.Text = "Database"; // // updTimeout // this.updTimeout.Increment = new decimal(new int[] { 30, 0, 0, 0}); this.updTimeout.Location = new System.Drawing.Point(177, 282); this.updTimeout.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.updTimeout.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.updTimeout.Minimum = new decimal(new int[] { 60, 0, 0, 0}); this.updTimeout.Name = "updTimeout"; this.updTimeout.ReadOnly = true; this.updTimeout.Size = new System.Drawing.Size(102, 26); this.updTimeout.TabIndex = 4; this.updTimeout.Value = new decimal(new int[] { 60, 0, 0, 0}); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(9, 285); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(159, 20); this.label5.TabIndex = 8; this.label5.Text = "Comand timeout, sec"; // // txtPassword // this.txtPassword.Enabled = false; this.txtPassword.Location = new System.Drawing.Point(224, 163); this.txtPassword.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(198, 26); this.txtPassword.TabIndex = 3; // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.Enabled = false; this.lblPassword.Location = new System.Drawing.Point(135, 168); this.lblPassword.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(82, 20); this.lblPassword.TabIndex = 6; this.lblPassword.Text = "Password:"; // // txtUserName // this.txtUserName.Enabled = false; this.txtUserName.Location = new System.Drawing.Point(224, 123); this.txtUserName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(198, 26); this.txtUserName.TabIndex = 2; // // lblUserName // this.lblUserName.AutoSize = true; this.lblUserName.Enabled = false; this.lblUserName.Location = new System.Drawing.Point(128, 128); this.lblUserName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(87, 20); this.lblUserName.TabIndex = 4; this.lblUserName.Text = "Username:"; // // cboAuthenticationType // this.cboAuthenticationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboAuthenticationType.FormattingEnabled = true; this.cboAuthenticationType.Items.AddRange(new object[] { "Windows Authentication", "SQL Server Authentication"}); this.cboAuthenticationType.Location = new System.Drawing.Point(140, 66); this.cboAuthenticationType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.cboAuthenticationType.Name = "cboAuthenticationType"; this.cboAuthenticationType.Size = new System.Drawing.Size(282, 28); this.cboAuthenticationType.TabIndex = 1; this.cboAuthenticationType.SelectedIndexChanged += new System.EventHandler(this.cboAuthenticationType_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 71); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(112, 20); this.label2.TabIndex = 2; this.label2.Text = "Authentication"; // // txtServerName // this.txtServerName.Location = new System.Drawing.Point(140, 20); this.txtServerName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtServerName.Name = "txtServerName"; this.txtServerName.Size = new System.Drawing.Size(282, 26); this.txtServerName.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 25); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 20); this.label1.TabIndex = 0; this.label1.Text = "Server name"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(363, 378); this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(112, 35); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(242, 378); this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(112, 35); this.btnOK.TabIndex = 5; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnTest // this.btnTest.Location = new System.Drawing.Point(21, 378); this.btnTest.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(92, 35); this.btnTest.TabIndex = 7; this.btnTest.Text = "Test"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // frmConnection // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(480, 431); this.Controls.Add(this.btnTest); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmConnection"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Connection to SQL Server"; this.Load += new System.EventHandler(this.frmConnection_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.updTimeout)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.NumericUpDown updTimeout; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.TextBox txtUserName; private System.Windows.Forms.Label lblUserName; private System.Windows.Forms.ComboBox cboAuthenticationType; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtServerName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.ComboBox cboDatabases; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnTest; } }