home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Warsztat_Cpp_Builder / fotoretuszer.exe / 0 / RCDATA / TFORMBALANS / TFORMBALANS.txt
Text File  |  2003-10-02  |  3KB  |  165 lines

  1. object FormBalans: TFormBalans
  2.   Left = 241
  3.   Top = 161
  4.   Width = 525
  5.   Height = 337
  6.   Caption = 'Balans kolor'#243'w'
  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 = 46
  28.     Height = 13
  29.     Caption = 'Czerwony'
  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 Label4: TLabel
  52.     Left = 8
  53.     Top = 267
  54.     Width = 43
  55.     Height = 13
  56.     Caption = 'Niebieski'
  57.   end
  58.   object Label5: TLabel
  59.     Left = 8
  60.     Top = 243
  61.     Width = 34
  62.     Height = 13
  63.     Caption = 'Zielony'
  64.   end
  65.   object tbR: TTrackBar
  66.     Left = 56
  67.     Top = 216
  68.     Width = 241
  69.     Height = 24
  70.     Max = 100
  71.     Min = -100
  72.     Orientation = trHorizontal
  73.     Frequency = 1
  74.     Position = 0
  75.     SelEnd = 0
  76.     SelStart = 0
  77.     TabOrder = 0
  78.     ThumbLength = 18
  79.     TickMarks = tmBottomRight
  80.     TickStyle = tsNone
  81.     OnChange = tbRChange
  82.   end
  83.   object BitBtn1: TBitBtn
  84.     Left = 344
  85.     Top = 254
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Zastosuj'
  89.     TabOrder = 1
  90.     Kind = bkOK
  91.   end
  92.   object BitBtn2: TBitBtn
  93.     Left = 432
  94.     Top = 254
  95.     Width = 75
  96.     Height = 25
  97.     Caption = 'Anuluj'
  98.     TabOrder = 2
  99.     Kind = bkCancel
  100.   end
  101.   object edR: TEdit
  102.     Left = 296
  103.     Top = 216
  104.     Width = 33
  105.     Height = 21
  106.     TabOrder = 3
  107.     Text = '0'
  108.     OnChange = edRChange
  109.   end
  110.   object tbG: TTrackBar
  111.     Left = 56
  112.     Top = 240
  113.     Width = 241
  114.     Height = 24
  115.     Max = 100
  116.     Min = -100
  117.     Orientation = trHorizontal
  118.     Frequency = 1
  119.     Position = 0
  120.     SelEnd = 0
  121.     SelStart = 0
  122.     TabOrder = 4
  123.     ThumbLength = 18
  124.     TickMarks = tmBottomRight
  125.     TickStyle = tsNone
  126.     OnChange = tbGChange
  127.   end
  128.   object tbB: TTrackBar
  129.     Left = 56
  130.     Top = 264
  131.     Width = 241
  132.     Height = 24
  133.     Max = 100
  134.     Min = -100
  135.     Orientation = trHorizontal
  136.     Frequency = 1
  137.     Position = 0
  138.     SelEnd = 0
  139.     SelStart = 0
  140.     TabOrder = 5
  141.     ThumbLength = 18
  142.     TickMarks = tmBottomRight
  143.     TickStyle = tsNone
  144.     OnChange = tbBChange
  145.   end
  146.   object edG: TEdit
  147.     Left = 296
  148.     Top = 240
  149.     Width = 33
  150.     Height = 21
  151.     TabOrder = 6
  152.     Text = '0'
  153.     OnChange = edGChange
  154.   end
  155.   object edB: TEdit
  156.     Left = 296
  157.     Top = 264
  158.     Width = 33
  159.     Height = 21
  160.     TabOrder = 7
  161.     Text = '0'
  162.     OnChange = edBChange
  163.   end
  164. end
  165.