home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LDELPHI / VSSD12.ZIP / VD.DL_ / 0 / RCDATA / TVSSDLGABOUT / TVSSDLGABOUT.txt < prev   
Text File  |  1998-05-07  |  4KB  |  181 lines

  1. object VssDlgAbout: TVssDlgAbout
  2.   Left = 224
  3.   Top = 169
  4.   BorderStyle = bsDialog
  5.   Caption = 'About VssDelphi 1.0'
  6.   ClientHeight = 261
  7.   ClientWidth = 310
  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 ImageDelphi: TImage
  18.     Left = 4
  19.     Top = 11
  20.     Width = 32
  21.     Height = 32
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object ImageVss: TImage
  25.     Left = 4
  26.     Top = 50
  27.     Width = 32
  28.     Height = 32
  29.     Picture.Data = {<image001.ico>}
  30.   end
  31.   object LabelVssDelphi: TLabel
  32.     Left = 49
  33.     Top = 36
  34.     Width = 188
  35.     Height = 51
  36.     Caption = 'VssDelphi'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = 12615808
  39.     Font.Height = -44
  40.     Font.Name = 'Times New Roman'
  41.     Font.Pitch = fpVariable
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     WordWrap = True
  45.   end
  46.   object BevelSeperator: TBevel
  47.     Left = 49
  48.     Top = 188
  49.     Width = 254
  50.     Height = 11
  51.     Shape = bsTopLine
  52.   end
  53.   object LabelDelphi: TLabel
  54.     Left = 49
  55.     Top = 209
  56.     Width = 71
  57.     Height = 13
  58.     Caption = 'Delphi Version:'
  59.   end
  60.   object LabelVss: TLabel
  61.     Left = 49
  62.     Top = 231
  63.     Width = 62
  64.     Height = 13
  65.     Caption = 'VSS Version:'
  66.   end
  67.   object LabelDelphiVersion: TLabel
  68.     Left = 137
  69.     Top = 209
  70.     Width = 15
  71.     Height = 13
  72.     Caption = '3.0'
  73.   end
  74.   object LabelVssVersion: TLabel
  75.     Left = 137
  76.     Top = 231
  77.     Width = 15
  78.     Height = 13
  79.     Caption = '5.0'
  80.   end
  81.   object LabelDescription: TLabel
  82.     Left = 49
  83.     Top = 120
  84.     Width = 242
  85.     Height = 30
  86.     Alignment = taCenter
  87.     AutoSize = False
  88.     Caption = 
  89.       'An Integration of Microsoft'#39's Visual Source Safe 5.0 Into Borlan' +
  90.       'd'#39's Delphi 3.0 IDE'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clPurple
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     WordWrap = True
  98.   end
  99.   object LabelEpocalipse: TLabel
  100.     Left = 49
  101.     Top = 11
  102.     Width = 99
  103.     Height = 24
  104.     Caption = 'EPocalipse'
  105.     Color = clBtnFace
  106.     Font.Charset = DEFAULT_CHARSET
  107.     Font.Color = clWindowText
  108.     Font.Height = -21
  109.     Font.Name = 'Times New Roman'
  110.     Font.Style = [fsBold]
  111.     ParentColor = False
  112.     ParentFont = False
  113.   end
  114.   object LabelVersion: TLabel
  115.     Left = 49
  116.     Top = 96
  117.     Width = 38
  118.     Height = 13
  119.     Caption = 'Version '
  120.   end
  121.   object LabelState: TLabel
  122.     Left = 120
  123.     Top = 96
  124.     Width = 66
  125.     Height = 13
  126.     Caption = 'Not Regitered'
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clWindowText
  129.     Font.Height = -11
  130.     Font.Name = 'MS Sans Serif'
  131.     Font.Style = []
  132.     ParentFont = False
  133.   end
  134.   object ImageEII: TImage
  135.     Left = 4
  136.     Top = 90
  137.     Width = 32
  138.     Height = 32
  139.     Picture.Data = {<image002.bmp>}
  140.   end
  141.   object LabelEII: TLabel
  142.     Left = 49
  143.     Top = 153
  144.     Width = 242
  145.     Height = 28
  146.     Alignment = taCenter
  147.     AutoSize = False
  148.     Caption = 
  149.       'VssDelphi is using Editor Integration Interface (EII) By Markus ' +
  150.       'Spoettl'
  151.     Color = clBtnFace
  152.     Font.Charset = DEFAULT_CHARSET
  153.     Font.Color = clNavy
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ParentColor = False
  158.     ParentFont = False
  159.     WordWrap = True
  160.   end
  161.   object ButtonOk: TButton
  162.     Left = 228
  163.     Top = 231
  164.     Width = 75
  165.     Height = 25
  166.     Caption = 'OK'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 0
  170.   end
  171.   object btnRegistration: TButton
  172.     Left = 228
  173.     Top = 200
  174.     Width = 75
  175.     Height = 25
  176.     Caption = '&Registration'
  177.     TabOrder = 1
  178.     OnClick = btnRegistrationClick
  179.   end
  180. end
  181.