home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / Wewiz32s.wem / 0 / RCDATA / TEPABOUTDIALOGFM / TEPABOUTDIALOGFM.txt
Text File  |  1996-10-14  |  2KB  |  118 lines

  1. object EPAboutDialogFm: TEPAboutDialogFm
  2.   Left = 343
  3.   Top = 249
  4.   ActiveControl = OKBt
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 221
  9.   ClientWidth = 342
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DescriptionLb: TLabel
  18.     Left = 68
  19.     Top = 72
  20.     Width = 264
  21.     Height = 53
  22.     AutoSize = False
  23.     Caption = '<<Description>>'
  24.     WordWrap = True
  25.   end
  26.   object SerialLb: TLabel
  27.     Left = 68
  28.     Top = 112
  29.     Width = 50
  30.     Height = 13
  31.     Caption = '<<Serial>>'
  32.   end
  33.   object CopyrightLb: TLabel
  34.     Left = 68
  35.     Top = 32
  36.     Width = 68
  37.     Height = 13
  38.     Caption = '<<Copyright>>'
  39.   end
  40.   object ProductLb: TLabel
  41.     Left = 68
  42.     Top = 12
  43.     Width = 74
  44.     Height = 16
  45.     Caption = '<<Product>>'
  46.     Font.Color = clWindowText
  47.     Font.Height = -13
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object EPBorder1: TEPBorder
  53.     Left = 68
  54.     Top = 132
  55.     Width = 269
  56.     Height = 9
  57.     ParentColor = False
  58.     BorderStyle = epbsHorizLine
  59.   end
  60.   object TLabel
  61.     Left = 68
  62.     Top = 138
  63.     Width = 185
  64.     Height = 13
  65.     Caption = 'Physical memory available to Windows:'
  66.   end
  67.   object TLabel
  68.     Left = 68
  69.     Top = 156
  70.     Width = 86
  71.     Height = 13
  72.     Caption = 'System resources:'
  73.   end
  74.   object MemoryLb: TLabel
  75.     Left = 256
  76.     Top = 138
  77.     Width = 74
  78.     Height = 13
  79.     Alignment = taRightJustify
  80.     Caption = '#,###" KB"'
  81.   end
  82.   object ResourcesLb: TLabel
  83.     Left = 260
  84.     Top = 156
  85.     Width = 70
  86.     Height = 13
  87.     Alignment = taRightJustify
  88.     Caption = '%d%% Free'
  89.   end
  90.   object AboutIm: TEPImage
  91.     Left = 12
  92.     Top = 12
  93.     Width = 32
  94.     Height = 32
  95.     ParentColor = False
  96.   end
  97.   object OKBt: TButton
  98.     Left = 256
  99.     Top = 188
  100.     Width = 75
  101.     Height = 23
  102.     Cancel = True
  103.     Caption = 'OK'
  104.     Default = True
  105.     ModalResult = 1
  106.     TabOrder = 1
  107.   end
  108.   object CustomBt: TButton
  109.     Left = 172
  110.     Top = 188
  111.     Width = 75
  112.     Height = 23
  113.     Default = True
  114.     TabOrder = 0
  115.     Visible = False
  116.   end
  117. end
  118.