home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Warsztat_Cpp_Builder / UnitGamma.dfm < prev    next >
Text File  |  2003-09-21  |  2KB  |  96 lines

  1. object FormGamma: TFormGamma
  2.   Left = 352
  3.   Top = 200
  4.   Width = 522
  5.   Height = 295
  6.   Caption = 'Korekcja Gamma'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object rys1: TImage
  18.     Left = 8
  19.     Top = 24
  20.     Width = 240
  21.     Height = 180
  22.   end
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 219
  26.     Width = 36
  27.     Height = 13
  28.     Caption = 'Gamma'
  29.   end
  30.   object rys2: TImage
  31.     Left = 264
  32.     Top = 24
  33.     Width = 240
  34.     Height = 180
  35.   end
  36.   object Label2: TLabel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 40
  40.     Height = 13
  41.     Caption = 'Orygina'#322
  42.   end
  43.   object Label3: TLabel
  44.     Left = 264
  45.     Top = 8
  46.     Width = 74
  47.     Height = 13
  48.     Caption = 'Zmodyfikowany'
  49.   end
  50.   object tbGamma: TTrackBar
  51.     Left = 48
  52.     Top = 216
  53.     Width = 233
  54.     Height = 24
  55.     Max = 99
  56.     Min = -99
  57.     Orientation = trHorizontal
  58.     Frequency = 1
  59.     Position = 0
  60.     SelEnd = 0
  61.     SelStart = 0
  62.     TabOrder = 0
  63.     ThumbLength = 18
  64.     TickMarks = tmBottomRight
  65.     TickStyle = tsNone
  66.     OnChange = tbGammaChange
  67.   end
  68.   object BitBtn1: TBitBtn
  69.     Left = 344
  70.     Top = 214
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Zastosuj'
  74.     TabOrder = 1
  75.     Kind = bkOK
  76.   end
  77.   object BitBtn2: TBitBtn
  78.     Left = 432
  79.     Top = 214
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Anuluj'
  83.     TabOrder = 2
  84.     Kind = bkCancel
  85.   end
  86.   object edGamma: TEdit
  87.     Left = 288
  88.     Top = 216
  89.     Width = 33
  90.     Height = 21
  91.     TabOrder = 3
  92.     Text = '0'
  93.     OnChange = edGammaChange
  94.   end
  95. end
  96.