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

  1. object hr: Thr
  2.   Left = 253
  3.   Top = 83
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Ligne de s∩┐╜paration'
  8.   ClientHeight = 148
  9.   ClientWidth = 262
  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.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 161
  25.     Height = 137
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 24
  31.     Top = 24
  32.     Width = 49
  33.     Height = 13
  34.     Caption = 'Epaisseur:'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 24
  44.     Top = 56
  45.     Width = 48
  46.     Height = 13
  47.     Caption = 'Longueur:'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label3: TLabel
  56.     Left = 24
  57.     Top = 120
  58.     Width = 52
  59.     Height = 13
  60.     Caption = 'Alignement'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object OKBtn: TBitBtn
  69.     Left = 180
  70.     Top = 8
  71.     Width = 77
  72.     Height = 27
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 2
  80.     OnClick = OKBtnClick
  81.     Kind = bkOK
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object CancelBtn: TBitBtn
  87.     Left = 180
  88.     Top = 40
  89.     Width = 77
  90.     Height = 27
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 3
  98.     Kind = bkCancel
  99.     Margin = 2
  100.     Spacing = -1
  101.     IsControl = True
  102.   end
  103.   object ComboBox1: TComboBox
  104.     Left = 88
  105.     Top = 16
  106.     Width = 73
  107.     Height = 21
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ItemHeight = 13
  114.     ParentFont = False
  115.     TabOrder = 0
  116.     Text = '1'
  117.     Items.Strings = (
  118.       '1'
  119.       '2'
  120.       '3'
  121.       '4'
  122.       '5'
  123.       '6'
  124.       '7'
  125.       '8'
  126.       '9')
  127.   end
  128.   object ComboBox2: TComboBox
  129.     Left = 88
  130.     Top = 48
  131.     Width = 73
  132.     Height = 21
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clBlack
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ItemHeight = 13
  139.     ParentFont = False
  140.     TabOrder = 1
  141.     Text = '90%'
  142.     Items.Strings = (
  143.       '10%'
  144.       '20%'
  145.       '30%'
  146.       '40%'
  147.       '50%'
  148.       '60%'
  149.       '70%'
  150.       '80%'
  151.       '90%'
  152.       '100%')
  153.   end
  154.   object Button1: TButton
  155.     Left = 88
  156.     Top = 80
  157.     Width = 75
  158.     Height = 25
  159.     Caption = 'Couleur'
  160.     Enabled = False
  161.     Font.Charset = DEFAULT_CHARSET
  162.     Font.Color = clBlack
  163.     Font.Height = -11
  164.     Font.Name = 'MS Sans Serif'
  165.     Font.Style = []
  166.     ParentFont = False
  167.     TabOrder = 4
  168.     OnClick = Button1Click
  169.   end
  170.   object ComboBox3: TComboBox
  171.     Left = 88
  172.     Top = 112
  173.     Width = 73
  174.     Height = 21
  175.     Font.Charset = DEFAULT_CHARSET
  176.     Font.Color = clBlack
  177.     Font.Height = -11
  178.     Font.Name = 'MS Sans Serif'
  179.     Font.Style = []
  180.     ItemHeight = 13
  181.     ParentFont = False
  182.     TabOrder = 5
  183.     Text = 'aucun'
  184.     Items.Strings = (
  185.       'aucun'
  186.       'left'
  187.       'center'
  188.       'right')
  189.   end
  190.   object CheckBox1: TCheckBox
  191.     Left = 24
  192.     Top = 88
  193.     Width = 17
  194.     Height = 17
  195.     TabOrder = 6
  196.     OnClick = CheckBox1Click
  197.   end
  198.   object ColorDialog1: TColorDialog
  199.     Ctl3D = True
  200.     Options = [cdFullOpen, cdAnyColor]
  201.     Left = 208
  202.     Top = 104
  203.   end
  204. end
  205.