OSDN Git Service

・作りかけらしきログ検索が機能するようになった。
[gikonavigoeson/gikonavi.git] / Search.dfm
1 object SearchDialog: TSearchDialog
2   Left = 357
3   Top = 115
4   HorzScrollBar.Visible = False
5   VertScrollBar.Visible = False
6   BorderStyle = bsDialog
7   Caption = #26908#32034
8   ClientHeight = 288
9   ClientWidth = 450
10   Color = clBtnFace
11   Font.Charset = SHIFTJIS_CHARSET
12   Font.Color = clWindowText
13   Font.Height = -12
14   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
15   Font.Style = []
16   OldCreateOrder = False
17   Position = poOwnerFormCenter
18   OnCreate = FormCreate
19   PixelsPerInch = 96
20   TextHeight = 12
21   object BoardLabel: TLabel
22     Left = 8
23     Top = 84
24     Width = 72
25     Height = 12
26     Caption = #26908#32034#12377#12427#26495'(&L)'
27     FocusControl = BoardListView
28   end
29   object Label1: TLabel
30     Left = 8
31     Top = 8
32     Width = 75
33     Height = 12
34     Caption = #26908#32034#25991#23383#21015'(&S)'
35   end
36   object BoardListView: TListView
37     Left = 156
38     Top = 100
39     Width = 285
40     Height = 157
41     Checkboxes = True
42     Columns = <
43       item
44         Width = 260
45       end>
46     HideSelection = False
47     ReadOnly = True
48     RowSelect = True
49     ShowColumnHeaders = False
50     TabOrder = 3
51     ViewStyle = vsReport
52     OnChange = BoardListViewChange
53     OnDblClick = BoardListViewDblClick
54   end
55   object OkBotton: TButton
56     Left = 248
57     Top = 264
58     Width = 93
59     Height = 21
60     Caption = #26908#32034#38283#22987
61     Default = True
62     TabOrder = 4
63     OnClick = OkBottonClick
64   end
65   object CancelBotton: TButton
66     Left = 348
67     Top = 264
68     Width = 93
69     Height = 21
70     Cancel = True
71     Caption = #12461#12515#12531#12475#12523
72     ModalResult = 2
73     TabOrder = 5
74   end
75   object SearchComboBox: TComboBox
76     Left = 96
77     Top = 4
78     Width = 345
79     Height = 20
80     DropDownCount = 20
81     ItemHeight = 12
82     TabOrder = 0
83     Items.Strings = (
84       '11111'
85       '111111'
86       '222222'
87       '222222'
88       '222222'
89       '222222'
90       '222222'
91       '222222'
92       '222222'
93       '222222'
94       '222222'
95       '222222'
96       '222222'
97       '222222'
98       '222222'
99       '222222'
100       '222222'
101       '222222'
102       '222222'
103       '222222'
104       '222222'
105       '222222'
106       '222222'
107       '222222'
108       '222222'
109       '222222'
110       '222222'
111       '222222'
112       '222222'
113       '222222'
114       '222222'
115       '222222'
116       '222222'
117       '222222'
118       '222222'
119       '222222'
120       '222222'
121       '222222'
122       '222222'
123       '222222'
124       '222222'
125       '222222'
126       '222222'
127       '222222'
128       '222222'
129       '222222'
130       '222222'
131       '222222'
132       '222222'
133       '222222'
134       '222222')
135   end
136   object CategoryListView: TListView
137     Left = 8
138     Top = 100
139     Width = 141
140     Height = 157
141     Columns = <
142       item
143         Width = 120
144       end>
145     HideSelection = False
146     ReadOnly = True
147     RowSelect = True
148     ShowColumnHeaders = False
149     TabOrder = 2
150     ViewStyle = vsReport
151     OnSelectItem = CategoryListViewSelectItem
152   end
153   object AllReleaseButton: TButton
154     Left = 348
155     Top = 76
156     Width = 93
157     Height = 21
158     Caption = #12377#12409#12390#35299#38500'(&C)'
159     TabOrder = 7
160     OnClick = AllReleaseButtonClick
161   end
162   object AllSelectButton: TButton
163     Left = 248
164     Top = 76
165     Width = 93
166     Height = 21
167     Caption = #12377#12409#12390#36984#25246'(&A)'
168     TabOrder = 6
169     OnClick = AllSelectButtonClick
170   end
171   object GroupBox1: TGroupBox
172     Left = 8
173     Top = 28
174     Width = 433
175     Height = 41
176     Caption = #26908#32034#23550#35937
177     TabOrder = 1
178     object NameCheckBox: TCheckBox
179       Left = 12
180       Top = 16
181       Width = 69
182       Height = 17
183       Caption = #21517#21069'(&N)'
184       Checked = True
185       State = cbChecked
186       TabOrder = 0
187     end
188     object MailCheckBox: TCheckBox
189       Left = 92
190       Top = 16
191       Width = 121
192       Height = 17
193       Caption = #12513#12540#12523#12450#12489#12524#12473'(&M)'
194       Checked = True
195       State = cbChecked
196       TabOrder = 1
197     end
198     object IDCheckBox: TCheckBox
199       Left = 224
200       Top = 16
201       Width = 85
202       Height = 17
203       Caption = #26085#20184'+ID(&D)'
204       Checked = True
205       State = cbChecked
206       TabOrder = 2
207     end
208     object SentenceCheckBox: TCheckBox
209       Left = 320
210       Top = 16
211       Width = 69
212       Height = 17
213       Caption = #26412#25991'(&B)'
214       Checked = True
215       State = cbChecked
216       TabOrder = 3
217     end
218   end
219 end