Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit3.fmx

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

revision 2 by yamat0jp, Tue Jul 28 08:41:38 2015 UTC revision 3 by yamat0jp, Tue Jul 28 12:15:19 2015 UTC
# Line 13  object Form3: TForm3 Line 13  object Form3: TForm3
13    FormFactor.Devices = [Desktop]    FormFactor.Devices = [Desktop]
14    FullScreen = True    FullScreen = True
15    DesignerMasterStyle = 3    DesignerMasterStyle = 3
16    object Label1: TLabel    object Panel1: TPanel
17      Align = Center      Align = Center
18      AutoSize = True      Size.Width = 187.000000000000000000
19      StyledSettings = []      Size.Height = 166.000000000000000000
     Size.Width = 175.000000000000000000  
     Size.Height = 40.000000000000000000  
20      Size.PlatformDefault = False      Size.PlatformDefault = False
21      TextSettings.Font.Family = 'Default'      TabOrder = 0
22      TextSettings.Font.Size = 30.000000000000000000      object Button1: TButton
23      TextSettings.Font.Style = [fsBold]        Position.X = 56.000000000000000000
24      TextSettings.FontColor = xFF17C73C        Position.Y = 104.000000000000000000
25      TextSettings.WordWrap = False        TabOrder = 0
26      Text = #26356#26032#20013#12391#12377'...'        Text = #20013#26029
27          OnClick = Button1Click
28        end
29        object Label1: TLabel
30          AutoSize = True
31          StyledSettings = []
32          Position.X = 5.000000000000000000
33          Position.Y = 36.000000000000000000
34          Size.Width = 175.000000000000000000
35          Size.Height = 40.000000000000000000
36          Size.PlatformDefault = False
37          TextSettings.Font.Family = 'Default'
38          TextSettings.Font.Size = 30.000000000000000000
39          TextSettings.Font.Style = [fsBold]
40          TextSettings.FontColor = xFF17C73C
41          TextSettings.WordWrap = False
42          Text = #26356#26032#20013#12391#12377'...'
43        end
44    end    end
45  end  end

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

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