-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Results.dfm
58 lines (58 loc) · 1.33 KB
/
Results.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
object FormResults: TFormResults
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Vrednosti alternativa'
ClientHeight = 315
ClientWidth = 340
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Menu = MenuAlt
OldCreateOrder = False
Position = poDesktopCenter
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object MemoResults: TMemo
Left = 0
Top = 0
Width = 340
Height = 315
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
WantReturns = False
end
object MenuAlt: TMainMenu
Left = 160
Top = 160
object MainAltFile: TMenuItem
Caption = 'Datoteka'
object SubAltSaveAs: TMenuItem
Caption = 'Sa'#269'uvaj kao...'
ShortCut = 16467
OnClick = SubAltSaveAsClick
end
end
end
object SaveAlt: TSaveDialog
Filter = 'Tekstualna datoteka (*.txt)|*.txt'
Left = 88
Top = 200
end
end