home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98B.iso / Polskie / JaPa / Install.exe / 0 / RCDATA / TF_WELCOME / TF_WELCOME.txt < prev   
Text File  |  1997-09-21  |  3KB  |  141 lines

  1. object F_WELCOME: TF_WELCOME
  2.   Left = 195
  3.   Top = 146
  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 Image1: TImage
  43.     Left = 8
  44.     Top = 8
  45.     Width = 129
  46.     Height = 266
  47.     Picture.Data = {<image000.bmp>}
  48.     Stretch = True
  49.   end
  50.   object Label2: TLabel
  51.     Left = 168
  52.     Top = 240
  53.     Width = 32
  54.     Height = 13
  55.     Caption = 'Label2'
  56.     Transparent = True
  57.   end
  58.   object Bevel3: TBevel
  59.     Left = 144
  60.     Top = 224
  61.     Width = 321
  62.     Height = 49
  63.     Shape = bsFrame
  64.   end
  65.   object Button1: TButton
  66.     Left = 208
  67.     Top = 304
  68.     Width = 75
  69.     Height = 25
  70.     Hint = 'Poprzedni krok instalacji'
  71.     Caption = 'Button1'
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     TabOrder = 0
  75.     OnClick = Button1Click
  76.   end
  77.   object Button2: TButton
  78.     Left = 288
  79.     Top = 304
  80.     Width = 75
  81.     Height = 25
  82.     Hint = 'Nast∩┐╜pny krok instalacji'
  83.     Caption = 'Button2'
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 1
  87.     OnClick = Button2Click
  88.   end
  89.   object Button3: TButton
  90.     Left = 384
  91.     Top = 304
  92.     Width = 75
  93.     Height = 25
  94.     Hint = 'Przerwanie procesu instalacji'
  95.     Caption = 'Button3'
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     TabOrder = 2
  99.     OnClick = Button3Click
  100.   end
  101.   object b_browse: TButton
  102.     Left = 384
  103.     Top = 240
  104.     Width = 75
  105.     Height = 25
  106.     Hint = 'Zmiana katalogu docelowego'
  107.     Caption = 'Przegl∩┐╜daj'
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 3
  111.     OnClick = b_browseClick
  112.   end
  113.   object edit_program_group_name: TEdit
  114.     Left = 226
  115.     Top = 240
  116.     Width = 121
  117.     Height = 21
  118.     MaxLength = 32
  119.     TabOrder = 4
  120.     Text = 'edit_program_group_name'
  121.   end
  122.   object ProgressBar1: TProgressBar
  123.     Left = 144
  124.     Top = 168
  125.     Width = 150
  126.     Height = 16
  127.     Min = 0
  128.     Max = 100
  129.     TabOrder = 5
  130.   end
  131.   object DdeClientConv1: TDdeClientConv
  132.     ServiceApplication = 'progman'
  133.     DdeTopic = 'progman'
  134.     Left = 40
  135.     Top = 296
  136.     LinkInfo = (
  137.       'Service '
  138.       'Topic progman')
  139.   end
  140. end
  141.