home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Maj / NetEdit / _SETUP.1 / netedit.exe / 0 / RCDATA / TDEROULE / TDEROULE.txt
Encoding:
Text File  |  2002-01-17  |  2.7 KB  |  143 lines

  1. object deroule: Tderoule
  2.   Left = 99
  3.   Top = 123
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Menu d∩┐╜roulant'
  8.   ClientHeight = 104
  9.   ClientWidth = 316
  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.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 209
  25.     Height = 89
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 16
  31.     Top = 24
  32.     Width = 25
  33.     Height = 13
  34.     Caption = 'Nom:'
  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 = 16
  44.     Top = 64
  45.     Width = 41
  46.     Height = 13
  47.     Caption = 'Hauteur:'
  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 OKBtn: TBitBtn
  56.     Left = 228
  57.     Top = 8
  58.     Width = 77
  59.     Height = 27
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 2
  67.     Kind = bkOK
  68.     Margin = 2
  69.     Spacing = -1
  70.     IsControl = True
  71.   end
  72.   object CancelBtn: TBitBtn
  73.     Left = 228
  74.     Top = 40
  75.     Width = 77
  76.     Height = 27
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 3
  84.     Kind = bkCancel
  85.     Margin = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89.   object Edit1: TEdit
  90.     Left = 80
  91.     Top = 16
  92.     Width = 121
  93.     Height = 21
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 0
  101.   end
  102.   object ComboBox1: TComboBox
  103.     Left = 80
  104.     Top = 56
  105.     Width = 121
  106.     Height = 21
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ItemHeight = 13
  113.     ParentFont = False
  114.     TabOrder = 1
  115.     Text = '1'
  116.     Items.Strings = (
  117.       '1'
  118.       '2'
  119.       '3'
  120.       '4'
  121.       '5'
  122.       '6')
  123.   end
  124.   object ComboBox2: TComboBox
  125.     Left = 232
  126.     Top = 72
  127.     Width = 73
  128.     Height = 21
  129.     Font.Charset = DEFAULT_CHARSET
  130.     Font.Color = clBlack
  131.     Font.Height = -11
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Style = []
  134.     ItemHeight = 13
  135.     ParentFont = False
  136.     TabOrder = 4
  137.     Text = 'menu'
  138.     Items.Strings = (
  139.       'menu'
  140.       'deroulant')
  141.   end
  142. end
  143.