File: AdminStartupVariablesOptionFile.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 (147 lines) | stat: -rw-r--r-- 3,359 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
object AdminStartupVariablesOptionFileForm: TAdminStartupVariablesOptionFileForm
  Left = 403
  Top = 180
  Caption = 'Choose an Option File'
  ClientHeight = 233
  ClientWidth = 770
  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
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ServiceSettingsHeaderImg: TTntImage
    Left = 15
    Top = 12
    Width = 24
    Height = 24
    AutoSize = True
    Transparent = True
  end
  object SheetHeaderLbl: TTntLabel
    Left = 52
    Top = 16
    Width = 62
    Height = 13
    Caption = 'Option File'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label1: TTntLabel
    Left = 52
    Top = 30
    Width = 164
    Height = 13
    Caption = 'Choose the option file to be edited.'
  end
  object GroupBox1: TTntGroupBox
    Left = 16
    Top = 60
    Width = 733
    Height = 119
    Caption = 'Configuration File'
    TabOrder = 0
    object Label2: TTntLabel
      Left = 14
      Top = 30
      Width = 52
      Height = 13
      Caption = 'Config File:'
    end
    object Label3: TTntLabel
      Left = 16
      Top = 65
      Width = 39
      Height = 13
      Caption = 'Section:'
    end
    object Label4: TTntLabel
      Left = 356
      Top = 30
      Width = 349
      Height = 26
      AutoSize = False
      Caption = 
        'Choose the configuration file to be edited. Note that several fi' +
        'les can be processed when the server starts.'
      WordWrap = True
    end
    object Label5: TTntLabel
      Left = 356
      Top = 66
      Width = 353
      Height = 39
      AutoSize = False
      Caption = 
        'Select the section that should be edited. The server will read t' +
        'he following sections if present. [mysqld], [server], [mysqld-x.' +
        'x]'
      WordWrap = True
    end
    object ParamConfigFileEd: TTntEdit
      Left = 98
      Top = 27
      Width = 197
      Height = 21
      TabOrder = 0
    end
    object ChooseCnfFile: TTntButton
      Left = 298
      Top = 27
      Width = 21
      Height = 21
      Caption = '...'
      TabOrder = 1
      OnClick = ChooseCnfFileClick
    end
    object ParamSectionNameCBox: TTntComboBox
      Left = 98
      Top = 61
      Width = 221
      Height = 21
      Style = csDropDownList
      ItemHeight = 0
      TabOrder = 2
    end
  end
  object CancelBtn: TTntButton
    Left = 644
    Top = 192
    Width = 105
    Height = 25
    Caption = '&Cancel'
    ModalResult = 3
    TabOrder = 1
  end
  object Button2: TTntButton
    Left = 526
    Top = 192
    Width = 105
    Height = 25
    Caption = '&Apply'
    TabOrder = 2
    OnClick = Button2Click
  end
  object CreateNewSectionBtn: TTntButton
    Left = 408
    Top = 192
    Width = 105
    Height = 25
    Caption = '&Create new section'
    Enabled = False
    TabOrder = 3
    OnClick = CreateNewSectionBtnClick
  end
end