Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Unit3.fmx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Sun May 3 07:26:15 2015 UTC (9 years ago) by yamat0jp
File size: 3300 byte(s)
間違えてばかりでしたがこちらが正しいURLです
1 object Form3: TForm3
2 Left = 0
3 Top = 0
4 BorderIcons = [biSystemMenu]
5 BorderStyle = Single
6 Caption = #38899#22768
7 ClientHeight = 480
8 ClientWidth = 640
9 FormFactor.Width = 320
10 FormFactor.Height = 480
11 FormFactor.Devices = [Desktop]
12 OnCreate = FormCreate
13 OnShow = FormShow
14 OnHide = FormHide
15 DesignerMasterStyle = 0
16 object Button1: TButton
17 ModalResult = 1
18 Position.X = 168.000000000000000000
19 Position.Y = 400.000000000000000000
20 TabOrder = 0
21 Text = 'OK'
22 end
23 object Button2: TButton
24 Cancel = True
25 ModalResult = 2
26 Position.X = 368.000000000000000000
27 Position.Y = 400.000000000000000000
28 TabOrder = 1
29 Text = 'Cancel'
30 end
31 object Panel1: TPanel
32 Align = Top
33 Size.Width = 640.000000000000000000
34 Size.Height = 305.000000000000000000
35 Size.PlatformDefault = False
36 TabOrder = 6
37 object Button3: TButton
38 Default = True
39 Position.X = 432.000000000000000000
40 Position.Y = 96.000000000000000000
41 TabOrder = 0
42 Text = 'Open'
43 OnClick = Button3Click
44 end
45 object Label1: TLabel
46 Position.X = 520.000000000000000000
47 Position.Y = 152.000000000000000000
48 Text = 'Mute'
49 end
50 object SpeedButton1: TSpeedButton
51 StaysPressed = True
52 IsPressed = True
53 Position.X = 168.000000000000000000
54 Position.Y = 200.000000000000000000
55 Text = 'Test'
56 OnClick = SpeedButton1Click
57 end
58 object Switch1: TSwitch
59 IsChecked = False
60 Position.X = 432.000000000000000000
61 Position.Y = 152.000000000000000000
62 TabOrder = 3
63 end
64 object TrackBar1: TTrackBar
65 Enabled = False
66 Orientation = Horizontal
67 Position.X = 96.000000000000000000
68 Position.Y = 128.000000000000000000
69 Size.Width = 241.000000000000000000
70 Size.Height = 20.000000000000000000
71 Size.PlatformDefault = False
72 TabOrder = 4
73 Tracking = False
74 end
75 object ArcDial1: TArcDial
76 Position.X = 448.000000000000000000
77 Position.Y = 216.000000000000000000
78 TabOrder = 5
79 Value = 1.000000000000000000
80 Frequency = 1.000000000000000000
81 OnChange = ArcDial1Change
82 end
83 object CheckBox1: TCheckBox
84 Position.X = 344.000000000000000000
85 Position.Y = 128.000000000000000000
86 TabOrder = 6
87 Text = 'Loop'
88 end
89 object Label2: TLabel
90 Position.X = 344.000000000000000000
91 Position.Y = 152.000000000000000000
92 Text = 'Label2'
93 end
94 object Button4: TButton
95 Position.X = 104.000000000000000000
96 Position.Y = 200.000000000000000000
97 Size.Width = 41.000000000000000000
98 Size.Height = 22.000000000000000000
99 Size.PlatformDefault = False
100 TabOrder = 7
101 Text = '<<'
102 OnClick = Button4Click
103 end
104 end
105 object OpenDialog1: TOpenDialog
106 Filter = #38899#22768#12501#12449#12452#12523'(*.mp3;*.wmv;*.caf)|*.mp3;*.wmv;*.caf'
107 Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
108 Left = 352
109 Top = 256
110 end
111 object MediaPlayer1: TMediaPlayer
112 Left = 168
113 Top = 272
114 end
115 object Timer1: TTimer
116 OnTimer = Timer1Timer
117 Left = 304
118 Top = 224
119 end
120 end

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