This repository was archived by the owner on Mar 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUMain.dfm
More file actions
69 lines (69 loc) · 1.77 KB
/
UMain.dfm
File metadata and controls
69 lines (69 loc) · 1.77 KB
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
object MainForm: TMainForm
Left = 896
Top = 312
AutoScroll = False
Caption = 'Crescent'
ClientHeight = 108
ClientWidth = 278
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS UI Gothic'
Font.Style = []
Menu = MainMenu
OldCreateOrder = True
Position = poScreenCenter
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object MainMenu: TMainMenu
Left = 16
Top = 52
object mFile: TMenuItem
Caption = #12501#12449#12452#12523'(&F)'
object mExit: TMenuItem
Caption = #32066#20102'(&X)'
OnClick = mExitClick
end
end
object mView: TMenuItem
Caption = #34920#31034'(&V)'
object N1: TMenuItem
Caption = '-'
end
object mRefresh: TMenuItem
Caption = #26368#26032#12398#24773#22577#12395#26356#26032'(&R)'
ShortCut = 116
end
end
object O1: TMenuItem
Caption = #35373#23450'(&O)'
object O2: TMenuItem
Caption = #35373#23450'(&O)'
OnClick = Config1Click
end
end
object Help1: TMenuItem
Caption = #12504#12523#12503'(&H)'
object IE1: TMenuItem
Caption = 'BBS'#12434#38283#12367'(&I)'
OnClick = IE1Click
end
object N2: TMenuItem
Caption = #12501#12457#12523#12480#12434#38283#12367'(&E)'
OnClick = N2Click
end
object S1: TMenuItem
Caption = #26032#26376#12398#12469#12452#12488#12408'(&S)'
OnClick = S1Click
end
object About1: TMenuItem
Caption = #12496#12540#12472#12519#12531#24773#22577'(&A)'
OnClick = About1Click
end
end
end
end