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)
Sat Jul 11 06:28:05 2015 UTC (8 years, 7 months ago) by yamat0jp
File size: 1289 byte(s)
点数計算処理だけ長かったのを整理しました
1 yamat0jp 1 object Form1: TForm1
2     Left = 192
3     Top = 114
4     Caption = 'Form1'
5 yamat0jp 3 ClientHeight = 421
6     ClientWidth = 680
7 yamat0jp 1 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