home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / RadLight3SE.exe / RPKi / RPK.exe / 0 / RCDATA / TRPKFRM / TRPKFRM.txt < prev   
Text File  |  2002-02-16  |  5KB  |  224 lines

  1. object RPKfrm: TRPKfrm
  2.   Left = 447
  3.   Top = 264
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'RPK Installer'
  8.   ClientHeight = 259
  9.   ClientWidth = 364
  10.   Color = clBtnFace
  11.   Font.Charset = EASTEUROPE_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   ShowHint = True
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object BevelLabel1: TBevelLabel
  28.     Left = 0
  29.     Top = 213
  30.     Width = 364
  31.     Height = 13
  32.     Font.Charset = ANSI_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'Tahoma'
  36.     Font.Style = []
  37.     Align = alBottom
  38.     Alignment = taLeftJustify
  39.     Text = ' RPKi 1.00'
  40.     Color = clBtnFace
  41.   end
  42.   object Bevel1: TBevel
  43.     Left = 0
  44.     Top = 57
  45.     Width = 364
  46.     Height = 2
  47.     Align = alTop
  48.     Shape = bsTopLine
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 364
  54.     Height = 57
  55.     Align = alTop
  56.     BevelOuter = bvNone
  57.     Color = clWhite
  58.     TabOrder = 0
  59.     object Label1: TLabel
  60.       Left = 8
  61.       Top = 11
  62.       Width = 222
  63.       Height = 13
  64.       Caption = 'Welcome to RadLight Package Installer'
  65.       Font.Charset = ANSI_CHARSET
  66.       Font.Color = clWindowText
  67.       Font.Height = -11
  68.       Font.Name = 'Tahoma'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.     end
  72.     object Label3: TLabel
  73.       Left = 18
  74.       Top = 27
  75.       Width = 212
  76.       Height = 13
  77.       Caption = 'This will install package on your computer ...'
  78.       Font.Charset = ANSI_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -11
  81.       Font.Name = 'Tahoma'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.     object Image1: TImage
  86.       Left = 309
  87.       Top = 1
  88.       Width = 55
  89.       Height = 55
  90.       AutoSize = True
  91.       Picture.Data = {<image000.bmp>}
  92.     end
  93.   end
  94.   object PageControl1: TPageControl
  95.     Left = 0
  96.     Top = 59
  97.     Width = 364
  98.     Height = 154
  99.     ActivePage = TabSheet2
  100.     Align = alClient
  101.     Style = tsFlatButtons
  102.     TabIndex = 1
  103.     TabOrder = 1
  104.     TabWidth = 85
  105.     object TabSheet1: TTabSheet
  106.       Caption = 'Install'
  107.       object Label4: TLabel
  108.         Left = 16
  109.         Top = 12
  110.         Width = 105
  111.         Height = 13
  112.         Caption = 'Installation Progress :'
  113.         Font.Charset = ANSI_CHARSET
  114.         Font.Color = clWindowText
  115.         Font.Height = -11
  116.         Font.Name = 'Tahoma'
  117.         Font.Style = []
  118.         ParentFont = False
  119.       end
  120.       object Gauge1: TRLGauge
  121.         Left = 35
  122.         Top = 88
  123.         Width = 286
  124.         Height = 16
  125.         Color = clBtnFace
  126.         BorderColor = 6579300
  127.         StartColor = 12615680
  128.         EndColor = 3351040
  129.         GradientSteps = 255
  130.         Font.Charset = DEFAULT_CHARSET
  131.         Font.Color = clWindowText
  132.         Font.Height = -13
  133.         Font.Name = 'Verdana'
  134.         Font.Style = []
  135.         BorderDistance = 2
  136.         Orientation = oHorizontal
  137.       end
  138.     end
  139.     object TabSheet2: TTabSheet
  140.       Caption = 'Info'
  141.       ImageIndex = 1
  142.       object Label2: TLabel
  143.         Left = 16
  144.         Top = 12
  145.         Width = 106
  146.         Height = 13
  147.         Caption = 'Package Information :'
  148.         Font.Charset = ANSI_CHARSET
  149.         Font.Color = clWindowText
  150.         Font.Height = -11
  151.         Font.Name = 'Tahoma'
  152.         Font.Style = []
  153.         ParentFont = False
  154.       end
  155.       object ListView1: TListView
  156.         Left = 22
  157.         Top = 40
  158.         Width = 313
  159.         Height = 76
  160.         Columns = <
  161.           item
  162.             Caption = 'Description'
  163.             Width = 120
  164.           end
  165.           item
  166.             Caption = 'Author'
  167.             Width = 135
  168.           end
  169.           item
  170.             AutoSize = True
  171.             Caption = 'Version'
  172.           end>
  173.         Font.Charset = ANSI_CHARSET
  174.         Font.Color = clWindowText
  175.         Font.Height = -11
  176.         Font.Name = 'Tahoma'
  177.         Font.Style = []
  178.         ReadOnly = True
  179.         ParentFont = False
  180.         TabOrder = 0
  181.         ViewStyle = vsReport
  182.       end
  183.     end
  184.   end
  185.   object Panel2: TPanel
  186.     Left = 0
  187.     Top = 226
  188.     Width = 364
  189.     Height = 33
  190.     Align = alBottom
  191.     BevelOuter = bvNone
  192.     TabOrder = 2
  193.     object Button1: TButton
  194.       Left = 248
  195.       Top = 2
  196.       Width = 110
  197.       Height = 25
  198.       Caption = 'Install !'
  199.       Font.Charset = EASTEUROPE_CHARSET
  200.       Font.Color = clWindowText
  201.       Font.Height = -11
  202.       Font.Name = 'Tahoma'
  203.       Font.Style = [fsBold]
  204.       ParentFont = False
  205.       TabOrder = 0
  206.       OnClick = Button1Click
  207.     end
  208.   end
  209.   object OpenD1: TOpenDialog
  210.     DefaultExt = '*.rpk'
  211.     Filter = 'RPK Files|*.rpk'
  212.     Title = 'Please Select RPK File'
  213.     Left = 304
  214.     Top = 72
  215.   end
  216.   object Timer1: TTimer
  217.     Enabled = False
  218.     Interval = 500
  219.     OnTimer = Timer1Timer
  220.     Left = 272
  221.     Top = 72
  222.   end
  223. end
  224.