home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / LIB / RZABOUT.DF_ / RZABOUT.DF / RZABOUT.txt
Text File  |  1996-10-18  |  4KB  |  168 lines

  1. object RzAboutEditDlg: TRzAboutEditDlg
  2.   Left = 242
  3.   Top = 162
  4.   BorderStyle = bsNone
  5.   Caption = 'About'
  6.   ClientHeight = 217
  7.   ClientWidth = 312
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnKeyUp = FormKeyUp
  17.   TextHeight = 13
  18.   object RzPanel1: TRzPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 312
  22.     Height = 217
  23.     Align = alClient
  24.     FrameSides = []
  25.     TabOrder = 0
  26.     object LblVersion: TLabel
  27.       Left = 32
  28.       Top = 196
  29.       Width = 181
  30.       Height = 13
  31.       AutoSize = False
  32.     end
  33.     object LblTrial1: TRzLabel
  34.       Left = 32
  35.       Top = 172
  36.       Width = 158
  37.       Height = 24
  38.       TextStyle = tsRaised
  39.       Caption = 'Free Trial Edition'
  40.       Font.Color = clRed
  41.       Font.Height = -21
  42.       Font.Name = 'Times New Roman'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       Transparent = True
  46.       Visible = False
  47.     end
  48.     object BtnOk: TButton
  49.       Left = 230
  50.       Top = 184
  51.       Width = 75
  52.       Height = 25
  53.       Caption = 'OK'
  54.       Default = True
  55.       ModalResult = 1
  56.       TabOrder = 0
  57.     end
  58.     object Panel1: TPanel
  59.       Left = 32
  60.       Top = 8
  61.       Width = 273
  62.       Height = 165
  63.       BevelInner = bvRaised
  64.       BevelOuter = bvLowered
  65.       TabOrder = 1
  66.       object LblCopyright: TLabel
  67.         Left = 48
  68.         Top = 42
  69.         Width = 217
  70.         Height = 15
  71.         AutoSize = False
  72.         Caption = 'Copyright Info'
  73.         Font.Color = clBlack
  74.         Font.Height = -11
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.       end
  79.       object BtnPaletteBmp: TSpeedButton
  80.         Left = 8
  81.         Top = 8
  82.         Width = 28
  83.         Height = 28
  84.       end
  85.       object LblDescription: TLabel
  86.         Left = 48
  87.         Top = 89
  88.         Width = 213
  89.         Height = 69
  90.         AutoSize = False
  91.         Caption = 'Description of Component'
  92.         Font.Color = clBlack
  93.         Font.Height = -11
  94.         Font.Name = 'MS Sans Serif'
  95.         Font.Style = []
  96.         ParentFont = False
  97.         WordWrap = True
  98.       end
  99.       object LblComponentName: TRzLabel
  100.         Left = 48
  101.         Top = 9
  102.         Width = 213
  103.         Height = 26
  104.         TextStyle = tsRaised
  105.         AutoSize = False
  106.         Caption = 'Component Name'
  107.         Font.Color = clNavy
  108.         Font.Height = -24
  109.         Font.Name = 'Times New Roman'
  110.         Font.Style = [fsBold]
  111.         ParentFont = False
  112.       end
  113.       object LblCompany: TLabel
  114.         Left = 48
  115.         Top = 60
  116.         Width = 217
  117.         Height = 13
  118.         AutoSize = False
  119.         Caption = 'Company Info'
  120.         Font.Color = clBlack
  121.         Font.Height = -11
  122.         Font.Name = 'MS Sans Serif'
  123.         Font.Style = []
  124.         ParentFont = False
  125.       end
  126.       object Bevel1: TBevel
  127.         Left = 48
  128.         Top = 79
  129.         Width = 217
  130.         Height = 9
  131.         Shape = bsTopLine
  132.       end
  133.     end
  134.     object RzPanel2: TRzPanel
  135.       Left = 2
  136.       Top = 2
  137.       Width = 25
  138.       Height = 213
  139.       Align = alLeft
  140.       BorderInner = fsRaised
  141.       BorderOuter = fsLowered
  142.       BorderSides = [sdRight]
  143.       Color = clActiveCaption
  144.       FrameSides = []
  145.       TabOrder = 2
  146.       object LblTitle: TRzLabel
  147.         Left = 0
  148.         Top = 0
  149.         Width = 19
  150.         Height = 213
  151.         Angle = 90
  152.         TextStyle = tsNormal
  153.         Align = alLeft
  154.         Alignment = taCenter
  155.         AutoSize = False
  156.         Caption = 'About Raize Components'
  157.         Color = clActiveCaption
  158.         Font.Color = clCaptionText
  159.         Font.Height = -13
  160.         Font.Name = 'Arial'
  161.         Font.Style = [fsBold]
  162.         ParentColor = False
  163.         ParentFont = False
  164.       end
  165.     end
  166.   end
  167. end
  168.