-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWin7se_src.dfm
56 lines (56 loc) · 1.25 KB
/
Win7se_src.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
object Form1: TForm1
Left = 339
Top = 144
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Win7s'#233' settings'
ClientHeight = 350
ClientWidth = 391
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PopupMenu = PopupMenu1
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 200
Top = 112
end
object PopupMenu1: TPopupMenu
Left = 288
Top = 168
object Settings1: TMenuItem
Caption = '&Settings'
OnClick = Settings1Click
end
object StartwithWindows1: TMenuItem
Caption = '&Start with Windows'
OnClick = StartwithWindows1Click
end
object Disable1: TMenuItem
Caption = '&Disable'
end
object N1: TMenuItem
Caption = '-'
end
object About1: TMenuItem
Caption = '&About...'
OnClick = About1Click
end
object N2: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
end