OSDN Git Service

Version string
[winbottle/winbottle.git] / bottleclient / BottleChainListFrame.dfm
1 object frmBottleChainList: TfrmBottleChainList
2   Left = 0
3   Top = 0
4   Width = 364
5   Height = 260
6   TabOrder = 0
7   DesignSize = (
8     364
9     260)
10   object lstRules: TCheckListBox
11     Left = 0
12     Top = 0
13     Width = 291
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 = 296
27     Top = 200
28     Width = 65
29     Height = 25
30     Anchors = [akRight, akBottom]
31     Caption = #21066#38500'(&D)'
32     TabOrder = 3
33     OnClick = btnDeleteClick
34   end
35   object btnAdd: TButton
36     Left = 296
37     Top = 232
38     Width = 65
39     Height = 25
40     Anchors = [akRight, akBottom]
41     Caption = #36861#21152'(&A)'
42     TabOrder = 4
43     OnClick = btnAddClick
44   end
45   object btnDown: TButton
46     Left = 296
47     Top = 128
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 = 296
57     Top = 96
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 = 296
67     Top = 168
68     Width = 65
69     Height = 25
70     Anchors = [akRight, akBottom]
71     Caption = #32232#38598'(&E)'
72     TabOrder = 5
73     OnClick = EditRule
74   end
75 end