OSDN Git Service

TEditor、TTaskTrayの配布先変更に追従
[winbottle/winbottle.git] / bottleclient / StrListEditor.dfm
1 object frmStrListEditor: TfrmStrListEditor
2   Left = 717
3   Top = 501
4   BorderStyle = bsDialog
5   Caption = #25991#23383#21015#12522#12473#12488
6   ClientHeight = 240
7   ClientWidth = 344
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13   Font.Style = []
14   OldCreateOrder = False
15   Position = poScreenCenter
16   OnCreate = FormCreate
17   OnDestroy = FormDestroy
18   OnShow = memStringsChange
19   PixelsPerInch = 96
20   TextHeight = 12
21   object pnlHeader: TPanel
22     Left = 0
23     Top = 0
24     Width = 344
25     Height = 28
26     Align = alTop
27     AutoSize = True
28     BevelOuter = bvNone
29     BorderWidth = 8
30     TabOrder = 1
31     object lblCaption: TLabel
32       Left = 8
33       Top = 8
34       Width = 39
35       Height = 12
36       Caption = 'Caption'
37     end
38   end
39   object pnlFooter: TPanel
40     Left = 0
41     Top = 199
42     Width = 344
43     Height = 41
44     Align = alBottom
45     BevelOuter = bvNone
46     TabOrder = 2
47     DesignSize = (
48       344
49       41)
50     object btnCancel: TButton
51       Left = 182
52       Top = 8
53       Width = 81
54       Height = 25
55       Anchors = [akRight, akBottom]
56       Cancel = True
57       Caption = #12461#12515#12531#12475#12523'(&C)'
58       TabOrder = 1
59       OnClick = btnCancelClick
60     end
61     object btnOk: TButton
62       Left = 270
63       Top = 8
64       Width = 67
65       Height = 25
66       Anchors = [akRight, akBottom]
67       Caption = '&OK'
68       Default = True
69       TabOrder = 0
70       OnClick = btnOkClick
71     end
72     object btnConst: TButton
73       Left = 8
74       Top = 8
75       Width = 75
76       Height = 25
77       Caption = #25407#20837'(&I)...'
78       TabOrder = 2
79       OnMouseDown = btnConstMouseDown
80     end
81   end
82   object memStrings: TMemo
83     Left = 0
84     Top = 28
85     Width = 344
86     Height = 171
87     Align = alClient
88     ScrollBars = ssVertical
89     TabOrder = 0
90     WordWrap = False
91     OnChange = memStringsChange
92   end
93   object mnConst: TPopupMenu
94     AutoHotkeys = maManual
95     Left = 8
96     Top = 160
97   end
98 end