-
Notifications
You must be signed in to change notification settings - Fork 3
/
UFHistory.dfm
58 lines (58 loc) · 1.21 KB
/
UFHistory.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 FHistory: TFHistory
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'Job History'
ClientHeight = 395
ClientWidth = 358
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
OnCloseQuery = FormCloseQuery
OnShow = FormShow
TextHeight = 15
object LBHistory: TListBox
Left = 0
Top = 0
Width = 358
Height = 319
Align = alTop
ItemHeight = 15
TabOrder = 0
OnClick = LBHistoryClick
end
object BRevert: TButton
Left = 77
Top = 343
Width = 117
Height = 49
Caption = 'Revert'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = BRevertClick
end
object BClose: TButton
Left = 200
Top = 343
Width = 117
Height = 49
Caption = 'Close'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = BCloseClick
end
end