71 |
|
// |
72 |
|
// btnBrowseDatabase |
73 |
|
// |
74 |
+ |
this.btnBrowseDatabase.Enabled = false; |
75 |
|
this.btnBrowseDatabase.Location = new System.Drawing.Point(459, 112); |
76 |
|
this.btnBrowseDatabase.Name = "btnBrowseDatabase"; |
77 |
|
this.btnBrowseDatabase.Size = new System.Drawing.Size(81, 19); |
83 |
|
// |
84 |
|
// txtDatabasePath |
85 |
|
// |
86 |
+ |
this.txtDatabasePath.Enabled = false; |
87 |
|
this.txtDatabasePath.Location = new System.Drawing.Point(68, 112); |
88 |
|
this.txtDatabasePath.Name = "txtDatabasePath"; |
89 |
|
this.txtDatabasePath.Size = new System.Drawing.Size(385, 20); |
93 |
|
// lblDatabasePath |
94 |
|
// |
95 |
|
this.lblDatabasePath.AutoSize = true; |
96 |
+ |
this.lblDatabasePath.Enabled = false; |
97 |
|
this.lblDatabasePath.Location = new System.Drawing.Point(65, 96); |
98 |
|
this.lblDatabasePath.Name = "lblDatabasePath"; |
99 |
|
this.lblDatabasePath.Size = new System.Drawing.Size(174, 13); |
173 |
|
this.label2.Size = new System.Drawing.Size(421, 47); |
174 |
|
this.label2.TabIndex = 35; |
175 |
|
this.label2.Text = "Use this mode if you only want to build static clients without running any servic" + |
176 |
< |
"es (TFTP, DHCP) or database. You will not be able to change the client propertie" + |
177 |
< |
"s after build time"; |
176 |
> |
"es (TFTP, DHCP) or database. You will not be able to change the client propertie" + |
177 |
> |
"s after build time"; |
178 |
|
// |
179 |
|
// frmConfigMode |
180 |
|
// |