home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMREMDEVPROPERTIES / TFORMREMDEVPROPERTIES.txt
Encoding:
Text File  |  2004-04-06  |  2.8 KB  |  150 lines

  1. object FormRemDevProperties: TFormRemDevProperties
  2.   Left = 451
  3.   Top = 295
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Removable Device Properties'
  7.   ClientHeight = 223
  8.   ClientWidth = 345
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 22
  21.     Top = 44
  22.     Width = 53
  23.     Height = 13
  24.     Caption = 'Description'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 22
  28.     Top = 18
  29.     Width = 25
  30.     Height = 13
  31.     Caption = 'Drive'
  32.   end
  33.   object EditDescription: TEdit
  34.     Left = 85
  35.     Top = 41
  36.     Width = 228
  37.     Height = 21
  38.     Color = clMenu
  39.     ReadOnly = True
  40.     TabOrder = 0
  41.   end
  42.   object EditDriveLetter: TEdit
  43.     Left = 85
  44.     Top = 15
  45.     Width = 49
  46.     Height = 21
  47.     TabStop = False
  48.     Color = clMenu
  49.     ReadOnly = True
  50.     TabOrder = 2
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 16
  54.     Top = 69
  55.     Width = 313
  56.     Height = 108
  57.     Caption = 'Options'
  58.     TabOrder = 1
  59.     object Label3: TLabel
  60.       Left = 16
  61.       Top = 56
  62.       Width = 82
  63.       Height = 13
  64.       Caption = 'Picture sub-folder'
  65.     end
  66.     object Label4: TLabel
  67.       Left = 16
  68.       Top = 80
  69.       Width = 74
  70.       Height = 13
  71.       Caption = 'Filename format'
  72.     end
  73.     object cbSkipSmall: TCheckBox
  74.       Left = 18
  75.       Top = 25
  76.       Width = 135
  77.       Height = 17
  78.       Caption = 'Skip files less than (KB)'
  79.       TabOrder = 0
  80.       OnClick = cbSkipSmallClick
  81.     end
  82.     object EditSmallSize: TSpinEdit
  83.       Left = 159
  84.       Top = 22
  85.       Width = 57
  86.       Height = 22
  87.       MaxValue = 500
  88.       MinValue = 5
  89.       TabOrder = 1
  90.       Value = 5
  91.     end
  92.     object EditSaveLoc: TEdit
  93.       Left = 106
  94.       Top = 52
  95.       Width = 191
  96.       Height = 21
  97.       TabOrder = 2
  98.       Text = 'EditSaveLoc'
  99.     end
  100.     object EditFnameFormat: TEdit
  101.       Left = 106
  102.       Top = 76
  103.       Width = 191
  104.       Height = 21
  105.       TabOrder = 3
  106.     end
  107.   end
  108.   object Panel1: TPanel
  109.     Left = 0
  110.     Top = 189
  111.     Width = 345
  112.     Height = 34
  113.     Align = alBottom
  114.     BevelOuter = bvNone
  115.     TabOrder = 3
  116.     DesignSize = (
  117.       345
  118.       34)
  119.     object Bevel1: TBevel
  120.       Left = 0
  121.       Top = 0
  122.       Width = 345
  123.       Height = 4
  124.       Align = alTop
  125.       Shape = bsTopLine
  126.     end
  127.     object BtnOk: TButton
  128.       Left = 168
  129.       Top = 6
  130.       Width = 75
  131.       Height = 25
  132.       Anchors = [akRight, akBottom]
  133.       Caption = 'Ok'
  134.       Default = True
  135.       TabOrder = 0
  136.       OnClick = BtnOkClick
  137.     end
  138.     object BtnClose: TButton
  139.       Left = 256
  140.       Top = 6
  141.       Width = 75
  142.       Height = 25
  143.       Anchors = [akRight, akBottom]
  144.       Caption = 'Close'
  145.       TabOrder = 1
  146.       OnClick = BtnCloseClick
  147.     end
  148.   end
  149. end
  150.