File: AdminServerInfo.dfm

package info (click to toggle)
mysql-gui-tools 5.0r12-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 105,540 kB
  • ctags: 50,897
  • sloc: sql: 348,439; pascal: 285,780; cpp: 94,578; ansic: 90,768; objc: 33,761; sh: 25,629; xml: 10,924; yacc: 10,755; java: 9,986; php: 2,806; python: 2,068; makefile: 1,945; perl: 3
file content (325 lines) | stat: -rw-r--r-- 7,595 bytes parent folder | download | duplicates (3)
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
object AdminServerInfoForm: TAdminServerInfoForm
  Left = 513
  Top = 217
  Caption = 'ServerInfo'
  ClientHeight = 489
  ClientWidth = 636
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ServerInfoPnl: TTntPanel
    Left = 0
    Top = 0
    Width = 636
    Height = 489
    Align = alClient
    BevelOuter = bvNone
    ParentBackground = False
    ParentColor = True
    TabOrder = 0
    OnResize = ServerInfoPnlResize
    object RightBGImg: TTntImage
      Left = 320
      Top = 0
      Width = 316
      Height = 489
      Align = alRight
      Stretch = True
    end
    object LogoImg: TTntImage
      Left = 484
      Top = 20
      Width = 126
      Height = 56
      AutoSize = True
    end
    object ServerStatusLbl: TTntLabel
      Left = 110
      Top = 50
      Width = 145
      Height = 13
      Caption = 'MySQL Server is running.'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
      OnClick = ServerStatusLblClick
      OnMouseEnter = ServerStatusLblMouseEnter
      OnMouseLeave = ServerStatusLblMouseLeave
    end
    object Label5: TTntLabel
      Left = 96
      Top = 32
      Width = 65
      Height = 13
      Caption = 'Server status:'
      Transparent = True
    end
    object ServiceStatusImg: TTntImage
      Left = 38
      Top = 32
      Width = 48
      Height = 48
    end
    object ClientInfoGBox: TTntGroupBox
      Left = 44
      Top = 346
      Width = 500
      Height = 127
      Caption = 'Client Information'
      TabOrder = 1
      object ClientVersionCaptionLbl: TTntLabel
        Left = 18
        Top = 26
        Width = 38
        Height = 13
        Caption = 'Version:'
        Transparent = True
      end
      object ClientHardwareCaptionLbl: TTntLabel
        Left = 18
        Top = 98
        Width = 49
        Height = 13
        Caption = 'Hardware:'
        Transparent = True
      end
      object ClientOSCaptionLbl: TTntLabel
        Left = 18
        Top = 80
        Width = 86
        Height = 13
        Caption = 'Operating System:'
        Transparent = True
      end
      object ClientNetworkNameCaptionLbl: TTntLabel
        Left = 18
        Top = 44
        Width = 74
        Height = 13
        Caption = 'Network Name:'
        Transparent = True
      end
      object ClientNetworkNameLbl: TTntLabel
        Left = 128
        Top = 44
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ClientOSLbl: TTntLabel
        Left = 128
        Top = 80
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ClientHardwareLabel: TTntLabel
        Left = 128
        Top = 98
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ClientVersionLbl: TTntLabel
        Left = 128
        Top = 26
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ClientIPCaptionLabel: TTntLabel
        Left = 18
        Top = 62
        Width = 13
        Height = 13
        Caption = 'IP:'
        Transparent = True
      end
      object ClientIPLbl: TTntLabel
        Left = 128
        Top = 62
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
    end
    object ConnectionGBox: TTntGroupBox
      Left = 44
      Top = 96
      Width = 500
      Height = 105
      Caption = 'Connected to MySQL Server Instance'
      TabOrder = 0
      object UserLbl: TTntLabel
        Left = 128
        Top = 26
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object HostLbl: TTntLabel
        Left = 128
        Top = 42
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object UserCaptionLbl: TTntLabel
        Left = 18
        Top = 26
        Width = 51
        Height = 13
        Caption = 'Username:'
        Transparent = True
      end
      object HostCaptionLbl: TTntLabel
        Left = 18
        Top = 42
        Width = 51
        Height = 13
        Caption = 'Hostname:'
        Transparent = True
      end
      object PortCaptionLbl: TTntLabel
        Left = 18
        Top = 58
        Width = 22
        Height = 13
        Caption = 'Port:'
        Transparent = True
      end
      object PortLbl: TTntLabel
        Left = 128
        Top = 58
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object InstanceCaptionLbl: TTntLabel
        Left = 18
        Top = 74
        Width = 44
        Height = 13
        Caption = 'Instance:'
        Transparent = True
      end
      object InstanceNameLbl: TTntLabel
        Left = 128
        Top = 74
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
    end
    object ServerInfoGBox: TTntGroupBox
      Left = 44
      Top = 210
      Width = 500
      Height = 127
      Caption = 'Server Information'
      TabOrder = 2
      object ServerVersionCaptionLbl: TTntLabel
        Left = 18
        Top = 24
        Width = 76
        Height = 13
        Caption = 'MySQL Version:'
        Transparent = True
      end
      object ServerHardwareCaptionLbl: TTntLabel
        Left = 18
        Top = 96
        Width = 49
        Height = 13
        Caption = 'Hardware:'
        Transparent = True
      end
      object ServerOSCaptionLbl: TTntLabel
        Left = 18
        Top = 78
        Width = 86
        Height = 13
        Caption = 'Operating System:'
        Transparent = True
      end
      object ServerNetworkNameCaptionLbl: TTntLabel
        Left = 18
        Top = 42
        Width = 74
        Height = 13
        Caption = 'Network Name:'
        Transparent = True
      end
      object ServerNetworkNameLbl: TTntLabel
        Left = 128
        Top = 42
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ServerOSLbl: TTntLabel
        Left = 128
        Top = 78
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ServerHardwareLbl: TTntLabel
        Left = 128
        Top = 96
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ServerVersionLbl: TTntLabel
        Left = 128
        Top = 24
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
      object ServerIPCaptionLbl: TTntLabel
        Left = 18
        Top = 60
        Width = 13
        Height = 13
        Caption = 'IP:'
        Transparent = True
      end
      object ServerIPLbl: TTntLabel
        Left = 128
        Top = 60
        Width = 3
        Height = 13
        Caption = '-'
        Transparent = True
      end
    end
  end
end