home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Eveil / ColorBaby / _SETUP.1 / ColorBaby.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  2001-07-16  |  6KB  |  309 lines

  1. object Form6: TForm6
  2.   Left = 157
  3.   Top = 175
  4.   HelpContext = 12
  5.   ActiveControl = Button3
  6.   BorderStyle = bsDialog
  7.   Caption = 'Couleurs'
  8.   ClientHeight = 285
  9.   ClientWidth = 592
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = 'ColorBaby.hlp'
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel2: TBevel
  24.     Left = 212
  25.     Top = 10
  26.     Width = 371
  27.     Height = 40
  28.   end
  29.   object Image1: TImage
  30.     Left = 10
  31.     Top = 40
  32.     Width = 193
  33.     Height = 193
  34.     Cursor = crHandPoint
  35.     OnMouseDown = Image1MouseDown
  36.     OnMouseUp = Image1MouseUp
  37.   end
  38.   object Label1: TLabel
  39.     Left = 218
  40.     Top = 22
  41.     Width = 39
  42.     Height = 13
  43.     Caption = '&Palette :'
  44.     FocusControl = ComboBox1
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 7
  48.     Top = 242
  49.     Width = 577
  50.     Height = 9
  51.     Shape = bsTopLine
  52.   end
  53.   object Label2: TLabel
  54.     Left = 218
  55.     Top = 72
  56.     Width = 38
  57.     Height = 13
  58.     Caption = '&Rouge :'
  59.     FocusControl = TrackBar1
  60.   end
  61.   object Label3: TLabel
  62.     Left = 218
  63.     Top = 124
  64.     Width = 25
  65.     Height = 13
  66.     Caption = '&Vert :'
  67.     FocusControl = TrackBar2
  68.   end
  69.   object Label4: TLabel
  70.     Left = 218
  71.     Top = 176
  72.     Width = 27
  73.     Height = 13
  74.     Caption = '&Bleu :'
  75.     FocusControl = TrackBar3
  76.   end
  77.   object HarmGradient1: THarmGradient
  78.     Left = 270
  79.     Top = 72
  80.     Width = 274
  81.     Height = 15
  82.     BeginColor = clBlack
  83.     EndColor = clRed
  84.     GradientStyle = gsHorizontal
  85.   end
  86.   object HarmGradient2: THarmGradient
  87.     Left = 270
  88.     Top = 124
  89.     Width = 274
  90.     Height = 15
  91.     BeginColor = clBlack
  92.     EndColor = clLime
  93.     GradientStyle = gsHorizontal
  94.   end
  95.   object HarmGradient3: THarmGradient
  96.     Left = 270
  97.     Top = 176
  98.     Width = 274
  99.     Height = 15
  100.     BeginColor = clBlack
  101.     EndColor = clBlue
  102.     GradientStyle = gsHorizontal
  103.   end
  104.   object Label6: TLabel
  105.     Left = 18
  106.     Top = 13
  107.     Width = 43
  108.     Height = 13
  109.     Caption = '&Modifier :'
  110.     FocusControl = ComboBox2
  111.   end
  112.   object Curseur: TShape
  113.     Left = 8
  114.     Top = 38
  115.     Width = 17
  116.     Height = 17
  117.     Cursor = crHandPoint
  118.     Brush.Style = bsClear
  119.     Pen.Color = clRed
  120.     Pen.Width = 2
  121.   end
  122.   object Button2: TButton
  123.     Left = 169
  124.     Top = 252
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&OK'
  128.     ModalResult = 1
  129.     TabOrder = 9
  130.     OnClick = Button2Click
  131.   end
  132.   object Button3: TButton
  133.     Left = 259
  134.     Top = 252
  135.     Width = 75
  136.     Height = 25
  137.     Caption = 'Annuler'
  138.     ModalResult = 2
  139.     TabOrder = 10
  140.     OnClick = Button3Click
  141.   end
  142.   object ComboBox1: TComboBox
  143.     Left = 261
  144.     Top = 19
  145.     Width = 150
  146.     Height = 21
  147.     Style = csDropDownList
  148.     ItemHeight = 13
  149.     TabOrder = 0
  150.     OnChange = ComboBox1Change
  151.   end
  152.   object FileListBox1: TFileListBox
  153.     Left = 80
  154.     Top = 256
  155.     Width = 45
  156.     Height = 23
  157.     ItemHeight = 13
  158.     Mask = '*.PAL'
  159.     TabOrder = 12
  160.     Visible = False
  161.   end
  162.   object Button1: TButton
  163.     Left = 419
  164.     Top = 17
  165.     Width = 75
  166.     Height = 25
  167.     Caption = 'O&uvrir...'
  168.     TabOrder = 1
  169.     OnClick = Button1Click
  170.   end
  171.   object Button4: TButton
  172.     Left = 348
  173.     Top = 252
  174.     Width = 75
  175.     Height = 25
  176.     HelpContext = 12
  177.     Caption = '&Aide'
  178.     TabOrder = 11
  179.     OnClick = Button4Click
  180.   end
  181.   object TrackBar1: TTrackBar
  182.     Left = 260
  183.     Top = 90
  184.     Width = 293
  185.     Height = 29
  186.     Max = 256
  187.     Min = 1
  188.     Orientation = trHorizontal
  189.     Frequency = 16
  190.     Position = 1
  191.     SelEnd = 0
  192.     SelStart = 0
  193.     TabOrder = 3
  194.     ThumbLength = 16
  195.     TickMarks = tmTopLeft
  196.     TickStyle = tsAuto
  197.     OnChange = TrackBar1Change
  198.   end
  199.   object TrackBar2: TTrackBar
  200.     Left = 260
  201.     Top = 141
  202.     Width = 293
  203.     Height = 29
  204.     Max = 256
  205.     Min = 1
  206.     Orientation = trHorizontal
  207.     Frequency = 16
  208.     Position = 1
  209.     SelEnd = 0
  210.     SelStart = 0
  211.     TabOrder = 5
  212.     ThumbLength = 16
  213.     TickMarks = tmTopLeft
  214.     TickStyle = tsAuto
  215.     OnChange = TrackBar2Change
  216.   end
  217.   object TrackBar3: TTrackBar
  218.     Left = 260
  219.     Top = 194
  220.     Width = 293
  221.     Height = 29
  222.     Max = 256
  223.     Min = 1
  224.     Orientation = trHorizontal
  225.     Frequency = 16
  226.     Position = 1
  227.     SelEnd = 0
  228.     SelStart = 0
  229.     TabOrder = 7
  230.     ThumbLength = 16
  231.     TickMarks = tmTopLeft
  232.     TickStyle = tsAuto
  233.     OnChange = TrackBar3Change
  234.   end
  235.   object Edit1: TEdit
  236.     Left = 557
  237.     Top = 95
  238.     Width = 25
  239.     Height = 21
  240.     MaxLength = 3
  241.     TabOrder = 4
  242.     Text = '1'
  243.     OnChange = Edit1Change
  244.   end
  245.   object Edit2: TEdit
  246.     Left = 557
  247.     Top = 146
  248.     Width = 25
  249.     Height = 21
  250.     MaxLength = 3
  251.     TabOrder = 6
  252.     Text = '1'
  253.     OnChange = Edit2Change
  254.   end
  255.   object Edit3: TEdit
  256.     Left = 557
  257.     Top = 198
  258.     Width = 25
  259.     Height = 21
  260.     MaxLength = 3
  261.     TabOrder = 8
  262.     Text = '1'
  263.     OnChange = Edit3Change
  264.   end
  265.   object Button5: TButton
  266.     Left = 501
  267.     Top = 17
  268.     Width = 75
  269.     Height = 25
  270.     Caption = '&Enregister...'
  271.     TabOrder = 2
  272.     OnClick = Button5Click
  273.   end
  274.   object ComboBox2: TComboBox
  275.     Left = 66
  276.     Top = 10
  277.     Width = 127
  278.     Height = 21
  279.     Style = csDropDownList
  280.     ItemHeight = 13
  281.     TabOrder = 13
  282.     OnChange = ComboBox2Change
  283.     Items.Strings = (
  284.       'Inversion horizontale'
  285.       'Inversion verticale'
  286.       'Luminosit∩┐╜'
  287.       'Miroir horizontal'
  288.       'Miroir vertical'
  289.       'Ordre al∩┐╜atoire'
  290.       'Ordre de la palette'
  291.       'Plus clair'
  292.       'PLus fonc∩┐╜')
  293.   end
  294.   object OpenDialog: TOpenDialog
  295.     HelpContext = 14
  296.     Filter = 'Palette (*.PAL)|*.PAL'
  297.     Options = [ofHideReadOnly, ofShowHelp, ofEnableSizing]
  298.     Left = 10
  299.     Top = 252
  300.   end
  301.   object SaveDialog1: TSaveDialog
  302.     HelpContext = 15
  303.     Filter = 'Palette (*.PAL)|*.PAL'
  304.     Options = [ofOverwritePrompt, ofHideReadOnly, ofShowHelp, ofEnableSizing]
  305.     Left = 44
  306.     Top = 252
  307.   end
  308. end
  309.