File: AdminStartupVariablesInnoDBDatafiles.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 (288 lines) | stat: -rw-r--r-- 6,849 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
object AdminStartupVariablesInnoDBDatafilesForm: TAdminStartupVariablesInnoDBDatafilesForm
  Left = 390
  Top = 354
  BorderStyle = bsSingle
  Caption = 'AdminStartupVariablesInnoDBDatafilesForm'
  ClientHeight = 384
  ClientWidth = 628
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DriveInfoCBox: TTntGroupBox
    Left = 22
    Top = 160
    Width = 581
    Height = 169
    Caption = 'Drive Info'
    TabOrder = 1
    object Label1: TTntLabel
      Left = 20
      Top = 62
      Width = 28
      Height = 13
      Caption = 'Drive:'
    end
    object Label2: TTntLabel
      Left = 20
      Top = 92
      Width = 69
      Height = 13
      Caption = 'Volume Name:'
    end
    object Label4: TTntLabel
      Left = 20
      Top = 108
      Width = 56
      Height = 13
      Caption = 'File System:'
    end
    object VolumeNameLbl: TTntLabel
      Left = 110
      Top = 92
      Width = 78
      Height = 13
      Caption = 'Volume Name'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object FileSystemLbl: TTntLabel
      Left = 110
      Top = 108
      Width = 65
      Height = 13
      Caption = 'File System'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label6: TTntLabel
      Left = 20
      Top = 140
      Width = 58
      Height = 13
      Caption = 'Free Space:'
    end
    object FreeSpaceLbl: TTntLabel
      Left = 110
      Top = 140
      Width = 66
      Height = 13
      Caption = 'Free Space'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label8: TTntLabel
      Left = 20
      Top = 124
      Width = 50
      Height = 13
      Caption = 'Total Size:'
    end
    object TotalSizeLbl: TTntLabel
      Left = 110
      Top = 124
      Width = 58
      Height = 13
      Caption = 'Total Size'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label10: TTntLabel
      Left = 20
      Top = 16
      Width = 291
      Height = 40
      AutoSize = False
      Caption = 
        'Select a drive to get infomation about the File System and the a' +
        'vailable free space.'
      WordWrap = True
    end
    object DiskChart: TChart
      Left = 308
      Top = 12
      Width = 263
      Height = 141
      AllowPanning = pmNone
      AllowZoom = False
      BackWall.Brush.Color = clWhite
      BackWall.Brush.Style = bsClear
      BackWall.Pen.Visible = False
      Title.AdjustFrame = False
      Title.Text.Strings = (
        'TChart')
      Title.Visible = False
      AxisVisible = False
      Chart3DPercent = 30
      ClipPoints = False
      Frame.Visible = False
      Legend.ShadowColor = clGray
      Legend.ShadowSize = 1
      Legend.TextStyle = ltsPlain
      View3DOptions.Elevation = 315
      View3DOptions.Orthogonal = False
      View3DOptions.Perspective = 0
      View3DOptions.Rotation = 360
      View3DWalls = False
      BevelOuter = bvNone
      TabOrder = 0
      object Series1: TPieSeries
        Marks.ArrowLength = 8
        Marks.Visible = False
        SeriesColor = clRed
        Title = 'Space'
        Circled = True
        OtherSlice.Text = 'Other'
        PieValues.DateTime = False
        PieValues.Name = 'Pie'
        PieValues.Multiplier = 1.000000000000000000
        PieValues.Order = loAscending
      end
    end
    object DriveCBox: TTntComboBox
      Left = 110
      Top = 58
      Width = 45
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 1
      Text = 'C:'
      OnChange = DriveCBoxChange
      Items.Strings = (
        'C:'
        'D:'
        'E:'
        'F:')
    end
  end
  object OKBtn: TTntButton
    Left = 440
    Top = 344
    Width = 75
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 2
  end
  object CancelBtn: TTntButton
    Left = 528
    Top = 344
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 3
  end
  object TableSpaceGBox: TTntGroupBox
    Left = 22
    Top = 12
    Width = 581
    Height = 141
    Caption = 'Data File'
    TabOrder = 0
    object Label7: TTntLabel
      Left = 16
      Top = 102
      Width = 23
      Height = 13
      Caption = 'Size:'
    end
    object Label9: TTntLabel
      Left = 16
      Top = 28
      Width = 42
      Height = 13
      Caption = 'Data file:'
    end
    object Label3: TTntLabel
      Left = 16
      Top = 51
      Width = 549
      Height = 46
      AutoSize = False
      Caption = 
        'Data file name with optional path information. Make sure that th' +
        'e name forms a valid filename when combined with the data path v' +
        'alue (see Data Directory option in InnodDB Parameters).'
      WordWrap = True
    end
    object Label5: TTntLabel
      Left = 198
      Top = 98
      Width = 367
      Height = 39
      AutoSize = False
      Caption = 
        'Size of the data file. Remember that you can select to auto - ex' +
        'tend the last specified data file.'
      WordWrap = True
    end
    object SizeEd: TTntEdit
      Left = 70
      Top = 98
      Width = 47
      Height = 21
      TabOrder = 1
      Text = '10'
      OnChange = SizeEdChange
    end
    object SizeUpDown: TTntUpDown
      Left = 117
      Top = 98
      Width = 16
      Height = 21
      Associate = SizeEd
      Max = 32000
      Position = 10
      TabOrder = 2
    end
    object UnitCBox: TTntComboBox
      Left = 140
      Top = 98
      Width = 37
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      ItemIndex = 1
      TabOrder = 3
      Text = 'M'
      Items.Strings = (
        'k'
        'M')
    end
    object TablespaceEd: TTntEdit
      Left = 70
      Top = 24
      Width = 495
      Height = 21
      TabOrder = 0
      OnChange = TablespaceEdChange
    end
  end
end