home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMCONV / TFORMCONV.txt
Encoding:
Text File  |  2002-10-07  |  1.8 KB  |  104 lines

  1. object FormConv: TFormConv
  2.   Left = 210
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'Color Depth'
  6.   ClientHeight = 169
  7.   ClientWidth = 263
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 245
  20.     Height = 117
  21.     Shape = bsFrame
  22.   end
  23.   object LabelFormat: TLabel
  24.     Left = 24
  25.     Top = 28
  26.     Width = 38
  27.     Height = 12
  28.     Caption = '&Format:'
  29.     FocusControl = ComboBpp
  30.   end
  31.   object LabelColor: TLabel
  32.     Left = 24
  33.     Top = 60
  34.     Width = 35
  35.     Height = 12
  36.     Caption = '&Colors:'
  37.     FocusControl = EditCol
  38.   end
  39.   object ComboBpp: TComboBox
  40.     Left = 92
  41.     Top = 24
  42.     Width = 145
  43.     Height = 20
  44.     Style = csDropDownList
  45.     ItemHeight = 12
  46.     TabOrder = 0
  47.     OnClick = ComboBppClick
  48.     Items.Strings = (
  49.       '1bpp (2 Colors)'
  50.       '4bpp (16 Colors)'
  51.       '8bpp (256 Colors)'
  52.       '15bpp (High Color)'
  53.       '16bpp (High Color)'
  54.       '24bpp (True Color)')
  55.   end
  56.   object EditCol: TEdit
  57.     Left = 92
  58.     Top = 56
  59.     Width = 53
  60.     Height = 20
  61.     TabOrder = 1
  62.     Text = '2'
  63.   end
  64.   object UpDownCol: TUpDown
  65.     Left = 145
  66.     Top = 56
  67.     Width = 15
  68.     Height = 20
  69.     Associate = EditCol
  70.     Min = 2
  71.     Position = 2
  72.     TabOrder = 2
  73.     Wrap = False
  74.   end
  75.   object CheckDither: TCheckBox
  76.     Left = 92
  77.     Top = 92
  78.     Width = 97
  79.     Height = 17
  80.     Caption = 'Dither(&D)'
  81.     TabOrder = 3
  82.   end
  83.   object btnOk: TButton
  84.     Left = 92
  85.     Top = 134
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 4
  92.   end
  93.   object Button2: TButton
  94.     Left = 172
  95.     Top = 134
  96.     Width = 75
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 5
  102.   end
  103. end
  104.