forked from TES5Edit/TES5Edit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmTipForm.dfm
88 lines (88 loc) · 1.85 KB
/
frmTipForm.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
object frmTip: TfrmTip
Left = 0
Top = 0
BorderStyle = bsNone
Caption = 'Tip'
ClientHeight = 213
ClientWidth = 534
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Shape1: TShape
Left = 0
Top = 0
Width = 534
Height = 213
Align = alClient
Brush.Color = clWindow
Pen.Color = clWindowText
ExplicitWidth = 550
end
object lblNextTip: TLabel
Left = 470
Top = 182
Width = 34
Height = 13
Cursor = crHandPoint
Caption = 'Next >'
Font.Charset = DEFAULT_CHARSET
Font.Color = clHotLight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = lblNextTipClick
end
object textTip: TStaticText
Left = 24
Top = 56
Width = 488
Height = 113
AutoSize = False
Caption =
'Please always try the latest xEdit version from Nexus before rep' +
'orting any issues'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ShowAccelChar = False
TabOrder = 0
end
object StaticText1: TStaticText
Left = 24
Top = 18
Width = 34
Height = 27
Caption = 'Tip'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object cbShowTip: TCheckBox
Left = 24
Top = 188
Width = 257
Height = 17
Caption = 'Show tip (you can enable back in Options)'
Checked = True
State = cbChecked
TabOrder = 2
OnClick = cbShowTipClick
end
end