home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95edi / install.exe / 0 / RCDATA / TFRMINST / TFRMINST.txt < prev   
Text File  |  1997-09-23  |  5KB  |  221 lines

  1. object frmInst: TfrmInst
  2.   Left = 179
  3.   Top = 102
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Edi - Installation'
  7.   ClientHeight = 395
  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 = 359
  24.     TabOrder = 0
  25.     object Bevel1: TBevel
  26.       Left = 5
  27.       Top = 5
  28.       Width = 424
  29.       Height = 348
  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 = 256
  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 = 256
  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 = 166
  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 Bevel6: TBevel
  122.       Left = 5
  123.       Top = 281
  124.       Width = 424
  125.       Height = 2
  126.     end
  127.     object btnStart: TButton
  128.       Left = 35
  129.       Top = 312
  130.       Width = 156
  131.       Height = 27
  132.       Caption = 'Installation starten'
  133.       Font.Color = clWindowText
  134.       Font.Height = -13
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       TabOrder = 0
  139.       OnClick = btnStartClick
  140.     end
  141.     object ediPfad: TEdit
  142.       Left = 35
  143.       Top = 90
  144.       Width = 251
  145.       Height = 24
  146.       Font.Color = clWindowText
  147.       Font.Height = -13
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = []
  150.       ParentFont = False
  151.       TabOrder = 1
  152.       Text = 'C:\Programme\RHS\Edi\'
  153.     end
  154.     object btnEnde: TButton
  155.       Left = 243
  156.       Top = 312
  157.       Width = 156
  158.       Height = 27
  159.       Caption = 'Installation abbrechen'
  160.       Font.Color = clBlack
  161.       Font.Height = -13
  162.       Font.Name = 'MS Sans Serif'
  163.       Font.Style = []
  164.       ParentFont = False
  165.       TabOrder = 2
  166.       OnClick = btnEndeClick
  167.     end
  168.     object chkEinbinden: TCheckBox
  169.       Left = 35
  170.       Top = 144
  171.       Width = 374
  172.       Height = 17
  173.       Caption = ' Programm in das Startmen∩┐╜ einbinden.'
  174.       Font.Color = clBlack
  175.       Font.Height = -13
  176.       Font.Name = 'MS Sans Serif'
  177.       Font.Style = []
  178.       ParentFont = False
  179.       State = cbChecked
  180.       TabOrder = 3
  181.     end
  182.     object chkTXT: TCheckBox
  183.       Left = 35
  184.       Top = 184
  185.       Width = 377
  186.       Height = 17
  187.       Caption = 'Dateien mit der Endung [ txt ] mit Edi verkn∩┐╜pfen.'
  188.       Font.Color = clBlack
  189.       Font.Height = -13
  190.       Font.Name = 'MS Sans Serif'
  191.       Font.Style = []
  192.       ParentFont = False
  193.       State = cbChecked
  194.       TabOrder = 4
  195.     end
  196.     object chkASC: TCheckBox
  197.       Left = 35
  198.       Top = 208
  199.       Width = 377
  200.       Height = 17
  201.       Caption = 'Dateien mit der Endung [ asc ] mit Edi verkn∩┐╜pfen.'
  202.       Font.Color = clBlack
  203.       Font.Height = -13
  204.       Font.Name = 'MS Sans Serif'
  205.       Font.Style = []
  206.       ParentFont = False
  207.       State = cbChecked
  208.       TabOrder = 5
  209.     end
  210.   end
  211.   object DdeClient: TDdeClientConv
  212.     DdeService = 'ProgMan'
  213.     ConnectMode = ddeManual
  214.     Left = 530
  215.     Top = 10
  216.     LinkInfo = (
  217.       'Service ProgMan'
  218.       'Topic ')
  219.   end
  220. end
  221.