OSDN Git Service

同意数・投票数の検索条件の入力ボックスに、100票より大きい無茶苦茶な条件を入力できないように制限
[winbottle/winbottle.git] / bottleclient / SearchLog.dfm
1 object frmSearchLog: TfrmSearchLog
2   Left = 169
3   Top = 211
4   BorderStyle = bsDialog
5   Caption = #12525#12464#12398#26908#32034
6   ClientHeight = 323
7   ClientWidth = 438
8   Color = clBtnFace
9   Font.Charset = SHIFTJIS_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -12
12   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
13   Font.Style = []
14   OldCreateOrder = False
15   Position = poDesktopCenter
16   DesignSize = (
17     438
18     323)
19   PixelsPerInch = 96
20   TextHeight = 12
21   object btnOk: TButton
22     Left = 349
23     Top = 287
24     Width = 83
25     Height = 25
26     Anchors = [akRight, akBottom]
27     Caption = #26908#32034#38283#22987'(&F)'
28     Default = True
29     TabOrder = 2
30     OnClick = btnOkClick
31   end
32   object btnCancel: TButton
33     Left = 253
34     Top = 287
35     Width = 91
36     Height = 25
37     Anchors = [akRight, akBottom]
38     Cancel = True
39     Caption = #12461#12515#12531#12475#12523'(&C)'
40     TabOrder = 3
41     OnClick = btnCancelClick
42   end
43   object gbxCondition: TGroupBox
44     Left = 8
45     Top = 8
46     Width = 423
47     Height = 201
48     Anchors = [akLeft, akTop, akRight]
49     Caption = #26908#32034#26465#20214
50     TabOrder = 0
51     DesignSize = (
52       423
53       201)
54     object lblScriptPattern: TLabel
55       Left = 8
56       Top = 24
57       Width = 66
58       Height = 12
59       Caption = #12473#12463#12522#12503#12488'(&S):'
60     end
61     object lblChannel: TLabel
62       Left = 8
63       Top = 80
64       Width = 72
65       Height = 12
66       Caption = #12481#12515#12531#12493#12523'(&H):'
67     end
68     object lblGhost: TLabel
69       Left = 8
70       Top = 109
71       Width = 60
72       Height = 12
73       Caption = #12468#12540#12473#12488'(&G):'
74     end
75     object lblMinVote: TLabel
76       Left = 8
77       Top = 144
78       Width = 42
79       Height = 12
80       Caption = #25237#31080'(&V):'
81     end
82     object lblMinAgree: TLabel
83       Left = 8
84       Top = 168
85       Width = 42
86       Height = 12
87       Caption = #21516#24847'(&A):'
88     end
89     object lblMinVote2: TLabel
90       Left = 176
91       Top = 144
92       Width = 24
93       Height = 12
94       Caption = #20197#19978
95     end
96     object lblMinAgree2: TLabel
97       Left = 176
98       Top = 176
99       Width = 24
100       Height = 12
101       Caption = #20197#19978
102     end
103     object edtScriptPattern: TEdit
104       Left = 88
105       Top = 16
106       Width = 327
107       Height = 20
108       Anchors = [akLeft, akTop, akRight]
109       TabOrder = 0
110     end
111     object cbxScriptRegExp: TCheckBox
112       Left = 88
113       Top = 40
114       Width = 97
115       Height = 17
116       Caption = #27491#35215#34920#29694'(&R)'
117       TabOrder = 1
118     end
119     object cbxGhost: TComboBox
120       Left = 88
121       Top = 101
122       Width = 329
123       Height = 20
124       Anchors = [akLeft, akTop, akRight]
125       ItemHeight = 12
126       TabOrder = 3
127     end
128     object cbxChannel: TComboBox
129       Left = 88
130       Top = 72
131       Width = 329
132       Height = 20
133       Anchors = [akLeft, akTop, akRight]
134       ItemHeight = 12
135       TabOrder = 2
136     end
137     object spnMinVote: TSpinEdit
138       Left = 88
139       Top = 136
140       Width = 81
141       Height = 21
142       MaxValue = 100
143       MinValue = 0
144       TabOrder = 4
145       Value = 0
146     end
147     object spnMinAgree: TSpinEdit
148       Left = 88
149       Top = 168
150       Width = 81
151       Height = 21
152       MaxValue = 100
153       MinValue = 0
154       TabOrder = 5
155       Value = 0
156     end
157   end
158   object rgpSearchLogRange: TRadioGroup
159     Left = 8
160     Top = 216
161     Width = 425
162     Height = 65
163     Caption = #26908#32034#23550#35937
164     Columns = 2
165     Items.Strings = (
166       #36984#25246#12373#12428#12383#12479#12502
167       #36984#25246#12373#12428#12383#12508#12488#12523#12424#12426#19978#12398#12415
168       #20840#12390#12398#12479#12502)
169     TabOrder = 1
170   end
171 end