Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit2.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (hide annotations) (download)
Mon Jul 20 22:47:05 2015 UTC (8 years, 7 months ago) by yamat0jp
File size: 2259 byte(s)
ちょっとだけ工夫しました

リサイズでエディットの値を同期

UIを改良
1 yamat0jp 6 object Form2: TForm2
2     Left = 0
3     Top = 0
4     Caption = 'Form2'
5     ClientHeight = 300
6     ClientWidth = 475
7     Color = clBtnFace
8     Font.Charset = DEFAULT_CHARSET
9     Font.Color = clWindowText
10     Font.Height = -11
11     Font.Name = 'Tahoma'
12     Font.Style = []
13     OldCreateOrder = False
14     PixelsPerInch = 96
15     TextHeight = 13
16 yamat0jp 7 object Panel2: TPanel
17     Left = 276
18     Top = 0
19     Width = 199
20     Height = 300
21     Align = alRight
22     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 yamat0jp 6 object ScrollBox1: TScrollBox
88 yamat0jp 7 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 yamat0jp 6 object Image1: TImage
99     Left = 3
100     Top = 3
101     Width = 105
102     Height = 105
103     AutoSize = True
104     end
105     end
106     object OpenPictureDialog1: TOpenPictureDialog
107     Left = 232
108     Top = 152
109     end
110     object SavePictureDialog1: TSavePictureDialog
111     Left = 240
112     Top = 208
113     end
114     end

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