OSDN Git Service

TEditor、TTaskTrayの配布先変更に追従
[winbottle/winbottle.git] / bottleclient / SearchLog.dfm
1 object frmSearchLog: TfrmSearchLog
2   Left = 169
3   Top = 211
4   BorderStyle = bsDialog
5   Caption = #12525#12464#12398#26908#32034
6   ClientHeight = 323
7   ClientWidth = 438
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 = poDesktopCenter
16   DesignSize = (
17     438
18     323)
19   PixelsPerInch = 96
20   TextHeight = 12
21   object btnOk: TButton
22     Left = 349
23     Top = 287
24     Width = 83
25     Height = 25
26     Anchors = [akRight, akBottom]
27     Caption = #26908#32034#38283#22987'(&F)'
28     Default = True
29     TabOrder = 2
30     OnClick = btnOkClick
31   end
32   object btnCancel: TButton
33     Left = 253
34     Top = 287
35     Width = 91
36     Height = 25
37     Anchors = [akRight, akBottom]
38     Cancel = True
39     Caption = #12461#12515#12531#12475#12523'(&C)'
40     TabOrder = 3
41     OnClick = btnCancelClick
42   end
43   object gbxCondition: TGroupBox
44     Left = 8
45     Top = 8
46     Width = 423
47     Height = 201
48     Anchors = [akLeft, akTop, akRight]
49     Caption = #26908#32034#26465#20214
50     TabOrder = 0
51     DesignSize = (
52       423
53       201)
54     object lblScriptPattern: TLabel
55       Left = 8
56       Top = 24
57       Width = 66
58       Height = 12
59       Caption = #12473#12463#12522#12503#12488'(&S):'
60       FocusControl = edtScriptPattern
61     end
62     object lblChannel: TLabel
63       Left = 8
64       Top = 80
65       Width = 72
66       Height = 12
67       Caption = #12481#12515#12531#12493#12523'(&H):'
68       FocusControl = cbxChannel
69     end
70     object lblGhost: TLabel
71       Left = 8
72       Top = 109
73       Width = 60
74       Height = 12
75       Caption = #12468#12540#12473#12488'(&G):'
76       FocusControl = cbxGhost
77     end
78     object lblMinVote: TLabel
79       Left = 8
80       Top = 144
81       Width = 42
82       Height = 12
83       Caption = #25237#31080'(&V):'
84       FocusControl = spnMinVote
85     end
86     object lblMinAgree: TLabel
87       Left = 8
88       Top = 168
89       Width = 42
90       Height = 12
91       Caption = #21516#24847'(&A):'
92       FocusControl = spnMinAgree
93     end
94     object lblMinVote2: TLabel
95       Left = 176
96       Top = 144
97       Width = 24
98       Height = 12
99       Caption = #20197#19978
100     end
101     object lblMinAgree2: TLabel
102       Left = 176
103       Top = 176
104       Width = 24
105       Height = 12
106       Caption = #20197#19978
107     end
108     object edtScriptPattern: TEdit
109       Left = 88
110       Top = 16
111       Width = 327
112       Height = 20
113       Hint = #12473#12463#12522#12503#12488#12395#21547#12414#12428#12427#25991#23383#21015
114       Anchors = [akLeft, akTop, akRight]
115       TabOrder = 0
116     end
117     object cbxScriptRegExp: TCheckBox
118       Left = 88
119       Top = 40
120       Width = 97
121       Height = 17
122       Caption = #27491#35215#34920#29694'(&R)'
123       TabOrder = 1
124     end
125     object cbxGhost: TComboBox
126       Left = 88
127       Top = 101
128       Width = 329
129       Height = 20
130       Hint = #12468#12540#12473#12488#21517#12290#37096#20998#19968#33268#21487
131       AutoComplete = False
132       Anchors = [akLeft, akTop, akRight]
133       ItemHeight = 12
134       TabOrder = 3
135     end
136     object cbxChannel: TComboBox
137       Left = 88
138       Top = 72
139       Width = 329
140       Height = 20
141       Hint = #12481#12515#12531#12493#12523#21517#12290#37096#20998#19968#33268#21487
142       AutoComplete = False
143       Anchors = [akLeft, akTop, akRight]
144       ItemHeight = 12
145       TabOrder = 2
146     end
147     object spnMinVote: TSpinEdit
148       Left = 88
149       Top = 136
150       Width = 81
151       Height = 21
152       Hint = #12371#12398#24471#31080#12424#12426#22810#12356#12508#12488#12523#12434#26908#32034
153       MaxValue = 100
154       MinValue = 0
155       TabOrder = 4
156       Value = 0
157     end
158     object spnMinAgree: TSpinEdit
159       Left = 88
160       Top = 168
161       Width = 81
162       Height = 21
163       Hint = #12371#12398#21516#24847#25968#12424#12426#22810#12356#12508#12488#12523#12434#26908#32034
164       MaxValue = 100
165       MinValue = 0
166       TabOrder = 5
167       Value = 0
168     end
169   end
170   object rgpSearchLogRange: TRadioGroup
171     Left = 8
172     Top = 216
173     Width = 425
174     Height = 65
175     Caption = #26908#32034#23550#35937'(&T)'
176     Columns = 2
177     Items.Strings = (
178       #36984#25246#12373#12428#12383#12479#12502
179       #36984#25246#12373#12428#12383#12508#12488#12523#12424#12426#19978#12398#12415
180       #20840#12390#12398#12479#12502)
181     TabOrder = 1
182   end
183 end