home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Multimedia / Banner / _SETUP.1 / bannermaker.exe / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt
Text File  |  2000-01-09  |  3KB  |  174 lines

  1. object dlgOptions: TdlgOptions
  2.   Left = 377
  3.   Top = 201
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 401
  7.   ClientWidth = 418
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 401
  18.     Height = 345
  19.     Shape = bsFrame
  20.   end
  21.   object Label3: TLabel
  22.     Left = 32
  23.     Top = 208
  24.     Width = 107
  25.     Height = 13
  26.     Caption = 'Default Save Directory'
  27.   end
  28.   object Label5: TLabel
  29.     Left = 32
  30.     Top = 256
  31.     Width = 111
  32.     Height = 13
  33.     Caption = 'Default Image Directory'
  34.   end
  35.   object Label6: TLabel
  36.     Left = 32
  37.     Top = 304
  38.     Width = 140
  39.     Height = 13
  40.     Caption = 'Default Background Directory'
  41.   end
  42.   object BitBtn1: TBitBtn
  43.     Left = 192
  44.     Top = 360
  45.     Width = 97
  46.     Height = 33
  47.     Caption = 'O&K'
  48.     TabOrder = 7
  49.     Kind = bkOK
  50.   end
  51.   object BitBtn2: TBitBtn
  52.     Left = 304
  53.     Top = 360
  54.     Width = 105
  55.     Height = 33
  56.     Caption = '&Cancel'
  57.     TabOrder = 8
  58.     Kind = bkCancel
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 24
  62.     Top = 24
  63.     Width = 145
  64.     Height = 89
  65.     Caption = 'Default Banner Size'
  66.     TabOrder = 0
  67.     object Label1: TLabel
  68.       Left = 8
  69.       Top = 58
  70.       Width = 31
  71.       Height = 13
  72.       Caption = 'Height'
  73.     end
  74.     object Label2: TLabel
  75.       Left = 8
  76.       Top = 28
  77.       Width = 28
  78.       Height = 13
  79.       Caption = 'Width'
  80.     end
  81.     object Edit1: TEdit
  82.       Left = 48
  83.       Top = 56
  84.       Width = 57
  85.       Height = 21
  86.       TabOrder = 1
  87.       OnExit = Edit1Exit
  88.     end
  89.     object Edit2: TEdit
  90.       Left = 48
  91.       Top = 24
  92.       Width = 57
  93.       Height = 21
  94.       TabOrder = 0
  95.       OnExit = Edit2Change
  96.     end
  97.   end
  98.   object GroupBox2: TGroupBox
  99.     Left = 24
  100.     Top = 136
  101.     Width = 145
  102.     Height = 57
  103.     Caption = 'Default Font Size'
  104.     TabOrder = 1
  105.     object Label4: TLabel
  106.       Left = 8
  107.       Top = 28
  108.       Width = 20
  109.       Height = 13
  110.       Caption = 'Size'
  111.     end
  112.     object Edit3: TEdit
  113.       Left = 48
  114.       Top = 24
  115.       Width = 57
  116.       Height = 21
  117.       TabOrder = 0
  118.       OnExit = Edit3Exit
  119.     end
  120.   end
  121.   object DirectoryEdit1: TDirectoryEdit
  122.     Left = 24
  123.     Top = 224
  124.     Width = 377
  125.     Height = 21
  126.     NumGlyphs = 1
  127.     TabOrder = 2
  128.     OnExit = DirectoryEdit1Exit
  129.   end
  130.   object DirectoryEdit2: TDirectoryEdit
  131.     Left = 24
  132.     Top = 272
  133.     Width = 377
  134.     Height = 21
  135.     NumGlyphs = 1
  136.     TabOrder = 3
  137.     OnExit = DirectoryEdit2Exit
  138.   end
  139.   object DirectoryEdit3: TDirectoryEdit
  140.     Left = 24
  141.     Top = 320
  142.     Width = 377
  143.     Height = 21
  144.     NumGlyphs = 1
  145.     TabOrder = 4
  146.     OnExit = DirectoryEdit3Exit
  147.   end
  148.   object CheckBox1: TCheckBox
  149.     Left = 192
  150.     Top = 24
  151.     Width = 161
  152.     Height = 17
  153.     Caption = 'Show Font Style on Font List'
  154.     Checked = True
  155.     State = cbChecked
  156.     TabOrder = 5
  157.   end
  158.   object RadioGroup1: TRadioGroup
  159.     Left = 192
  160.     Top = 56
  161.     Width = 201
  162.     Height = 137
  163.     Caption = 'Default Graphic File Format (Extension)'
  164.     ItemIndex = 0
  165.     Items.Strings = (
  166.       'JPEG'
  167.       'JPG'
  168.       'GIF'
  169.       'BMP'
  170.       'TIFF')
  171.     TabOrder = 6
  172.   end
  173. end
  174.