home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / multimedia / coverme / CoverMe.exe / 0 / RCDATA / TFORMSETTING / TFORMSETTING.txt
Text File  |  2007-07-27  |  3KB  |  137 lines

  1. object FormSetting: TFormSetting
  2.   Left = 625
  3.   Top = 198
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Settings'
  7.   ClientHeight = 303
  8.   ClientWidth = 264
  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 = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SpeedButton1: TSpeedButton
  20.     Left = 88
  21.     Top = 276
  22.     Width = 93
  23.     Height = 22
  24.     Caption = 'Close'
  25.     Flat = True
  26.     Glyph.Data = {
  27.       F6000000424DF600000000000000760000002800000010000000100000000100
  28.       0400000000008000000000000000000000001000000010000000000000000000
  29.       80000080000000808000800000008000800080800000C0C0C000808080000000
  30.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777778888877
  31.       7777777880000088777777800222220087777702222222220877702222F22222
  32.       208770222FFF222220870222FFFFF2222208022FFF2FFF222208022FF222FFF2
  33.       2208022222222FFF22080222222222FF22087022222222222087702222222222
  34.       2087770222222222087777700222220077777777700000777777}
  35.     OnClick = SpeedButton1Click
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 4
  39.     Top = 4
  40.     Width = 257
  41.     Height = 153
  42.     Caption = ' Search on server '
  43.     TabOrder = 0
  44.     object AmazonCOM: TRadioButton
  45.       Left = 24
  46.       Top = 24
  47.       Width = 117
  48.       Height = 17
  49.       Caption = 'AmazonCOM'
  50.       Checked = True
  51.       TabOrder = 0
  52.       TabStop = True
  53.     end
  54.     object AmazonCA: TRadioButton
  55.       Left = 24
  56.       Top = 44
  57.       Width = 113
  58.       Height = 17
  59.       Caption = 'AmazonCA'
  60.       TabOrder = 1
  61.     end
  62.     object AmazonCOJP: TRadioButton
  63.       Left = 24
  64.       Top = 64
  65.       Width = 113
  66.       Height = 17
  67.       Caption = 'AmazonCOJP'
  68.       TabOrder = 2
  69.     end
  70.     object AmazonCOUK: TRadioButton
  71.       Left = 24
  72.       Top = 84
  73.       Width = 113
  74.       Height = 17
  75.       Caption = 'AmazonCOUK'
  76.       TabOrder = 3
  77.     end
  78.     object AmazonDE: TRadioButton
  79.       Left = 24
  80.       Top = 104
  81.       Width = 113
  82.       Height = 17
  83.       Caption = 'AmazonDE'
  84.       TabOrder = 4
  85.     end
  86.     object AmazonFR: TRadioButton
  87.       Left = 24
  88.       Top = 124
  89.       Width = 113
  90.       Height = 17
  91.       Caption = 'AmazonFR'
  92.       TabOrder = 5
  93.     end
  94.   end
  95.   object GroupBox2: TGroupBox
  96.     Left = 4
  97.     Top = 160
  98.     Width = 257
  99.     Height = 61
  100.     TabOrder = 1
  101.     object Label1: TLabel
  102.       Left = 12
  103.       Top = 24
  104.       Width = 158
  105.       Height = 13
  106.       Caption = 'Maximum downloaded thumbnails'
  107.     end
  108.     object SpinEdit1: TSpinEdit
  109.       Left = 184
  110.       Top = 20
  111.       Width = 61
  112.       Height = 22
  113.       Increment = 10
  114.       MaxValue = 300
  115.       MinValue = 10
  116.       TabOrder = 0
  117.       Value = 10
  118.       OnChange = SpinEdit1Change
  119.     end
  120.   end
  121.   object GroupBox3: TGroupBox
  122.     Left = 4
  123.     Top = 224
  124.     Width = 257
  125.     Height = 45
  126.     TabOrder = 2
  127.     object CheckBox1: TCheckBox
  128.       Left = 12
  129.       Top = 16
  130.       Width = 233
  131.       Height = 17
  132.       Caption = 'Do not delete temp after program ends'
  133.       TabOrder = 0
  134.     end
  135.   end
  136. end
  137.