Rev | Line | |
---|
[251] | 1 | object Form9: TForm9
|
---|
| 2 | Left = 0
|
---|
| 3 | Top = 0
|
---|
| 4 | Width = 649
|
---|
| 5 | Height = 409
|
---|
| 6 | HorzScrollBar.Visible = False
|
---|
| 7 | VertScrollBar.Visible = False
|
---|
| 8 | BorderStyle = bsSizeToolWin
|
---|
| 9 | Caption = 'HotKeys'
|
---|
| 10 | Color = clBtnFace
|
---|
| 11 | Font.Charset = DEFAULT_CHARSET
|
---|
| 12 | Font.Color = clWindowText
|
---|
| 13 | Font.Height = -11
|
---|
| 14 | Font.Name = 'Tahoma'
|
---|
| 15 | Font.Style = []
|
---|
| 16 | OldCreateOrder = False
|
---|
| 17 | OnCloseQuery = FormCloseQuery
|
---|
| 18 | OnCreate = FormCreate
|
---|
| 19 | PixelsPerInch = 96
|
---|
| 20 | TextHeight = 13
|
---|
| 21 | object HotKeysTable: TStringGrid
|
---|
| 22 | Left = 0
|
---|
| 23 | Top = 0
|
---|
| 24 | Width = 641
|
---|
| 25 | Height = 385
|
---|
| 26 | DefaultRowHeight = 16
|
---|
| 27 | FixedCols = 0
|
---|
| 28 | RowCount = 2
|
---|
| 29 | Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
|
---|
| 30 | ScrollBars = ssVertical
|
---|
| 31 | TabOrder = 0
|
---|
| 32 | OnDblClick = HotKeysTableDblClick
|
---|
| 33 | OnKeyPress = HotKeysTableKeyPress
|
---|
| 34 | OnSelectCell = HotKeysTableSelectCell
|
---|
| 35 | ColWidths = (
|
---|
| 36 | 109
|
---|
| 37 | 235
|
---|
| 38 | 90
|
---|
| 39 | 93
|
---|
| 40 | 86)
|
---|
| 41 | end
|
---|
| 42 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.