OSDN Git Service

IdAntiFreezeを貼り付けた (ToDo #347)
[winbottle/winbottle.git] / bottleclient / BottleChainListFrame.dfm
1 object frmBottleChainList: TfrmBottleChainList
2   Left = 0
3   Top = 0
4   Width = 362
5   Height = 260
6   TabOrder = 0
7   DesignSize = (
8     362
9     260)
10   object lstRules: TCheckListBox
11     Left = 0
12     Top = 0
13     Width = 289
14     Height = 260
15     OnClickCheck = lstRulesClickCheck
16     Align = alLeft
17     Anchors = [akLeft, akTop, akRight, akBottom]
18     ItemHeight = 16
19     Style = lbOwnerDrawVariable
20     TabOrder = 0
21     OnDblClick = EditRule
22     OnDrawItem = lstRulesDrawItem
23     OnMeasureItem = lstRulesMeasureItem
24   end
25   object btnDelete: TButton
26     Left = 294
27     Top = 200
28     Width = 65
29     Height = 25
30     Anchors = [akRight, akBottom]
31     Caption = #21066#38500'(&D)'
32     TabOrder = 5
33     OnClick = btnDeleteClick
34   end
35   object btnAdd: TButton
36     Left = 294
37     Top = 232
38     Width = 65
39     Height = 25
40     Anchors = [akRight, akBottom]
41     Caption = #36861#21152'(&A)'
42     TabOrder = 6
43     OnClick = btnAddClick
44   end
45   object btnDown: TButton
46     Left = 294
47     Top = 96
48     Width = 67
49     Height = 25
50     Anchors = [akRight, akBottom]
51     Caption = #19979#12408'(&D)'
52     TabOrder = 2
53     OnClick = btnDownClick
54   end
55   object btnUp: TButton
56     Left = 294
57     Top = 64
58     Width = 67
59     Height = 25
60     Anchors = [akRight, akBottom]
61     Caption = #19978#12408'(&U)'
62     TabOrder = 1
63     OnClick = btnUpClick
64   end
65   object btnEdit: TButton
66     Left = 294
67     Top = 136
68     Width = 65
69     Height = 25
70     Anchors = [akRight, akBottom]
71     Caption = #32232#38598'(&E)'
72     TabOrder = 3
73     OnClick = EditRule
74   end
75   object btnDuplicate: TButton
76     Left = 294
77     Top = 168
78     Width = 65
79     Height = 25
80     Hint = #12523#12540#12523#12434#35079#35069#12375#12414#12377
81     Anchors = [akRight, akBottom]
82     Caption = #12467#12500#12540'(&C)'
83     TabOrder = 4
84     OnClick = btnDuplicateClick
85   end
86 end