home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 158
- Top = 84
- BorderStyle = bsDialog
- Caption = 'Touch for Windows'
- ClientHeight = 250
- ClientWidth = 339
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 13
- Top = 147
- Width = 311
- Height = 16
- AutoSize = False
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 184
- Top = 179
- Width = 33
- Height = 13
- Caption = 'Date'
- end
- object Label3: TLabel
- Left = 182
- Top = 217
- Width = 36
- Height = 13
- Caption = 'Time'
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 13
- Top = 32
- Width = 314
- Height = 103
- ItemHeight = 16
- TabOrder = 1
- end
- object DriveComboBox1: TDriveComboBox
- Left = 13
- Top = 6
- Width = 314
- Height = 22
- DirList = DirectoryListBox1
- TabOrder = 0
- end
- object MaskEdit1: TMaskEdit
- Left = 218
- Top = 179
- Width = 109
- Height = 23
- EditMask = '!99/99/00;1;_'
- MaxLength = 8
- TabOrder = 2
- Text = ' / / '
- end
- object MaskEdit2: TMaskEdit
- Left = 218
- Top = 217
- Width = 109
- Height = 23
- EditMask = '!90:00:00>LL;1;_'
- MaxLength = 10
- TabOrder = 3
- Text = ' : : '
- end
- object BTouch: TBitBtn
- Left = 13
- Top = 179
- Width = 77
- Height = 30
- Caption = 'Touch'
- TabOrder = 4
- OnClick = RunTouchClick
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333FFFFF3333333333000003333333333F777773FF333333008877700
- 33333337733FFF773F33330887000777033333733F777FFF73F330880FAFAF07
- 703337F37733377FF7F33080F00000F07033373733777337F73F087F00A2200F
- 77037F3737333737FF7F080A0A2A220A07037F737F3333737F7F0F0F0AAAA20F
- 07037F737F3333737F7F0F0A0FAA2A0A08037F737FF33373737F0F7F00FFA00F
- 780373F737FFF737F3733080F00000F0803337F73377733737F330F80FAFAF08
- 8033373F773337733733330F8700078803333373FF77733F733333300FFF8800
- 3333333773FFFF773333333330000033333333333777773333330000}
- NumGlyphs = 2
- end
- object BHelp: TBitBtn
- Left = 96
- Top = 179
- Width = 78
- Height = 30
- TabOrder = 5
- OnClick = BHelpClick
- Kind = bkHelp
- end
- object BClose: TBitBtn
- Left = 13
- Top = 216
- Width = 161
- Height = 25
- Caption = 'Close'
- TabOrder = 6
- OnClick = BCloseClick
- Kind = bkOK
- end
- object FileIterator1: TFileIterator
- OnFoundFile = FileIterator1FoundFile
- UseFileList = False
- UseDirList = False
- Left = 296
- Top = 144
- end
- end
-