home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / lmdtoolb.exe / lmdvcl.dfm / lmdvcl.txt < prev   
Text File  |  1995-09-04  |  3KB  |  124 lines

  1. object AboutVarbox: TAboutVarbox
  2.   Left = 248
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 200
  7.   ClientWidth = 476
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   TextHeight = 16
  18.   object SIcon: TImage
  19.     Left = 11
  20.     Top = 12
  21.     Width = 70
  22.     Height = 70
  23.     Stretch = True
  24.     IsControl = True
  25.   end
  26.   object version: TLabel
  27.     Left = 94
  28.     Top = 76
  29.     Width = 335
  30.     Height = 16
  31.     AutoSize = False
  32.     Caption = 'version'
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     ShowAccelChar = False
  39.     Transparent = True
  40.   end
  41.   object description: TLabel
  42.     Left = 94
  43.     Top = 92
  44.     Width = 351
  45.     Height = 16
  46.     AutoSize = False
  47.     Caption = 'description'
  48.     Font.Color = clBlack
  49.     Font.Height = -13
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     ShowAccelChar = False
  54.     Transparent = True
  55.   end
  56.   object copyright: TLabel
  57.     Left = 94
  58.     Top = 120
  59.     Width = 351
  60.     Height = 27
  61.     AutoSize = False
  62.     Caption = 'Legal Copyright'
  63.     Font.Color = clBlack
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.     ShowAccelChar = False
  69.     Transparent = True
  70.     WordWrap = True
  71.   end
  72.   object Bevel1: TBevel
  73.     Left = 94
  74.     Top = 153
  75.     Width = 359
  76.     Height = 5
  77.     Shape = bsTopLine
  78.   end
  79.   object Label2: TLabel
  80.     Left = 94
  81.     Top = 161
  82.     Width = 123
  83.     Height = 28
  84.     AutoSize = False
  85.     Caption = 'Arbeitsspeicher: System-Ressourcen:'
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.     Transparent = True
  92.     WordWrap = True
  93.   end
  94.   object Info: TLabel
  95.     Left = 226
  96.     Top = 161
  97.     Width = 203
  98.     Height = 25
  99.     AutoSize = False
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsBold]
  104.     ParentFont = False
  105.     Transparent = True
  106.     WordWrap = True
  107.   end
  108.   object Button1: TButton
  109.     Left = 388
  110.     Top = 8
  111.     Width = 69
  112.     Height = 25
  113.     Cancel = True
  114.     Caption = '&OK'
  115.     Font.Color = clWindowText
  116.     Font.Height = -12
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ModalResult = 1
  120.     ParentFont = False
  121.     TabOrder = 0
  122.   end
  123. end
  124.