OSDN Git Service

Added HTMLOutputConfig form
[winbottle/winbottle.git] / bottleclient / HtmlOutputConfig.dfm
1 object frmHTMLOutputConfig: TfrmHTMLOutputConfig
2   Left = 320
3   Top = 226
4   BorderStyle = bsDialog
5   Caption = 'HTML'#20986#21147
6   ClientHeight = 273
7   ClientWidth = 394
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   PixelsPerInch = 96
17   TextHeight = 12
18   object lblFileName: TLabel
19     Left = 8
20     Top = 12
21     Width = 68
22     Height = 12
23     Caption = '&HTML'#20986#21147#20808':'
24     FocusControl = edtFileName
25   end
26   object lblImageDir: TLabel
27     Left = 8
28     Top = 36
29     Width = 73
30     Height = 12
31     Caption = #30011#20687#20986#21147#20808'(&I):'
32     FocusControl = edtImageDir
33   end
34   object rgpUseColor: TRadioGroup
35     Left = 8
36     Top = 128
37     Width = 377
38     Height = 41
39     Caption = #33394'(&K)'
40     Columns = 2
41     ItemIndex = 0
42     Items.Strings = (
43       #29694#22312#12398#12459#12521#12540#12486#12540#12510
44       #33394#20998#12369#12375#12394#12356)
45     TabOrder = 5
46   end
47   object rgpOutputRange: TRadioGroup
48     Left = 8
49     Top = 176
50     Width = 377
51     Height = 57
52     Caption = #20986#21147'(&E)'
53     Columns = 2
54     ItemIndex = 0
55     Items.Strings = (
56       #36984#25246#12373#12428#12383#12479#12502#12398#20840#12508#12488#12523
57       #36984#25246#12373#12428#12383#12508#12488#12523#12424#12426#19978
58       #36984#25246#12373#12428#12383#12508#12488#12523)
59     TabOrder = 6
60   end
61   object btnOK: TButton
62     Left = 312
63     Top = 240
64     Width = 75
65     Height = 25
66     Caption = '&OK'
67     Default = True
68     TabOrder = 7
69     OnClick = btnOKClick
70   end
71   object rgpImageType: TRadioGroup
72     Left = 8
73     Top = 64
74     Width = 377
75     Height = 57
76     Caption = #12469#12540#12501#12451#12473#30011#20687'(&S)'
77     Columns = 2
78     ItemIndex = 0
79     Items.Strings = (
80       #20986#21147#12375#12394#12356
81       'BMP'
82       'PNG'
83       'JPG')
84     TabOrder = 4
85   end
86   object edtFileName: TEdit
87     Left = 88
88     Top = 8
89     Width = 241
90     Height = 20
91     TabOrder = 0
92   end
93   object btnBrowseFileName: TButton
94     Left = 336
95     Top = 8
96     Width = 51
97     Height = 20
98     Caption = #21442#29031'...'
99     TabOrder = 1
100     OnClick = btnBrowseFileNameClick
101   end
102   object edtImageDir: TEdit
103     Left = 88
104     Top = 32
105     Width = 241
106     Height = 20
107     TabOrder = 2
108   end
109   object btnBrowseImageDir: TButton
110     Left = 336
111     Top = 32
112     Width = 51
113     Height = 20
114     Caption = #21442#29031'...'
115     TabOrder = 3
116   end
117   object btnCancel: TButton
118     Left = 224
119     Top = 240
120     Width = 83
121     Height = 25
122     Caption = #12461#12515#12531#12475#12523'(&C)'
123     TabOrder = 8
124     OnClick = btnCancelClick
125   end
126   object SaveDialog: TSaveDialog
127     DefaultExt = 'html'
128     Filter = 'HTML Files(*.html;*.htm)|*.html;*.htm|All Files(*.*)|*.*'
129     Left = 352
130     Top = 56
131   end
132 end