Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit1.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Sat Jul 11 05:06:38 2015 UTC (8 years, 7 months ago) by yamat0jp
File size: 1277 byte(s)


1 object Form1: TForm1
2 Left = 192
3 Top = 114
4 Width = 696
5 Height = 480
6 Caption = 'Form1'
7 Color = clBtnFace
8 Font.Charset = SHIFTJIS_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -12
11 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
12 Font.Style = []
13 Menu = MainMenu1
14 OldCreateOrder = False
15 OnCreate = FormCreate
16 OnDestroy = FormDestroy
17 OnMouseDown = FormMouseDown
18 OnPaint = FormPaint
19 OnResize = FormResize
20 PixelsPerInch = 96
21 TextHeight = 12
22 object Timer1: TTimer
23 OnTimer = Timer1Timer
24 Left = 168
25 Top = 96
26 end
27 object MainMenu1: TMainMenu
28 Left = 128
29 Top = 96
30 object Game1: TMenuItem
31 Caption = '&Game'
32 object Start1: TMenuItem
33 Caption = '&Start'
34 OnClick = Start1Click
35 end
36 object N1: TMenuItem
37 Caption = '-'
38 end
39 object End1: TMenuItem
40 Caption = '&End'
41 OnClick = End1Click
42 end
43 end
44 object Com1: TMenuItem
45 Caption = '&Com'
46 object Player11: TMenuItem
47 Caption = 'Player&1'
48 OnClick = Player
49 end
50 object Player21: TMenuItem
51 Caption = 'Player&2'
52 Checked = True
53 OnClick = Player
54 end
55 end
56 end
57 end

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