Browse Subversion Repository
Annotation of /Unit3.dfm
Parent Directory
| Revision Log
Revision 7 -
( hide annotations)
( download)
Mon Jul 20 22:47:05 2015 UTC
(8 years, 8 months ago)
by yamat0jp
File size: 542 byte(s)
ちょっとだけ工夫しました
リサイズでエディットの値を同期
UIを改良
| 1 |
yamat0jp |
6 |
object Form3: TForm3 |
| 2 |
|
|
Left = 0 |
| 3 |
|
|
Top = 0 |
| 4 |
|
|
BorderStyle = bsSizeToolWin |
| 5 |
|
|
Caption = 'Form3' |
| 6 |
|
|
ClientHeight = 105 |
| 7 |
|
|
ClientWidth = 113 |
| 8 |
|
|
Color = clBtnFace |
| 9 |
|
|
Font.Charset = DEFAULT_CHARSET |
| 10 |
|
|
Font.Color = clWindowText |
| 11 |
|
|
Font.Height = -11 |
| 12 |
|
|
Font.Name = 'Tahoma' |
| 13 |
|
|
Font.Style = [] |
| 14 |
|
|
OldCreateOrder = False |
| 15 |
yamat0jp |
7 |
OnResize = FormResize |
| 16 |
yamat0jp |
6 |
PixelsPerInch = 96 |
| 17 |
|
|
TextHeight = 13 |
| 18 |
|
|
object Image1: TImage |
| 19 |
|
|
Left = 0 |
| 20 |
|
|
Top = 0 |
| 21 |
|
|
Width = 113 |
| 22 |
|
|
Height = 105 |
| 23 |
|
|
Align = alClient |
| 24 |
|
|
AutoSize = True |
| 25 |
|
|
Stretch = True |
| 26 |
|
|
end |
| 27 |
|
|
end |
|