home *** CD-ROM | disk | FTP | other *** search
- object frmCheckout: TfrmCheckout
- Left = 180
- Top = 161
- HelpContext = 114
- BorderStyle = bsDialog
- Caption = 'CheckOut'
- ClientHeight = 156
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 233
- Height = 33
- AutoSize = False
- Caption =
- 'All files will be extracted to the specified folder, and a progr' +
- 'am group will be build.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 32
- Height = 13
- Caption = '&Folder:'
- FocusControl = edtFolder
- end
- object Label3: TLabel
- Left = 8
- Top = 76
- Width = 61
- Height = 13
- Caption = '&Group name:'
- FocusControl = edtGroup
- end
- object Label4: TLabel
- Left = 8
- Top = 108
- Width = 55
- Height = 13
- Caption = '&Max. Icons:'
- FocusControl = edtIcons
- end
- object btnOk: TButton
- Left = 288
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 6
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 288
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object edtFolder: TEdit
- Left = 80
- Top = 40
- Width = 177
- Height = 21
- TabOrder = 0
- end
- object edtGroup: TEdit
- Left = 80
- Top = 72
- Width = 201
- Height = 21
- TabOrder = 2
- end
- object edtIcons: TEdit
- Left = 80
- Top = 104
- Width = 41
- Height = 21
- MaxLength = 2
- TabOrder = 3
- Text = '50'
- end
- object udUp: TUpDown
- Left = 121
- Top = 104
- Width = 15
- Height = 21
- Associate = edtIcons
- Min = 0
- Max = 500
- Position = 50
- TabOrder = 4
- Wrap = False
- end
- object cbDoc: TCheckBox
- Left = 8
- Top = 136
- Width = 241
- Height = 17
- Caption = '&Create icons for programs and documents only'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object btnBrowse: TButton
- Left = 260
- Top = 40
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowseClick
- end
- object btnHelp: TButton
- Left = 288
- Top = 72
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 8
- OnClick = btnHelpClick
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 280
- Top = 96
- end
- object Link2: TFastShellLink
- CreateIn.CreatePath = True
- CreateIn.ShellFolder = sfProgramsMenu
- LinkName = 'My New ShellLink'
- RunAs = raNormal
- Left = 304
- Top = 96
- end
- object brFolder: TdfsBrowseDirectoryDlg
- Options = [bfDirectoriesOnly]
- StatusText = 'C:\WINDOWS\Desktop'
- Caption = 'CheckOut to'
- ShowSelectionInStatus = True
- Left = 336
- Top = 96
- end
- end
-