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       CalAlignment = dtaLeft
77       Date = 37591
78       Time = 37591
79       DateFormat = dfShort
80       DateMode = dmComboBox
81       Kind = dtkDate
82       MinDate = 36892
83       ParseInput = False
84       TabOrder = 2
85       OnChange = dtFromChange
86     end
87     object dtTo: TDateTimePicker
88       Left = 176
89       Top = 64
90       Width = 105
91       Height = 20
92       CalAlignment = dtaLeft
93       Date = 37591
94       Time = 37591
95       DateFormat = dfShort
96       DateMode = dmComboBox
97       Kind = dtkDate
98       MinDate = 36892
99       ParseInput = False
100       TabOrder = 3
101       OnChange = dtToChange
102     end
103     object spnRecentCount: TSpinEdit
104       Left = 72
105       Top = 24
106       Width = 81
107       Height = 21
108       MaxValue = 100
109       MinValue = 0
110       TabOrder = 0
111       Value = 0
112       OnChange = spnRecentCountChange
113       OnKeyDown = spnEdtEnterKeyDown
114     end
115     object rbRecent: TRadioButton
116       Left = 16
117       Top = 30
118       Width = 17
119       Height = 17
120       TabOrder = 4
121     end
122     object rbRange: TRadioButton
123       Left = 16
124       Top = 66
125       Width = 17
126       Height = 17
127       TabOrder = 5
128     end
129     object cbxUnit: TComboBox
130       Left = 160
131       Top = 24
132       Width = 57
133       Height = 20
134       Style = csDropDownList
135       ItemHeight = 12
136       ItemIndex = 0
137       TabOrder = 1
138       Text = #20998
139       OnChange = cbxUnitChange
140       Items.Strings = (
141         #20998
142         #26178#38291
143         #26085)
144     end
145   end
146   object GroupBox1: TGroupBox
147     Left = 16
148     Top = 112
149     Width = 329
150     Height = 113
151     Caption = #26465#20214'(&N)'
152     TabOrder = 2
153     object Label3: TLabel
154       Left = 24
155       Top = 24
156       Width = 70
157       Height = 12
158       Caption = #12481#12515#12531#12493#12523'(&H)'
159       FocusControl = cbxChannel
160     end
161     object Label4: TLabel
162       Left = 24
163       Top = 52
164       Width = 40
165       Height = 12
166       Caption = #25237#31080'(&V)'
167       FocusControl = spnMinVote
168     end
169     object Label5: TLabel
170       Left = 24
171       Top = 83
172       Width = 40
173       Height = 12
174       Caption = #21516#24847'(&A)'
175       FocusControl = spnMinAgree
176     end
177     object Label6: TLabel
178       Left = 160
179       Top = 56
180       Width = 24
181       Height = 12
182       Caption = #20197#19978
183     end
184     object Label7: TLabel
185       Left = 160
186       Top = 88
187       Width = 24
188       Height = 12
189       Caption = #20197#19978
190     end
191     object spnMinVote: TSpinEdit
192       Left = 104
193       Top = 48
194       Width = 50
195       Height = 21
196       MaxValue = 100
197       MinValue = 0
198       TabOrder = 1
199       Value = 0
200       OnKeyDown = spnEdtEnterKeyDown
201     end
202     object spnMinAgree: TSpinEdit
203       Left = 104
204       Top = 79
205       Width = 50
206       Height = 21
207       MaxValue = 100
208       MinValue = 0
209       TabOrder = 2
210       Value = 0
211       OnKeyDown = spnEdtEnterKeyDown
212     end
213     object cbxChannel: TComboBox
214       Left = 104
215       Top = 20
216       Width = 145
217       Height = 20
218       ItemHeight = 12
219       TabOrder = 0
220     end
221   end
222 end