home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / THISTOGFORM / THISTOGFORM.txt
Text File  |  2007-09-16  |  4KB  |  219 lines

  1. object HistogForm: THistogForm
  2.   Left = 341
  3.   Top = 218
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Histogramme'
  7.   ClientHeight = 388
  8.   ClientWidth = 291
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object LblOutMin: TLabel
  24.     Left = 16
  25.     Top = 266
  26.     Width = 48
  27.     Height = 13
  28.     Caption = 'LblOutMin'
  29.   end
  30.   object LblIn: TLabel
  31.     Left = 16
  32.     Top = 212
  33.     Width = 23
  34.     Height = 13
  35.     Caption = 'LblIn'
  36.   end
  37.   object LblInMin: TLabel
  38.     Left = 16
  39.     Top = 196
  40.     Width = 40
  41.     Height = 13
  42.     Caption = 'LblInMin'
  43.   end
  44.   object LblInMax: TLabel
  45.     Left = 230
  46.     Top = 196
  47.     Width = 43
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = 'LblInMax'
  51.   end
  52.   object LblOutMax: TLabel
  53.     Left = 222
  54.     Top = 266
  55.     Width = 51
  56.     Height = 13
  57.     Alignment = taRightJustify
  58.     Caption = 'LblOutMax'
  59.   end
  60.   object Bevel1: TBevel
  61.     Left = 16
  62.     Top = 290
  63.     Width = 257
  64.     Height = 9
  65.     Shape = bsTopLine
  66.   end
  67.   object LblMoyenne: TLabel
  68.     Left = 16
  69.     Top = 302
  70.     Width = 58
  71.     Height = 13
  72.     Caption = 'LblMoyenne'
  73.   end
  74.   object LblMediane: TLabel
  75.     Left = 16
  76.     Top = 318
  77.     Width = 55
  78.     Height = 13
  79.     Caption = 'LblMediane'
  80.   end
  81.   object ImgGrad: TImage
  82.     Left = 16
  83.     Top = 240
  84.     Width = 258
  85.     Height = 12
  86.   end
  87.   object HistoView: TImage
  88.     Left = 16
  89.     Top = 44
  90.     Width = 258
  91.     Height = 138
  92.   end
  93.   object LblPixels: TLabel
  94.     Left = 231
  95.     Top = 302
  96.     Width = 41
  97.     Height = 13
  98.     Alignment = taRightJustify
  99.     Caption = 'LblPixels'
  100.   end
  101.   object SB1: TSpeedButton
  102.     Left = 160
  103.     Top = 212
  104.     Width = 23
  105.     Height = 22
  106.     AllowAllUp = True
  107.     GroupIndex = 1
  108.     Down = True
  109.     Flat = True
  110.   end
  111.   object SB2: TSpeedButton
  112.     Left = 228
  113.     Top = 212
  114.     Width = 23
  115.     Height = 22
  116.     AllowAllUp = True
  117.     GroupIndex = 1
  118.     Flat = True
  119.   end
  120.   object SliderOut: TMySlider
  121.     Left = 9
  122.     Top = 252
  123.     Width = 272
  124.     Height = 12
  125.     Min = 0
  126.     Max = 255
  127.     DrawBar = False
  128.     BarPosition = bpTopLeft
  129.     Orientation = soHorizontal
  130.     OnChange = SliderOutChange
  131.     TabOrder = 2
  132.     TabStop = True
  133.     OnMouseUp = SliderMouseUp
  134.     OnKeyUp = SliderKeyUp
  135.   end
  136.   object SliderIn: TMySlider
  137.     Left = 9
  138.     Top = 182
  139.     Width = 272
  140.     Height = 12
  141.     Min = 0
  142.     Max = 255
  143.     DrawBar = False
  144.     BarPosition = bpTopLeft
  145.     Orientation = soHorizontal
  146.     OnChange = SliderInChange
  147.     TabOrder = 1
  148.     TabStop = True
  149.     OnMouseUp = SliderMouseUp
  150.     OnKeyUp = SliderKeyUp
  151.   end
  152.   object BAnnuler: TButton
  153.     Left = 200
  154.     Top = 348
  155.     Width = 75
  156.     Height = 25
  157.     Cancel = True
  158.     Caption = 'Annuler'
  159.     TabOrder = 5
  160.     OnClick = BAnnulerClick
  161.   end
  162.   object BOk: TButton
  163.     Left = 120
  164.     Top = 348
  165.     Width = 75
  166.     Height = 25
  167.     Caption = 'Ok'
  168.     Default = True
  169.     TabOrder = 4
  170.     OnClick = BOkClick
  171.   end
  172.   object CBCouche: TComboBox
  173.     Left = 16
  174.     Top = 16
  175.     Width = 258
  176.     Height = 21
  177.     Style = csDropDownList
  178.     ItemHeight = 13
  179.     ItemIndex = 0
  180.     TabOrder = 0
  181.     Text = 'Luminosit'#233
  182.     OnChange = CBCoucheChange
  183.     Items.Strings = (
  184.       'Luminosit'#233
  185.       'Rouge'
  186.       'Vert'
  187.       'Bleu')
  188.   end
  189.   object Pnl1: TPanel
  190.     Left = 184
  191.     Top = 212
  192.     Width = 22
  193.     Height = 22
  194.     BevelOuter = bvLowered
  195.     Color = clBlack
  196.     ParentBackground = False
  197.     TabOrder = 6
  198.   end
  199.   object Pnl2: TPanel
  200.     Left = 252
  201.     Top = 212
  202.     Width = 22
  203.     Height = 22
  204.     BevelOuter = bvLowered
  205.     Color = clWhite
  206.     ParentBackground = False
  207.     TabOrder = 7
  208.   end
  209.   object BReset: TButton
  210.     Left = 16
  211.     Top = 348
  212.     Width = 75
  213.     Height = 25
  214.     Caption = 'R'#233'tablir'
  215.     TabOrder = 3
  216.     OnClick = BResetClick
  217.   end
  218. end
  219.