home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 64
- Top = 103
- Width = 503
- Height = 281
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object ListBox1: TListBox
- Left = 11
- Top = 40
- Width = 321
- Height = 153
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Times New Roman'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 339
- Top = 72
- Width = 145
- Height = 121
- DirLabel = Label1
- ItemHeight = 16
- TabOrder = 1
- end
- object DriveComboBox1: TDriveComboBox
- Left = 339
- Top = 40
- Width = 145
- Height = 22
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 495
- Height = 25
- Align = alTop
- TabOrder = 3
- object Label1: TLabel
- Left = 6
- Top = 5
- Width = 128
- Height = 16
- Caption = 'c:\...\elves4\printsrc'
- end
- object Label2: TLabel
- Left = 293
- Top = 5
- Width = 65
- Height = 16
- Caption = 'Extension'
- end
- object EExt: TEdit
- Left = 363
- Top = 4
- Width = 121
- Height = 17
- TabOrder = 0
- Text = '*.pas'
- end
- end
- object ChooseFiles: TBitBtn
- Left = 132
- Top = 208
- Width = 114
- Height = 33
- Caption = 'Choose Files'
- TabOrder = 4
- OnClick = ChooseFilesClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333FFF333333333333000333333333
- 3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
- 3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
- 0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
- BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
- 33337777773FF733333333333300033333333333337773333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- end
- object PrintFiles: TBitBtn
- Left = 249
- Top = 208
- Width = 114
- Height = 33
- Caption = 'Print Files'
- Enabled = False
- TabOrder = 5
- OnClick = PrintFilesClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333FFF333333333333000333333333
- 3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
- 3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
- 0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
- BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
- 33337777773FF733333333333300033333333333337773333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- end
- object PrinterFont: TBitBtn
- Left = 14
- Top = 208
- Width = 114
- Height = 33
- Caption = 'Printer Font'
- TabOrder = 6
- OnClick = PrinterFontClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333333333333333333FFF333333333333000333333333
- 3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
- 3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
- 0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
- BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
- 33337777773FF733333333333300033333333333337773333333333333333333
- 3333333333333333333333333333333333333333333333333333333333333333
- 33333333333333333333333333333333333333333333333333330000}
- NumGlyphs = 2
- end
- object BitBtn1: TBitBtn
- Left = 367
- Top = 208
- Width = 114
- Height = 33
- TabOrder = 7
- OnClick = BitBtn1Click
- Kind = bkCancel
- end
- object FileIterator1: TFileIterator
- OnFoundFile = FileIterator1FoundFile
- UseFileList = False
- UseDirList = False
- end
- object PrintDialog1: TPrintDialog
- Top = 64
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Top = 96
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Top = 32
- end
- end
-