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.3 - (hide annotations) (download)
Sat Sep 20 18:21:33 2003 UTC (20 years, 7 months ago) by yoffy
Branch: MAIN
Changes since 1.2: +15 -3 lines
・カテゴリが選択されていない場合は、自動的に「(すべて)」を選択するようになった。
・ダイアログから通常のフォーム扱いに変更。ウィンドウのサイズも可変になった。

1 hi_ 1.1 object SearchDialog: TSearchDialog
2     Left = 357
3     Top = 115
4 yoffy 1.3 Width = 458
5     Height = 315
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     288)
23 hi_ 1.1 PixelsPerInch = 96
24     TextHeight = 12
25     object BoardLabel: TLabel
26     Left = 8
27     Top = 84
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 = 100
43     Width = 285
44     Height = 157
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 hi_ 1.1 end
60     object OkBotton: TButton
61     Left = 248
62     Top = 264
63     Width = 93
64     Height = 21
65 yoffy 1.3 Anchors = [akRight, akBottom]
66 hi_ 1.1 Caption = #26908#32034#38283#22987
67     Default = True
68     TabOrder = 4
69     OnClick = OkBottonClick
70     end
71     object CancelBotton: TButton
72     Left = 348
73     Top = 264
74     Width = 93
75     Height = 21
76 yoffy 1.3 Anchors = [akRight, akBottom]
77 hi_ 1.1 Cancel = True
78     Caption = #12461#12515#12531#12475#12523
79     ModalResult = 2
80     TabOrder = 5
81     end
82 yoffy 1.2 object SearchComboBox: TComboBox
83 hi_ 1.1 Left = 96
84     Top = 4
85     Width = 345
86     Height = 20
87 yoffy 1.3 Anchors = [akLeft, akTop, akRight]
88 hi_ 1.1 DropDownCount = 20
89     ItemHeight = 12
90     TabOrder = 0
91     Items.Strings = (
92     '11111'
93     '111111'
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     '222222'
136     '222222'
137     '222222'
138     '222222'
139     '222222'
140     '222222'
141     '222222'
142     '222222')
143     end
144     object CategoryListView: TListView
145     Left = 8
146     Top = 100
147     Width = 141
148     Height = 157
149 yoffy 1.3 Anchors = [akLeft, akTop, akBottom]
150 hi_ 1.1 Columns = <
151     item
152     Width = 120
153     end>
154     HideSelection = False
155     ReadOnly = True
156     RowSelect = True
157     ShowColumnHeaders = False
158     TabOrder = 2
159     ViewStyle = vsReport
160     OnSelectItem = CategoryListViewSelectItem
161     end
162     object AllReleaseButton: TButton
163     Left = 348
164     Top = 76
165     Width = 93
166     Height = 21
167 yoffy 1.3 Anchors = [akTop, akRight]
168 hi_ 1.1 Caption = #12377#12409#12390#35299#38500'(&C)'
169     TabOrder = 7
170     OnClick = AllReleaseButtonClick
171     end
172     object AllSelectButton: TButton
173     Left = 248
174     Top = 76
175     Width = 93
176     Height = 21
177 yoffy 1.3 Anchors = [akTop, akRight]
178 hi_ 1.1 Caption = #12377#12409#12390#36984#25246'(&A)'
179     TabOrder = 6
180     OnClick = AllSelectButtonClick
181     end
182     object GroupBox1: TGroupBox
183     Left = 8
184     Top = 28
185     Width = 433
186     Height = 41
187 yoffy 1.3 Anchors = [akLeft, akTop, akRight]
188 hi_ 1.1 Caption = #26908#32034#23550#35937
189     TabOrder = 1
190 yoffy 1.2 object NameCheckBox: TCheckBox
191 hi_ 1.1 Left = 12
192     Top = 16
193     Width = 69
194     Height = 17
195     Caption = #21517#21069'(&N)'
196 yoffy 1.2 Checked = True
197     State = cbChecked
198 hi_ 1.1 TabOrder = 0
199     end
200 yoffy 1.2 object MailCheckBox: TCheckBox
201 hi_ 1.1 Left = 92
202     Top = 16
203     Width = 121
204     Height = 17
205     Caption = #12513#12540#12523#12450#12489#12524#12473'(&M)'
206 yoffy 1.2 Checked = True
207     State = cbChecked
208 hi_ 1.1 TabOrder = 1
209     end
210 yoffy 1.2 object IDCheckBox: TCheckBox
211 hi_ 1.1 Left = 224
212     Top = 16
213     Width = 85
214     Height = 17
215     Caption = #26085#20184'+ID(&D)'
216 yoffy 1.2 Checked = True
217     State = cbChecked
218 hi_ 1.1 TabOrder = 2
219     end
220 yoffy 1.2 object SentenceCheckBox: TCheckBox
221 hi_ 1.1 Left = 320
222     Top = 16
223     Width = 69
224     Height = 17
225     Caption = #26412#25991'(&B)'
226 yoffy 1.2 Checked = True
227     State = cbChecked
228 hi_ 1.1 TabOrder = 3
229     end
230     end
231     end

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