Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit2.fmx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Mon Jul 27 13:44:42 2015 UTC (8 years, 8 months ago) by yamat0jp
File size: 1051 byte(s)
最初のコミット
1 yamat0jp 1 object Form2: TForm2
2     Left = 0
3     Top = 0
4     Caption = 'Form2'
5     ClientHeight = 480
6     ClientWidth = 640
7     FormFactor.Width = 320
8     FormFactor.Height = 480
9     FormFactor.Devices = [Desktop]
10     OnCreate = FormCreate
11     OnDestroy = FormDestroy
12     DesignerMasterStyle = 0
13     object ToolBar1: TToolBar
14     Size.Width = 640.000000000000000000
15     Size.Height = 40.000000000000000000
16     Size.PlatformDefault = False
17     TabOrder = 0
18     object SpeedButton1: TSpeedButton
19     Position.X = 16.000000000000000000
20     Position.Y = 8.000000000000000000
21     Text = 'SpeedButton1'
22     OnClick = SpeedButton1Click
23     end
24     end
25     object PopupBox1: TPopupBox
26     Items.Strings = (
27     '1'
28     '2'
29     '3'
30     '4'
31     '5'
32     '6'
33     '7'
34     '8'
35     '9'
36     '10')
37     ItemIndex = 4
38     Position.X = 272.000000000000000000
39     Position.Y = 64.000000000000000000
40     Size.Width = 80.000000000000000000
41     Size.Height = 22.000000000000000000
42     Size.PlatformDefault = False
43     TabOrder = 1
44     end
45     end

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