Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunc/mine_sweeper/Unit1.fmx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Tue Apr 4 10:02:13 2017 UTC (7 years ago) by yamat0jp
File size: 3399 byte(s)
悪意あるソフトウェアと判断されているようです touch
1 yamat0jp 2 object Form1: TForm1
2     Left = 0
3     Top = 0
4     Caption = 'Form1'
5     ClientHeight = 480
6     ClientWidth = 640
7     FormFactor.Width = 320
8     FormFactor.Height = 480
9     FormFactor.Devices = [Desktop]
10     OnCreate = FormCreate
11     OnDestroy = FormDestroy
12     DesignerMasterStyle = 3
13     object Panel1: TPanel
14     Align = Client
15     Size.Width = 640.000000000000000000
16     Size.Height = 407.000000000000000000
17     Size.PlatformDefault = False
18     TabOrder = 0
19     object ImageControl1: TImageControl
20     Bitmap.PNG = {
21     89504E470D0A1A0A0000000D494844520000003000000010080600000050AEFC
22     B1000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
23     014649444154484BD5940D92C3200885CD9E3B5733574B7D909722429AEED699
24     ED374345E5D7215D4A297B9329EC2DF2820C13F939D67F055ED44BC6C71AC06B
25     13E8DC5B1D58DD832BC856AB182ED8B5157BDE793E3A4257C5916CA44E571304
26     B65DCCC3D986983642C845B90D5EDDD8DBE2E53C78A1B481BD1953EEE093A9AF
27     AE595104473236D093743CE73811E94BD52751D1CB8BA7A40B8B7F86D615FED6
28     C622C741CE941680212E47685DD743CB41DE31B716ADFEB8EC2B8E7DC6C6A450
29     279E3F7F038839C6B54563EDAB8D7DFAA6A4D876A0A3988F73D880EF34EA3C03
30     39D49EC9FAF1C9D8B6EDD0D43F2A16583B60330D20C8BBC513B8D1DF9F478849
31     5234D078AAD810D3FE4695FBCD0BAE3BBB65F19ECB06DE7D7D985B17AF43B247
32     3E4D9B11C784B6B23F82999027300BA5D61A9EDF95DFFAB79F41223B081A82F2
33     B54CFE066653CA038568E1ED2356A3B30000000049454E44AE426082}
34     Position.X = 40.000000000000000000
35     Position.Y = 40.000000000000000000
36     TabOrder = 1
37     Visible = False
38     end
39     object Panel3: TPanel
40     Align = Center
41     TabOrder = 2
42     OnMouseDown = Panel3MouseDown
43     OnPaint = Panel3Paint
44     object Label2: TLabel
45     Align = Center
46     Text = 'Clear!!'
47     Visible = False
48     end
49     end
50     end
51     object Panel2: TPanel
52     Align = MostTop
53     Size.Width = 640.000000000000000000
54     Size.Height = 73.000000000000000000
55     Size.PlatformDefault = False
56     TabOrder = 1
57     object SpeedButton1: TSpeedButton
58     StaysPressed = True
59     GroupName = 'Main'
60     IsPressed = True
61     Position.X = 56.000000000000000000
62     Position.Y = 24.000000000000000000
63     Size.Width = 80.000000000000000000
64     Size.Height = 48.000000000000000000
65     Size.PlatformDefault = False
66     Text = 'Push'
67     end
68     object SpeedButton2: TSpeedButton
69     StaysPressed = True
70     GroupName = 'Main'
71     Position.X = 176.000000000000000000
72     Position.Y = 24.000000000000000000
73     Size.Width = 80.000000000000000000
74     Size.Height = 48.000000000000000000
75     Size.PlatformDefault = False
76     Text = 'Flag'
77     end
78     object Button1: TButton
79     Position.X = 328.000000000000000000
80     Position.Y = 24.000000000000000000
81     TabOrder = 0
82     Text = 'Start'
83     OnClick = Button1Click
84     end
85     object Button2: TButton
86     Position.X = 456.000000000000000000
87     Position.Y = 24.000000000000000000
88     TabOrder = 1
89     Text = 'End'
90     OnClick = Button2Click
91     end
92     object Label1: TLabel
93     Position.X = 576.000000000000000000
94     Position.Y = 40.000000000000000000
95     Size.Width = 49.000000000000000000
96     Size.Height = 17.000000000000000000
97     Size.PlatformDefault = False
98     Text = 'Label1'
99     end
100     end
101     end

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