home *** CD-ROM | disk | FTP | other *** search
- object WorkDirForm: TWorkDirForm
- Left = 222
- Top = 129
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Startup Directory'
- ClientHeight = 258
- ClientWidth = 230
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 15
- object MainGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 230
- Height = 205
- TabOrder = 2
- object DirLabel: TLabel
- Left = 8
- Top = 12
- Width = 213
- Height = 13
- AutoSize = False
- Caption = 'D:\SkedEzy32'
- end
- object DirListBox: TDirectoryListBox
- Left = 8
- Top = 32
- Width = 213
- Height = 137
- DirLabel = DirLabel
- ItemHeight = 16
- TabOrder = 0
- end
- object DirDriveComboBox: TDriveComboBox
- Left = 8
- Top = 176
- Width = 213
- Height = 21
- DirList = DirListBox
- TabOrder = 1
- end
- end
- object OKBitBtn: TBitBtn
- Left = 8
- Top = 212
- Width = 73
- Height = 41
- TabOrder = 0
- Kind = bkOK
- end
- object CancelBitBtn: TBitBtn
- Left = 88
- Top = 212
- Width = 75
- Height = 41
- TabOrder = 1
- Kind = bkCancel
- end
- end
-