home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Reklamy / JaPa / Install.exe / 0 / RCDATA / TF_WELCOME / TF_WELCOME.txt
Text File  |  2001-03-16  |  3KB  |  169 lines

  1. object F_WELCOME: TF_WELCOME
  2.   Left = 279
  3.   Top = 289
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Welcome'
  7.   ClientHeight = 331
  8.   ClientWidth = 470
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 129
  23.     Height = 265
  24.   end
  25.   object Label1: TLabel
  26.     Left = 152
  27.     Top = 16
  28.     Width = 32
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = 'Label1'
  32.     Transparent = True
  33.     WordWrap = True
  34.   end
  35.   object Bevel1: TBevel
  36.     Left = 8
  37.     Top = 290
  38.     Width = 458
  39.     Height = 46
  40.     Shape = bsTopLine
  41.   end
  42.   object Label2: TLabel
  43.     Left = 168
  44.     Top = 240
  45.     Width = 32
  46.     Height = 13
  47.     Caption = 'Label2'
  48.     Transparent = True
  49.   end
  50.   object Bevel3: TBevel
  51.     Left = 144
  52.     Top = 224
  53.     Width = 321
  54.     Height = 49
  55.     Shape = bsFrame
  56.   end
  57.   object Image1: TBackground
  58.     Left = 12
  59.     Top = 16
  60.     Width = 117
  61.     Height = 251
  62.     Color1 = clBlue
  63.     Color2 = clBlack
  64.     BackStyle = bgSmooth
  65.   end
  66.   object Label3: TLabel
  67.     Left = 8
  68.     Top = 222
  69.     Width = 129
  70.     Height = 37
  71.     Alignment = taCenter
  72.     AutoSize = False
  73.     Caption = 'Japa Software ∩┐╜∩┐╜d∩┐╜'
  74.     Font.Color = clYellow
  75.     Font.Height = -19
  76.     Font.Name = 'Times New Roman'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     Transparent = True
  80.   end
  81.   object Button1: TButton
  82.     Left = 208
  83.     Top = 304
  84.     Width = 75
  85.     Height = 25
  86.     Hint = 'Poprzedni krok instalacji'
  87.     Caption = 'Button1'
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.     TabOrder = 0
  91.     OnClick = Button1Click
  92.   end
  93.   object Button2: TButton
  94.     Left = 288
  95.     Top = 304
  96.     Width = 75
  97.     Height = 25
  98.     Hint = 'Nast∩┐╜pny krok instalacji'
  99.     Caption = 'Button2'
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 1
  103.     OnClick = Button2Click
  104.   end
  105.   object Button3: TButton
  106.     Left = 384
  107.     Top = 304
  108.     Width = 75
  109.     Height = 25
  110.     Hint = 'Przerwanie procesu instalacji'
  111.     Caption = 'Button3'
  112.     ParentShowHint = False
  113.     ShowHint = True
  114.     TabOrder = 2
  115.     OnClick = Button3Click
  116.   end
  117.   object b_browse: TButton
  118.     Left = 384
  119.     Top = 240
  120.     Width = 75
  121.     Height = 25
  122.     Hint = 'Zmiana katalogu docelowego'
  123.     Caption = 'Przegl∩┐╜daj'
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     TabOrder = 3
  127.     OnClick = b_browseClick
  128.   end
  129.   object edit_program_group_name: TEdit
  130.     Left = 226
  131.     Top = 240
  132.     Width = 121
  133.     Height = 21
  134.     MaxLength = 32
  135.     TabOrder = 4
  136.     Text = 'edit_program_group_name'
  137.   end
  138.   object ProgressBar1: TProgressBar
  139.     Left = 144
  140.     Top = 168
  141.     Width = 150
  142.     Height = 16
  143.     Min = 0
  144.     Max = 100
  145.     TabOrder = 5
  146.   end
  147.   object DdeClientConv1: TDdeClientConv
  148.     ServiceApplication = 'progman'
  149.     DdeTopic = 'progman'
  150.     Left = 40
  151.     Top = 296
  152.     LinkInfo = (
  153.       'Service '
  154.       'Topic progman')
  155.   end
  156.   object ZipMaster1: TZipMaster
  157.     Verbose = False
  158.     Trace = False
  159.     AddCompLevel = 9
  160.     AddOptions = []
  161.     ExtrOptions = [ExtrDirNames]
  162.     SFXOptions = []
  163.     SFXOverWriteMode = OvrConfirm
  164.     SFXCaption = 'Self-extracting Archive'
  165.     Left = 72
  166.     Top = 296
  167.   end
  168. end
  169.