Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/IndividualAbon.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Tue Sep 2 14:42:43 2003 UTC
(20 years, 7 months ago)
by h677
Branch: MAIN
CVS Tags: b37
Changes since 1.1: +9 -1 lines
キャンセルボタン追加。無効な文字列が入っても処理できるようにした。
| 1 |
object IndividualAbonForm: TIndividualAbonForm |
| 2 |
Left = 531 |
| 3 |
Top = 420 |
| 4 |
Width = 209 |
| 5 |
Height = 130 |
| 6 |
Caption = #20491#21029#12354#12412#12540#12435#35299#38500 |
| 7 |
Color = clBtnFace |
| 8 |
Font.Charset = SHIFTJIS_CHARSET |
| 9 |
Font.Color = clWindowText |
| 10 |
Font.Height = -12 |
| 11 |
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
| 12 |
Font.Style = [] |
| 13 |
OldCreateOrder = False |
| 14 |
PixelsPerInch = 96 |
| 15 |
TextHeight = 12 |
| 16 |
object Label1: TLabel |
| 17 |
Left = 24 |
| 18 |
Top = 16 |
| 19 |
Width = 156 |
| 20 |
Height = 13 |
| 21 |
Caption = #20491#21029#12354#12412#12540#12435#12373#12428#12390#12356#12427#12524#12473 |
| 22 |
Font.Charset = SHIFTJIS_CHARSET |
| 23 |
Font.Color = clWindowText |
| 24 |
Font.Height = -13 |
| 25 |
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
| 26 |
Font.Style = [] |
| 27 |
ParentFont = False |
| 28 |
end |
| 29 |
object ComboBox1: TComboBox |
| 30 |
Left = 24 |
| 31 |
Top = 32 |
| 32 |
Width = 153 |
| 33 |
Height = 20 |
| 34 |
ItemHeight = 12 |
| 35 |
TabOrder = 0 |
| 36 |
end |
| 37 |
object Button1: TButton |
| 38 |
Left = 112 |
| 39 |
Top = 64 |
| 40 |
Width = 75 |
| 41 |
Height = 25 |
| 42 |
Caption = #35299#38500 |
| 43 |
ModalResult = 1 |
| 44 |
TabOrder = 1 |
| 45 |
OnClick = Button1Click |
| 46 |
end |
| 47 |
object BitBtn1: TBitBtn |
| 48 |
Left = 8 |
| 49 |
Top = 64 |
| 50 |
Width = 89 |
| 51 |
Height = 25 |
| 52 |
TabOrder = 2 |
| 53 |
Kind = bkCancel |
| 54 |
end |
| 55 |
end |
|