OSDN Git Service

文字列比較や文字列コピーを減らしてさらに高速化、一般的なスクリプトで元々の約2.3倍
[winbottle/winbottle.git] / bottleclient / HtmlOutputProgress.dfm
1 object frmHTMLOutputProgress: TfrmHTMLOutputProgress
2   Left = 617
3   Top = 470
4   BorderStyle = bsDialog
5   Caption = 'HTML'#20445#23384#20013
6   ClientHeight = 112
7   ClientWidth = 338
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   OnCreate = FormCreate
16   PixelsPerInch = 96
17   TextHeight = 12
18   object lblSaving: TLabel
19     Left = 8
20     Top = 16
21     Width = 36
22     Height = 12
23     Caption = #20445#23384#20013
24   end
25   object btnCancel: TButton
26     Left = 248
27     Top = 72
28     Width = 83
29     Height = 25
30     Cancel = True
31     Caption = #12461#12515#12531#12475#12523'(&C)'
32     Default = True
33     TabOrder = 0
34     OnClick = btnCancelClick
35   end
36   object ProgressBar: TProgressBar
37     Left = 8
38     Top = 40
39     Width = 321
40     Height = 16
41     TabOrder = 1
42   end
43 end