ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/OniTrainer/current/Unit7.dfm
Revision: 251
Committed: Thu Dec 6 22:29:52 2007 UTC (17 years, 10 months ago) by alloc
File size: 832 byte(s)
Log Message:

File Contents

# Content
1 object Form7: TForm7
2 Left = 0
3 Top = 0
4 Width = 584
5 Height = 537
6 HorzScrollBar.Visible = False
7 VertScrollBar.Visible = False
8 BorderStyle = bsSizeToolWin
9 Caption = 'CharOverview'
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 OnResize = FormResize
20 PixelsPerInch = 96
21 TextHeight = 13
22 object grid: TStringGrid
23 Left = 0
24 Top = 0
25 Width = 577
26 Height = 345
27 ColCount = 1
28 DefaultColWidth = 80
29 DefaultRowHeight = 16
30 FixedCols = 0
31 RowCount = 20
32 FixedRows = 0
33 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing]
34 TabOrder = 0
35 end
36 end