OSDN Git Service

TEditor、TTaskTrayの配布先変更に追従
[winbottle/winbottle.git] / bottleclient / MultipleChoiceEditor.dfm
1 object frmMultipleChoiceEditor: TfrmMultipleChoiceEditor
2   Left = 762
3   Top = 553
4   Width = 283
5   Height = 166
6   Caption = #36984#25246
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   Position = poScreenCenter
15   DesignSize = (
16     275
17     139)
18   PixelsPerInch = 96
19   TextHeight = 12
20   object pnlChoices: TPanel
21     Left = 0
22     Top = 0
23     Width = 275
24     Height = 89
25     Align = alTop
26     BevelOuter = bvNone
27     BorderWidth = 5
28     TabOrder = 0
29     object rgpChoices: TRadioGroup
30       Left = 5
31       Top = 5
32       Width = 265
33       Height = 79
34       Align = alClient
35       Caption = 'Caption'
36       TabOrder = 0
37     end
38   end
39   object btnOk: TButton
40     Left = 201
41     Top = 105
42     Width = 67
43     Height = 25
44     Anchors = [akRight, akBottom]
45     Caption = '&OK'
46     Default = True
47     TabOrder = 1
48     OnClick = btnOkClick
49   end
50   object btnCancel: TButton
51     Left = 113
52     Top = 105
53     Width = 81
54     Height = 25
55     Anchors = [akRight, akBottom]
56     Cancel = True
57     Caption = #12461#12515#12531#12475#12523'(&C)'
58     TabOrder = 2
59     OnClick = btnCancelClick
60   end
61 end