home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / office / TEXTWORK / textwork.exe / 0 / RCDATA / TINFOWIN / TINFOWIN.txt < prev   
Text File  |  1999-06-24  |  3KB  |  134 lines

  1. object InfoWin: TInfoWin
  2.   Left = 322
  3.   Top = 258
  4.   Width = 382
  5.   Height = 258
  6.   BorderIcons = []
  7.   Caption = 'Textwork 99'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 369
  21.     Height = 193
  22.     Caption = 'Panel1'
  23.     TabOrder = 0
  24.     object DoIt: TCheckBox
  25.       Left = 8
  26.       Top = 168
  27.       Width = 249
  28.       Height = 17
  29.       Caption = 'Diesen Hinweis immer anzeigen!'
  30.       State = cbChecked
  31.       TabOrder = 0
  32.       OnClick = DoItClick
  33.     end
  34.     object Panel2: TPanel
  35.       Left = 8
  36.       Top = 8
  37.       Width = 353
  38.       Height = 153
  39.       BevelOuter = bvLowered
  40.       Caption = 'Panel2'
  41.       TabOrder = 1
  42.       object Panel3: TPanel
  43.         Left = 1
  44.         Top = 1
  45.         Width = 84
  46.         Height = 151
  47.         Align = alLeft
  48.         BevelOuter = bvNone
  49.         Color = clGray
  50.         TabOrder = 0
  51.         object Image2: TImage
  52.           Left = 4
  53.           Top = 8
  54.           Width = 73
  55.           Height = 73
  56.           Picture.Data = {<image000.bmp>}
  57.         end
  58.       end
  59.       object Panel4: TPanel
  60.         Left = 85
  61.         Top = 1
  62.         Width = 267
  63.         Height = 151
  64.         Align = alClient
  65.         BevelOuter = bvNone
  66.         Color = clWhite
  67.         Font.Charset = DEFAULT_CHARSET
  68.         Font.Color = clBlack
  69.         Font.Height = -11
  70.         Font.Name = 'MS Sans Serif'
  71.         Font.Style = []
  72.         ParentFont = False
  73.         TabOrder = 1
  74.         object Label1: TLabel
  75.           Left = 12
  76.           Top = 8
  77.           Width = 148
  78.           Height = 20
  79.           Caption = 'Wu∩┐╜ten Sie schon'
  80.           Font.Charset = ANSI_CHARSET
  81.           Font.Color = clGray
  82.           Font.Height = -16
  83.           Font.Name = 'MS Sans Serif'
  84.           Font.Style = [fsBold]
  85.           ParentFont = False
  86.         end
  87.         object Bevel1: TBevel
  88.           Left = 12
  89.           Top = 32
  90.           Width = 237
  91.           Height = 5
  92.           Shape = bsTopLine
  93.         end
  94.         object Label2: TLabel
  95.           Left = 16
  96.           Top = 40
  97.           Width = 233
  98.           Height = 17
  99.           AutoSize = False
  100.           Caption = 'Textwork 99 ist ein Taskleistenprogramm.'
  101.           WordWrap = True
  102.         end
  103.         object Label3: TLabel
  104.           Left = 16
  105.           Top = 56
  106.           Width = 229
  107.           Height = 41
  108.           AutoSize = False
  109.           Caption = 
  110.             'Um das Hauptfenster sichtbar zu machen klicken Sie bitte auf das' +
  111.             ' Textworksymbol in der Taskleiste direkt neben der Uhr.'
  112.           WordWrap = True
  113.         end
  114.         object Image1: TImage
  115.           Left = 116
  116.           Top = 104
  117.           Width = 133
  118.           Height = 41
  119.           Picture.Data = {<image001.bmp>}
  120.         end
  121.       end
  122.     end
  123.   end
  124.   object Button1: TButton
  125.     Left = 156
  126.     Top = 204
  127.     Width = 75
  128.     Height = 21
  129.     Caption = '&O K'
  130.     TabOrder = 1
  131.     OnClick = Button1Click
  132.   end
  133. end
  134.