object frmSrwExport: TfrmSrwExport Left = 269 Top = 142 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Print To File' ClientHeight = 245 ClientWidth = 301 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 13 object cmdOK: TBitBtn Left = 211 Top = 3 Width = 85 Height = 25 Caption = '&OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = cmdOKClick Style = bsNew end object cmdCancel: TBitBtn Left = 211 Top = 34 Width = 85 Height = 25 Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 Style = bsNew end object cmdHelp: TBitBtn Left = 211 Top = 65 Width = 85 Height = 25 Caption = '&Help' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = cmdHelpClick Style = bsNew end object panMain: TPanel Left = 4 Top = 4 Width = 202 Height = 237 TabOrder = 0 object labFileName: TLabel Left = 8 Top = 8 Width = 57 Height = 13 Caption = 'File &Name' FocusControl = txtName end object labFileType: TLabel Left = 8 Top = 56 Width = 53 Height = 13 Caption = 'File &Type' FocusControl = cmbType end object labPassword: TLabel Left = 8 Top = 104 Width = 55 Height = 13 Caption = '&Password' FocusControl = txtPassword end object labConfirm: TLabel Left = 104 Top = 104 Width = 43 Height = 13 Caption = '&Confirm' FocusControl = txtConfirm end object labMsg: TLabel Left = 8 Top = 147 Width = 185 Height = 86 AutoSize = False Caption = 'Ready' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object txtName: TEdit Left = 8 Top = 24 Width = 161 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnEnter = cmbTypeClick end object cmbType: TComboBox Left = 8 Top = 72 Width = 185 Height = 21 Style = csDropDownList Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Shazam Report File (*.SHZ)' 'Paradox Database Table (*.DB)' 'Dbase Database Table (*.DBF)' 'ASCII Delimited File (*.TXT)' 'Fixed Field ASCII File (*.TXT)') ParentFont = False TabOrder = 2 OnClick = cmbTypeClick OnEnter = cmbTypeClick end object txtPassword: TEdit Left = 8 Top = 120 Width = 89 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 3 OnEnter = txtPasswordEnter end object txtConfirm: TEdit Left = 104 Top = 120 Width = 89 Height = 20 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 4 OnEnter = txtPasswordEnter end object cmdDirectory: TButton Left = 168 Top = 22 Width = 25 Height = 23 Hint = 'Choose a file name' Caption = '...' Font.Color = clBlack Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = cmdDirectoryClick end end object dlgOpen: TOpenDialog Left = 224 Top = 168 end end