home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
DBX.DLL
/
RCDATA
/
TEXPORTFILEFORM
/
TEXPORTFILEFORM.txt
Wrap
Text File
|
1997-02-14
|
3KB
|
137 lines
object ExportFileForm: TExportFileForm
Left = 374
Top = 106
HelpContext = 2200
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'ソズィソスソスソスソスリゑソスファソスルへのエソスソスソス゚ーソス'
ClientHeight = 335
ClientWidth = 313
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object ExportLabel: TLabel
Left = 16
Top = 256
Width = 52
Height = 13
Caption = 'ソスソスソスソス゚ーソス リスソス(&L):'
end
object ExportTypeGroup: TRadioGroup
Left = 8
Top = 64
Width = 297
Height = 73
Caption = 'ソスソスソスソス゚ートの形ソスソス'
ItemIndex = 0
Items.Strings = (
'ソズィソスソスソスソスリの全ソズーソス(&A)'
'ソスIソスソスソスソスソスソスソズーソスソズーソス(&D)'
'ソスIソスソスソスソスソスソスソスソスソスソズュソスソス(&S)')
TabOrder = 1
TabStop = True
OnClick = ExportTypeGroupClick
end
object OKBtn: TButton
Left = 72
Top = 304
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 3
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 152
Top = 304
Width = 75
Height = 25
Cancel = True
Caption = 'ソスソスンセソス'
ModalResult = 2
TabOrder = 4
end
object HelpBtn: TButton
Left = 232
Top = 304
Width = 75
Height = 25
Caption = 'ソスソスソスソス(&H)'
TabOrder = 5
OnClick = HelpBtnClick
end
object ExportFileGroup: TGroupBox
Left = 8
Top = 8
Width = 297
Height = 49
Caption = 'ソスソスソスソス゚ーソス ファソスソス(&F)'
TabOrder = 0
object ExportFileEdit: TEdit
Left = 8
Top = 16
Width = 193
Height = 21
TabOrder = 0
Text = 'Export.bdx'
OnChange = ExportFileEditChange
end
object BrowseBtn: TButton
Left = 208
Top = 16
Width = 75
Height = 25
Caption = 'ソスQソスソス(&B)...'
TabOrder = 1
OnClick = BrowseBtnClick
end
end
object ExportListGroup: TGroupBox
Left = 8
Top = 144
Width = 297
Height = 153
Caption = 'ソスソスソスソス゚ーソス リスソス(&X)'
TabOrder = 2
object ExportList: TListBox
Left = 8
Top = 16
Width = 193
Height = 129
Enabled = False
ItemHeight = 13
Items.Strings = (
'[ソズィソスソスソスソスリの全ソズーソス]')
MultiSelect = True
TabOrder = 0
OnClick = CheckOK
end
object SelectBtn: TButton
Left = 208
Top = 16
Width = 75
Height = 25
Caption = 'ソスソスソスラて選ソスソス(&L)'
Enabled = False
TabOrder = 1
OnClick = SelectBtnClick
end
end
object ExportFileDialog: TSaveDialog
DefaultExt = 'bdx'
FileEditStyle = fsEdit
FileName = '*.bdx'
Filter = 'Borland ソズィソスソスソスソスリ鯉ソスソスソスファソスソス (*.bdx)|*.bdx|ソスソスソスラてゑソスファソスソス (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly]
Title = 'ソスソスソスソス゚ーソス ファソスソス'
Left = 8
Top = 304
end
end