home *** CD-ROM | disk | FTP | other *** search
- object FormRemDevProperties: TFormRemDevProperties
- Left = 451
- Top = 295
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Removable Device Properties'
- ClientHeight = 223
- ClientWidth = 345
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 22
- Top = 44
- Width = 53
- Height = 13
- Caption = 'Description'
- end
- object Label2: TLabel
- Left = 22
- Top = 18
- Width = 25
- Height = 13
- Caption = 'Drive'
- end
- object EditDescription: TEdit
- Left = 85
- Top = 41
- Width = 228
- Height = 21
- Color = clMenu
- ReadOnly = True
- TabOrder = 0
- end
- object EditDriveLetter: TEdit
- Left = 85
- Top = 15
- Width = 49
- Height = 21
- TabStop = False
- Color = clMenu
- ReadOnly = True
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 69
- Width = 313
- Height = 108
- Caption = 'Options'
- TabOrder = 1
- object Label3: TLabel
- Left = 16
- Top = 56
- Width = 82
- Height = 13
- Caption = 'Picture sub-folder'
- end
- object Label4: TLabel
- Left = 16
- Top = 80
- Width = 74
- Height = 13
- Caption = 'Filename format'
- end
- object cbSkipSmall: TCheckBox
- Left = 18
- Top = 25
- Width = 135
- Height = 17
- Caption = 'Skip files less than (KB)'
- TabOrder = 0
- OnClick = cbSkipSmallClick
- end
- object EditSmallSize: TSpinEdit
- Left = 159
- Top = 22
- Width = 57
- Height = 22
- MaxValue = 500
- MinValue = 5
- TabOrder = 1
- Value = 5
- end
- object EditSaveLoc: TEdit
- Left = 106
- Top = 52
- Width = 191
- Height = 21
- TabOrder = 2
- Text = 'EditSaveLoc'
- end
- object EditFnameFormat: TEdit
- Left = 106
- Top = 76
- Width = 191
- Height = 21
- TabOrder = 3
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 189
- Width = 345
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- DesignSize = (
- 345
- 34)
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 345
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object BtnOk: TButton
- Left = 168
- Top = 6
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = BtnOkClick
- end
- object BtnClose: TButton
- Left = 256
- Top = 6
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Close'
- TabOrder = 1
- OnClick = BtnCloseClick
- end
- end
- end
-