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
Text File  |  1997-02-14  |  3KB  |  137 lines

  1. object ExportFileForm: TExportFileForm
  2.   Left = 374
  3.   Top = 106
  4.   HelpContext = 2200
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソズィソスソスソスソスリゑソスファソスルへのエソスソスソス゚ーソス'
  8.   ClientHeight = 335
  9.   ClientWidth = 313
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object ExportLabel: TLabel
  19.     Left = 16
  20.     Top = 256
  21.     Width = 52
  22.     Height = 13
  23.     Caption = 'ソスソスソスソス゚ーソス リスソス(&L):'
  24.   end
  25.   object ExportTypeGroup: TRadioGroup
  26.     Left = 8
  27.     Top = 64
  28.     Width = 297
  29.     Height = 73
  30.     Caption = 'ソスソスソスソス゚ートの形ソスソス'
  31.     ItemIndex = 0
  32.     Items.Strings = (
  33.       'ソズィソスソスソスソスリの全ソズーソス(&A)'
  34.       'ソスIソスソスソスソスソスソスソズーソスソズーソス(&D)'
  35.       'ソスIソスソスソスソスソスソスソスソスソスソズュソスソス(&S)')
  36.     TabOrder = 1
  37.     TabStop = True
  38.     OnClick = ExportTypeGroupClick
  39.   end
  40.   object OKBtn: TButton
  41.     Left = 72
  42.     Top = 304
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'OK'
  46.     Default = True
  47.     TabOrder = 3
  48.     OnClick = OKBtnClick
  49.   end
  50.   object CancelBtn: TButton
  51.     Left = 152
  52.     Top = 304
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'ソスソスンセソス'
  57.     ModalResult = 2
  58.     TabOrder = 4
  59.   end
  60.   object HelpBtn: TButton
  61.     Left = 232
  62.     Top = 304
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'ソスソスソスソス(&H)'
  66.     TabOrder = 5
  67.     OnClick = HelpBtnClick
  68.   end
  69.   object ExportFileGroup: TGroupBox
  70.     Left = 8
  71.     Top = 8
  72.     Width = 297
  73.     Height = 49
  74.     Caption = 'ソスソスソスソス゚ーソス ファソスソス(&F)'
  75.     TabOrder = 0
  76.     object ExportFileEdit: TEdit
  77.       Left = 8
  78.       Top = 16
  79.       Width = 193
  80.       Height = 21
  81.       TabOrder = 0
  82.       Text = 'Export.bdx'
  83.       OnChange = ExportFileEditChange
  84.     end
  85.     object BrowseBtn: TButton
  86.       Left = 208
  87.       Top = 16
  88.       Width = 75
  89.       Height = 25
  90.       Caption = 'ソスQソスソス(&B)...'
  91.       TabOrder = 1
  92.       OnClick = BrowseBtnClick
  93.     end
  94.   end
  95.   object ExportListGroup: TGroupBox
  96.     Left = 8
  97.     Top = 144
  98.     Width = 297
  99.     Height = 153
  100.     Caption = 'ソスソスソスソス゚ーソス リスソス(&X)'
  101.     TabOrder = 2
  102.     object ExportList: TListBox
  103.       Left = 8
  104.       Top = 16
  105.       Width = 193
  106.       Height = 129
  107.       Enabled = False
  108.       ItemHeight = 13
  109.       Items.Strings = (
  110.         '[ソズィソスソスソスソスリの全ソズーソス]')
  111.       MultiSelect = True
  112.       TabOrder = 0
  113.       OnClick = CheckOK
  114.     end
  115.     object SelectBtn: TButton
  116.       Left = 208
  117.       Top = 16
  118.       Width = 75
  119.       Height = 25
  120.       Caption = 'ソスソスソスラて選ソスソス(&L)'
  121.       Enabled = False
  122.       TabOrder = 1
  123.       OnClick = SelectBtnClick
  124.     end
  125.   end
  126.   object ExportFileDialog: TSaveDialog
  127.     DefaultExt = 'bdx'
  128.     FileEditStyle = fsEdit
  129.     FileName = '*.bdx'
  130.     Filter = 'Borland ソズィソスソスソスソスリ鯉ソスソスソスファソスソス (*.bdx)|*.bdx|ソスソスソスラてゑソスファソスソス (*.*)|*.*'
  131.     Options = [ofOverwritePrompt, ofHideReadOnly]
  132.     Title = 'ソスソスソスソス゚ーソス ファソスソス'
  133.     Left = 8
  134.     Top = 304
  135.   end
  136. end
  137.