OSDN Git Service

TEditor、TTaskTrayの配布先変更に追従
[winbottle/winbottle.git] / bottleclient / BottleChainRuleEditor.dfm
1 object frmBottleChainRuleEditor: TfrmBottleChainRuleEditor
2   Left = 554
3   Top = 468
4   Width = 410
5   Height = 329
6   Caption = #12452#12505#12531#12488#35373#23450
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     402
17     298)
18   PixelsPerInch = 96
19   TextHeight = 12
20   object PageControl: TPageControl
21     Left = 8
22     Top = 8
23     Width = 385
24     Height = 169
25     ActivePage = tstGeneral
26     Anchors = [akLeft, akTop, akRight, akBottom]
27     TabOrder = 0
28     object tstGeneral: TTabSheet
29       Caption = #19968#33324'(&G)'
30       object lblTitle: TLabel
31         Left = 8
32         Top = 60
33         Width = 102
34         Height = 12
35         Caption = #12523#12540#12523#12398#12479#12452#12488#12523'(&T)'
36         FocusControl = edtTitle
37       end
38       object cbxRuleEnabled: TCheckBox
39         Left = 8
40         Top = 16
41         Width = 225
42         Height = 17
43         Caption = #12371#12398#12523#12540#12523#12434#26377#21177#12395#12377#12427'(&E)'
44         TabOrder = 0
45         OnClick = cbxRuleEnabledClick
46       end
47       object edtTitle: TEdit
48         Left = 120
49         Top = 56
50         Width = 249
51         Height = 20
52         TabOrder = 1
53         OnChange = edtTitleChange
54       end
55     end
56     object tstCondition: TTabSheet
57       Caption = #26465#20214'(&N)'
58       ImageIndex = 1
59       object lstCondition: TCheckListBox
60         Left = 0
61         Top = 0
62         Width = 377
63         Height = 142
64         OnClickCheck = lstConditionClickCheck
65         Align = alClient
66         ItemHeight = 12
67         TabOrder = 0
68         OnDblClick = lstConditionDblClick
69       end
70     end
71     object tstAction: TTabSheet
72       Caption = #12450#12463#12471#12519#12531'(&A)'
73       ImageIndex = 2
74       object lstAction: TCheckListBox
75         Left = 0
76         Top = 0
77         Width = 377
78         Height = 142
79         OnClickCheck = lstActionClickCheck
80         Align = alClient
81         ItemHeight = 12
82         TabOrder = 0
83         OnDblClick = lstActionDblClick
84       end
85     end
86   end
87   object btnOK: TButton
88     Left = 312
89     Top = 268
90     Width = 75
91     Height = 25
92     Hint = #12480#12452#12450#12525#12464#12434#38281#12376#12427
93     Anchors = [akRight, akBottom]
94     Caption = '&OK'
95     Default = True
96     TabOrder = 1
97     OnClick = btnOKClick
98   end
99   object memStringExpression: TMemo
100     Left = 8
101     Top = 184
102     Width = 385
103     Height = 79
104     Hint = #35373#23450#12373#12428#12383#12523#12540#12523
105     Anchors = [akLeft, akRight, akBottom]
106     ParentColor = True
107     ReadOnly = True
108     ScrollBars = ssVertical
109     TabOrder = 2
110   end
111   object Button1: TButton
112     Left = 224
113     Top = 268
114     Width = 83
115     Height = 25
116     Cancel = True
117     Caption = #12461#12515#12531#12475#12523'(&C)'
118     TabOrder = 3
119     OnClick = Button1Click
120   end
121 end