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.9 - (hide annotations) (download)
Thu Oct 9 11:14:37 2003 UTC (20 years, 6 months ago) by h677
Branch: MAIN
CVS Tags: b47, b44, b43, b46
Branch point for: BRANCH_TORA, stable
Changes since 1.8: +1 -0 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 yoffy 1.6 Caption = #12525#12464#26908#32034
9 hi_ 1.1 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.7 Height = 129
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.7 Top = 271
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.7 Top = 271
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 h677 1.9 Enabled = False
81 hi_ 1.1 ModalResult = 2
82     TabOrder = 5
83 yoffy 1.4 OnClick = CancelBottonClick
84 hi_ 1.1 end
85 yoffy 1.2 object SearchComboBox: TComboBox
86 hi_ 1.1 Left = 96
87     Top = 4
88     Width = 345
89     Height = 20
90 yoffy 1.3 Anchors = [akLeft, akTop, akRight]
91 hi_ 1.1 DropDownCount = 20
92     ItemHeight = 12
93     TabOrder = 0
94     Items.Strings = (
95     '11111'
96     '111111'
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     '222222')
146     end
147     object CategoryListView: TListView
148     Left = 8
149 yoffy 1.5 Top = 136
150 hi_ 1.1 Width = 141
151 yoffy 1.7 Height = 129
152 yoffy 1.3 Anchors = [akLeft, akTop, akBottom]
153 hi_ 1.1 Columns = <
154     item
155     Width = 120
156     end>
157     HideSelection = False
158     ReadOnly = True
159     RowSelect = True
160     ShowColumnHeaders = False
161     TabOrder = 2
162     ViewStyle = vsReport
163     OnSelectItem = CategoryListViewSelectItem
164     end
165     object AllReleaseButton: TButton
166     Left = 348
167 yoffy 1.5 Top = 108
168 hi_ 1.1 Width = 93
169     Height = 21
170 yoffy 1.3 Anchors = [akTop, akRight]
171 hi_ 1.1 Caption = #12377#12409#12390#35299#38500'(&C)'
172     TabOrder = 7
173     OnClick = AllReleaseButtonClick
174     end
175     object AllSelectButton: TButton
176     Left = 248
177 yoffy 1.5 Top = 108
178 hi_ 1.1 Width = 93
179     Height = 21
180 yoffy 1.3 Anchors = [akTop, akRight]
181 hi_ 1.1 Caption = #12377#12409#12390#36984#25246'(&A)'
182     TabOrder = 6
183     OnClick = AllSelectButtonClick
184     end
185     object GroupBox1: TGroupBox
186     Left = 8
187     Top = 28
188     Width = 433
189 yoffy 1.5 Height = 69
190 yoffy 1.3 Anchors = [akLeft, akTop, akRight]
191 yoffy 1.5 Caption = #26908#32034#12458#12503#12471#12519#12531
192 hi_ 1.1 TabOrder = 1
193 yoffy 1.2 object NameCheckBox: TCheckBox
194 hi_ 1.1 Left = 12
195     Top = 16
196     Width = 69
197     Height = 17
198     Caption = #21517#21069'(&N)'
199 yoffy 1.2 Checked = True
200     State = cbChecked
201 hi_ 1.1 TabOrder = 0
202     end
203 yoffy 1.2 object MailCheckBox: TCheckBox
204 yoffy 1.5 Left = 100
205 hi_ 1.1 Top = 16
206     Width = 121
207     Height = 17
208     Caption = #12513#12540#12523#12450#12489#12524#12473'(&M)'
209 yoffy 1.2 Checked = True
210     State = cbChecked
211 hi_ 1.1 TabOrder = 1
212     end
213 yoffy 1.2 object IDCheckBox: TCheckBox
214 yoffy 1.5 Left = 232
215 hi_ 1.1 Top = 16
216     Width = 85
217     Height = 17
218     Caption = #26085#20184'+ID(&D)'
219 yoffy 1.2 Checked = True
220     State = cbChecked
221 hi_ 1.1 TabOrder = 2
222     end
223 yoffy 1.2 object SentenceCheckBox: TCheckBox
224 yoffy 1.5 Left = 328
225 hi_ 1.1 Top = 16
226     Width = 69
227     Height = 17
228     Caption = #26412#25991'(&B)'
229 yoffy 1.2 Checked = True
230     State = cbChecked
231 hi_ 1.1 TabOrder = 3
232 yoffy 1.5 end
233     object RegExpCheckBox: TCheckBox
234     Left = 12
235     Top = 40
236     Width = 85
237     Height = 17
238     Caption = #27491#35215#34920#29694'(&E)'
239     TabOrder = 4
240     end
241     object GoogleCheckBox: TCheckBox
242     Left = 100
243     Top = 40
244 yoffy 1.8 Width = 149
245 yoffy 1.5 Height = 17
246 yoffy 1.8 Caption = #21462#24471#28168#12415#12525#12464#12398#12415'(&R)'
247 yoffy 1.5 TabOrder = 5
248     Visible = False
249 hi_ 1.1 end
250     end
251     end

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