Develop and Download Open Source Software

Browse CVS Repository

Annotation of /gikonavigoeson/gikonavi/Search.dfm

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


Revision 1.5 - (hide annotations) (download)
Sun Sep 21 08:57:57 2003 UTC (20 years, 7 months ago) by yoffy
Branch: MAIN
Changes since 1.4: +33 -16 lines
・[正規表現] チェックボックスを追加。

1 hi_ 1.1 object SearchDialog: TSearchDialog
2     Left = 357
3     Top = 115
4 yoffy 1.3 Width = 458
5 yoffy 1.5 Height = 330
6 hi_ 1.1 HorzScrollBar.Visible = False
7     VertScrollBar.Visible = False
8     Caption = #26908#32034
9     Color = clBtnFace
10 yoffy 1.3 Constraints.MinHeight = 315
11     Constraints.MinWidth = 458
12 hi_ 1.1 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 yoffy 1.3 DesignSize = (
21     450
22 yoffy 1.5 303)
23 hi_ 1.1 PixelsPerInch = 96
24     TextHeight = 12
25     object BoardLabel: TLabel
26     Left = 8
27 yoffy 1.5 Top = 116
28 hi_ 1.1 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 yoffy 1.5 Top = 136
43 hi_ 1.1 Width = 285
44 yoffy 1.5 Height = 136
45 yoffy 1.3 Anchors = [akLeft, akTop, akRight, akBottom]
46 hi_ 1.1 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 yoffy 1.2 OnDblClick = BoardListViewDblClick
59 yoffy 1.4 OnResize = BoardListViewResize
60 hi_ 1.1 end
61     object OkBotton: TButton
62     Left = 248
63 yoffy 1.5 Top = 279
64 hi_ 1.1 Width = 93
65     Height = 21
66 yoffy 1.3 Anchors = [akRight, akBottom]
67 hi_ 1.1 Caption = #26908#32034#38283#22987
68     Default = True
69     TabOrder = 4
70     OnClick = OkBottonClick
71     end
72     object CancelBotton: TButton
73     Left = 348
74 yoffy 1.5 Top = 279
75 hi_ 1.1 Width = 93
76     Height = 21
77 yoffy 1.3 Anchors = [akRight, akBottom]
78 hi_ 1.1 Cancel = True
79     Caption = #12461#12515#12531#12475#12523
80     ModalResult = 2
81     TabOrder = 5
82 yoffy 1.4 OnClick = CancelBottonClick
83 hi_ 1.1 end
84 yoffy 1.2 object SearchComboBox: TComboBox
85 hi_ 1.1 Left = 96
86     Top = 4
87     Width = 345
88     Height = 20
89 yoffy 1.3 Anchors = [akLeft, akTop, akRight]
90 hi_ 1.1 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 yoffy 1.5 Top = 136
149 hi_ 1.1 Width = 141
150 yoffy 1.5 Height = 136
151 yoffy 1.3 Anchors = [akLeft, akTop, akBottom]
152 hi_ 1.1 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 yoffy 1.5 Top = 108
167 hi_ 1.1 Width = 93
168     Height = 21
169 yoffy 1.3 Anchors = [akTop, akRight]
170 hi_ 1.1 Caption = #12377#12409#12390#35299#38500'(&C)'
171     TabOrder = 7
172     OnClick = AllReleaseButtonClick
173     end
174     object AllSelectButton: TButton
175     Left = 248
176 yoffy 1.5 Top = 108
177 hi_ 1.1 Width = 93
178     Height = 21
179 yoffy 1.3 Anchors = [akTop, akRight]
180 hi_ 1.1 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 yoffy 1.5 Height = 69
189 yoffy 1.3 Anchors = [akLeft, akTop, akRight]
190 yoffy 1.5 Caption = #26908#32034#12458#12503#12471#12519#12531
191 hi_ 1.1 TabOrder = 1
192 yoffy 1.2 object NameCheckBox: TCheckBox
193 hi_ 1.1 Left = 12
194     Top = 16
195     Width = 69
196     Height = 17
197     Caption = #21517#21069'(&N)'
198 yoffy 1.2 Checked = True
199     State = cbChecked
200 hi_ 1.1 TabOrder = 0
201     end
202 yoffy 1.2 object MailCheckBox: TCheckBox
203 yoffy 1.5 Left = 100
204 hi_ 1.1 Top = 16
205     Width = 121
206     Height = 17
207     Caption = #12513#12540#12523#12450#12489#12524#12473'(&M)'
208 yoffy 1.2 Checked = True
209     State = cbChecked
210 hi_ 1.1 TabOrder = 1
211     end
212 yoffy 1.2 object IDCheckBox: TCheckBox
213 yoffy 1.5 Left = 232
214 hi_ 1.1 Top = 16
215     Width = 85
216     Height = 17
217     Caption = #26085#20184'+ID(&D)'
218 yoffy 1.2 Checked = True
219     State = cbChecked
220 hi_ 1.1 TabOrder = 2
221     end
222 yoffy 1.2 object SentenceCheckBox: TCheckBox
223 yoffy 1.5 Left = 328
224 hi_ 1.1 Top = 16
225     Width = 69
226     Height = 17
227     Caption = #26412#25991'(&B)'
228 yoffy 1.2 Checked = True
229     State = cbChecked
230 hi_ 1.1 TabOrder = 3
231 yoffy 1.5 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 hi_ 1.1 end
249     end
250     end

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