namespace Reporting
{
partial class dlgDatabase
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgDatabase));
this.lblServer = new System.Windows.Forms.Label();
this.cmbServer = new System.Windows.Forms.ComboBox();
this.cmdRefresh = new System.Windows.Forms.Button();
this.lblLogonInfo = new System.Windows.Forms.Label();
this.pnlLogonOptions = new System.Windows.Forms.Panel();
this.optSQL = new System.Windows.Forms.RadioButton();
this.optNT = new System.Windows.Forms.RadioButton();
this.txtUID = new System.Windows.Forms.TextBox();
this.lblUser = new System.Windows.Forms.Label();
this.txtPW = new LangSoftDev.dotNETControls.InputControls.PasswordControl();
this.lblPassword = new System.Windows.Forms.Label();
this.cmdCancel = new System.Windows.Forms.Button();
this.cmdOK = new System.Windows.Forms.Button();
this.cmdTestConnection = new System.Windows.Forms.Button();
this.lblStatus = new System.Windows.Forms.Label();
this.pnlLogonOptions.SuspendLayout();
this.SuspendLayout();
//
// lblServer
//
this.lblServer.AutoSize = true;
this.lblServer.Location = new System.Drawing.Point(13, 13);
this.lblServer.Name = "lblServer";
this.lblServer.Size = new System.Drawing.Size(161, 13);
this.lblServer.TabIndex = 0;
this.lblServer.Text = "1. Select or enter a &server name:";
//
// cmbServer
//
this.cmbServer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmbServer.FormattingEnabled = true;
this.cmbServer.Location = new System.Drawing.Point(44, 29);
this.cmbServer.Name = "cmbServer";
this.cmbServer.Size = new System.Drawing.Size(266, 21);
this.cmbServer.TabIndex = 1;
//
// cmdRefresh
//
this.cmdRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cmdRefresh.Location = new System.Drawing.Point(317, 29);
this.cmdRefresh.Name = "cmdRefresh";
this.cmdRefresh.Size = new System.Drawing.Size(75, 21);
this.cmdRefresh.TabIndex = 2;
this.cmdRefresh.Text = "&Refresh";
this.cmdRefresh.UseVisualStyleBackColor = true;
//
// lblLogonInfo
//
this.lblLogonInfo.AutoSize = true;
this.lblLogonInfo.Location = new System.Drawing.Point(13, 60);
this.lblLogonInfo.Name = "lblLogonInfo";
this.lblLogonInfo.Size = new System.Drawing.Size(207, 13);
this.lblLogonInfo.TabIndex = 3;
this.lblLogonInfo.Text = "2. Enter information to log on to the server:";
//
// pnlLogonOptions
//
this.pnlLogonOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlLogonOptions.Controls.Add(this.optSQL);
this.pnlLogonOptions.Controls.Add(this.optNT);
this.pnlLogonOptions.Location = new System.Drawing.Point(38, 77);
this.pnlLogonOptions.Name = "pnlLogonOptions";
this.pnlLogonOptions.Size = new System.Drawing.Size(354, 54);
this.pnlLogonOptions.TabIndex = 4;
//
// optSQL
//
this.optSQL.AutoSize = true;
this.optSQL.Location = new System.Drawing.Point(15, 28);
this.optSQL.Name = "optSQL";
this.optSQL.Size = new System.Drawing.Size(141, 17);
this.optSQL.TabIndex = 1;
this.optSQL.TabStop = true;
this.optSQL.Text = "Use S&QL Server security";
this.optSQL.UseVisualStyleBackColor = true;
//
// optNT
//
this.optNT.AutoSize = true;
this.optNT.Location = new System.Drawing.Point(15, 4);
this.optNT.Name = "optNT";
this.optNT.Size = new System.Drawing.Size(148, 17);
this.optNT.TabIndex = 0;
this.optNT.TabStop = true;
this.optNT.Text = "Use &Windows NT security";
this.optNT.UseVisualStyleBackColor = true;
//
// txtUID
//
this.txtUID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtUID.Location = new System.Drawing.Point(135, 137);
this.txtUID.MaxLength = 125;
this.txtUID.Name = "txtUID";
this.txtUID.Size = new System.Drawing.Size(257, 20);
this.txtUID.TabIndex = 6;
//
// lblUser
//
this.lblUser.AutoSize = true;
this.lblUser.Location = new System.Drawing.Point(66, 137);
this.lblUser.Name = "lblUser";
this.lblUser.Size = new System.Drawing.Size(63, 13);
this.lblUser.TabIndex = 5;
this.lblUser.Text = "&User Name:";
//
// txtPW
//
this.txtPW.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPW.Location = new System.Drawing.Point(135, 164);
this.txtPW.Name = "txtPW";
this.txtPW.PasswordChar = '?';
this.txtPW.Size = new System.Drawing.Size(257, 20);
this.txtPW.TabIndex = 8;
//
// lblPassword
//
this.lblPassword.AutoSize = true;
this.lblPassword.Location = new System.Drawing.Point(69, 168);
this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(56, 13);
this.lblPassword.TabIndex = 7;
this.lblPassword.Text = "&Password:";
//
// cmdCancel
//
this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cmdCancel.Location = new System.Drawing.Point(316, 225);
this.cmdCancel.Name = "cmdCancel";
this.cmdCancel.Size = new System.Drawing.Size(75, 23);
this.cmdCancel.TabIndex = 11;
this.cmdCancel.Text = "&Cancel";
this.cmdCancel.UseVisualStyleBackColor = true;
//
// cmdOK
//
this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cmdOK.Location = new System.Drawing.Point(235, 225);
this.cmdOK.Name = "cmdOK";
this.cmdOK.Size = new System.Drawing.Size(75, 23);
this.cmdOK.TabIndex = 10;
this.cmdOK.Text = "&OK";
this.cmdOK.UseVisualStyleBackColor = true;
//
// cmdTestConnection
//
this.cmdTestConnection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cmdTestConnection.Location = new System.Drawing.Point(16, 225);
this.cmdTestConnection.Name = "cmdTestConnection";
this.cmdTestConnection.Size = new System.Drawing.Size(122, 23);
this.cmdTestConnection.TabIndex = 9;
this.cmdTestConnection.Text = "T&est Connection";
this.cmdTestConnection.UseVisualStyleBackColor = true;
//
// lblStatus
//
this.lblStatus.AutoSize = true;
this.lblStatus.Location = new System.Drawing.Point(16, 206);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(0, 13);
this.lblStatus.TabIndex = 12;
//
// dlgDatabase
//
this.AcceptButton = this.cmdOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cmdCancel;
this.ClientSize = new System.Drawing.Size(409, 260);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.cmdTestConnection);
this.Controls.Add(this.cmdOK);
this.Controls.Add(this.cmdCancel);
this.Controls.Add(this.lblPassword);
this.Controls.Add(this.txtPW);
this.Controls.Add(this.lblUser);
this.Controls.Add(this.txtUID);
this.Controls.Add(this.pnlLogonOptions);
this.Controls.Add(this.lblLogonInfo);
this.Controls.Add(this.cmdRefresh);
this.Controls.Add(this.cmbServer);
this.Controls.Add(this.lblServer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "dlgDatabase";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Select Database:";
this.pnlLogonOptions.ResumeLayout(false);
this.pnlLogonOptions.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblServer;
private System.Windows.Forms.ComboBox cmbServer;
private System.Windows.Forms.Button cmdRefresh;
private System.Windows.Forms.Label lblLogonInfo;
private System.Windows.Forms.Panel pnlLogonOptions;
private System.Windows.Forms.RadioButton optSQL;
private System.Windows.Forms.RadioButton optNT;
private System.Windows.Forms.TextBox txtUID;
private System.Windows.Forms.Label lblUser;
private LangSoftDev.dotNETControls.InputControls.PasswordControl txtPW;
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.Button cmdCancel;
private System.Windows.Forms.Button cmdOK;
private System.Windows.Forms.Button cmdTestConnection;
private System.Windows.Forms.Label lblStatus;
}
}