Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Fri Jul 10 14:24:01 2015 UTC (8 years, 8 months ago) by yamat0jp
File size: 1339 byte(s)
テキストメッセージの充実

キー操作の反応性

で改善が図られました
1 yamat0jp 1 object Form1: TForm1
2     Left = 343
3     Top = 231
4 yamat0jp 3 BorderIcons = [biSystemMenu, biMinimize]
5     BorderStyle = bsSingle
6     Caption = 'Rensa'
7     ClientHeight = 344
8     ClientWidth = 508
9 yamat0jp 1 Color = clBtnFace
10     Font.Charset = DEFAULT_CHARSET
11     Font.Color = clWindowText
12     Font.Height = -11
13     Font.Name = 'Tahoma'
14     Font.Style = []
15     Menu = MainMenu1
16     OldCreateOrder = False
17     Position = poDesigned
18     OnCreate = FormCreate
19     OnDestroy = FormDestroy
20     OnKeyDown = FormKeyDown
21     OnPaint = FormPaint
22     PixelsPerInch = 96
23     TextHeight = 13
24     object ApplicationEvents1: TApplicationEvents
25     OnIdle = ApplicationEvents1Idle
26     Left = 216
27     Top = 112
28     end
29     object MainMenu1: TMainMenu
30     Left = 240
31     Top = 176
32     object Game1: TMenuItem
33 yamat0jp 3 Caption = '&Game'
34 yamat0jp 1 object Start1: TMenuItem
35 yamat0jp 3 Caption = '&Start'
36 yamat0jp 1 OnClick = Start1Click
37     end
38     object N1: TMenuItem
39     Caption = '-'
40     end
41     object Close1: TMenuItem
42 yamat0jp 3 Caption = '&Close'
43 yamat0jp 1 OnClick = Close1Click
44     end
45     end
46     object Com1: TMenuItem
47 yamat0jp 3 Caption = '&Com'
48 yamat0jp 1 object Player11: TMenuItem
49 yamat0jp 3 Caption = '&Player1'
50 yamat0jp 1 OnClick = Player11Click
51     end
52     object Player21: TMenuItem
53     Caption = 'Player2'
54     Checked = True
55     end
56     end
57     end
58     end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26