OSDN Git Service

ビルド方法の情報がふるくなっていたのを調べなおした
[winbottle/winbottle.git] / bottleclient / LogDownload.dfm
1 object frmLogDownload: TfrmLogDownload
2   Left = 619
3   Top = 261
4   BorderStyle = bsDialog
5   Caption = #12525#12464#12480#12454#12531#12525#12540#12489
6   ClientHeight = 270
7   ClientWidth = 355
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     355
18     270)
19   PixelsPerInch = 96
20   TextHeight = 12
21   object btnOk: TButton
22     Left = 255
23     Top = 234
24     Width = 89
25     Height = 25
26     Anchors = [akRight, akBottom]
27     Caption = '&OK'
28     Default = True
29     TabOrder = 0
30     OnClick = btnOkClick
31   end
32   object btnCancel: TButton
33     Left = 167
34     Top = 234
35     Width = 83
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 grpDate: TGroupBox
44     Left = 16
45     Top = 8
46     Width = 329
47     Height = 97
48     Caption = #26085#20184'(&D)'
49     TabOrder = 1
50     object Label1: TLabel
51       Left = 144
52       Top = 72
53       Width = 22
54       Height = 12
55       Caption = #12363#12425
56     end
57     object Label2: TLabel
58       Left = 288
59       Top = 72
60       Width = 22
61       Height = 12
62       Caption = #12414#12391
63     end
64     object Label8: TLabel
65       Left = 40
66       Top = 32
67       Width = 24
68       Height = 12
69       Caption = #36942#21435
70     end
71     object dtFrom: TDateTimePicker
72       Left = 40
73       Top = 64
74       Width = 97
75       Height = 20
76       Date = 37591.000000000000000000
77       Time = 37591.000000000000000000
78       MinDate = 36892.000000000000000000
79       TabOrder = 2
80       OnChange = dtFromChange
81     end
82     object dtTo: TDateTimePicker
83       Left = 176
84       Top = 64
85       Width = 105
86       Height = 20
87       Date = 37591.000000000000000000
88       Time = 37591.000000000000000000
89       MinDate = 36892.000000000000000000
90       TabOrder = 3
91       OnChange = dtToChange
92     end
93     object spnRecentCount: TSpinEdit
94       Left = 72
95       Top = 24
96       Width = 81
97       Height = 21
98       MaxValue = 100
99       MinValue = 0
100       TabOrder = 0
101       Value = 0
102       OnChange = spnRecentCountChange
103       OnKeyDown = spnEdtEnterKeyDown
104     end
105     object rbRecent: TRadioButton
106       Left = 16
107       Top = 30
108       Width = 17
109       Height = 17
110       TabOrder = 4
111     end
112     object rbRange: TRadioButton
113       Left = 16
114       Top = 66
115       Width = 17
116       Height = 17
117       TabOrder = 5
118     end
119     object cbxUnit: TComboBox
120       Left = 160
121       Top = 24
122       Width = 57
123       Height = 20
124       Style = csDropDownList
125       ItemHeight = 12
126       ItemIndex = 0
127       TabOrder = 1
128       Text = #20998
129       OnChange = cbxUnitChange
130       Items.Strings = (
131         #20998
132         #26178#38291
133         #26085)
134     end
135   end
136   object GroupBox1: TGroupBox
137     Left = 16
138     Top = 112
139     Width = 329
140     Height = 113
141     Caption = #26465#20214'(&N)'
142     TabOrder = 2
143     object Label3: TLabel
144       Left = 24
145       Top = 24
146       Width = 70
147       Height = 12
148       Caption = #12481#12515#12531#12493#12523'(&H)'
149       FocusControl = cbxChannel
150     end
151     object Label4: TLabel
152       Left = 24
153       Top = 52
154       Width = 40
155       Height = 12
156       Caption = #25237#31080'(&V)'
157       FocusControl = spnMinVote
158     end
159     object Label5: TLabel
160       Left = 24
161       Top = 83
162       Width = 40
163       Height = 12
164       Caption = #21516#24847'(&A)'
165       FocusControl = spnMinAgree
166     end
167     object Label6: TLabel
168       Left = 160
169       Top = 56
170       Width = 24
171       Height = 12
172       Caption = #20197#19978
173     end
174     object Label7: TLabel
175       Left = 160
176       Top = 88
177       Width = 24
178       Height = 12
179       Caption = #20197#19978
180     end
181     object spnMinVote: TSpinEdit
182       Left = 104
183       Top = 48
184       Width = 50
185       Height = 21
186       MaxValue = 100
187       MinValue = 0
188       TabOrder = 1
189       Value = 0
190       OnKeyDown = spnEdtEnterKeyDown
191     end
192     object spnMinAgree: TSpinEdit
193       Left = 104
194       Top = 79
195       Width = 50
196       Height = 21
197       MaxValue = 100
198       MinValue = 0
199       TabOrder = 2
200       Value = 0
201       OnKeyDown = spnEdtEnterKeyDown
202     end
203     object cbxChannel: TComboBox
204       Left = 104
205       Top = 20
206       Width = 145
207       Height = 20
208       AutoComplete = False
209       ItemHeight = 12
210       TabOrder = 0
211     end
212   end
213 end