Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit2.dfm

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

revision 6 by yamat0jp, Mon Jul 20 13:11:27 2015 UTC revision 7 by yamat0jp, Mon Jul 20 22:47:05 2015 UTC
# Line 13  object Form2: TForm2 Line 13  object Form2: TForm2
13    OldCreateOrder = False    OldCreateOrder = False
14    PixelsPerInch = 96    PixelsPerInch = 96
15    TextHeight = 13    TextHeight = 13
16    object ScrollBox1: TScrollBox    object Panel2: TPanel
17      Left = 40      Left = 276
18      Top = 32      Top = 0
19      Width = 209      Width = 199
20      Height = 209      Height = 300
21        Align = alRight
22      TabOrder = 0      TabOrder = 0
23        ExplicitLeft = 268
24        ExplicitTop = 8
25        ExplicitHeight = 284
26        object Button1: TButton
27          Left = 71
28          Top = 48
29          Width = 75
30          Height = 25
31          Caption = 'Open'
32          TabOrder = 0
33          OnClick = Button1Click
34        end
35        object Button2: TButton
36          Left = 71
37          Top = 104
38          Width = 75
39          Height = 25
40          Caption = 'Save'
41          TabOrder = 1
42          OnClick = Button2Click
43        end
44        object Edit1: TEdit
45          Left = 105
46          Top = 168
47          Width = 41
48          Height = 21
49          TabOrder = 2
50          Text = '100'
51          OnChange = Edit1Change
52        end
53        object Edit2: TEdit
54          Left = 105
55          Top = 208
56          Width = 41
57          Height = 21
58          TabOrder = 3
59          Text = '100'
60          OnChange = Edit1Change
61        end
62        object UpDown1: TUpDown
63          Left = 130
64          Top = 168
65          Width = 16
66          Height = 21
67          Associate = Edit1
68          Min = 10
69          Max = 1000
70          Increment = 10
71          Position = 100
72          TabOrder = 4
73        end
74        object UpDown2: TUpDown
75          Left = 130
76          Top = 208
77          Width = 16
78          Height = 21
79          Associate = Edit2
80          Min = 10
81          Max = 1000
82          Increment = 10
83          Position = 100
84          TabOrder = 5
85        end
86      end
87      object ScrollBox1: TScrollBox
88        Left = 0
89        Top = 0
90        Width = 276
91        Height = 300
92        Align = alClient
93        TabOrder = 1
94        ExplicitLeft = 40
95        ExplicitTop = 32
96        ExplicitWidth = 209
97        ExplicitHeight = 209
98      object Image1: TImage      object Image1: TImage
99        Left = 3        Left = 3
100        Top = 3        Top = 3
# Line 27  object Form2: TForm2 Line 103  object Form2: TForm2
103        AutoSize = True        AutoSize = True
104      end      end
105    end    end
   object Button1: TButton  
     Left = 344  
     Top = 48  
     Width = 75  
     Height = 25  
     Caption = 'Open'  
     TabOrder = 1  
     OnClick = Button1Click  
   end  
   object Button2: TButton  
     Left = 344  
     Top = 104  
     Width = 75  
     Height = 25  
     Caption = 'Save'  
     TabOrder = 2  
     OnClick = Button2Click  
   end  
   object Edit1: TEdit  
     Left = 328  
     Top = 168  
     Width = 41  
     Height = 21  
     TabOrder = 3  
     Text = '100'  
     OnChange = Edit1Change  
   end  
   object Edit2: TEdit  
     Left = 328  
     Top = 208  
     Width = 41  
     Height = 21  
     TabOrder = 4  
     Text = '100'  
     OnChange = Edit1Change  
   end  
   object UpDown1: TUpDown  
     Left = 369  
     Top = 168  
     Width = 16  
     Height = 21  
     Associate = Edit1  
     Min = 10  
     Max = 1000  
     Increment = 10  
     Position = 100  
     TabOrder = 5  
   end  
   object UpDown2: TUpDown  
     Left = 369  
     Top = 208  
     Width = 16  
     Height = 21  
     Associate = Edit2  
     Min = 10  
     Max = 1000  
     Increment = 10  
     Position = 100  
     TabOrder = 6  
   end  
106    object OpenPictureDialog1: TOpenPictureDialog    object OpenPictureDialog1: TOpenPictureDialog
107      Left = 232      Left = 232
108      Top = 152      Top = 152

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