home *** CD-ROM | disk | FTP | other *** search
/ Compressed Image File Formats / CompressedImageFileFormatsJohnMiano.iso / pc / Library / BCBViewer / ImageViewer.exe / 0 / RCDATA / TGAMMADLG / TGAMMADLG.txt
Encoding:
Text File  |  1999-04-07  |  1.2 KB  |  71 lines

  1. object GammaDlg: TGammaDlg
  2.   Left = 227
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Gama Adjustment'
  6.   ClientHeight = 179
  7.   ClientWidth = 384
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Bevel1: TBevel
  13.     Left = 8
  14.     Top = 8
  15.     Width = 281
  16.     Height = 161
  17.     Shape = bsFrame
  18.   end
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 48
  22.     Width = 68
  23.     Height = 13
  24.     Caption = 'Image Gamma'
  25.   end
  26.   object GammaLabel: TLabel
  27.     Left = 112
  28.     Top = 48
  29.     Width = 62
  30.     Height = 13
  31.     Caption = 'GammaLabel'
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 300
  35.     Top = 8
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 0
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 300
  45.     Top = 38
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object TrackBar: TTrackBar
  54.     Left = 16
  55.     Top = 80
  56.     Width = 257
  57.     Height = 45
  58.     Max = 60
  59.     Min = 1
  60.     Orientation = trHorizontal
  61.     Frequency = 1
  62.     Position = 1
  63.     SelEnd = 0
  64.     SelStart = 0
  65.     TabOrder = 2
  66.     TickMarks = tmBottomRight
  67.     TickStyle = tsAuto
  68.     OnChange = TrackBarChange
  69.   end
  70. end
  71.