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

  1. object FormJasnosc: TFormJasnosc
  2.   Left = 334
  3.   Top = 169
  4.   Width = 525
  5.   Height = 298
  6.   Caption = 'Jasno'#347#263
  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.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object rys1: TImage
  19.     Left = 8
  20.     Top = 24
  21.     Width = 240
  22.     Height = 180
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 219
  27.     Width = 39
  28.     Height = 13
  29.     Caption = 'Jasno'#347#263
  30.   end
  31.   object rys2: TImage
  32.     Left = 264
  33.     Top = 24
  34.     Width = 240
  35.     Height = 180
  36.   end
  37.   object Label2: TLabel
  38.     Left = 8
  39.     Top = 8
  40.     Width = 40
  41.     Height = 13
  42.     Caption = 'Orygina'#322
  43.   end
  44.   object Label3: TLabel
  45.     Left = 264
  46.     Top = 8
  47.     Width = 74
  48.     Height = 13
  49.     Caption = 'Zmodyfikowany'
  50.   end
  51.   object tbJasnosc: TTrackBar
  52.     Left = 48
  53.     Top = 216
  54.     Width = 241
  55.     Height = 24
  56.     Max = 100
  57.     Min = -100
  58.     Orientation = trHorizontal
  59.     Frequency = 1
  60.     Position = 0
  61.     SelEnd = 0
  62.     SelStart = 0
  63.     TabOrder = 0
  64.     ThumbLength = 18
  65.     TickMarks = tmBottomRight
  66.     TickStyle = tsNone
  67.     OnChange = tbJasnoscChange
  68.   end
  69.   object BitBtn1: TBitBtn
  70.     Left = 344
  71.     Top = 214
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Zastosuj'
  75.     TabOrder = 1
  76.     Kind = bkOK
  77.   end
  78.   object BitBtn2: TBitBtn
  79.     Left = 432
  80.     Top = 214
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Anuluj'
  84.     TabOrder = 2
  85.     Kind = bkCancel
  86.   end
  87.   object edJasnosc: TEdit
  88.     Left = 296
  89.     Top = 216
  90.     Width = 33
  91.     Height = 21
  92.     TabOrder = 3
  93.     Text = '0'
  94.     OnChange = edJasnoscChange
  95.   end
  96. end
  97.