home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / tools / 95edi97 / install.exe / 0 / RCDATA / TFRMINST / TFRMINST.txt < prev   
Text File  |  1997-03-31  |  4KB  |  187 lines

  1. object frmInst: TfrmInst
  2.   Left = 178
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Edi - Installation'
  7.   ClientHeight = 372
  8.   ClientWidth = 568
  9.   Color = clGray
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 15
  21.     Top = 10
  22.     Width = 434
  23.     Height = 334
  24.     TabOrder = 0
  25.     object Bevel1: TBevel
  26.       Left = 5
  27.       Top = 5
  28.       Width = 424
  29.       Height = 324
  30.     end
  31.     object bezNach: TLabel
  32.       Left = 35
  33.       Top = 70
  34.       Width = 83
  35.       Height = 16
  36.       Caption = 'Installieren in :'
  37.       Font.Color = clBlack
  38.       Font.Height = -13
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object bezKopiere: TLabel
  44.       Left = 27
  45.       Top = 208
  46.       Width = 53
  47.       Height = 16
  48.       Caption = 'Kopiere :'
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object bezDatei: TLabel
  56.       Left = 87
  57.       Top = 208
  58.       Width = 322
  59.       Height = 16
  60.       AutoSize = False
  61.       Font.Color = clBlack
  62.       Font.Height = -13
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object Bevel2: TBevel
  68.       Left = 5
  69.       Top = 50
  70.       Width = 424
  71.       Height = 2
  72.     end
  73.     object Bevel3: TBevel
  74.       Left = 5
  75.       Top = 128
  76.       Width = 424
  77.       Height = 2
  78.     end
  79.     object Bevel4: TBevel
  80.       Left = 5
  81.       Top = 182
  82.       Width = 424
  83.       Height = 2
  84.     end
  85.     object Bevel5: TBevel
  86.       Left = 5
  87.       Top = 241
  88.       Width = 424
  89.       Height = 2
  90.     end
  91.     object bezTitelH: TLabel
  92.       Left = 22
  93.       Top = 11
  94.       Width = 231
  95.       Height = 35
  96.       Caption = 'Edi - Installation'
  97.       Color = clBtnFace
  98.       Font.Color = clGray
  99.       Font.Height = -32
  100.       Font.Name = 'MS Serif'
  101.       Font.Style = [fsBold]
  102.       ParentColor = False
  103.       ParentFont = False
  104.       Transparent = True
  105.     end
  106.     object bezTitelV: TLabel
  107.       Left = 20
  108.       Top = 10
  109.       Width = 231
  110.       Height = 35
  111.       Caption = 'Edi - Installation'
  112.       Color = clBtnFace
  113.       Font.Color = clWhite
  114.       Font.Height = -32
  115.       Font.Name = 'MS Serif'
  116.       Font.Style = [fsBold]
  117.       ParentColor = False
  118.       ParentFont = False
  119.       Transparent = True
  120.     end
  121.     object btnStart: TButton
  122.       Left = 35
  123.       Top = 274
  124.       Width = 156
  125.       Height = 33
  126.       Caption = 'Installation starten'
  127.       Font.Color = clWindowText
  128.       Font.Height = -13
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       ParentFont = False
  132.       TabOrder = 0
  133.       OnClick = btnStartClick
  134.     end
  135.     object ediPfad: TEdit
  136.       Left = 35
  137.       Top = 90
  138.       Width = 251
  139.       Height = 24
  140.       Font.Color = clWindowText
  141.       Font.Height = -13
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentFont = False
  145.       TabOrder = 1
  146.       Text = 'C:\Programme\RHS\Edi\'
  147.     end
  148.     object btnEnde: TButton
  149.       Left = 243
  150.       Top = 274
  151.       Width = 156
  152.       Height = 33
  153.       Caption = 'Installation abbrechen'
  154.       Font.Color = clBlack
  155.       Font.Height = -13
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       ParentFont = False
  159.       TabOrder = 2
  160.       OnClick = btnEndeClick
  161.     end
  162.     object chkEinbinden: TCheckBox
  163.       Left = 35
  164.       Top = 144
  165.       Width = 276
  166.       Height = 17
  167.       Caption = ' Programm in das Startmen∩┐╜ einbinden.'
  168.       Font.Color = clBlack
  169.       Font.Height = -13
  170.       Font.Name = 'MS Sans Serif'
  171.       Font.Style = []
  172.       ParentFont = False
  173.       State = cbChecked
  174.       TabOrder = 3
  175.     end
  176.   end
  177.   object DdeClient: TDdeClientConv
  178.     DdeService = 'ProgMan'
  179.     ConnectMode = ddeManual
  180.     Left = 530
  181.     Top = 10
  182.     LinkInfo = (
  183.       'Service ProgMan'
  184.       'Topic ')
  185.   end
  186. end
  187.