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 1 by yamat0jp, Mon Jul 27 13:44:42 2015 UTC revision 2 by yamat0jp, Tue Jul 28 08:41:38 2015 UTC
# Line 4  object Form1: TForm1 Line 4  object Form1: TForm1
4    Caption = 'Form1'    Caption = 'Form1'
5    ClientHeight = 480    ClientHeight = 480
6    ClientWidth = 481    ClientWidth = 481
7      Position = Designed
8    FormFactor.Width = 320    FormFactor.Width = 320
9    FormFactor.Height = 480    FormFactor.Height = 480
10    FormFactor.Devices = [Desktop]    FormFactor.Devices = [Desktop]
# Line 21  object Form1: TForm1 Line 22  object Form1: TForm1
22      FooterAppearanceClassName = 'TListHeaderObjects'      FooterAppearanceClassName = 'TListHeaderObjects'
23      Align = Client      Align = Client
24      Size.Width = 481.000000000000000000      Size.Width = 481.000000000000000000
25      Size.Height = 279.000000000000000000      Size.Height = 231.000000000000000000
26      Size.PlatformDefault = False      Size.PlatformDefault = False
27      TabOrder = 4      TabOrder = 4
28      OnItemClick = ListView1ItemClick      OnItemClick = ListView1ItemClick
     object ToolBar3: TToolBar  
       Align = Bottom  
       Position.Y = 231.000000000000000000  
       Size.Width = 481.000000000000000000  
       Size.Height = 48.000000000000000000  
       Size.PlatformDefault = False  
       TabOrder = 0  
       object TrackBar2: TTrackBar  
         Align = Client  
         Enabled = False  
         Orientation = Horizontal  
         Size.Width = 255.000000000000000000  
         Size.Height = 32.000000000000000000  
         Size.PlatformDefault = False  
         TabOrder = 0  
         Value = 48.878925323486330000  
       end  
       object SpeedButton4: TSpeedButton  
         Action = Action6  
         Align = Right  
         Enabled = True  
         Position.X = 408.000000000000000000  
         Size.Width = 73.000000000000000000  
         Size.Height = 48.000000000000000000  
         Size.PlatformDefault = False  
         Visible = True  
       end  
       object SpeedButton5: TSpeedButton  
         Action = Action5  
         Align = Left  
         Enabled = True  
         Size.Width = 80.000000000000000000  
         Size.Height = 48.000000000000000000  
         Size.PlatformDefault = False  
         Visible = True  
       end  
       object SpeedButton6: TSpeedButton  
         Action = Action4  
         Align = Left  
         Enabled = True  
         Position.X = 80.000000000000000000  
         Size.Width = 73.000000000000000000  
         Size.Height = 48.000000000000000000  
         Size.PlatformDefault = False  
         Visible = True  
       end  
     end  
29    end    end
30    object Panel1: TPanel    object Panel1: TPanel
31      Align = Top      Align = Top
32      Size.Width = 481.000000000000000000      Size.Width = 481.000000000000000000
33      Size.Height = 201.000000000000000000      Size.Height = 201.000000000000000000
34      Size.PlatformDefault = False      Size.PlatformDefault = False
35        StyleLookup = 'Panel1Style1'
36      TabOrder = 9      TabOrder = 9
37      object ToolBar1: TToolBar      object ToolBar1: TToolBar
38        Align = Bottom        Align = Bottom
# Line 138  object Form1: TForm1 Line 93  object Form1: TForm1
93      Left = 160      Left = 160
94      Top = 232      Top = 232
95    end    end
96      object StatusBar1: TStatusBar
97        Position.Y = 432.000000000000000000
98        ShowSizeGrip = True
99        Size.Width = 481.000000000000000000
100        Size.Height = 48.000000000000000000
101        Size.PlatformDefault = False
102        TabOrder = 17
103        object SpeedButton4: TSpeedButton
104          Action = Action6
105          Align = Right
106          Enabled = True
107          Position.X = 408.000000000000000000
108          Size.Width = 73.000000000000000000
109          Size.Height = 48.000000000000000000
110          Size.PlatformDefault = False
111          Visible = True
112        end
113        object SpeedButton5: TSpeedButton
114          Action = Action5
115          Align = Left
116          Enabled = True
117          Size.Width = 80.000000000000000000
118          Size.Height = 48.000000000000000000
119          Size.PlatformDefault = False
120          Visible = True
121        end
122        object SpeedButton6: TSpeedButton
123          Action = Action4
124          Align = Left
125          Enabled = True
126          Position.X = 80.000000000000000000
127          Size.Width = 73.000000000000000000
128          Size.Height = 48.000000000000000000
129          Size.PlatformDefault = False
130          Visible = True
131        end
132        object TrackBar2: TTrackBar
133          Align = Client
134          Enabled = False
135          Orientation = Horizontal
136          Size.Width = 255.000000000000000000
137          Size.Height = 32.000000000000000000
138          Size.PlatformDefault = False
139          TabOrder = 4
140        end
141      end
142    object ActionList1: TActionList    object ActionList1: TActionList
143      Left = 312      Left = 312
144      Top = 232      Top = 232

Legend:
Removed from v.1  
changed lines
  Added in v.2

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