OSDN Git Service

BottleChainListFrame.dfm 1.15
[winbottle/winbottle.git] / bottleclient / BottleChainListFrame.dfm
1 object frmBottleChainList: TfrmBottleChainList
2   Left = 0
3   Top = 0
4   Width = 423
5   Height = 265
6   TabOrder = 0
7   DesignSize = (
8     423
9     265)
10   object lstRules: TCheckListBox
11     Left = 0
12     Top = 0
13     Width = 351
14     Height = 265
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 = 356
27     Top = 205
28     Width = 65
29     Height = 25
30     Hint = #12523#12540#12523#12434#21066#38500
31     Anchors = [akRight, akBottom]
32     Caption = #21066#38500'(&D)'
33     TabOrder = 5
34     OnClick = btnDeleteClick
35   end
36   object btnAdd: TButton
37     Left = 356
38     Top = 235
39     Width = 65
40     Height = 25
41     Hint = #26032#12375#12356#12523#12540#12523#12434#36861#21152
42     Anchors = [akRight, akBottom]
43     Caption = #36861#21152'(&A)'
44     TabOrder = 6
45     OnClick = btnAddClick
46   end
47   object btnDown: TButton
48     Left = 356
49     Top = 101
50     Width = 65
51     Height = 25
52     Hint = #19979#12395#31227#21205
53     Anchors = [akRight, akBottom]
54     Caption = #19979#12408'(&D)'
55     TabOrder = 2
56     OnClick = btnDownClick
57   end
58   object btnUp: TButton
59     Left = 356
60     Top = 69
61     Width = 65
62     Height = 25
63     Hint = #12523#12540#12523#12434#19978#12395#31227#21205
64     Anchors = [akRight, akBottom]
65     Caption = #19978#12408'(&U)'
66     TabOrder = 1
67     OnClick = btnUpClick
68   end
69   object btnEdit: TButton
70     Left = 356
71     Top = 141
72     Width = 65
73     Height = 25
74     Hint = #29694#22312#12398#12523#12540#12523#12434#32232#38598
75     Anchors = [akRight, akBottom]
76     Caption = #32232#38598'(&E)'
77     TabOrder = 3
78     OnClick = EditRule
79   end
80   object btnDuplicate: TButton
81     Left = 356
82     Top = 173
83     Width = 65
84     Height = 25
85     Hint = #29694#22312#12398#12523#12540#12523#12434#35079#35069
86     Anchors = [akRight, akBottom]
87     Caption = #12467#12500#12540'(&C)'
88     TabOrder = 4
89     OnClick = btnDuplicateClick
90   end
91 end