home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TFRMSRWEXPORT / TFRMSRWEXPORT.txt
Text File  |  1999-06-21  |  4KB  |  200 lines

  1. object frmSrwExport: TfrmSrwExport
  2.   Left = 269
  3.   Top = 142
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print To File'
  7.   ClientHeight = 245
  8.   ClientWidth = 301
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object cmdOK: TBitBtn
  18.     Left = 211
  19.     Top = 3
  20.     Width = 85
  21.     Height = 25
  22.     Caption = '&OK'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 1
  29.     OnClick = cmdOKClick
  30.     Style = bsNew
  31.   end
  32.   object cmdCancel: TBitBtn
  33.     Left = 211
  34.     Top = 34
  35.     Width = 85
  36.     Height = 25
  37.     Caption = '&Cancel'
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ModalResult = 2
  43.     ParentFont = False
  44.     TabOrder = 2
  45.     Style = bsNew
  46.   end
  47.   object cmdHelp: TBitBtn
  48.     Left = 211
  49.     Top = 65
  50.     Width = 85
  51.     Height = 25
  52.     Caption = '&Help'
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 3
  59.     OnClick = cmdHelpClick
  60.     Style = bsNew
  61.   end
  62.   object panMain: TPanel
  63.     Left = 4
  64.     Top = 4
  65.     Width = 202
  66.     Height = 237
  67.     TabOrder = 0
  68.     object labFileName: TLabel
  69.       Left = 8
  70.       Top = 8
  71.       Width = 57
  72.       Height = 13
  73.       Caption = 'File &Name'
  74.       FocusControl = txtName
  75.     end
  76.     object labFileType: TLabel
  77.       Left = 8
  78.       Top = 56
  79.       Width = 53
  80.       Height = 13
  81.       Caption = 'File &Type'
  82.       FocusControl = cmbType
  83.     end
  84.     object labPassword: TLabel
  85.       Left = 8
  86.       Top = 104
  87.       Width = 55
  88.       Height = 13
  89.       Caption = '&Password'
  90.       FocusControl = txtPassword
  91.     end
  92.     object labConfirm: TLabel
  93.       Left = 104
  94.       Top = 104
  95.       Width = 43
  96.       Height = 13
  97.       Caption = '&Confirm'
  98.       FocusControl = txtConfirm
  99.     end
  100.     object labMsg: TLabel
  101.       Left = 8
  102.       Top = 147
  103.       Width = 185
  104.       Height = 86
  105.       AutoSize = False
  106.       Caption = 'Ready'
  107.       Font.Color = clBlack
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = [fsBold]
  111.       ParentFont = False
  112.       WordWrap = True
  113.     end
  114.     object txtName: TEdit
  115.       Left = 8
  116.       Top = 24
  117.       Width = 161
  118.       Height = 20
  119.       Font.Color = clBlack
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       ParentFont = False
  124.       TabOrder = 0
  125.       OnEnter = cmbTypeClick
  126.     end
  127.     object cmbType: TComboBox
  128.       Left = 8
  129.       Top = 72
  130.       Width = 185
  131.       Height = 21
  132.       Style = csDropDownList
  133.       Font.Color = clBlack
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ItemHeight = 13
  138.       Items.Strings = (
  139.         'Shazam Report File (*.SHZ)'
  140.         'Paradox Database Table (*.DB)'
  141.         'Dbase Database Table (*.DBF)'
  142.         'ASCII Delimited File (*.TXT)'
  143.         'Fixed Field ASCII File (*.TXT)')
  144.       ParentFont = False
  145.       TabOrder = 2
  146.       OnClick = cmbTypeClick
  147.       OnEnter = cmbTypeClick
  148.     end
  149.     object txtPassword: TEdit
  150.       Left = 8
  151.       Top = 120
  152.       Width = 89
  153.       Height = 20
  154.       Font.Color = clBlack
  155.       Font.Height = -11
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       ParentFont = False
  159.       PasswordChar = '*'
  160.       TabOrder = 3
  161.       OnEnter = txtPasswordEnter
  162.     end
  163.     object txtConfirm: TEdit
  164.       Left = 104
  165.       Top = 120
  166.       Width = 89
  167.       Height = 20
  168.       Font.Color = clBlack
  169.       Font.Height = -11
  170.       Font.Name = 'MS Sans Serif'
  171.       Font.Style = []
  172.       ParentFont = False
  173.       PasswordChar = '*'
  174.       TabOrder = 4
  175.       OnEnter = txtPasswordEnter
  176.     end
  177.     object cmdDirectory: TButton
  178.       Left = 168
  179.       Top = 22
  180.       Width = 25
  181.       Height = 23
  182.       Hint = 'Choose a file name'
  183.       Caption = '...'
  184.       Font.Color = clBlack
  185.       Font.Height = -19
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = [fsBold]
  188.       ParentFont = False
  189.       ParentShowHint = False
  190.       ShowHint = True
  191.       TabOrder = 1
  192.       OnClick = cmdDirectoryClick
  193.     end
  194.   end
  195.   object dlgOpen: TOpenDialog
  196.     Left = 224
  197.     Top = 168
  198.   end
  199. end
  200.