Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/Unit4.fmx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Sun May 3 07:26:15 2015 UTC (8 years, 11 months ago) by yamat0jp
File size: 2614 byte(s)
間違えてばかりでしたがこちらが正しいURLです
1 yamat0jp 2 object Form4: TForm4
2     Left = 0
3     Top = 0
4     BorderIcons = [biSystemMenu]
5     BorderStyle = Single
6     Caption = 'Form4'
7     ClientHeight = 480
8     ClientWidth = 640
9     FormFactor.Width = 320
10     FormFactor.Height = 480
11     FormFactor.Devices = [Desktop]
12     OnShow = FormShow
13     DesignerMasterStyle = 0
14     object Button1: TButton
15     ModalResult = 1
16     Position.X = 184.000000000000000000
17     Position.Y = 416.000000000000000000
18     TabOrder = 1
19     Text = #23455#34892
20     OnClick = Button1Click
21     end
22     object Button2: TButton
23     ModalResult = 2
24     Position.X = 352.000000000000000000
25     Position.Y = 416.000000000000000000
26     TabOrder = 2
27     Text = #25147#12427
28     end
29     object Edit1: TEdit
30     Touch.InteractiveGestures = [LongTap, DoubleTap]
31     TabOrder = 5
32     Position.X = 88.000000000000000000
33     Position.Y = 64.000000000000000000
34     Size.Width = 305.000000000000000000
35     Size.Height = 22.000000000000000000
36     Size.PlatformDefault = False
37     end
38     object Button3: TButton
39     Position.X = 424.000000000000000000
40     Position.Y = 64.000000000000000000
41     TabOrder = 6
42     Text = 'Button3'
43     OnClick = Button3Click
44     end
45     object Label1: TLabel
46     Position.X = 32.000000000000000000
47     Position.Y = 120.000000000000000000
48     Text = 'Width / Height'
49     end
50     object SpinBox1: TSpinBox
51     Touch.InteractiveGestures = [LongTap, DoubleTap]
52     TabOrder = 8
53     Cursor = crIBeam
54     Min = 320.000000000000000000
55     Max = 3000.000000000000000000
56     Value = 320.000000000000000000
57     Position.X = 192.000000000000000000
58     Position.Y = 128.000000000000000000
59     end
60     object SpinBox2: TSpinBox
61     Touch.InteractiveGestures = [LongTap, DoubleTap]
62     TabOrder = 9
63     Cursor = crIBeam
64     Min = 240.000000000000000000
65     Max = 2000.000000000000000000
66     Value = 240.000000000000000000
67     Position.X = 344.000000000000000000
68     Position.Y = 128.000000000000000000
69     end
70     object ProgressBar1: TProgressBar
71     Orientation = Horizontal
72     Position.X = 192.000000000000000000
73     Position.Y = 312.000000000000000000
74     Size.Width = 241.000000000000000000
75     Size.Height = 20.000000000000000000
76     Size.PlatformDefault = False
77     end
78     object SaveDialog1: TSaveDialog
79     DefaultExt = 'avi'
80     Filter = 'avi'#12501#12449#12452#12523'|*.avi'
81     Left = 456
82     Top = 128
83     end
84     object ShadowEffect1: TShadowEffect
85     Distance = 3.000000000000000000
86     Direction = 45.000000000000000000
87     Softness = 0.300000011920929000
88     Opacity = 0.600000023841857900
89     ShadowColor = claAqua
90     Enabled = False
91     end
92     end

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