OSDN Git Service

Fixed layout
[winbottle/winbottle.git] / bottleclient / SearchLog.dfm
1 object frmSearchLog: TfrmSearchLog
2   Left = 1080
3   Top = 732
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 = 0
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 = 1
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 = 2
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 edtScriptPattern: TEdit
90       Left = 88
91       Top = 16
92       Width = 327
93       Height = 20
94       Anchors = [akLeft, akTop, akRight]
95       TabOrder = 0
96     end
97     object cbxScriptRegExp: TCheckBox
98       Left = 88
99       Top = 40
100       Width = 97
101       Height = 17
102       Caption = #27491#35215#34920#29694'(&R)'
103       TabOrder = 1
104     end
105     object cbxGhost: TComboBox
106       Left = 88
107       Top = 101
108       Width = 327
109       Height = 20
110       Anchors = [akLeft, akTop, akRight]
111       ItemHeight = 12
112       TabOrder = 2
113     end
114     object cbxChannel: TComboBox
115       Left = 88
116       Top = 72
117       Width = 329
118       Height = 20
119       Anchors = [akLeft, akTop, akRight]
120       ItemHeight = 12
121       TabOrder = 3
122     end
123     object spnMinVote: TSpinEdit
124       Left = 88
125       Top = 136
126       Width = 81
127       Height = 21
128       MaxValue = 0
129       MinValue = 0
130       TabOrder = 4
131       Value = 0
132     end
133     object spnMinAgree: TSpinEdit
134       Left = 88
135       Top = 168
136       Width = 81
137       Height = 21
138       MaxValue = 0
139       MinValue = 0
140       TabOrder = 5
141       Value = 0
142     end
143   end
144   object rgpTarget: TRadioGroup
145     Left = 8
146     Top = 216
147     Width = 425
148     Height = 65
149     Caption = #26908#32034#23550#35937
150     Columns = 2
151     Items.Strings = (
152       #36984#25246#12373#12428#12383#12479#12502
153       #36984#25246#12373#12428#12383#12508#12488#12523#12424#12426#19978
154       #20840#12390#12398#12479#12502)
155     TabOrder = 3
156   end
157 end