File: Main.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 (235 lines) | stat: -rw-r--r-- 6,238 bytes parent folder | download
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
object MainForm: TMainForm
  Left = 658
  Top = 300
  Caption = 'MySQL Administrator'
  ClientHeight = 612
  ClientWidth = 772
  Color = clBtnFace
  Constraints.MinHeight = 540
  Constraints.MinWidth = 780
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  Menu = MainMenu
  OldCreateOrder = False
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnMouseWheel = TntFormMouseWheel
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar: TTntStatusBar
    Left = 0
    Top = 593
    Width = 772
    Height = 19
    Panels = <
      item
        Style = psOwnerDraw
        Width = 20
      end
      item
        Width = 50
      end>
    OnMouseDown = StatusBarMouseDown
    OnDrawPanel = StatusBarDrawPanel
    ExplicitTop = 573
  end
  object TopPnl: TTntPanel
    Left = 0
    Top = 0
    Width = 772
    Height = 3
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
  end
  object Panel1: TTntPanel
    Left = 0
    Top = 590
    Width = 772
    Height = 3
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 2
    ExplicitTop = 570
  end
  object Panel2: TTntPanel
    Left = 769
    Top = 3
    Width = 3
    Height = 587
    Align = alRight
    BevelOuter = bvNone
    ParentColor = True
    TabOrder = 3
    ExplicitHeight = 567
  end
  object MainMenu: TTntMainMenu
    AutoHotkeys = maManual
    Left = 282
    Top = 66
    object FileMI: TTntMenuItem
      Caption = 'File'
      object ConnecttoServerMI: TTntMenuItem
        Caption = 'New Instance Connection ...'
        OnClick = ConnecttoServerMIClick
      end
      object ReconnectMI: TTntMenuItem
        Caption = 'Reconnect'
        OnClick = ReconnectMIClick
      end
      object N3: TTntMenuItem
        Caption = '-'
      end
      object CopyActivePageAsTextMI: TTntMenuItem
        Caption = 'Copy active page as text'
        Enabled = False
        OnClick = CopyActivePageAsTextMIClick
      end
      object N2: TTntMenuItem
        Caption = '-'
      end
      object CloseMI: TTntMenuItem
        Caption = 'Close'
        OnClick = CloseMIClick
      end
    end
    object Edit1: TTntMenuItem
      Caption = 'Edit'
      object CutMI: TTntMenuItem
        Caption = 'Cut'
        Enabled = False
        OnClick = CutMIClick
      end
      object CopyMI: TTntMenuItem
        Caption = 'Copy'
        Enabled = False
        OnClick = CopyMIClick
      end
      object PasteMI: TTntMenuItem
        Caption = 'Paste'
        Enabled = False
        OnClick = PasteMIClick
      end
      object SelectAllMI: TTntMenuItem
        Caption = 'Select All'
        Enabled = False
        OnClick = SelectAllMIClick
      end
    end
    object ViewMI: TTntMenuItem
      Caption = 'View'
    end
    object ToolsMI: TTntMenuItem
      Caption = 'Tools'
      object MySQLQueryBrowserMI: TTntMenuItem
        Caption = 'MySQL Query Browser'
        OnClick = MySQLQueryBrowserMIClick
      end
      object MySQLCommandlineclientMI: TTntMenuItem
        Caption = 'MySQL Command Line Client'
        OnClick = MySQLCommandlineclientMIClick
      end
      object MySQLSystemTrayMonitorMI: TTntMenuItem
        Caption = 'MySQL System Tray Monitor'
        OnClick = MySQLSystemTrayMonitorMIClick
      end
      object N1: TTntMenuItem
        Caption = '-'
      end
      object WindowsCommandLineMI: TTntMenuItem
        Caption = 'Windows Command Line'
        OnClick = WindowsCommandLineMIClick
      end
      object N9: TTntMenuItem
        Caption = '-'
      end
      object ManageConnectionsMI: TTntMenuItem
        Caption = 'Manage Connections ...'
        OnClick = ManageConnectionsMIClick
      end
      object SaveConnectionMI: TTntMenuItem
        Caption = 'Save current Connection ...'
        OnClick = SaveConnectionMIClick
      end
      object N4: TTntMenuItem
        Caption = '-'
      end
      object OptionsMI: TTntMenuItem
        Caption = 'Options ...'
        OnClick = OptionsMIClick
      end
    end
    object WindowMI: TTntMenuItem
      Caption = 'Window'
      object N01: TTntMenuItem
        Caption = '0'
      end
    end
    object MEMySQLEnterpriseMI: TTntMenuItem
      Caption = 'MySQL Enterprise'
      object MEHomeMI: TTntMenuItem
        Caption = 'Home'
        OnClick = MEHomeMIClick
      end
      object MESoftwareMI: TTntMenuItem
        Caption = 'Software'
        OnClick = MESoftwareMIClick
      end
      object MEKnowledgeBaseMI: TTntMenuItem
        Caption = 'Knowledge Base'
        OnClick = MEKnowledgeBaseMIClick
      end
      object MEUpdateServiceMI: TTntMenuItem
        Caption = 'Update Service'
        OnClick = MEUpdateServiceMIClick
      end
      object MEMonitoringServiceMI: TTntMenuItem
        Caption = 'Monitoring Service'
        OnClick = MEMonitoringServiceMIClick
      end
      object METechnicalSupportMI: TTntMenuItem
        Caption = 'Technical Support'
        OnClick = METechnicalSupportMIClick
      end
    end
    object HelpMI: TTntMenuItem
      Caption = 'Help'
      object OnlineHelpMI: TTntMenuItem
        Caption = 'Help'
        OnClick = OnlineHelpMIClick
      end
      object N6: TTntMenuItem
        Caption = '-'
      end
      object VisitMySQLcomMI: TTntMenuItem
        Caption = 'Launch MySQL.com website'
        OnClick = VisitMySQLcomMIClick
      end
      object N5: TTntMenuItem
        Caption = '-'
      end
      object ListopenMySQLAdministratorBugsMI: TTntMenuItem
        Caption = 'List reported Bugs'
        OnClick = ListopenMySQLAdministratorBugsMIClick
      end
      object ReportBugMI: TTntMenuItem
        Caption = 'Report a new Bug to MySQL'
        OnClick = ReportBugMIClick
      end
      object N7: TTntMenuItem
        Caption = '-'
      end
      object AboutMI: TTntMenuItem
        Caption = 'About ...'
        OnClick = AboutMIClick
      end
    end
  end
end