home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / D / sce.exe / PRGEDIT.EXE / 0 / RCDATA / TREGFORM / TREGFORM.txt < prev   
Text File  |  1999-01-01  |  4KB  |  158 lines

  1. object RegForm: TRegForm
  2.   Left = 544
  3.   Top = 222
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registry-settings'
  7.   ClientHeight = 308
  8.   ClientWidth = 600
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 16
  25.     Width = 415
  26.     Height = 16
  27.     Caption = 
  28.       'In this dialog you can refer double clicks on particular file ty' +
  29.       'pes to SCE.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 24
  39.     Top = 40
  40.     Width = 532
  41.     Height = 16
  42.     Caption = 
  43.       'You must not really do that, because SCE is already in the '#39'Send' +
  44.       ' to'#39' menue of the explorer..'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -13
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Label5: TLabel
  53.     Left = 24
  54.     Top = 64
  55.     Width = 539
  56.     Height = 16
  57.     Caption = 
  58.       'You do not need to make that decesion now, because you can reach' +
  59.       ' this dialog at any time '
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -13
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object Label6: TLabel
  68.     Left = 24
  69.     Top = 88
  70.     Width = 237
  71.     Height = 16
  72.     Caption = 'via the menue OPTIONEN | REGISTRY.'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clBlack
  75.     Font.Height = -13
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object PasButton: TSpeedButton
  81.     Left = 32
  82.     Top = 112
  83.     Width = 545
  84.     Height = 25
  85.     Caption = 'Start SCE by doubleclick on Pascal- and Delphi- files (*.pas)'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clGreen
  88.     Font.Height = -17
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     OnClick = SpeedButton1Click
  93.   end
  94.   object DelPASButton: TSpeedButton
  95.     Left = 32
  96.     Top = 144
  97.     Width = 545
  98.     Height = 25
  99.     Caption = 
  100.       'Delete registry entry concerning Pascal- and Delphi- files (*.pa' +
  101.       's)'
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clRed
  104.     Font.Height = -17
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     OnClick = DelPASButtonClick
  109.   end
  110.   object DPRButton: TSpeedButton
  111.     Left = 32
  112.     Top = 192
  113.     Width = 545
  114.     Height = 25
  115.     Caption = 'Start SCE by doubleclick on Delphi project files (*.dpr)'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clGreen
  118.     Font.Height = -17
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ParentFont = False
  122.     OnClick = SpeedButton3Click
  123.   end
  124.   object DelDPRButton: TSpeedButton
  125.     Left = 32
  126.     Top = 224
  127.     Width = 545
  128.     Height = 25
  129.     Caption = 'Delete registry entrys cocerning Delphi project files (*.dpr)'
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clRed
  132.     Font.Height = -17
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     OnClick = DelDPRButtonClick
  137.   end
  138.   object OKButton: TBitBtn
  139.     Left = 352
  140.     Top = 264
  141.     Width = 105
  142.     Height = 25
  143.     Caption = '&Close'
  144.     TabOrder = 0
  145.     Kind = bkOK
  146.   end
  147.   object HilfeButton: TBitBtn
  148.     Left = 472
  149.     Top = 264
  150.     Width = 105
  151.     Height = 25
  152.     Caption = '&Help'
  153.     TabOrder = 1
  154.     OnClick = HilfeButtonClick
  155.     Kind = bkHelp
  156.   end
  157. end
  158.