Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit1.fmx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by yamat0jp, Fri Jul 31 23:39:46 2015 UTC revision 7 by yamat0jp, Sat Aug 15 03:06:09 2015 UTC
# Line 8  object Form1: TForm1 Line 8  object Form1: TForm1
8    FormFactor.Width = 320    FormFactor.Width = 320
9    FormFactor.Height = 480    FormFactor.Height = 480
10    FormFactor.Devices = [Desktop]    FormFactor.Devices = [Desktop]
11      OnCreate = FormCreate
12    OnDestroy = FormDestroy    OnDestroy = FormDestroy
13    OnShow = FormShow    OnShow = FormShow
14    DesignerMasterStyle = 3    DesignerMasterStyle = 3
# Line 15  object Form1: TForm1 Line 16  object Form1: TForm1
16      Left = 256      Left = 256
17      Top = 184      Top = 184
18    end    end
   object ListView1: TListView  
     ItemAppearanceClassName = 'TImageListItemBottomDetailAppearance'  
     ItemEditAppearanceClassName = 'TImageListItemBottomDetailShowCheckAppearance'  
     HeaderAppearanceClassName = 'TListHeaderObjects'  
     FooterAppearanceClassName = 'TListHeaderObjects'  
     Align = Client  
     Size.Width = 481.000000000000000000  
     Size.Height = 231.000000000000000000  
     Size.PlatformDefault = False  
     TabOrder = 4  
     OnItemClick = ListView1ItemClick  
   end  
   object Panel1: TPanel  
     Align = Top  
     Size.Width = 481.000000000000000000  
     Size.Height = 201.000000000000000000  
     Size.PlatformDefault = False  
     StyleLookup = 'Panel1Style1'  
     TabOrder = 9  
     object ToolBar1: TToolBar  
       Align = Bottom  
       Position.Y = 153.000000000000000000  
       Size.Width = 481.000000000000000000  
       Size.Height = 48.000000000000000000  
       Size.PlatformDefault = False  
       TabOrder = 1  
       object SpeedButton2: TSpeedButton  
         Action = Action1  
         Enabled = True  
         Position.X = 56.000000000000000000  
         Size.Width = 73.000000000000000000  
         Size.Height = 48.000000000000000000  
         Size.PlatformDefault = False  
         Visible = True  
       end  
       object SpeedButton1: TSpeedButton  
         Position.X = 360.000000000000000000  
         Size.Width = 73.000000000000000000  
         Size.Height = 48.000000000000000000  
         Size.PlatformDefault = False  
         Text = 'SpeedButton1'  
         OnClick = SpeedButton1Click  
       end  
       object SpeedButton3: TSpeedButton  
         Position.X = 208.000000000000000000  
         Size.Width = 73.000000000000000000  
         Size.Height = 48.000000000000000000  
         Size.PlatformDefault = False  
         Text = 'SpeedButton3'  
       end  
     end  
     object ToolBar2: TToolBar  
       Align = Bottom  
       Position.Y = 105.000000000000000000  
       Size.Width = 481.000000000000000000  
       Size.Height = 48.000000000000000000  
       Size.PlatformDefault = False  
       TabOrder = 2  
       object TrackBar1: TTrackBar  
         Align = HorzCenter  
         Max = 1.000000000000000000  
         Orientation = Horizontal  
         Position.X = 104.000000000000000000  
         Position.Y = 8.000000000000000000  
         Size.Width = 273.000000000000000000  
         Size.Height = 32.000000000000000000  
         Size.PlatformDefault = False  
         TabOrder = 0  
         Value = 0.300000011920929000  
         OnChange = TrackBar1Change  
       end  
     end  
   end  
19    object Timer1: TTimer    object Timer1: TTimer
20      OnTimer = Timer1Timer      OnTimer = Timer1Timer
21      Left = 160      Left = 160
# Line 99  object Form1: TForm1 Line 27  object Form1: TForm1
27      Size.Width = 481.000000000000000000      Size.Width = 481.000000000000000000
28      Size.Height = 48.000000000000000000      Size.Height = 48.000000000000000000
29      Size.PlatformDefault = False      Size.PlatformDefault = False
30      TabOrder = 17      TabOrder = 15
31      object SpeedButton4: TSpeedButton      object SpeedButton4: TSpeedButton
32        Action = Action6        Action = Action6
33        Align = Right        Align = Right
# Line 140  object Form1: TForm1 Line 68  object Form1: TForm1
68        OnChange = TrackBar2Change        OnChange = TrackBar2Change
69      end      end
70    end    end
71      object ToolBar1: TToolBar
72        Size.Width = 481.000000000000000000
73        Size.Height = 48.000000000000000000
74        Size.PlatformDefault = False
75        TabOrder = 23
76        object SpeedButton1: TSpeedButton
77          Position.X = 360.000000000000000000
78          Size.Width = 73.000000000000000000
79          Size.Height = 48.000000000000000000
80          Size.PlatformDefault = False
81          Text = 'SpeedButton1'
82          OnClick = SpeedButton1Click
83        end
84        object SpeedButton2: TSpeedButton
85          Action = Action1
86          Enabled = True
87          Position.X = 56.000000000000000000
88          Size.Width = 73.000000000000000000
89          Size.Height = 48.000000000000000000
90          Size.PlatformDefault = False
91          Visible = True
92        end
93        object SpeedButton3: TSpeedButton
94          Position.X = 208.000000000000000000
95          Size.Width = 73.000000000000000000
96          Size.Height = 48.000000000000000000
97          Size.PlatformDefault = False
98          Text = 'SpeedButton3'
99        end
100      end
101      object ToolBar2: TToolBar
102        Position.Y = 48.000000000000000000
103        Size.Width = 481.000000000000000000
104        Size.Height = 48.000000000000000000
105        Size.PlatformDefault = False
106        TabOrder = 24
107        object TrackBar1: TTrackBar
108          Align = HorzCenter
109          Max = 1.000000000000000000
110          Orientation = Horizontal
111          Position.X = 104.000000000000000000
112          Position.Y = 8.000000000000000000
113          Size.Width = 273.000000000000000000
114          Size.Height = 32.000000000000000000
115          Size.PlatformDefault = False
116          TabOrder = 1
117          Value = 1.000000000000000000
118          OnChange = TrackBar1Change
119        end
120      end
121      object ListView1: TListView
122        ItemAppearanceClassName = 'TImageListItemBottomDetailAppearance'
123        ItemEditAppearanceClassName = 'TImageListItemBottomDetailShowCheckAppearance'
124        HeaderAppearanceClassName = 'TListHeaderObjects'
125        FooterAppearanceClassName = 'TListHeaderObjects'
126        Align = Client
127        Size.Width = 481.000000000000000000
128        Size.Height = 336.000000000000000000
129        Size.PlatformDefault = False
130        TabOrder = 25
131        OnItemClick = ListView1ItemClick
132      end
133    object ActionList1: TActionList    object ActionList1: TActionList
134      Left = 312      Left = 312
135      Top = 232      Top = 232
# Line 148  object Form1: TForm1 Line 138  object Form1: TForm1
138        Text = #26356#26032        Text = #26356#26032
139        OnExecute = Action1Execute        OnExecute = Action1Execute
140      end      end
     object Action2: TAction  
       Category = 'Files'  
       Text = #20445#23384  
       OnExecute = Action2Execute  
     end  
141      object Action3: TAction      object Action3: TAction
142        Category = 'Files'        Category = 'Files'
143        Text = #38283#12367        Text = #38283#12367

Legend:
Removed from v.6  
changed lines
  Added in v.7

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