Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit1.fmx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Fri Jul 31 23:39:46 2015 UTC (8 years, 7 months ago) by yamat0jp
File size: 5164 byte(s)
タブレットが文鎮化してしまったのでAndroid開発はこれで終了

誠に悔やまれます
1 yamat0jp 1 object Form1: TForm1
2     Left = 0
3     Top = 0
4     Caption = 'Form1'
5     ClientHeight = 480
6     ClientWidth = 481
7 yamat0jp 2 Position = Designed
8 yamat0jp 1 FormFactor.Width = 320
9     FormFactor.Height = 480
10     FormFactor.Devices = [Desktop]
11     OnDestroy = FormDestroy
12     OnShow = FormShow
13     DesignerMasterStyle = 3
14     object MediaPlayer1: TMediaPlayer
15     Left = 256
16     Top = 184
17     end
18     object ListView1: TListView
19     ItemAppearanceClassName = 'TImageListItemBottomDetailAppearance'
20     ItemEditAppearanceClassName = 'TImageListItemBottomDetailShowCheckAppearance'
21     HeaderAppearanceClassName = 'TListHeaderObjects'
22     FooterAppearanceClassName = 'TListHeaderObjects'
23     Align = Client
24     Size.Width = 481.000000000000000000
25 yamat0jp 2 Size.Height = 231.000000000000000000
26 yamat0jp 1 Size.PlatformDefault = False
27     TabOrder = 4
28     OnItemClick = ListView1ItemClick
29     end
30     object Panel1: TPanel
31     Align = Top
32     Size.Width = 481.000000000000000000
33     Size.Height = 201.000000000000000000
34     Size.PlatformDefault = False
35 yamat0jp 2 StyleLookup = 'Panel1Style1'
36 yamat0jp 1 TabOrder = 9
37     object ToolBar1: TToolBar
38     Align = Bottom
39     Position.Y = 153.000000000000000000
40     Size.Width = 481.000000000000000000
41     Size.Height = 48.000000000000000000
42     Size.PlatformDefault = False
43     TabOrder = 1
44     object SpeedButton2: TSpeedButton
45     Action = Action1
46     Enabled = True
47     Position.X = 56.000000000000000000
48     Size.Width = 73.000000000000000000
49     Size.Height = 48.000000000000000000
50     Size.PlatformDefault = False
51     Visible = True
52     end
53     object SpeedButton1: TSpeedButton
54     Position.X = 360.000000000000000000
55     Size.Width = 73.000000000000000000
56     Size.Height = 48.000000000000000000
57     Size.PlatformDefault = False
58     Text = 'SpeedButton1'
59     OnClick = SpeedButton1Click
60     end
61     object SpeedButton3: TSpeedButton
62     Position.X = 208.000000000000000000
63     Size.Width = 73.000000000000000000
64     Size.Height = 48.000000000000000000
65     Size.PlatformDefault = False
66     Text = 'SpeedButton3'
67     end
68     end
69     object ToolBar2: TToolBar
70     Align = Bottom
71     Position.Y = 105.000000000000000000
72     Size.Width = 481.000000000000000000
73     Size.Height = 48.000000000000000000
74     Size.PlatformDefault = False
75     TabOrder = 2
76     object TrackBar1: TTrackBar
77     Align = HorzCenter
78     Max = 1.000000000000000000
79     Orientation = Horizontal
80     Position.X = 104.000000000000000000
81     Position.Y = 8.000000000000000000
82     Size.Width = 273.000000000000000000
83     Size.Height = 32.000000000000000000
84     Size.PlatformDefault = False
85     TabOrder = 0
86     Value = 0.300000011920929000
87     OnChange = TrackBar1Change
88     end
89     end
90     end
91     object Timer1: TTimer
92     OnTimer = Timer1Timer
93     Left = 160
94     Top = 232
95     end
96 yamat0jp 2 object StatusBar1: TStatusBar
97     Position.Y = 432.000000000000000000
98     ShowSizeGrip = True
99     Size.Width = 481.000000000000000000
100     Size.Height = 48.000000000000000000
101     Size.PlatformDefault = False
102     TabOrder = 17
103     object SpeedButton4: TSpeedButton
104     Action = Action6
105     Align = Right
106     Enabled = True
107     Position.X = 408.000000000000000000
108     Size.Width = 73.000000000000000000
109     Size.Height = 48.000000000000000000
110     Size.PlatformDefault = False
111     Visible = True
112     end
113     object SpeedButton5: TSpeedButton
114     Action = Action5
115     Align = Left
116     Enabled = True
117     Size.Width = 80.000000000000000000
118     Size.Height = 48.000000000000000000
119     Size.PlatformDefault = False
120     Visible = True
121     end
122     object SpeedButton6: TSpeedButton
123     Action = Action4
124     Align = Left
125     Enabled = True
126     Position.X = 80.000000000000000000
127     Size.Width = 73.000000000000000000
128     Size.Height = 48.000000000000000000
129     Size.PlatformDefault = False
130     Visible = True
131     end
132     object TrackBar2: TTrackBar
133     Align = Client
134     Orientation = Horizontal
135     Size.Width = 255.000000000000000000
136     Size.Height = 32.000000000000000000
137     Size.PlatformDefault = False
138     TabOrder = 4
139 yamat0jp 4 Tracking = False
140     OnChange = TrackBar2Change
141 yamat0jp 2 end
142     end
143 yamat0jp 1 object ActionList1: TActionList
144     Left = 312
145     Top = 232
146     object Action1: TAction
147     Category = 'Files'
148     Text = #26356#26032
149     OnExecute = Action1Execute
150     end
151     object Action2: TAction
152     Category = 'Files'
153     Text = #20445#23384
154     OnExecute = Action2Execute
155     end
156     object Action3: TAction
157     Category = 'Files'
158     Text = #38283#12367
159     OnExecute = Action3Execute
160     end
161     object Action4: TAction
162     Category = 'play'
163     Text = 'Play'
164     OnExecute = Action4Execute
165     end
166     object Action5: TAction
167     Category = 'play'
168     Text = 'Back'
169     OnExecute = Action5Execute
170     end
171     object Action6: TAction
172     Category = 'play'
173     Text = 'Next'
174     OnExecute = Action6Execute
175     end
176     end
177     end

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