-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrmDataBaseSQL.Designer.cs
More file actions
246 lines (241 loc) · 12.3 KB
/
frmDataBaseSQL.Designer.cs
File metadata and controls
246 lines (241 loc) · 12.3 KB
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
242
243
244
245
246
namespace TimeWorkTracking
{
partial class frmDataBaseSQL
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataBaseSQL));
this.label14 = new System.Windows.Forms.Label();
this.picStatusTWT = new System.Windows.Forms.PictureBox();
this.btCreateDBTwt = new System.Windows.Forms.Button();
this.tbDatabaseTWT = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.tbPasswordTWT = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.cbAutentificationTWT = new System.Windows.Forms.ComboBox();
this.tbServerTWT = new System.Windows.Forms.TextBox();
this.tbUserNameTWT = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.btTestConnectionTwt = new System.Windows.Forms.Button();
this.mainPanelSQL = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.picStatusTWT)).BeginInit();
this.mainPanelSQL.SuspendLayout();
this.SuspendLayout();
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(16, 118);
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(71, 18);
this.label14.TabIndex = 14;
this.label14.Text = "Database";
//
// picStatusTWT
//
this.picStatusTWT.Image = global::TimeWorkTracking.Properties.Resources.no;
this.picStatusTWT.Location = new System.Drawing.Point(308, 144);
this.picStatusTWT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.picStatusTWT.Name = "picStatusTWT";
this.picStatusTWT.Size = new System.Drawing.Size(30, 28);
this.picStatusTWT.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picStatusTWT.TabIndex = 12;
this.picStatusTWT.TabStop = false;
//
// btCreateDBTwt
//
this.btCreateDBTwt.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btCreateDBTwt.Location = new System.Drawing.Point(4, 144);
this.btCreateDBTwt.Margin = new System.Windows.Forms.Padding(4);
this.btCreateDBTwt.Name = "btCreateDBTwt";
this.btCreateDBTwt.Size = new System.Drawing.Size(96, 30);
this.btCreateDBTwt.TabIndex = 11;
this.btCreateDBTwt.Text = "Создать БД";
this.btCreateDBTwt.UseVisualStyleBackColor = true;
this.btCreateDBTwt.Click += new System.EventHandler(this.btCreateDBTwt_Click);
//
// tbDatabaseTWT
//
this.tbDatabaseTWT.BackColor = System.Drawing.Color.FloralWhite;
this.tbDatabaseTWT.Location = new System.Drawing.Point(102, 115);
this.tbDatabaseTWT.Margin = new System.Windows.Forms.Padding(4);
this.tbDatabaseTWT.Name = "tbDatabaseTWT";
this.tbDatabaseTWT.Size = new System.Drawing.Size(238, 24);
this.tbDatabaseTWT.TabIndex = 1;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(15, 7);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(95, 18);
this.label11.TabIndex = 10;
this.label11.Text = "Server Name";
//
// tbPasswordTWT
//
this.tbPasswordTWT.Location = new System.Drawing.Point(102, 86);
this.tbPasswordTWT.Margin = new System.Windows.Forms.Padding(4);
this.tbPasswordTWT.Name = "tbPasswordTWT";
this.tbPasswordTWT.PasswordChar = '*';
this.tbPasswordTWT.Size = new System.Drawing.Size(239, 24);
this.tbPasswordTWT.TabIndex = 8;
this.tbPasswordTWT.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 34);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(102, 18);
this.label5.TabIndex = 3;
this.label5.Text = "Autentifiication";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 89);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(75, 18);
this.label7.TabIndex = 7;
this.label7.Text = "Password";
//
// cbAutentificationTWT
//
this.cbAutentificationTWT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbAutentificationTWT.FormattingEnabled = true;
this.cbAutentificationTWT.Items.AddRange(new object[] {
"SQL Server Autentification",
"Windows Autentification"});
this.cbAutentificationTWT.Location = new System.Drawing.Point(102, 31);
this.cbAutentificationTWT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbAutentificationTWT.Name = "cbAutentificationTWT";
this.cbAutentificationTWT.Size = new System.Drawing.Size(239, 26);
this.cbAutentificationTWT.TabIndex = 4;
this.cbAutentificationTWT.SelectedIndexChanged += new System.EventHandler(this.cbAutentificationTWT_SelectedIndexChanged);
//
// tbServerTWT
//
this.tbServerTWT.Location = new System.Drawing.Point(102, 4);
this.tbServerTWT.Margin = new System.Windows.Forms.Padding(4);
this.tbServerTWT.Name = "tbServerTWT";
this.tbServerTWT.Size = new System.Drawing.Size(239, 24);
this.tbServerTWT.TabIndex = 9;
//
// tbUserNameTWT
//
this.tbUserNameTWT.Location = new System.Drawing.Point(102, 60);
this.tbUserNameTWT.Margin = new System.Windows.Forms.Padding(4);
this.tbUserNameTWT.Name = "tbUserNameTWT";
this.tbUserNameTWT.Size = new System.Drawing.Size(239, 24);
this.tbUserNameTWT.TabIndex = 6;
this.tbUserNameTWT.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 63);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(84, 18);
this.label6.TabIndex = 5;
this.label6.Text = "User Name";
//
// btTestConnectionTwt
//
this.btTestConnectionTwt.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btTestConnectionTwt.Location = new System.Drawing.Point(102, 144);
this.btTestConnectionTwt.Margin = new System.Windows.Forms.Padding(4);
this.btTestConnectionTwt.Name = "btTestConnectionTwt";
this.btTestConnectionTwt.Size = new System.Drawing.Size(199, 30);
this.btTestConnectionTwt.TabIndex = 0;
this.btTestConnectionTwt.Text = "Проверитиь соединение";
this.btTestConnectionTwt.UseVisualStyleBackColor = true;
this.btTestConnectionTwt.Click += new System.EventHandler(this.btTestConnectionTwt_Click);
//
// mainPanelSQL
//
this.mainPanelSQL.Controls.Add(this.label14);
this.mainPanelSQL.Controls.Add(this.label7);
this.mainPanelSQL.Controls.Add(this.label5);
this.mainPanelSQL.Controls.Add(this.picStatusTWT);
this.mainPanelSQL.Controls.Add(this.cbAutentificationTWT);
this.mainPanelSQL.Controls.Add(this.btTestConnectionTwt);
this.mainPanelSQL.Controls.Add(this.tbPasswordTWT);
this.mainPanelSQL.Controls.Add(this.btCreateDBTwt);
this.mainPanelSQL.Controls.Add(this.tbServerTWT);
this.mainPanelSQL.Controls.Add(this.label6);
this.mainPanelSQL.Controls.Add(this.label11);
this.mainPanelSQL.Controls.Add(this.tbDatabaseTWT);
this.mainPanelSQL.Controls.Add(this.tbUserNameTWT);
this.mainPanelSQL.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanelSQL.Location = new System.Drawing.Point(0, 0);
this.mainPanelSQL.Margin = new System.Windows.Forms.Padding(2);
this.mainPanelSQL.Name = "mainPanelSQL";
this.mainPanelSQL.Size = new System.Drawing.Size(347, 179);
this.mainPanelSQL.TabIndex = 15;
//
// frmDataBaseSQL
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(347, 179);
this.Controls.Add(this.mainPanelSQL);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmDataBaseSQL";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Подключение к SQL базе днных";
this.Load += new System.EventHandler(this.frmDataBaseSQL_Load);
((System.ComponentModel.ISupportInitialize)(this.picStatusTWT)).EndInit();
this.mainPanelSQL.ResumeLayout(false);
this.mainPanelSQL.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label14;
private System.Windows.Forms.PictureBox picStatusTWT;
private System.Windows.Forms.Button btCreateDBTwt;
private System.Windows.Forms.TextBox tbDatabaseTWT;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbPasswordTWT;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cbAutentificationTWT;
private System.Windows.Forms.TextBox tbServerTWT;
private System.Windows.Forms.TextBox tbUserNameTWT;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btTestConnectionTwt;
private System.Windows.Forms.Panel mainPanelSQL;
}
}