OSDN Git Service

TEditor、TTaskTrayの配布先変更に追従
[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     TabOrder = 4
83   end
84   object edtFileName: TEdit
85     Left = 88
86     Top = 8
87     Width = 241
88     Height = 20
89     TabOrder = 0
90   end
91   object btnBrowseFileName: TButton
92     Left = 336
93     Top = 8
94     Width = 51
95     Height = 20
96     Caption = #21442#29031'...'
97     TabOrder = 1
98     OnClick = btnBrowseFileNameClick
99   end
100   object edtImageDir: TEdit
101     Left = 88
102     Top = 32
103     Width = 241
104     Height = 20
105     TabOrder = 2
106   end
107   object btnBrowseImageDir: TButton
108     Left = 336
109     Top = 32
110     Width = 51
111     Height = 20
112     Caption = #21442#29031'...'
113     TabOrder = 3
114   end
115   object btnCancel: TButton
116     Left = 224
117     Top = 240
118     Width = 83
119     Height = 25
120     Caption = #12461#12515#12531#12475#12523'(&C)'
121     TabOrder = 8
122     OnClick = btnCancelClick
123   end
124   object SaveDialog: TSaveDialog
125     DefaultExt = 'html'
126     Filter = 'HTML Files(*.html;*.htm)|*.html;*.htm|All Files(*.*)|*.*'
127     Left = 352
128     Top = 56
129   end
130 end