OSDN Git Service

・板一覧更新の処理メッセージを追加
[gikonavigoeson/gikonavi.git] / ListSelect.dfm
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   FormStyle = fsStayOnTop
17   OldCreateOrder = False
18   OnCreate = FormCreate
19   PixelsPerInch = 96
20   TextHeight = 12
21   object TitleLabel: TLabel
22     Left = 8
23     Top = 12
24     Width = 51
25     Height = 12
26     Caption = #32094#36796#12415'(&T)'
27     FocusControl = SelectComboBox
28   end
29   object SelectComboBox: TComboBox
30     Left = 20
31     Top = 32
32     Width = 265
33     Height = 20
34     DropDownCount = 10
35     ItemHeight = 12
36     TabOrder = 0
37   end
38   object KubetsuCheckBox: TCheckBox
39     Left = 20
40     Top = 60
41     Width = 185
42     Height = 17
43     Caption = #22823#25991#23383#12392#23567#25991#23383#12434#21306#21029#12377#12427'(&C)'
44     Enabled = False
45     TabOrder = 3
46   end
47   object OkButton: TButton
48     Left = 108
49     Top = 92
50     Width = 87
51     Height = 21
52     Caption = 'OK'
53     Default = True
54     ModalResult = 1
55     TabOrder = 1
56   end
57   object CancelButton: TButton
58     Left = 200
59     Top = 92
60     Width = 87
61     Height = 21
62     Cancel = True
63     Caption = #12461#12515#12531#12475#12523
64     ModalResult = 2
65     TabOrder = 2
66   end
67 end