Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/ListSelect.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Sat Aug 9 13:51:06 2003 UTC
(20 years, 8 months ago)
by hi_
Branch: MAIN
Branch point for: hi
Initial revision
| 1 |
object ListSelectDialog: TListSelectDialog |
| 2 |
Left = 55 |
| 3 |
Top = 91 |
| 4 |
HorzScrollBar.Visible = False |
| 5 |
VertScrollBar.Visible = False |
| 6 |
BorderStyle = bsDialog |
| 7 |
Caption = #32094#36796#12415 |
| 8 |
ClientHeight = 119 |
| 9 |
ClientWidth = 292 |
| 10 |
Color = clBtnFace |
| 11 |
Font.Charset = SHIFTJIS_CHARSET |
| 12 |
Font.Color = clWindowText |
| 13 |
Font.Height = -12 |
| 14 |
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
| 15 |
Font.Style = [] |
| 16 |
OldCreateOrder = False |
| 17 |
Position = poOwnerFormCenter |
| 18 |
PixelsPerInch = 96 |
| 19 |
TextHeight = 12 |
| 20 |
object TitleLabel: TLabel |
| 21 |
Left = 8 |
| 22 |
Top = 12 |
| 23 |
Width = 139 |
| 24 |
Height = 12 |
| 25 |
Caption = #12473#12524#12483#12489#12479#12452#12488#12523#12391#32094#36796#12415'(&T)' |
| 26 |
FocusControl = SelectComboBox |
| 27 |
end |
| 28 |
object SelectComboBox: TComboBox |
| 29 |
Left = 20 |
| 30 |
Top = 32 |
| 31 |
Width = 265 |
| 32 |
Height = 20 |
| 33 |
DropDownCount = 10 |
| 34 |
ItemHeight = 12 |
| 35 |
TabOrder = 0 |
| 36 |
end |
| 37 |
object KubetsuCheckBox: TCheckBox |
| 38 |
Left = 20 |
| 39 |
Top = 60 |
| 40 |
Width = 185 |
| 41 |
Height = 17 |
| 42 |
Caption = #22823#25991#23383#12392#23567#25991#23383#12434#21306#21029#12377#12427'(&C)' |
| 43 |
Enabled = False |
| 44 |
TabOrder = 3 |
| 45 |
end |
| 46 |
object OkButton: TButton |
| 47 |
Left = 108 |
| 48 |
Top = 92 |
| 49 |
Width = 87 |
| 50 |
Height = 21 |
| 51 |
Caption = 'OK' |
| 52 |
Default = True |
| 53 |
ModalResult = 1 |
| 54 |
TabOrder = 1 |
| 55 |
end |
| 56 |
object CancelButton: TButton |
| 57 |
Left = 200 |
| 58 |
Top = 92 |
| 59 |
Width = 87 |
| 60 |
Height = 21 |
| 61 |
Cancel = True |
| 62 |
Caption = #12461#12515#12531#12475#12523 |
| 63 |
ModalResult = 2 |
| 64 |
TabOrder = 2 |
| 65 |
end |
| 66 |
end |
|