Acme.Northwind.Install.AzureCopyControl.InitializeComponent C# (CSharp) Метод

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

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AzureCopyControl));
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label3 = new System.Windows.Forms.Label();
			this.txtDestDatabase = new System.Windows.Forms.TextBox();
			this.txtDestServer = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txtDestPassword = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.txtDestUserName = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.optSourceUserPassword = new System.Windows.Forms.RadioButton();
			this.labelConnectionUserName = new System.Windows.Forms.Label();
			this.optSourceIntegratedSecurity = new System.Windows.Forms.RadioButton();
			this.txtSourceDatabase = new System.Windows.Forms.TextBox();
			this.txtSourceServer = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.txtSourcePassword = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.txtSourceUserName = new System.Windows.Forms.TextBox();
			this.labelConnectionPassword = new System.Windows.Forms.Label();
			this.lblHeader = new System.Windows.Forms.Label();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox2
			// 
			this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
									| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox2.Controls.Add(this.label3);
			this.groupBox2.Controls.Add(this.txtDestDatabase);
			this.groupBox2.Controls.Add(this.txtDestServer);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.txtDestPassword);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.txtDestUserName);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Location = new System.Drawing.Point(12, 267);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(333, 136);
			this.groupBox2.TabIndex = 5;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Destination";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(18, 81);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 16);
			this.label3.TabIndex = 14;
			this.label3.Text = "User Name: ";
			// 
			// txtDestDatabase
			// 
			this.txtDestDatabase.Location = new System.Drawing.Point(89, 55);
			this.txtDestDatabase.Name = "txtDestDatabase";
			this.txtDestDatabase.Size = new System.Drawing.Size(211, 20);
			this.txtDestDatabase.TabIndex = 7;
			// 
			// txtDestServer
			// 
			this.txtDestServer.Location = new System.Drawing.Point(89, 29);
			this.txtDestServer.Name = "txtDestServer";
			this.txtDestServer.Size = new System.Drawing.Size(211, 20);
			this.txtDestServer.TabIndex = 6;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(19, 55);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(64, 16);
			this.label4.TabIndex = 15;
			this.label4.Text = "Database";
			// 
			// txtDestPassword
			// 
			this.txtDestPassword.Location = new System.Drawing.Point(90, 105);
			this.txtDestPassword.Name = "txtDestPassword";
			this.txtDestPassword.PasswordChar = '*';
			this.txtDestPassword.Size = new System.Drawing.Size(210, 20);
			this.txtDestPassword.TabIndex = 11;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(19, 29);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(64, 16);
			this.label5.TabIndex = 15;
			this.label5.Text = "Server";
			// 
			// txtDestUserName
			// 
			this.txtDestUserName.Location = new System.Drawing.Point(90, 81);
			this.txtDestUserName.Name = "txtDestUserName";
			this.txtDestUserName.Size = new System.Drawing.Size(210, 20);
			this.txtDestUserName.TabIndex = 10;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(18, 105);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(64, 16);
			this.label6.TabIndex = 15;
			this.label6.Text = "Password:";
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
									| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.optSourceUserPassword);
			this.groupBox1.Controls.Add(this.labelConnectionUserName);
			this.groupBox1.Controls.Add(this.optSourceIntegratedSecurity);
			this.groupBox1.Controls.Add(this.txtSourceDatabase);
			this.groupBox1.Controls.Add(this.txtSourceServer);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.txtSourcePassword);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.txtSourceUserName);
			this.groupBox1.Controls.Add(this.labelConnectionPassword);
			this.groupBox1.Location = new System.Drawing.Point(12, 75);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(333, 186);
			this.groupBox1.TabIndex = 4;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Source";
			// 
			// optSourceUserPassword
			// 
			this.optSourceUserPassword.AutoSize = true;
			this.optSourceUserPassword.Location = new System.Drawing.Point(90, 105);
			this.optSourceUserPassword.Name = "optSourceUserPassword";
			this.optSourceUserPassword.Size = new System.Drawing.Size(167, 17);
			this.optSourceUserPassword.TabIndex = 3;
			this.optSourceUserPassword.Text = "Use Sql Server Authentication";
			this.optSourceUserPassword.CheckedChanged += new System.EventHandler(this.optSourceUserPassword_CheckedChanged);
			// 
			// labelConnectionUserName
			// 
			this.labelConnectionUserName.Location = new System.Drawing.Point(98, 131);
			this.labelConnectionUserName.Name = "labelConnectionUserName";
			this.labelConnectionUserName.Size = new System.Drawing.Size(64, 16);
			this.labelConnectionUserName.TabIndex = 14;
			this.labelConnectionUserName.Text = "User Name: ";
			// 
			// optSourceIntegratedSecurity
			// 
			this.optSourceIntegratedSecurity.AutoSize = true;
			this.optSourceIntegratedSecurity.Checked = true;
			this.optSourceIntegratedSecurity.Location = new System.Drawing.Point(90, 83);
			this.optSourceIntegratedSecurity.Name = "optSourceIntegratedSecurity";
			this.optSourceIntegratedSecurity.Size = new System.Drawing.Size(162, 17);
			this.optSourceIntegratedSecurity.TabIndex = 2;
			this.optSourceIntegratedSecurity.TabStop = true;
			this.optSourceIntegratedSecurity.Text = "Use Windows Authentication";
			this.optSourceIntegratedSecurity.CheckedChanged += new System.EventHandler(this.optSourceIntegratedSecurity_CheckedChanged);
			// 
			// txtSourceDatabase
			// 
			this.txtSourceDatabase.Location = new System.Drawing.Point(89, 55);
			this.txtSourceDatabase.Name = "txtSourceDatabase";
			this.txtSourceDatabase.Size = new System.Drawing.Size(211, 20);
			this.txtSourceDatabase.TabIndex = 1;
			// 
			// txtSourceServer
			// 
			this.txtSourceServer.Location = new System.Drawing.Point(89, 29);
			this.txtSourceServer.Name = "txtSourceServer";
			this.txtSourceServer.Size = new System.Drawing.Size(211, 20);
			this.txtSourceServer.TabIndex = 0;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(19, 55);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(64, 16);
			this.label2.TabIndex = 15;
			this.label2.Text = "Database";
			// 
			// txtSourcePassword
			// 
			this.txtSourcePassword.Enabled = false;
			this.txtSourcePassword.Location = new System.Drawing.Point(170, 155);
			this.txtSourcePassword.Name = "txtSourcePassword";
			this.txtSourcePassword.PasswordChar = '*';
			this.txtSourcePassword.Size = new System.Drawing.Size(130, 20);
			this.txtSourcePassword.TabIndex = 5;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(19, 29);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(64, 16);
			this.label1.TabIndex = 15;
			this.label1.Text = "Server";
			// 
			// txtSourceUserName
			// 
			this.txtSourceUserName.Enabled = false;
			this.txtSourceUserName.Location = new System.Drawing.Point(170, 131);
			this.txtSourceUserName.Name = "txtSourceUserName";
			this.txtSourceUserName.Size = new System.Drawing.Size(130, 20);
			this.txtSourceUserName.TabIndex = 4;
			// 
			// labelConnectionPassword
			// 
			this.labelConnectionPassword.Location = new System.Drawing.Point(98, 155);
			this.labelConnectionPassword.Name = "labelConnectionPassword";
			this.labelConnectionPassword.Size = new System.Drawing.Size(64, 16);
			this.labelConnectionPassword.TabIndex = 15;
			this.labelConnectionPassword.Text = "Password:";
			// 
			// lblHeader
			// 
			this.lblHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
									| System.Windows.Forms.AnchorStyles.Right)));
			this.lblHeader.Location = new System.Drawing.Point(9, 7);
			this.lblHeader.Name = "lblHeader";
			this.lblHeader.Size = new System.Drawing.Size(336, 65);
			this.lblHeader.TabIndex = 3;
			this.lblHeader.Text = resources.GetString("lblHeader.Text");
			// 
			// AzureCopyControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.lblHeader);
			this.Name = "AzureCopyControl";
			this.Size = new System.Drawing.Size(348, 416);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);

		}