home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Internet / Netedit / _SETUP.1 / netedit.exe / 0 / RCDATA / TDECOUPE / TDECOUPE.txt
Encoding:
Text File  |  2002-01-17  |  3.7 KB  |  182 lines

  1. object decoupe: Tdecoupe
  2.   Left = 113
  3.   Top = 89
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'D∩┐╜coupe de l'#39'image'
  8.   ClientHeight = 453
  9.   ClientWidth = 627
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnMouseMove = FormMouseMove
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 584
  24.     Top = 416
  25.     Width = 32
  26.     Height = 13
  27.     Caption = 'Label1'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 584
  37.     Top = 432
  38.     Width = 32
  39.     Height = 13
  40.     Caption = 'Label2'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object OKBtn: TBitBtn
  49.     Left = 24
  50.     Top = 420
  51.     Width = 77
  52.     Height = 27
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 0
  60.     Kind = bkOK
  61.     Margin = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object CancelBtn: TBitBtn
  66.     Left = 108
  67.     Top = 420
  68.     Width = 77
  69.     Height = 27
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 1
  77.     Kind = bkCancel
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object HelpBtn: TBitBtn
  83.     Left = 192
  84.     Top = 420
  85.     Width = 77
  86.     Height = 27
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     TabOrder = 2
  94.     OnClick = HelpBtnClick
  95.     Kind = bkHelp
  96.     Margin = 2
  97.     Spacing = -1
  98.     IsControl = True
  99.   end
  100.   object ScrollBox1: TScrollBox
  101.     Left = 8
  102.     Top = 8
  103.     Width = 609
  104.     Height = 393
  105.     TabOrder = 7
  106.     object Image1: TImage
  107.       Left = 0
  108.       Top = 0
  109.       Width = 615
  110.       Height = 399
  111.       AutoSize = True
  112.       OnMouseDown = Image1MouseDown
  113.       OnMouseMove = Image1MouseMove
  114.     end
  115.   end
  116.   object BitBtn1: TBitBtn
  117.     Left = 288
  118.     Top = 420
  119.     Width = 65
  120.     Height = 25
  121.     Caption = 'Rectangle'
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clBlack
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 3
  129.     OnClick = BitBtn1Click
  130.   end
  131.   object BitBtn2: TBitBtn
  132.     Left = 360
  133.     Top = 420
  134.     Width = 57
  135.     Height = 25
  136.     Caption = 'Cercle'
  137.     Font.Charset = DEFAULT_CHARSET
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ParentFont = False
  143.     TabOrder = 4
  144.     OnClick = BitBtn2Click
  145.   end
  146.   object BitBtn3: TBitBtn
  147.     Left = 424
  148.     Top = 420
  149.     Width = 57
  150.     Height = 25
  151.     Caption = 'Polygone'
  152.     Font.Charset = DEFAULT_CHARSET
  153.     Font.Color = clBlack
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     TabOrder = 5
  159.     OnClick = BitBtn3Click
  160.   end
  161.   object BitBtn4: TBitBtn
  162.     Left = 488
  163.     Top = 420
  164.     Width = 89
  165.     Height = 25
  166.     Caption = 'Stop Polygone'
  167.     Enabled = False
  168.     Font.Charset = DEFAULT_CHARSET
  169.     Font.Color = clBlack
  170.     Font.Height = -11
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = []
  173.     ParentFont = False
  174.     TabOrder = 6
  175.     OnClick = BitBtn4Click
  176.   end
  177.   object OpenDialog1: TOpenDialog
  178.     Filter = 'Fichiers HTML (*.htm;*.html)|*.htm*|Tous les fichiers (*.*|*.*'
  179.     Top = 416
  180.   end
  181. end
  182.