Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pagOracle           = new System.Windows.Forms.TabPage();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.rbOraMSDriver       = new System.Windows.Forms.RadioButton();
     this.rbOraNative         = new System.Windows.Forms.RadioButton();
     this.txtOraLoginName     = new System.Windows.Forms.TextBox();
     this.dsSettings          = new QueryExpress.DSSettings();
     this.txtOraPassword      = new System.Windows.Forms.TextBox();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.txtOraDataSource    = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.chkLowBandwidth     = new System.Windows.Forms.CheckBox();
     this.label1              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.pagSQL              = new System.Windows.Forms.TabPage();
     this.txtSqlLoginName     = new System.Windows.Forms.TextBox();
     this.lblSqlPassword      = new System.Windows.Forms.Label();
     this.lblSqlLoginName     = new System.Windows.Forms.Label();
     this.txtSqlPassword      = new System.Windows.Forms.TextBox();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.rbSqlUntrusted      = new System.Windows.Forms.RadioButton();
     this.rbSqlTrusted        = new System.Windows.Forms.RadioButton();
     this.txtSqlServer        = new System.Windows.Forms.TextBox();
     this.pagOleDb            = new System.Windows.Forms.TabPage();
     this.btnLoadOleDb        = new System.Windows.Forms.Button();
     this.txtOleConnectString = new System.Windows.Forms.TextBox();
     this.btnSaveOleDb        = new System.Windows.Forms.Button();
     this.btnConnect          = new System.Windows.Forms.Button();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.tabControl          = new System.Windows.Forms.TabControl();
     this.saveOleDbFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.openOleDbFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.pagOracle.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsSettings)).BeginInit();
     this.pagSQL.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.pagOleDb.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // pagOracle
     //
     this.pagOracle.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.groupBox2,
         this.txtOraLoginName,
         this.txtOraPassword,
         this.label6,
         this.label7,
         this.txtOraDataSource,
         this.label4
     });
     this.pagOracle.Location = new System.Drawing.Point(4, 22);
     this.pagOracle.Name     = "pagOracle";
     this.pagOracle.Size     = new System.Drawing.Size(311, 196);
     this.pagOracle.TabIndex = 1;
     this.pagOracle.Text     = "Oracle";
     this.pagOracle.Enter   += new System.EventHandler(this.pagOracle_Enter);
     //
     // groupBox2
     //
     this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.rbOraMSDriver,
         this.rbOraNative
     });
     this.groupBox2.Location = new System.Drawing.Point(14, 104);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(233, 67);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Driver:";
     //
     // rbOraMSDriver
     //
     this.rbOraMSDriver.Location = new System.Drawing.Point(20, 39);
     this.rbOraMSDriver.Name     = "rbOraMSDriver";
     this.rbOraMSDriver.Size     = new System.Drawing.Size(87, 20);
     this.rbOraMSDriver.TabIndex = 1;
     this.rbOraMSDriver.Text     = "&Microsoft";
     //
     // rbOraNative
     //
     this.rbOraNative.Checked  = true;
     this.rbOraNative.Location = new System.Drawing.Point(20, 19);
     this.rbOraNative.Name     = "rbOraNative";
     this.rbOraNative.Size     = new System.Drawing.Size(170, 17);
     this.rbOraNative.TabIndex = 0;
     this.rbOraNative.TabStop  = true;
     this.rbOraNative.Text     = "&Oracle (requires 8i client)";
     //
     // txtOraLoginName
     //
     this.txtOraLoginName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.OraLoginName"));
     this.txtOraLoginName.Location = new System.Drawing.Point(93, 43);
     this.txtOraLoginName.Name     = "txtOraLoginName";
     this.txtOraLoginName.Size     = new System.Drawing.Size(154, 20);
     this.txtOraLoginName.TabIndex = 5;
     this.txtOraLoginName.Text     = "";
     //
     // dsSettings
     //
     this.dsSettings.DataSetName = "DSSettings";
     this.dsSettings.Locale      = new System.Globalization.CultureInfo("en-US");
     this.dsSettings.Namespace   = "http://tempuri.org/DSSettings.xsd";
     //
     // txtOraPassword
     //
     this.txtOraPassword.Location     = new System.Drawing.Point(93, 71);
     this.txtOraPassword.Name         = "txtOraPassword";
     this.txtOraPassword.PasswordChar = '*';
     this.txtOraPassword.Size         = new System.Drawing.Size(154, 20);
     this.txtOraPassword.TabIndex     = 7;
     this.txtOraPassword.Text         = "";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(14, 44);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(68, 13);
     this.label6.TabIndex = 4;
     this.label6.Text     = "&Login Name:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(14, 71);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(57, 13);
     this.label7.TabIndex = 6;
     this.label7.Text     = "&Password:"******"Text", this.dsSettings, "settings.OraDataSource"));
     this.txtOraDataSource.Location = new System.Drawing.Point(93, 17);
     this.txtOraDataSource.Name     = "txtOraDataSource";
     this.txtOraDataSource.Size     = new System.Drawing.Size(154, 20);
     this.txtOraDataSource.TabIndex = 1;
     this.txtOraDataSource.Text     = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 19);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(67, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "&Data Source";
     //
     // chkLowBandwidth
     //
     this.chkLowBandwidth.Location = new System.Drawing.Point(15, 244);
     this.chkLowBandwidth.Name     = "chkLowBandwidth";
     this.chkLowBandwidth.Size     = new System.Drawing.Size(125, 18);
     this.chkLowBandwidth.TabIndex = 1;
     this.chkLowBandwidth.Text     = "L&ow bandwidth";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "&Server:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 10);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(127, 15);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Connection String";
     //
     // pagSQL
     //
     this.pagSQL.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtSqlLoginName,
         this.lblSqlPassword,
         this.lblSqlLoginName,
         this.txtSqlPassword,
         this.groupBox1,
         this.txtSqlServer,
         this.label1
     });
     this.pagSQL.Location = new System.Drawing.Point(4, 22);
     this.pagSQL.Name     = "pagSQL";
     this.pagSQL.Size     = new System.Drawing.Size(311, 196);
     this.pagSQL.TabIndex = 0;
     this.pagSQL.Text     = "SQL Server";
     this.pagSQL.Enter   += new System.EventHandler(this.pagSQL_Enter);
     //
     // txtSqlLoginName
     //
     this.txtSqlLoginName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.SqlLoginName"));
     this.txtSqlLoginName.Location = new System.Drawing.Point(125, 129);
     this.txtSqlLoginName.Name     = "txtSqlLoginName";
     this.txtSqlLoginName.Size     = new System.Drawing.Size(160, 20);
     this.txtSqlLoginName.TabIndex = 6;
     this.txtSqlLoginName.Text     = "";
     //
     // lblSqlPassword
     //
     this.lblSqlPassword.AutoSize = true;
     this.lblSqlPassword.Location = new System.Drawing.Point(49, 155);
     this.lblSqlPassword.Name     = "lblSqlPassword";
     this.lblSqlPassword.Size     = new System.Drawing.Size(57, 13);
     this.lblSqlPassword.TabIndex = 7;
     this.lblSqlPassword.Text     = "&Password:"******"lblSqlLoginName";
     this.lblSqlLoginName.Size     = new System.Drawing.Size(66, 13);
     this.lblSqlLoginName.TabIndex = 5;
     this.lblSqlLoginName.Text     = "&Login name:";
     //
     // txtSqlPassword
     //
     this.txtSqlPassword.Location     = new System.Drawing.Point(125, 155);
     this.txtSqlPassword.Name         = "txtSqlPassword";
     this.txtSqlPassword.PasswordChar = '*';
     this.txtSqlPassword.Size         = new System.Drawing.Size(160, 20);
     this.txtSqlPassword.TabIndex     = 8;
     this.txtSqlPassword.Text         = "";
     //
     // groupBox1
     //
     this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.rbSqlUntrusted,
         this.rbSqlTrusted
     });
     this.groupBox1.Location = new System.Drawing.Point(14, 47);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(286, 140);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Connect Using:";
     //
     // rbSqlUntrusted
     //
     this.rbSqlUntrusted.Location        = new System.Drawing.Point(18, 46);
     this.rbSqlUntrusted.Name            = "rbSqlUntrusted";
     this.rbSqlUntrusted.Size            = new System.Drawing.Size(194, 18);
     this.rbSqlUntrusted.TabIndex        = 1;
     this.rbSqlUntrusted.Text            = "S&QL Server Authentication";
     this.rbSqlUntrusted.Click          += new System.EventHandler(this.rbSqlUntrusted_Click);
     this.rbSqlUntrusted.CheckedChanged += new System.EventHandler(this.rbSql_Changed);
     //
     // rbSqlTrusted
     //
     this.rbSqlTrusted.Checked         = true;
     this.rbSqlTrusted.Location        = new System.Drawing.Point(18, 23);
     this.rbSqlTrusted.Name            = "rbSqlTrusted";
     this.rbSqlTrusted.Size            = new System.Drawing.Size(190, 17);
     this.rbSqlTrusted.TabIndex        = 0;
     this.rbSqlTrusted.TabStop         = true;
     this.rbSqlTrusted.Text            = "&Windows Authentication";
     this.rbSqlTrusted.CheckedChanged += new System.EventHandler(this.rbSql_Changed);
     //
     // txtSqlServer
     //
     this.txtSqlServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.SqlServer"));
     this.txtSqlServer.Location = new System.Drawing.Point(73, 14);
     this.txtSqlServer.Name     = "txtSqlServer";
     this.txtSqlServer.Size     = new System.Drawing.Size(161, 20);
     this.txtSqlServer.TabIndex = 1;
     this.txtSqlServer.Text     = "";
     //
     // pagOleDb
     //
     this.pagOleDb.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.btnLoadOleDb,
         this.txtOleConnectString,
         this.label3,
         this.btnSaveOleDb
     });
     this.pagOleDb.Location = new System.Drawing.Point(4, 22);
     this.pagOleDb.Name     = "pagOleDb";
     this.pagOleDb.Size     = new System.Drawing.Size(311, 196);
     this.pagOleDb.TabIndex = 2;
     this.pagOleDb.Text     = "OLE-DB";
     //
     // btnLoadOleDb
     //
     this.btnLoadOleDb.Location = new System.Drawing.Point(12, 165);
     this.btnLoadOleDb.Name     = "btnLoadOleDb";
     this.btnLoadOleDb.TabIndex = 2;
     this.btnLoadOleDb.Text     = "&Load...";
     this.btnLoadOleDb.Click   += new System.EventHandler(this.btnLoadOleDb_Click);
     //
     // txtOleConnectString
     //
     this.txtOleConnectString.AutoSize = false;
     this.txtOleConnectString.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.OleDbConnect"));
     this.txtOleConnectString.Location  = new System.Drawing.Point(12, 27);
     this.txtOleConnectString.Multiline = true;
     this.txtOleConnectString.Name      = "txtOleConnectString";
     this.txtOleConnectString.Size      = new System.Drawing.Size(288, 128);
     this.txtOleConnectString.TabIndex  = 1;
     this.txtOleConnectString.Text      = "";
     //
     // btnSaveOleDb
     //
     this.btnSaveOleDb.Location = new System.Drawing.Point(97, 165);
     this.btnSaveOleDb.Name     = "btnSaveOleDb";
     this.btnSaveOleDb.TabIndex = 2;
     this.btnSaveOleDb.Text     = "&Save...";
     this.btnSaveOleDb.Click   += new System.EventHandler(this.btnSaveOleDb_Click);
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(159, 240);
     this.btnConnect.Name     = "btnConnect";
     this.btnConnect.Size     = new System.Drawing.Size(79, 23);
     this.btnConnect.TabIndex = 2;
     this.btnConnect.Text     = "Connect";
     this.btnConnect.Click   += new System.EventHandler(this.btnConnect_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(246, 240);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(79, 23);
     this.btnCancel.TabIndex     = 3;
     this.btnCancel.Text         = "Cancel";
     //
     // tabControl
     //
     this.tabControl.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.pagSQL,
         this.pagOracle,
         this.pagOleDb
     });
     this.tabControl.Location      = new System.Drawing.Point(6, 7);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(319, 222);
     this.tabControl.TabIndex      = 0;
     this.tabControl.TabStop       = false;
     //
     // saveOleDbFileDialog
     //
     this.saveOleDbFileDialog.DefaultExt = "connectString";
     this.saveOleDbFileDialog.FileName   = "OleDb";
     this.saveOleDbFileDialog.Filter     = "Connection String|*.connectString|Text File|*.txt|All Files|*.*";
     //
     // openOleDbFileDialog
     //
     this.openOleDbFileDialog.DefaultExt = "connectString";
     this.openOleDbFileDialog.FileName   = "OleDb";
     this.openOleDbFileDialog.Filter     = "Connection String|*.connectString|Text File|*.txt|All Files|*.*";
     //
     // ConnectForm
     //
     this.AcceptButton      = this.btnConnect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(334, 272);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.chkLowBandwidth,
         this.btnCancel,
         this.btnConnect,
         this.tabControl
     });
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ConnectForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Connect...";
     this.Closed         += new System.EventHandler(this.ConnectForm_Closed);
     this.pagOracle.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsSettings)).EndInit();
     this.pagSQL.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.pagOleDb.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pagOracle = new System.Windows.Forms.TabPage();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rbOraMSDriver = new System.Windows.Forms.RadioButton();
     this.rbOraNative = new System.Windows.Forms.RadioButton();
     this.txtOraLoginName = new System.Windows.Forms.TextBox();
     this.dsSettings = new QueryExpress.DSSettings();
     this.txtOraPassword = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtOraDataSource = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.chkLowBandwidth = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.pagSQL = new System.Windows.Forms.TabPage();
     this.txtSqlLoginName = new System.Windows.Forms.TextBox();
     this.lblSqlPassword = new System.Windows.Forms.Label();
     this.lblSqlLoginName = new System.Windows.Forms.Label();
     this.txtSqlPassword = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.rbSqlUntrusted = new System.Windows.Forms.RadioButton();
     this.rbSqlTrusted = new System.Windows.Forms.RadioButton();
     this.txtSqlServer = new System.Windows.Forms.TextBox();
     this.pagOleDb = new System.Windows.Forms.TabPage();
     this.btnLoadOleDb = new System.Windows.Forms.Button();
     this.txtOleConnectString = new System.Windows.Forms.TextBox();
     this.btnSaveOleDb = new System.Windows.Forms.Button();
     this.btnConnect = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.saveOleDbFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.openOleDbFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.pagOracle.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsSettings)).BeginInit();
     this.pagSQL.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.pagOleDb.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // pagOracle
     //
     this.pagOracle.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                             this.groupBox2,
                                                                             this.txtOraLoginName,
                                                                             this.txtOraPassword,
                                                                             this.label6,
                                                                             this.label7,
                                                                             this.txtOraDataSource,
                                                                             this.label4});
     this.pagOracle.Location = new System.Drawing.Point(4, 22);
     this.pagOracle.Name = "pagOracle";
     this.pagOracle.Size = new System.Drawing.Size(311, 196);
     this.pagOracle.TabIndex = 1;
     this.pagOracle.Text = "Oracle";
     this.pagOracle.Enter += new System.EventHandler(this.pagOracle_Enter);
     //
     // groupBox2
     //
     this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                             this.rbOraMSDriver,
                                                                             this.rbOraNative});
     this.groupBox2.Location = new System.Drawing.Point(14, 104);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(233, 67);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Driver:";
     //
     // rbOraMSDriver
     //
     this.rbOraMSDriver.Location = new System.Drawing.Point(20, 39);
     this.rbOraMSDriver.Name = "rbOraMSDriver";
     this.rbOraMSDriver.Size = new System.Drawing.Size(87, 20);
     this.rbOraMSDriver.TabIndex = 1;
     this.rbOraMSDriver.Text = "&Microsoft";
     //
     // rbOraNative
     //
     this.rbOraNative.Checked = true;
     this.rbOraNative.Location = new System.Drawing.Point(20, 19);
     this.rbOraNative.Name = "rbOraNative";
     this.rbOraNative.Size = new System.Drawing.Size(170, 17);
     this.rbOraNative.TabIndex = 0;
     this.rbOraNative.TabStop = true;
     this.rbOraNative.Text = "&Oracle (requires 8i client)";
     //
     // txtOraLoginName
     //
     this.txtOraLoginName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.OraLoginName"));
     this.txtOraLoginName.Location = new System.Drawing.Point(93, 43);
     this.txtOraLoginName.Name = "txtOraLoginName";
     this.txtOraLoginName.Size = new System.Drawing.Size(154, 20);
     this.txtOraLoginName.TabIndex = 5;
     this.txtOraLoginName.Text = "";
     //
     // dsSettings
     //
     this.dsSettings.DataSetName = "DSSettings";
     this.dsSettings.Locale = new System.Globalization.CultureInfo("en-US");
     this.dsSettings.Namespace = "http://tempuri.org/DSSettings.xsd";
     //
     // txtOraPassword
     //
     this.txtOraPassword.Location = new System.Drawing.Point(93, 71);
     this.txtOraPassword.Name = "txtOraPassword";
     this.txtOraPassword.PasswordChar = '*';
     this.txtOraPassword.Size = new System.Drawing.Size(154, 20);
     this.txtOraPassword.TabIndex = 7;
     this.txtOraPassword.Text = "";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(14, 44);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(68, 13);
     this.label6.TabIndex = 4;
     this.label6.Text = "&Login Name:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(14, 71);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(57, 13);
     this.label7.TabIndex = 6;
     this.label7.Text = "&Password:"******"Text", this.dsSettings, "settings.OraDataSource"));
     this.txtOraDataSource.Location = new System.Drawing.Point(93, 17);
     this.txtOraDataSource.Name = "txtOraDataSource";
     this.txtOraDataSource.Size = new System.Drawing.Size(154, 20);
     this.txtOraDataSource.TabIndex = 1;
     this.txtOraDataSource.Text = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 19);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(67, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "&Data Source";
     //
     // chkLowBandwidth
     //
     this.chkLowBandwidth.Location = new System.Drawing.Point(15, 244);
     this.chkLowBandwidth.Name = "chkLowBandwidth";
     this.chkLowBandwidth.Size = new System.Drawing.Size(125, 18);
     this.chkLowBandwidth.TabIndex = 1;
     this.chkLowBandwidth.Text = "L&ow bandwidth";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "&Server:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 10);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(127, 15);
     this.label3.TabIndex = 0;
     this.label3.Text = "Connection String";
     //
     // pagSQL
     //
     this.pagSQL.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.txtSqlLoginName,
                                                                          this.lblSqlPassword,
                                                                          this.lblSqlLoginName,
                                                                          this.txtSqlPassword,
                                                                          this.groupBox1,
                                                                          this.txtSqlServer,
                                                                          this.label1});
     this.pagSQL.Location = new System.Drawing.Point(4, 22);
     this.pagSQL.Name = "pagSQL";
     this.pagSQL.Size = new System.Drawing.Size(311, 196);
     this.pagSQL.TabIndex = 0;
     this.pagSQL.Text = "SQL Server";
     this.pagSQL.Enter += new System.EventHandler(this.pagSQL_Enter);
     //
     // txtSqlLoginName
     //
     this.txtSqlLoginName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.SqlLoginName"));
     this.txtSqlLoginName.Location = new System.Drawing.Point(125, 129);
     this.txtSqlLoginName.Name = "txtSqlLoginName";
     this.txtSqlLoginName.Size = new System.Drawing.Size(160, 20);
     this.txtSqlLoginName.TabIndex = 6;
     this.txtSqlLoginName.Text = "";
     //
     // lblSqlPassword
     //
     this.lblSqlPassword.AutoSize = true;
     this.lblSqlPassword.Location = new System.Drawing.Point(49, 155);
     this.lblSqlPassword.Name = "lblSqlPassword";
     this.lblSqlPassword.Size = new System.Drawing.Size(57, 13);
     this.lblSqlPassword.TabIndex = 7;
     this.lblSqlPassword.Text = "&Password:"******"lblSqlLoginName";
     this.lblSqlLoginName.Size = new System.Drawing.Size(66, 13);
     this.lblSqlLoginName.TabIndex = 5;
     this.lblSqlLoginName.Text = "&Login name:";
     //
     // txtSqlPassword
     //
     this.txtSqlPassword.Location = new System.Drawing.Point(125, 155);
     this.txtSqlPassword.Name = "txtSqlPassword";
     this.txtSqlPassword.PasswordChar = '*';
     this.txtSqlPassword.Size = new System.Drawing.Size(160, 20);
     this.txtSqlPassword.TabIndex = 8;
     this.txtSqlPassword.Text = "";
     //
     // groupBox1
     //
     this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                             this.rbSqlUntrusted,
                                                                             this.rbSqlTrusted});
     this.groupBox1.Location = new System.Drawing.Point(14, 47);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(286, 140);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Connect Using:";
     //
     // rbSqlUntrusted
     //
     this.rbSqlUntrusted.Location = new System.Drawing.Point(18, 46);
     this.rbSqlUntrusted.Name = "rbSqlUntrusted";
     this.rbSqlUntrusted.Size = new System.Drawing.Size(194, 18);
     this.rbSqlUntrusted.TabIndex = 1;
     this.rbSqlUntrusted.Text = "S&QL Server Authentication";
     this.rbSqlUntrusted.Click += new System.EventHandler(this.rbSqlUntrusted_Click);
     this.rbSqlUntrusted.CheckedChanged += new System.EventHandler(this.rbSql_Changed);
     //
     // rbSqlTrusted
     //
     this.rbSqlTrusted.Checked = true;
     this.rbSqlTrusted.Location = new System.Drawing.Point(18, 23);
     this.rbSqlTrusted.Name = "rbSqlTrusted";
     this.rbSqlTrusted.Size = new System.Drawing.Size(190, 17);
     this.rbSqlTrusted.TabIndex = 0;
     this.rbSqlTrusted.TabStop = true;
     this.rbSqlTrusted.Text = "&Windows Authentication";
     this.rbSqlTrusted.CheckedChanged += new System.EventHandler(this.rbSql_Changed);
     //
     // txtSqlServer
     //
     this.txtSqlServer.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.SqlServer"));
     this.txtSqlServer.Location = new System.Drawing.Point(73, 14);
     this.txtSqlServer.Name = "txtSqlServer";
     this.txtSqlServer.Size = new System.Drawing.Size(161, 20);
     this.txtSqlServer.TabIndex = 1;
     this.txtSqlServer.Text = "";
     //
     // pagOleDb
     //
     this.pagOleDb.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                            this.btnLoadOleDb,
                                                                            this.txtOleConnectString,
                                                                            this.label3,
                                                                            this.btnSaveOleDb});
     this.pagOleDb.Location = new System.Drawing.Point(4, 22);
     this.pagOleDb.Name = "pagOleDb";
     this.pagOleDb.Size = new System.Drawing.Size(311, 196);
     this.pagOleDb.TabIndex = 2;
     this.pagOleDb.Text = "OLE-DB";
     //
     // btnLoadOleDb
     //
     this.btnLoadOleDb.Location = new System.Drawing.Point(12, 165);
     this.btnLoadOleDb.Name = "btnLoadOleDb";
     this.btnLoadOleDb.TabIndex = 2;
     this.btnLoadOleDb.Text = "&Load...";
     this.btnLoadOleDb.Click += new System.EventHandler(this.btnLoadOleDb_Click);
     //
     // txtOleConnectString
     //
     this.txtOleConnectString.AutoSize = false;
     this.txtOleConnectString.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dsSettings, "settings.OleDbConnect"));
     this.txtOleConnectString.Location = new System.Drawing.Point(12, 27);
     this.txtOleConnectString.Multiline = true;
     this.txtOleConnectString.Name = "txtOleConnectString";
     this.txtOleConnectString.Size = new System.Drawing.Size(288, 128);
     this.txtOleConnectString.TabIndex = 1;
     this.txtOleConnectString.Text = "";
     //
     // btnSaveOleDb
     //
     this.btnSaveOleDb.Location = new System.Drawing.Point(97, 165);
     this.btnSaveOleDb.Name = "btnSaveOleDb";
     this.btnSaveOleDb.TabIndex = 2;
     this.btnSaveOleDb.Text = "&Save...";
     this.btnSaveOleDb.Click += new System.EventHandler(this.btnSaveOleDb_Click);
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(159, 240);
     this.btnConnect.Name = "btnConnect";
     this.btnConnect.Size = new System.Drawing.Size(79, 23);
     this.btnConnect.TabIndex = 2;
     this.btnConnect.Text = "Connect";
     this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(246, 240);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(79, 23);
     this.btnCancel.TabIndex = 3;
     this.btnCancel.Text = "Cancel";
     //
     // tabControl
     //
     this.tabControl.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                              this.pagSQL,
                                                                              this.pagOracle,
                                                                              this.pagOleDb});
     this.tabControl.Location = new System.Drawing.Point(6, 7);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(319, 222);
     this.tabControl.TabIndex = 0;
     this.tabControl.TabStop = false;
     //
     // saveOleDbFileDialog
     //
     this.saveOleDbFileDialog.DefaultExt = "connectString";
     this.saveOleDbFileDialog.FileName = "OleDb";
     this.saveOleDbFileDialog.Filter = "Connection String|*.connectString|Text File|*.txt|All Files|*.*";
     //
     // openOleDbFileDialog
     //
     this.openOleDbFileDialog.DefaultExt = "connectString";
     this.openOleDbFileDialog.FileName = "OleDb";
     this.openOleDbFileDialog.Filter = "Connection String|*.connectString|Text File|*.txt|All Files|*.*";
     //
     // ConnectForm
     //
     this.AcceptButton = this.btnConnect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(334, 272);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.chkLowBandwidth,
                                                                   this.btnCancel,
                                                                   this.btnConnect,
                                                                   this.tabControl});
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ConnectForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Connect...";
     this.Closed += new System.EventHandler(this.ConnectForm_Closed);
     this.pagOracle.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsSettings)).EndInit();
     this.pagSQL.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.pagOleDb.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }