home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 8 / LogicielsPCHS_8.iso / Logique / Winbrique / Winbrique.exe / 0 / RCDATA / TFRMAUTEUR / TFRMAUTEUR.txt
Text File  |  2000-09-20  |  3KB  |  150 lines

  1. object FrmAuteur: TFrmAuteur
  2.   Left = 121
  3.   Top = 117
  4.   Width = 567
  5.   Height = 249
  6.   Caption = 'Ecran Auteur'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ImageReduite: TImage
  17.     Left = 32
  18.     Top = 32
  19.     Width = 217
  20.     Height = 177
  21.     Stretch = True
  22.   end
  23.   object ImageMemoire: TImage
  24.     Left = 288
  25.     Top = 248
  26.     Width = 105
  27.     Height = 105
  28.     Visible = False
  29.   end
  30.   object Image1: TImage
  31.     Left = 272
  32.     Top = 232
  33.     Width = 105
  34.     Height = 105
  35.     Visible = False
  36.   end
  37.   object Label1: TLabel
  38.     Left = 360
  39.     Top = 56
  40.     Width = 34
  41.     Height = 13
  42.     Caption = 'Auteur '
  43.   end
  44.   object Label2: TLabel
  45.     Left = 360
  46.     Top = 144
  47.     Width = 61
  48.     Height = 13
  49.     Caption = 'Nb de coups'
  50.   end
  51.   object TitreDuPlateau: TLabel
  52.     Left = 216
  53.     Top = 8
  54.     Width = 37
  55.     Height = 20
  56.     Caption = 'Titre'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBlue
  59.     Font.Height = -16
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object Label3: TLabel
  65.     Left = 360
  66.     Top = 96
  67.     Width = 25
  68.     Height = 13
  69.     Caption = 'Email'
  70.   end
  71.   object BitBtn1: TBitBtn
  72.     Left = 400
  73.     Top = 16
  74.     Width = 105
  75.     Height = 25
  76.     Caption = 'Charger un plateau'
  77.     TabOrder = 0
  78.     OnClick = BitBtn1Click
  79.   end
  80.   object UpDown1: TUpDown
  81.     Left = 8
  82.     Top = 32
  83.     Width = 18
  84.     Height = 49
  85.     Min = 0
  86.     Position = 0
  87.     TabOrder = 1
  88.     Wrap = False
  89.     OnChangingEx = UpDown1ChangingEx
  90.   end
  91.   object UpDown2: TUpDown
  92.     Left = 40
  93.     Top = 8
  94.     Width = 49
  95.     Height = 18
  96.     Min = 0
  97.     Orientation = udHorizontal
  98.     Position = 0
  99.     TabOrder = 2
  100.     Wrap = False
  101.     OnChangingEx = UpDown2ChangingEx
  102.   end
  103.   object Button1: TButton
  104.     Left = 376
  105.     Top = 192
  106.     Width = 105
  107.     Height = 25
  108.     Caption = 'Officialiser'
  109.     TabOrder = 3
  110.     OnClick = Button1Click
  111.   end
  112.   object Memo1: TMemo
  113.     Left = 416
  114.     Top = 248
  115.     Width = 49
  116.     Height = 41
  117.     TabOrder = 4
  118.     Visible = False
  119.     WordWrap = False
  120.   end
  121.   object Edit1: TEdit
  122.     Left = 360
  123.     Top = 72
  124.     Width = 177
  125.     Height = 21
  126.     TabOrder = 5
  127.   end
  128.   object Edit2: TEdit
  129.     Left = 504
  130.     Top = 144
  131.     Width = 33
  132.     Height = 21
  133.     MaxLength = 3
  134.     TabOrder = 6
  135.   end
  136.   object Edit3: TEdit
  137.     Left = 360
  138.     Top = 112
  139.     Width = 177
  140.     Height = 21
  141.     TabOrder = 7
  142.   end
  143.   object OpenDialog1: TOpenDialog
  144.     DefaultExt = '*.wbp'
  145.     Filter = 'Plateau WinBrique|*.wbp'
  146.     Left = 288
  147.     Top = 112
  148.   end
  149. end
  150.