Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit1.fmx

Parent Directory Parent Directory | Revision Log Revision Log


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

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