Develop and Download Open Source Software

Browse CVS Repository

Contents of /gikonavigoeson/gikonavi/Search.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Mon Sep 22 15:03:48 2003 UTC (20 years, 7 months ago) by yoffy
Branch: MAIN
Changes since 1.6: +4 -4 lines
・スキンの Bookmark.html に対応。
・スキンで一部の HTML ファイルが欠けていてもエラーにならないよう修正。
 ちょっと裏技的な使い方だが、Res.html を削除してしまえば新着しか表示しなくなる。

1 object SearchDialog: TSearchDialog
2 Left = 357
3 Top = 115
4 Width = 458
5 Height = 330
6 HorzScrollBar.Visible = False
7 VertScrollBar.Visible = False
8 Caption = #12525#12464#26908#32034
9 Color = clBtnFace
10 Constraints.MinHeight = 315
11 Constraints.MinWidth = 458
12 Font.Charset = SHIFTJIS_CHARSET
13 Font.Color = clWindowText
14 Font.Height = -12
15 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
16 Font.Style = []
17 OldCreateOrder = False
18 Position = poOwnerFormCenter
19 OnCreate = FormCreate
20 DesignSize = (
21 450
22 303)
23 PixelsPerInch = 96
24 TextHeight = 12
25 object BoardLabel: TLabel
26 Left = 8
27 Top = 116
28 Width = 72
29 Height = 12
30 Caption = #26908#32034#12377#12427#26495'(&L)'
31 FocusControl = BoardListView
32 end
33 object Label1: TLabel
34 Left = 8
35 Top = 8
36 Width = 75
37 Height = 12
38 Caption = #26908#32034#25991#23383#21015'(&S)'
39 end
40 object BoardListView: TListView
41 Left = 156
42 Top = 136
43 Width = 285
44 Height = 129
45 Anchors = [akLeft, akTop, akRight, akBottom]
46 Checkboxes = True
47 Columns = <
48 item
49 Width = 260
50 end>
51 HideSelection = False
52 ReadOnly = True
53 RowSelect = True
54 ShowColumnHeaders = False
55 TabOrder = 3
56 ViewStyle = vsReport
57 OnChange = BoardListViewChange
58 OnDblClick = BoardListViewDblClick
59 OnResize = BoardListViewResize
60 end
61 object OkBotton: TButton
62 Left = 248
63 Top = 271
64 Width = 93
65 Height = 21
66 Anchors = [akRight, akBottom]
67 Caption = #26908#32034#38283#22987
68 Default = True
69 TabOrder = 4
70 OnClick = OkBottonClick
71 end
72 object CancelBotton: TButton
73 Left = 348
74 Top = 271
75 Width = 93
76 Height = 21
77 Anchors = [akRight, akBottom]
78 Cancel = True
79 Caption = #12461#12515#12531#12475#12523
80 ModalResult = 2
81 TabOrder = 5
82 OnClick = CancelBottonClick
83 end
84 object SearchComboBox: TComboBox
85 Left = 96
86 Top = 4
87 Width = 345
88 Height = 20
89 Anchors = [akLeft, akTop, akRight]
90 DropDownCount = 20
91 ItemHeight = 12
92 TabOrder = 0
93 Items.Strings = (
94 '11111'
95 '111111'
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 '222222'
136 '222222'
137 '222222'
138 '222222'
139 '222222'
140 '222222'
141 '222222'
142 '222222'
143 '222222'
144 '222222')
145 end
146 object CategoryListView: TListView
147 Left = 8
148 Top = 136
149 Width = 141
150 Height = 129
151 Anchors = [akLeft, akTop, akBottom]
152 Columns = <
153 item
154 Width = 120
155 end>
156 HideSelection = False
157 ReadOnly = True
158 RowSelect = True
159 ShowColumnHeaders = False
160 TabOrder = 2
161 ViewStyle = vsReport
162 OnSelectItem = CategoryListViewSelectItem
163 end
164 object AllReleaseButton: TButton
165 Left = 348
166 Top = 108
167 Width = 93
168 Height = 21
169 Anchors = [akTop, akRight]
170 Caption = #12377#12409#12390#35299#38500'(&C)'
171 TabOrder = 7
172 OnClick = AllReleaseButtonClick
173 end
174 object AllSelectButton: TButton
175 Left = 248
176 Top = 108
177 Width = 93
178 Height = 21
179 Anchors = [akTop, akRight]
180 Caption = #12377#12409#12390#36984#25246'(&A)'
181 TabOrder = 6
182 OnClick = AllSelectButtonClick
183 end
184 object GroupBox1: TGroupBox
185 Left = 8
186 Top = 28
187 Width = 433
188 Height = 69
189 Anchors = [akLeft, akTop, akRight]
190 Caption = #26908#32034#12458#12503#12471#12519#12531
191 TabOrder = 1
192 object NameCheckBox: TCheckBox
193 Left = 12
194 Top = 16
195 Width = 69
196 Height = 17
197 Caption = #21517#21069'(&N)'
198 Checked = True
199 State = cbChecked
200 TabOrder = 0
201 end
202 object MailCheckBox: TCheckBox
203 Left = 100
204 Top = 16
205 Width = 121
206 Height = 17
207 Caption = #12513#12540#12523#12450#12489#12524#12473'(&M)'
208 Checked = True
209 State = cbChecked
210 TabOrder = 1
211 end
212 object IDCheckBox: TCheckBox
213 Left = 232
214 Top = 16
215 Width = 85
216 Height = 17
217 Caption = #26085#20184'+ID(&D)'
218 Checked = True
219 State = cbChecked
220 TabOrder = 2
221 end
222 object SentenceCheckBox: TCheckBox
223 Left = 328
224 Top = 16
225 Width = 69
226 Height = 17
227 Caption = #26412#25991'(&B)'
228 Checked = True
229 State = cbChecked
230 TabOrder = 3
231 end
232 object RegExpCheckBox: TCheckBox
233 Left = 12
234 Top = 40
235 Width = 85
236 Height = 17
237 Caption = #27491#35215#34920#29694'(&E)'
238 TabOrder = 4
239 end
240 object GoogleCheckBox: TCheckBox
241 Left = 100
242 Top = 40
243 Width = 97
244 Height = 17
245 Caption = '&Google'
246 TabOrder = 5
247 Visible = False
248 end
249 end
250 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26