Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunc/ColorBalls/Unit1.fmx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Tue Apr 4 10:02:13 2017 UTC (7 years, 1 month ago) by yamat0jp
File size: 2430 byte(s)
悪意あるソフトウェアと判断されているようです touch
1 object Form1: TForm1
2 Left = 0
3 Top = 0
4 BorderStyle = Single
5 Caption = 'Form1'
6 ClientHeight = 480
7 ClientWidth = 640
8 Fill.Color = xFF8D6161
9 Fill.Kind = Solid
10 FormFactor.Width = 320
11 FormFactor.Height = 480
12 FormFactor.Devices = [Desktop]
13 OnCreate = FormCreate
14 OnDestroy = FormDestroy
15 DesignerMasterStyle = 3
16 object Button1: TButton
17 OnTap = Button1Tap
18 Enabled = False
19 Position.X = 176.000000000000000000
20 Position.Y = 88.000000000000000000
21 TabOrder = 0
22 Text = 'Back'
23 OnClick = Button1Click
24 end
25 object Button2: TButton
26 OnTap = Button2Tap
27 Enabled = False
28 Position.X = 352.000000000000000000
29 Position.Y = 88.000000000000000000
30 TabOrder = 1
31 Text = 'Next'
32 OnClick = Button2Click
33 end
34 object Button3: TButton
35 OnTap = Button3Tap
36 Position.X = 128.000000000000000000
37 Position.Y = 32.000000000000000000
38 TabOrder = 2
39 Text = 'New'
40 OnClick = Button3Click
41 end
42 object Button4: TButton
43 OnTap = Button4Tap
44 Position.X = 416.000000000000000000
45 Position.Y = 32.000000000000000000
46 TabOrder = 3
47 Text = 'End'
48 OnClick = Button4Click
49 end
50 object Label1: TLabel
51 AutoSize = True
52 StyledSettings = [Family]
53 Position.X = 200.000000000000000000
54 Position.Y = 320.000000000000000000
55 Size.Width = 162.000000000000000000
56 Size.Height = 58.000000000000000000
57 Size.PlatformDefault = False
58 TextSettings.Font.Size = 48.000000000000000000
59 TextSettings.Font.Style = [fsBold, fsItalic]
60 TextSettings.FontColor = claAquamarine
61 TextSettings.WordWrap = False
62 Text = 'Clear!!'
63 end
64 object Brush1: TBrushObject
65 StyleName = 'Brush1'
66 Brush.Color = xFF8D6161
67 end
68 object Button5: TButton
69 OnTap = Button5Tap
70 Position.X = 272.000000000000000000
71 Position.Y = 32.000000000000000000
72 TabOrder = 7
73 Text = 'Reset'
74 OnClick = Button5Click
75 end
76 object Label2: TLabel
77 Position.X = 432.000000000000000000
78 Position.Y = 280.000000000000000000
79 Text = 'Label2'
80 end
81 object PaintBox1: TPaintBox
82 Position.X = 192.000000000000000000
83 Position.Y = 152.000000000000000000
84 Size.Width = 185.000000000000000000
85 Size.Height = 169.000000000000000000
86 Size.PlatformDefault = False
87 OnMouseDown = PaintBox1MouseDown
88 OnPaint = PaintBox1Paint
89 end
90 end

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