object frmHTMLOutputConfig: TfrmHTMLOutputConfig Left = 320 Top = 226 BorderStyle = bsDialog Caption = 'HTML'#20986#21147 ClientHeight = 273 ClientWidth = 394 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 12 object lblFileName: TLabel Left = 8 Top = 12 Width = 68 Height = 12 Caption = '&HTML'#20986#21147#20808':' FocusControl = edtFileName end object lblImageDir: TLabel Left = 8 Top = 36 Width = 73 Height = 12 Caption = #30011#20687#20986#21147#20808'(&I):' FocusControl = edtImageDir end object rgpUseColor: TRadioGroup Left = 8 Top = 128 Width = 377 Height = 41 Caption = #33394'(&K)' Columns = 2 ItemIndex = 0 Items.Strings = ( #29694#22312#12398#12459#12521#12540#12486#12540#12510 #33394#20998#12369#12375#12394#12356) TabOrder = 5 end object rgpOutputRange: TRadioGroup Left = 8 Top = 176 Width = 377 Height = 57 Caption = #20986#21147'(&E)' Columns = 2 ItemIndex = 0 Items.Strings = ( #36984#25246#12373#12428#12383#12479#12502#12398#20840#12508#12488#12523 #36984#25246#12373#12428#12383#12508#12488#12523#12424#12426#19978 #36984#25246#12373#12428#12383#12508#12488#12523) TabOrder = 6 end object btnOK: TButton Left = 312 Top = 240 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 7 OnClick = btnOKClick end object rgpImageType: TRadioGroup Left = 8 Top = 64 Width = 377 Height = 57 Caption = #12469#12540#12501#12451#12473#30011#20687'(&S)' Columns = 2 ItemIndex = 0 Items.Strings = ( #20986#21147#12375#12394#12356 'BMP') TabOrder = 4 end object edtFileName: TEdit Left = 88 Top = 8 Width = 241 Height = 20 TabOrder = 0 end object btnBrowseFileName: TButton Left = 336 Top = 8 Width = 51 Height = 20 Caption = #21442#29031'...' TabOrder = 1 OnClick = btnBrowseFileNameClick end object edtImageDir: TEdit Left = 88 Top = 32 Width = 241 Height = 20 TabOrder = 2 end object btnBrowseImageDir: TButton Left = 336 Top = 32 Width = 51 Height = 20 Caption = #21442#29031'...' TabOrder = 3 end object btnCancel: TButton Left = 224 Top = 240 Width = 83 Height = 25 Caption = #12461#12515#12531#12475#12523'(&C)' TabOrder = 8 OnClick = btnCancelClick end object SaveDialog: TSaveDialog DefaultExt = 'html' Filter = 'HTML Files(*.html;*.htm)|*.html;*.htm|All Files(*.*)|*.*' Left = 352 Top = 56 end end