-
Notifications
You must be signed in to change notification settings - Fork 0
/
UOpt.dfm
executable file
·90 lines (90 loc) · 1.69 KB
/
UOpt.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
object FOpt: TFOpt
Left = 405
Top = 325
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Îïòèìèçàöèÿ ãðàôèêà ïåðåíàñòðîåê'
ClientHeight = 157
ClientWidth = 360
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 24
Top = 40
Width = 223
Height = 16
Caption = 'Ïðîàíàëèçèðîâàíî êîìáèíàöèé:'
end
object Label2: TLabel
Left = 25
Top = 128
Width = 102
Height = 16
Caption = 'Ëó÷øàÿ îöåíêà'
end
object LCount: TLabel
Left = 256
Top = 40
Width = 81
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = '0'
end
object LBest: TLabel
Left = 136
Top = 128
Width = 81
Height = 16
AutoSize = False
Caption = '0'
end
object Label3: TLabel
Left = 24
Top = 16
Width = 131
Height = 16
Caption = 'Âñåãî êîìáèíàöèé:'
end
object LAll: TLabel
Left = 256
Top = 16
Width = 81
Height = 16
Alignment = taRightJustify
AutoSize = False
Caption = '0'
end
object Label4: TLabel
Left = 224
Top = 128
Width = 47
Height = 16
Caption = 'Âðåìÿ:'
end
object LTime: TLabel
Left = 289
Top = 128
Width = 48
Height = 16
Alignment = taRightJustify
Caption = '00:00:00'
end
object p_opt: TProgressBar
Left = 24
Top = 72
Width = 313
Height = 25
Min = 0
Max = 100
TabOrder = 0
end
end