home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Text File  |  2000-05-28  |  3KB  |  153 lines

  1. object AboutForm: TAboutForm
  2.   Left = 196
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 168
  7.   ClientWidth = 257
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 53
  18.     Top = 208
  19.     Width = 3
  20.     Height = 13
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Label4: TLabel
  28.     Left = 149
  29.     Top = 9
  30.     Width = 98
  31.     Height = 11
  32.     Caption = '∩┐╜ 1995-2000, Voronezh, '
  33.     Font.Color = clBlack
  34.     Font.Height = -9
  35.     Font.Name = 'Small Fonts'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Image2: TImage
  40.     Left = 8
  41.     Top = 8
  42.     Width = 137
  43.     Height = 41
  44.   end
  45.   object Label5: TLabel
  46.     Left = 204
  47.     Top = 20
  48.     Width = 29
  49.     Height = 11
  50.     Caption = 'Russia'
  51.     Font.Color = clBlack
  52.     Font.Height = -9
  53.     Font.Name = 'Small Fonts'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 56
  60.     Width = 257
  61.     Height = 81
  62.     TabOrder = 0
  63.     object Label1: TLabel
  64.       Left = 62
  65.       Top = 8
  66.       Width = 59
  67.       Height = 13
  68.       Caption = '5.6, eng.'
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object Label8: TLabel
  76.       Left = 8
  77.       Top = 32
  78.       Width = 40
  79.       Height = 13
  80.       Caption = 'Author:'
  81.       Font.Color = clNavy
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.     end
  87.     object Label2: TLabel
  88.       Left = 61
  89.       Top = 33
  90.       Width = 148
  91.       Height = 13
  92.       Caption = 'Alexander E. Zavalishin'
  93.       Font.Color = clBlack
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.     object Label6: TLabel
  100.       Left = 8
  101.       Top = 8
  102.       Width = 48
  103.       Height = 13
  104.       Caption = 'Version:'
  105.       Font.Color = clNavy
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = [fsBold]
  109.       ParentFont = False
  110.     end
  111.     object Label7: TLabel
  112.       Left = 8
  113.       Top = 56
  114.       Width = 38
  115.       Height = 13
  116.       Caption = 'e-mail:'
  117.       Font.Color = clNavy
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = [fsBold]
  121.       ParentFont = False
  122.     end
  123.     object EMailLabel: TLabel
  124.       Left = 63
  125.       Top = 56
  126.       Width = 84
  127.       Height = 13
  128.       Caption = 'zalex@relex.ru'
  129.       Font.Color = clBlue
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = [fsBold, fsUnderline]
  133.       ParentFont = False
  134.       OnClick = EMailLabelClick
  135.     end
  136.   end
  137.   object Button1: TButton
  138.     Left = 80
  139.     Top = 144
  140.     Width = 97
  141.     Height = 22
  142.     Caption = 'Ok'
  143.     Font.Color = clBlack
  144.     Font.Height = -11
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = [fsBold]
  147.     ModalResult = 1
  148.     ParentFont = False
  149.     TabOrder = 1
  150.     OnKeyDown = Button1KeyDown
  151.   end
  152. end
  153.