-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMySqlConnectionEditor.Designer.cs
191 lines (185 loc) · 7.08 KB
/
MySqlConnectionEditor.Designer.cs
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
namespace FastReport.Data
{
partial class MySqlConnectionEditor
{
/// <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 Component 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.btnAdvanced = new System.Windows.Forms.Button();
this.gbDatabase = new System.Windows.Forms.GroupBox();
this.lblDatabase = new System.Windows.Forms.Label();
this.tbPassword = new System.Windows.Forms.TextBox();
this.tbUserName = new System.Windows.Forms.TextBox();
this.lblPassword = new System.Windows.Forms.Label();
this.lblUserName = new System.Windows.Forms.Label();
this.label1 = new FastReport.Controls.LabelLine();
this.gbServer = new System.Windows.Forms.GroupBox();
this.lblServer = new System.Windows.Forms.Label();
this.tbServer = new System.Windows.Forms.TextBox();
this.tbDatabase = new System.Windows.Forms.TextBox();
this.gbDatabase.SuspendLayout();
this.gbServer.SuspendLayout();
this.SuspendLayout();
//
// btnAdvanced
//
this.btnAdvanced.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdvanced.AutoSize = true;
this.btnAdvanced.Location = new System.Drawing.Point(252, 220);
this.btnAdvanced.Name = "btnAdvanced";
this.btnAdvanced.Size = new System.Drawing.Size(77, 23);
this.btnAdvanced.TabIndex = 0;
this.btnAdvanced.Text = "Advanced...";
this.btnAdvanced.UseVisualStyleBackColor = true;
this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click);
//
// gbDatabase
//
this.gbDatabase.Controls.Add(this.lblDatabase);
this.gbDatabase.Controls.Add(this.tbDatabase);
this.gbDatabase.Location = new System.Drawing.Point(8, 136);
this.gbDatabase.Name = "gbDatabase";
this.gbDatabase.Size = new System.Drawing.Size(320, 76);
this.gbDatabase.TabIndex = 1;
this.gbDatabase.TabStop = false;
this.gbDatabase.Text = "Database";
//
// lblDatabase
//
this.lblDatabase.AutoSize = true;
this.lblDatabase.Location = new System.Drawing.Point(12, 20);
this.lblDatabase.Name = "lblDatabase";
this.lblDatabase.Size = new System.Drawing.Size(57, 13);
this.lblDatabase.TabIndex = 3;
this.lblDatabase.Text = "Database:";
//
// tbPassword
//
this.tbPassword.Location = new System.Drawing.Point(120, 96);
this.tbPassword.Name = "tbPassword";
this.tbPassword.Size = new System.Drawing.Size(188, 20);
this.tbPassword.TabIndex = 2;
this.tbPassword.UseSystemPasswordChar = true;
//
// tbUserName
//
this.tbUserName.Location = new System.Drawing.Point(120, 72);
this.tbUserName.Name = "tbUserName";
this.tbUserName.Size = new System.Drawing.Size(188, 20);
this.tbUserName.TabIndex = 1;
//
// lblPassword
//
this.lblPassword.AutoSize = true;
this.lblPassword.Location = new System.Drawing.Point(12, 100);
this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(57, 13);
this.lblPassword.TabIndex = 1;
this.lblPassword.Text = "Password:";
//
// lblUserName
//
this.lblUserName.AutoSize = true;
this.lblUserName.Location = new System.Drawing.Point(12, 76);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(62, 13);
this.lblUserName.TabIndex = 0;
this.lblUserName.Text = "User name:";
//
// label1
//
this.label1.Location = new System.Drawing.Point(8, 244);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(320, 17);
this.label1.TabIndex = 2;
//
// gbServer
//
this.gbServer.Controls.Add(this.lblServer);
this.gbServer.Controls.Add(this.tbServer);
this.gbServer.Controls.Add(this.tbUserName);
this.gbServer.Controls.Add(this.tbPassword);
this.gbServer.Controls.Add(this.lblUserName);
this.gbServer.Controls.Add(this.lblPassword);
this.gbServer.Location = new System.Drawing.Point(8, 4);
this.gbServer.Name = "gbServer";
this.gbServer.Size = new System.Drawing.Size(320, 128);
this.gbServer.TabIndex = 3;
this.gbServer.TabStop = false;
this.gbServer.Text = "Server";
//
// lblServer
//
this.lblServer.AutoSize = true;
this.lblServer.Location = new System.Drawing.Point(12, 20);
this.lblServer.Name = "lblServer";
this.lblServer.Size = new System.Drawing.Size(72, 13);
this.lblServer.TabIndex = 4;
this.lblServer.Text = "Server name:";
//
// tbServer
//
this.tbServer.Location = new System.Drawing.Point(12, 40);
this.tbServer.Name = "tbServer";
this.tbServer.Size = new System.Drawing.Size(296, 20);
this.tbServer.TabIndex = 0;
//
// tbDatabase
//
this.tbDatabase.Location = new System.Drawing.Point(12, 40);
this.tbDatabase.Name = "tbDatabase";
this.tbDatabase.Size = new System.Drawing.Size(296, 20);
this.tbDatabase.TabIndex = 0;
//
// PostgresConnectionEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gbServer);
this.Controls.Add(this.label1);
this.Controls.Add(this.gbDatabase);
this.Controls.Add(this.btnAdvanced);
this.Name = "PostgresConnectionEditor";
this.Size = new System.Drawing.Size(336, 263);
this.gbDatabase.ResumeLayout(false);
this.gbDatabase.PerformLayout();
this.gbServer.ResumeLayout(false);
this.gbServer.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnAdvanced;
private System.Windows.Forms.GroupBox gbDatabase;
private System.Windows.Forms.Label lblDatabase;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.TextBox tbUserName;
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.Label lblUserName;
private FastReport.Controls.LabelLine label1;
private System.Windows.Forms.GroupBox gbServer;
private System.Windows.Forms.Label lblServer;
private System.Windows.Forms.TextBox tbServer;
private System.Windows.Forms.TextBox tbDatabase;
}
}