1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
|
namespace MySql.Data.VisualStudio
{
partial class ConnectDialog
{
/// <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()
{
this.label1 = new System.Windows.Forms.Label();
this.serverName = new System.Windows.Forms.TextBox();
this.database = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.password = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.userId = new System.Windows.Forms.TextBox();
this.cancelButton = new System.Windows.Forms.Button();
this.connectButton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.advancedButton = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.simplePanel = new System.Windows.Forms.Panel();
this.connectionProperties = new System.Windows.Forms.PropertyGrid();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.simplePanel.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Server name:";
//
// serverName
//
this.serverName.Location = new System.Drawing.Point(109, 7);
this.serverName.Name = "serverName";
this.serverName.Size = new System.Drawing.Size(318, 20);
this.serverName.TabIndex = 1;
this.serverName.Text = "localhost";
this.serverName.Leave += new System.EventHandler(this.serverName_Leave);
//
// database
//
this.database.FormattingEnabled = true;
this.database.Location = new System.Drawing.Point(145, 95);
this.database.Name = "database";
this.database.Size = new System.Drawing.Size(282, 21);
this.database.TabIndex = 9;
this.database.Leave += new System.EventHandler(this.database_Leave);
this.database.DropDown += new System.EventHandler(this.database_DropDown);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(65, 98);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Database:";
//
// password
//
this.password.Location = new System.Drawing.Point(145, 68);
this.password.Name = "password";
this.password.Size = new System.Drawing.Size(282, 20);
this.password.TabIndex = 5;
this.password.Leave += new System.EventHandler(this.password_Leave);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(77, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 13);
this.label2.TabIndex = 2;
this.label2.Text = "User Id:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(65, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Password:";
//
// userId
//
this.userId.Location = new System.Drawing.Point(145, 40);
this.userId.Name = "userId";
this.userId.Size = new System.Drawing.Size(282, 20);
this.userId.TabIndex = 3;
this.userId.Leave += new System.EventHandler(this.userId_Leave);
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(270, 246);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 3;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// connectButton
//
this.connectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.connectButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.connectButton.Location = new System.Drawing.Point(189, 246);
this.connectButton.Name = "connectButton";
this.connectButton.Size = new System.Drawing.Size(75, 23);
this.connectButton.TabIndex = 4;
this.connectButton.Text = "Connect";
this.connectButton.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Image = global::MySql.Data.VisualStudio.Properties.Resources.sql_editor_banner;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(450, 89);
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// advancedButton
//
this.advancedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.advancedButton.Location = new System.Drawing.Point(351, 246);
this.advancedButton.Name = "advancedButton";
this.advancedButton.Size = new System.Drawing.Size(90, 23);
this.advancedButton.TabIndex = 10;
this.advancedButton.Text = "Advanced >>";
this.advancedButton.UseVisualStyleBackColor = true;
this.advancedButton.Click += new System.EventHandler(this.advancedButton_Click);
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label4.Location = new System.Drawing.Point(17, 233);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(424, 2);
this.label4.TabIndex = 12;
//
// simplePanel
//
this.simplePanel.Controls.Add(this.database);
this.simplePanel.Controls.Add(this.userId);
this.simplePanel.Controls.Add(this.label3);
this.simplePanel.Controls.Add(this.label2);
this.simplePanel.Controls.Add(this.label5);
this.simplePanel.Controls.Add(this.password);
this.simplePanel.Controls.Add(this.label1);
this.simplePanel.Controls.Add(this.serverName);
this.simplePanel.Location = new System.Drawing.Point(12, 100);
this.simplePanel.Name = "simplePanel";
this.simplePanel.Size = new System.Drawing.Size(440, 133);
this.simplePanel.TabIndex = 13;
//
// connectionProperties
//
this.connectionProperties.Location = new System.Drawing.Point(13, 100);
this.connectionProperties.Name = "connectionProperties";
this.connectionProperties.Size = new System.Drawing.Size(426, 330);
this.connectionProperties.TabIndex = 14;
this.connectionProperties.Visible = false;
//
// ConnectDialog
//
this.AcceptButton = this.connectButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(450, 284);
this.Controls.Add(this.simplePanel);
this.Controls.Add(this.label4);
this.Controls.Add(this.advancedButton);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.connectButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.connectionProperties);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ConnectDialog";
this.Text = "Connect to MySQL";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.simplePanel.ResumeLayout(false);
this.simplePanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox serverName;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button connectButton;
private System.Windows.Forms.TextBox password;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox userId;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox database;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button advancedButton;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel simplePanel;
private System.Windows.Forms.PropertyGrid connectionProperties;
}
}
|