-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PositionList.dfm
66 lines (66 loc) · 1.54 KB
/
PositionList.dfm
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
object FormPosition: TFormPosition
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Rezultati - Kompromisna rang lista'
ClientHeight = 493
ClientWidth = 494
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Grid: TStringGrid
Left = 0
Top = 0
Width = 494
Height = 493
Align = alClient
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
Color = clWhite
DefaultColWidth = 128
DefaultRowHeight = 32
DoubleBuffered = True
DrawingStyle = gdsClassic
FixedColor = 16750848
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentDoubleBuffered = False
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
StyleElements = []
OnDrawCell = GridDrawCell
ExplicitHeight = 513
end
object SaveFile: TSaveDialog
Filter = 'HTML dokument (*.html)|*.html'
Left = 160
Top = 264
end
object MainMenu: TMainMenu
Left = 240
Top = 264
object MenuFile: TMenuItem
Caption = 'Datoteka'
object SubSaveAs: TMenuItem
Caption = 'Sa'#269'uvaj kao...'
OnClick = SubSaveAsClick
end
end
end
end