Acme.PROJECTNAME.Install.IdentifyDatabaseForm.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

private InitializeComponent ( ) : void
Результат void
		private void InitializeComponent()
		{
			this.comboBoxConnectionDatabaseName = new System.Windows.Forms.ComboBox();
			this.textBoxConnectionPassword = new System.Windows.Forms.TextBox();
			this.textBoxConnectionUserName = new System.Windows.Forms.TextBox();
			this.radioButtonConnectionIntegratedSecurity = new System.Windows.Forms.RadioButton();
			this.buttonConnectionRefresh = new System.Windows.Forms.Button();
			this.comboBoxConnectionServerName = new System.Windows.Forms.ComboBox();
			this.labelConnectionPassword = new System.Windows.Forms.Label();
			this.labelConnectionUserName = new System.Windows.Forms.Label();
			this.labelConnectionSelectDatabase = new System.Windows.Forms.Label();
			this.labelConnectionLogon = new System.Windows.Forms.Label();
			this.labelConnectionServerName = new System.Windows.Forms.Label();
			this.labelConnectionInstruction = new System.Windows.Forms.Label();
			this.buttonConnectionTestConnection = new System.Windows.Forms.Button();
			this.cmdOK = new System.Windows.Forms.Button();
			this.cmdCancel = new System.Windows.Forms.Button();
			this.tabControlChooseDatabase = new System.Windows.Forms.TabControl();
			this.tabPageConnection = new System.Windows.Forms.TabPage();
			this.radioButtonConnectionUserPassword = new System.Windows.Forms.RadioButton();
			this.tabPageCreation = new System.Windows.Forms.TabPage();
			this._cbCreateDatabase = new System.Windows.Forms.CheckBox();
			this.textBoxCreationDatabaseName = new System.Windows.Forms.TextBox();
			this.textBoxCreationPassword = new System.Windows.Forms.TextBox();
			this.textBoxCreationUserName = new System.Windows.Forms.TextBox();
			this.radioButtonCreationUserPassword = new System.Windows.Forms.RadioButton();
			this.radioButtonCreationIntegratedSecurity = new System.Windows.Forms.RadioButton();
			this.buttonCreationRefresh = new System.Windows.Forms.Button();
			this.comboBoxCreationServerName = new System.Windows.Forms.ComboBox();
			this.labelCreationPassword = new System.Windows.Forms.Label();
			this.labelCreationUserName = new System.Windows.Forms.Label();
			this.labelCreationDatabaseName = new System.Windows.Forms.Label();
			this.labelCreationLogon = new System.Windows.Forms.Label();
			this.labelCreationServerName = new System.Windows.Forms.Label();
			this.labelCreationInstruction = new System.Windows.Forms.Label();
			this.chkSaveSettings = new System.Windows.Forms.CheckBox();
			this.tabControlChooseDatabase.SuspendLayout();
			this.tabPageConnection.SuspendLayout();
			this.tabPageCreation.SuspendLayout();
			this.SuspendLayout();
			// 
			// comboBoxConnectionDatabaseName
			// 
			this.comboBoxConnectionDatabaseName.Location = new System.Drawing.Point(32, 240);
			this.comboBoxConnectionDatabaseName.Name = "comboBoxConnectionDatabaseName";
			this.comboBoxConnectionDatabaseName.Size = new System.Drawing.Size(221, 21);
			this.comboBoxConnectionDatabaseName.Sorted = true;
			this.comboBoxConnectionDatabaseName.TabIndex = 6;
			this.comboBoxConnectionDatabaseName.DropDown += new System.EventHandler(this.comboBoxConnectionDatabaseName_DropDown);
			// 
			// textBoxConnectionPassword
			// 
			this.textBoxConnectionPassword.Enabled = false;
			this.textBoxConnectionPassword.Location = new System.Drawing.Point(112, 184);
			this.textBoxConnectionPassword.Name = "textBoxConnectionPassword";
			this.textBoxConnectionPassword.PasswordChar = '*';
			this.textBoxConnectionPassword.Size = new System.Drawing.Size(185, 20);
			this.textBoxConnectionPassword.TabIndex = 5;
			// 
			// textBoxConnectionUserName
			// 
			this.textBoxConnectionUserName.Enabled = false;
			this.textBoxConnectionUserName.Location = new System.Drawing.Point(112, 160);
			this.textBoxConnectionUserName.Name = "textBoxConnectionUserName";
			this.textBoxConnectionUserName.Size = new System.Drawing.Size(185, 20);
			this.textBoxConnectionUserName.TabIndex = 4;
			// 
			// radioButtonConnectionIntegratedSecurity
			// 
			this.radioButtonConnectionIntegratedSecurity.Checked = true;
			this.radioButtonConnectionIntegratedSecurity.Location = new System.Drawing.Point(32, 112);
			this.radioButtonConnectionIntegratedSecurity.Name = "radioButtonConnectionIntegratedSecurity";
			this.radioButtonConnectionIntegratedSecurity.Size = new System.Drawing.Size(280, 16);
			this.radioButtonConnectionIntegratedSecurity.TabIndex = 2;
			this.radioButtonConnectionIntegratedSecurity.TabStop = true;
			this.radioButtonConnectionIntegratedSecurity.Text = "Use Windows Authentication";
			this.radioButtonConnectionIntegratedSecurity.CheckedChanged += new System.EventHandler(this.radioButtonConnectionIntegratedSecurity_CheckedChanged);
			// 
			// buttonConnectionRefresh
			// 
			this.buttonConnectionRefresh.Location = new System.Drawing.Point(256, 48);
			this.buttonConnectionRefresh.Name = "buttonConnectionRefresh";
			this.buttonConnectionRefresh.Size = new System.Drawing.Size(56, 23);
			this.buttonConnectionRefresh.TabIndex = 1;
			this.buttonConnectionRefresh.Text = "&Refresh";
			// 
			// comboBoxConnectionServerName
			// 
			this.comboBoxConnectionServerName.Location = new System.Drawing.Point(32, 48);
			this.comboBoxConnectionServerName.Name = "comboBoxConnectionServerName";
			this.comboBoxConnectionServerName.Size = new System.Drawing.Size(221, 21);
			this.comboBoxConnectionServerName.TabIndex = 0;
			this.comboBoxConnectionServerName.DropDown += new System.EventHandler(this.comboBoxConnectionServerName_DropDown);
			// 
			// labelConnectionPassword
			// 
			this.labelConnectionPassword.Location = new System.Drawing.Point(40, 184);
			this.labelConnectionPassword.Name = "labelConnectionPassword";
			this.labelConnectionPassword.Size = new System.Drawing.Size(64, 16);
			this.labelConnectionPassword.TabIndex = 9;
			this.labelConnectionPassword.Text = "Password:";
			// 
			// labelConnectionUserName
			// 
			this.labelConnectionUserName.Location = new System.Drawing.Point(40, 160);
			this.labelConnectionUserName.Name = "labelConnectionUserName";
			this.labelConnectionUserName.Size = new System.Drawing.Size(64, 16);
			this.labelConnectionUserName.TabIndex = 8;
			this.labelConnectionUserName.Text = "User Name: ";
			// 
			// labelConnectionSelectDatabase
			// 
			this.labelConnectionSelectDatabase.Location = new System.Drawing.Point(16, 224);
			this.labelConnectionSelectDatabase.Name = "labelConnectionSelectDatabase";
			this.labelConnectionSelectDatabase.Size = new System.Drawing.Size(300, 16);
			this.labelConnectionSelectDatabase.TabIndex = 7;
			this.labelConnectionSelectDatabase.Text = "3. Identify the database on the server";
			// 
			// labelConnectionLogon
			// 
			this.labelConnectionLogon.Location = new System.Drawing.Point(16, 88);
			this.labelConnectionLogon.Name = "labelConnectionLogon";
			this.labelConnectionLogon.Size = new System.Drawing.Size(300, 16);
			this.labelConnectionLogon.TabIndex = 6;
			this.labelConnectionLogon.Text = "2. Enter information to logon to server";
			// 
			// labelConnectionServerName
			// 
			this.labelConnectionServerName.Location = new System.Drawing.Point(16, 32);
			this.labelConnectionServerName.Name = "labelConnectionServerName";
			this.labelConnectionServerName.Size = new System.Drawing.Size(300, 16);
			this.labelConnectionServerName.TabIndex = 5;
			this.labelConnectionServerName.Text = "1. Select or enter a server name";
			// 
			// labelConnectionInstruction
			// 
			this.labelConnectionInstruction.Location = new System.Drawing.Point(8, 8);
			this.labelConnectionInstruction.Name = "labelConnectionInstruction";
			this.labelConnectionInstruction.Size = new System.Drawing.Size(312, 16);
			this.labelConnectionInstruction.TabIndex = 4;
			this.labelConnectionInstruction.Text = "Select the following to connect to SQL server data:";
			// 
			// buttonConnectionTestConnection
			// 
			this.buttonConnectionTestConnection.Location = new System.Drawing.Point(200, 272);
			this.buttonConnectionTestConnection.Name = "buttonConnectionTestConnection";
			this.buttonConnectionTestConnection.Size = new System.Drawing.Size(98, 23);
			this.buttonConnectionTestConnection.TabIndex = 7;
			this.buttonConnectionTestConnection.Text = "&Test Connection";
			this.buttonConnectionTestConnection.Click += new System.EventHandler(this.buttonConnectionTestConnection_Click);
			// 
			// 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(180, 349);
			this.cmdOK.Name = "cmdOK";
			this.cmdOK.Size = new System.Drawing.Size(82, 24);
			this.cmdOK.TabIndex = 16;
			this.cmdOK.Text = "&OK";
			this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
			// 
			// cmdCancel
			// 
			this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cmdCancel.Location = new System.Drawing.Point(268, 349);
			this.cmdCancel.Name = "cmdCancel";
			this.cmdCancel.Size = new System.Drawing.Size(80, 24);
			this.cmdCancel.TabIndex = 17;
			this.cmdCancel.Text = "&Cancel";
			this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
			// 
			// tabControlChooseDatabase
			// 
			this.tabControlChooseDatabase.Controls.Add(this.tabPageConnection);
			this.tabControlChooseDatabase.Controls.Add(this.tabPageCreation);
			this.tabControlChooseDatabase.Location = new System.Drawing.Point(8, 8);
			this.tabControlChooseDatabase.Name = "tabControlChooseDatabase";
			this.tabControlChooseDatabase.SelectedIndex = 0;
			this.tabControlChooseDatabase.Size = new System.Drawing.Size(344, 336);
			this.tabControlChooseDatabase.TabIndex = 17;
			// 
			// tabPageConnection
			// 
			this.tabPageConnection.Controls.Add(this.radioButtonConnectionUserPassword);
			this.tabPageConnection.Controls.Add(this.comboBoxConnectionServerName);
			this.tabPageConnection.Controls.Add(this.labelConnectionServerName);
			this.tabPageConnection.Controls.Add(this.labelConnectionUserName);
			this.tabPageConnection.Controls.Add(this.buttonConnectionTestConnection);
			this.tabPageConnection.Controls.Add(this.radioButtonConnectionIntegratedSecurity);
			this.tabPageConnection.Controls.Add(this.labelConnectionLogon);
			this.tabPageConnection.Controls.Add(this.labelConnectionInstruction);
			this.tabPageConnection.Controls.Add(this.comboBoxConnectionDatabaseName);
			this.tabPageConnection.Controls.Add(this.textBoxConnectionPassword);
			this.tabPageConnection.Controls.Add(this.buttonConnectionRefresh);
			this.tabPageConnection.Controls.Add(this.textBoxConnectionUserName);
			this.tabPageConnection.Controls.Add(this.labelConnectionPassword);
			this.tabPageConnection.Controls.Add(this.labelConnectionSelectDatabase);
			this.tabPageConnection.Location = new System.Drawing.Point(4, 22);
			this.tabPageConnection.Name = "tabPageConnection";
			this.tabPageConnection.Size = new System.Drawing.Size(336, 310);
			this.tabPageConnection.TabIndex = 0;
			this.tabPageConnection.Text = "Upgrade Database";
			this.tabPageConnection.UseVisualStyleBackColor = true;
			// 
			// radioButtonConnectionUserPassword
			// 
			this.radioButtonConnectionUserPassword.Location = new System.Drawing.Point(32, 134);
			this.radioButtonConnectionUserPassword.Name = "radioButtonConnectionUserPassword";
			this.radioButtonConnectionUserPassword.Size = new System.Drawing.Size(280, 16);
			this.radioButtonConnectionUserPassword.TabIndex = 0;
			this.radioButtonConnectionUserPassword.Text = "Use Sql Server Authentication";
			this.radioButtonConnectionUserPassword.CheckedChanged += new System.EventHandler(this.radioButtonConnectionUsePasswordIntegratedSecurity_CheckedChanged);
			// 
			// tabPageCreation
			// 
			this.tabPageCreation.Controls.Add(this._cbCreateDatabase);
			this.tabPageCreation.Controls.Add(this.textBoxCreationDatabaseName);
			this.tabPageCreation.Controls.Add(this.textBoxCreationPassword);
			this.tabPageCreation.Controls.Add(this.textBoxCreationUserName);
			this.tabPageCreation.Controls.Add(this.radioButtonCreationUserPassword);
			this.tabPageCreation.Controls.Add(this.radioButtonCreationIntegratedSecurity);
			this.tabPageCreation.Controls.Add(this.buttonCreationRefresh);
			this.tabPageCreation.Controls.Add(this.comboBoxCreationServerName);
			this.tabPageCreation.Controls.Add(this.labelCreationPassword);
			this.tabPageCreation.Controls.Add(this.labelCreationUserName);
			this.tabPageCreation.Controls.Add(this.labelCreationDatabaseName);
			this.tabPageCreation.Controls.Add(this.labelCreationLogon);
			this.tabPageCreation.Controls.Add(this.labelCreationServerName);
			this.tabPageCreation.Controls.Add(this.labelCreationInstruction);
			this.tabPageCreation.Location = new System.Drawing.Point(4, 22);
			this.tabPageCreation.Name = "tabPageCreation";
			this.tabPageCreation.Size = new System.Drawing.Size(336, 310);
			this.tabPageCreation.TabIndex = 1;
			this.tabPageCreation.Text = "Create New Database";
			this.tabPageCreation.UseVisualStyleBackColor = true;
			// 
			// _cbCreateDatabase
			// 
			this._cbCreateDatabase.AutoSize = true;
			this._cbCreateDatabase.Checked = true;
			this._cbCreateDatabase.CheckState = System.Windows.Forms.CheckState.Checked;
			this._cbCreateDatabase.Location = new System.Drawing.Point(19, 270);
			this._cbCreateDatabase.Name = "_cbCreateDatabase";
			this._cbCreateDatabase.Size = new System.Drawing.Size(106, 17);
			this._cbCreateDatabase.TabIndex = 25;
			this._cbCreateDatabase.Text = "Create Database";
			this._cbCreateDatabase.UseVisualStyleBackColor = true;
			// 
			// textBoxCreationDatabaseName
			// 
			this.textBoxCreationDatabaseName.Location = new System.Drawing.Point(32, 112);
			this.textBoxCreationDatabaseName.Name = "textBoxCreationDatabaseName";
			this.textBoxCreationDatabaseName.Size = new System.Drawing.Size(229, 20);
			this.textBoxCreationDatabaseName.TabIndex = 10;
			// 
			// textBoxCreationPassword
			// 
			this.textBoxCreationPassword.Enabled = false;
			this.textBoxCreationPassword.Location = new System.Drawing.Point(120, 240);
			this.textBoxCreationPassword.Name = "textBoxCreationPassword";
			this.textBoxCreationPassword.PasswordChar = '*';
			this.textBoxCreationPassword.Size = new System.Drawing.Size(193, 20);
			this.textBoxCreationPassword.TabIndex = 14;
			// 
			// textBoxCreationUserName
			// 
			this.textBoxCreationUserName.Enabled = false;
			this.textBoxCreationUserName.Location = new System.Drawing.Point(120, 216);
			this.textBoxCreationUserName.Name = "textBoxCreationUserName";
			this.textBoxCreationUserName.Size = new System.Drawing.Size(193, 20);
			this.textBoxCreationUserName.TabIndex = 13;
			// 
			// radioButtonCreationUserPassword
			// 
			this.radioButtonCreationUserPassword.Location = new System.Drawing.Point(32, 192);
			this.radioButtonCreationUserPassword.Name = "radioButtonCreationUserPassword";
			this.radioButtonCreationUserPassword.Size = new System.Drawing.Size(280, 16);
			this.radioButtonCreationUserPassword.TabIndex = 12;
			this.radioButtonCreationUserPassword.Text = "Use a specific user name and password";
			this.radioButtonCreationUserPassword.CheckedChanged += new System.EventHandler(this.radioButtonCreationUsePassword_CheckedChanged);
			// 
			// radioButtonCreationIntegratedSecurity
			// 
			this.radioButtonCreationIntegratedSecurity.Checked = true;
			this.radioButtonCreationIntegratedSecurity.Location = new System.Drawing.Point(32, 168);
			this.radioButtonCreationIntegratedSecurity.Name = "radioButtonCreationIntegratedSecurity";
			this.radioButtonCreationIntegratedSecurity.Size = new System.Drawing.Size(280, 16);
			this.radioButtonCreationIntegratedSecurity.TabIndex = 11;
			this.radioButtonCreationIntegratedSecurity.TabStop = true;
			this.radioButtonCreationIntegratedSecurity.Text = "Use Windows NT Integrated security";
			this.radioButtonCreationIntegratedSecurity.CheckedChanged += new System.EventHandler(this.radioButtonCreationIntegratedSecurity_CheckedChanged);
			// 
			// buttonCreationRefresh
			// 
			this.buttonCreationRefresh.Location = new System.Drawing.Point(272, 48);
			this.buttonCreationRefresh.Name = "buttonCreationRefresh";
			this.buttonCreationRefresh.Size = new System.Drawing.Size(56, 23);
			this.buttonCreationRefresh.TabIndex = 9;
			this.buttonCreationRefresh.Text = "&Refresh";
			// 
			// comboBoxCreationServerName
			// 
			this.comboBoxCreationServerName.Location = new System.Drawing.Point(32, 48);
			this.comboBoxCreationServerName.Name = "comboBoxCreationServerName";
			this.comboBoxCreationServerName.Size = new System.Drawing.Size(229, 21);
			this.comboBoxCreationServerName.TabIndex = 8;
			this.comboBoxCreationServerName.DropDown += new System.EventHandler(this.comboBoxCreationServerName_DropDown);
			// 
			// labelCreationPassword
			// 
			this.labelCreationPassword.Location = new System.Drawing.Point(48, 240);
			this.labelCreationPassword.Name = "labelCreationPassword";
			this.labelCreationPassword.Size = new System.Drawing.Size(64, 16);
			this.labelCreationPassword.TabIndex = 24;
			this.labelCreationPassword.Text = "Password:";
			// 
			// labelCreationUserName
			// 
			this.labelCreationUserName.Location = new System.Drawing.Point(48, 216);
			this.labelCreationUserName.Name = "labelCreationUserName";
			this.labelCreationUserName.Size = new System.Drawing.Size(64, 16);
			this.labelCreationUserName.TabIndex = 23;
			this.labelCreationUserName.Text = "User Name: ";
			// 
			// labelCreationDatabaseName
			// 
			this.labelCreationDatabaseName.Location = new System.Drawing.Point(16, 88);
			this.labelCreationDatabaseName.Name = "labelCreationDatabaseName";
			this.labelCreationDatabaseName.Size = new System.Drawing.Size(300, 16);
			this.labelCreationDatabaseName.TabIndex = 22;
			this.labelCreationDatabaseName.Text = "2. New Database Name";
			// 
			// labelCreationLogon
			// 
			this.labelCreationLogon.Location = new System.Drawing.Point(16, 144);
			this.labelCreationLogon.Name = "labelCreationLogon";
			this.labelCreationLogon.Size = new System.Drawing.Size(300, 16);
			this.labelCreationLogon.TabIndex = 21;
			this.labelCreationLogon.Text = "3. Enter information to logon to server";
			// 
			// labelCreationServerName
			// 
			this.labelCreationServerName.Location = new System.Drawing.Point(16, 32);
			this.labelCreationServerName.Name = "labelCreationServerName";
			this.labelCreationServerName.Size = new System.Drawing.Size(300, 16);
			this.labelCreationServerName.TabIndex = 20;
			this.labelCreationServerName.Text = "1. Select or enter a server name";
			// 
			// labelCreationInstruction
			// 
			this.labelCreationInstruction.Location = new System.Drawing.Point(8, 8);
			this.labelCreationInstruction.Name = "labelCreationInstruction";
			this.labelCreationInstruction.Size = new System.Drawing.Size(312, 16);
			this.labelCreationInstruction.TabIndex = 19;
			this.labelCreationInstruction.Text = "Select the following to connect to SQL server data:";
			// 
			// chkSaveSettings
			// 
			this.chkSaveSettings.AutoSize = true;
			this.chkSaveSettings.Location = new System.Drawing.Point(12, 354);
			this.chkSaveSettings.Name = "chkSaveSettings";
			this.chkSaveSettings.Size = new System.Drawing.Size(92, 17);
			this.chkSaveSettings.TabIndex = 15;
			this.chkSaveSettings.Text = "Save Settings";
			this.chkSaveSettings.UseVisualStyleBackColor = true;
			// 
			// IdentifyDatabaseForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.AutoScroll = true;
			this.AutoScrollMinSize = new System.Drawing.Size(344, 368);
			this.BackColor = System.Drawing.SystemColors.Control;
			this.ClientSize = new System.Drawing.Size(358, 383);
			this.Controls.Add(this.chkSaveSettings);
			this.Controls.Add(this.tabControlChooseDatabase);
			this.Controls.Add(this.cmdCancel);
			this.Controls.Add(this.cmdOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "IdentifyDatabaseForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Identify Database";
			this.tabControlChooseDatabase.ResumeLayout(false);
			this.tabPageConnection.ResumeLayout(false);
			this.tabPageConnection.PerformLayout();
			this.tabPageCreation.ResumeLayout(false);
			this.tabPageCreation.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}