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

  1. object DemoDatForm: TDemoDatForm
  2.   Left = 667
  3.   Top = 401
  4.   Width = 322
  5.   Height = 194
  6.   ActiveControl = BitBtn1
  7.   BorderIcons = []
  8.   Caption = 'Source Code Explorer'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  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 = 62
  24.     Top = 20
  25.     Width = 150
  26.     Height = 26
  27.     Caption = 'Load demo file?'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -23
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object SpeedButton1: TSpeedButton
  36.     Left = 8
  37.     Top = 112
  38.     Width = 297
  39.     Height = 33
  40.     Caption = 'Producing structure charts within Delphi IDE?...'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlue
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     OnClick = SpeedButton1Click
  48.   end
  49.   object BitBtn1: TBitBtn
  50.     Left = 52
  51.     Top = 69
  52.     Width = 92
  53.     Height = 31
  54.     Caption = 'Yes'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clGreen
  57.     Font.Height = -17
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.     TabOrder = 0
  62.     OnClick = BitBtn1Click
  63.   end
  64.   object BitBtn2: TBitBtn
  65.     Left = 170
  66.     Top = 69
  67.     Width = 92
  68.     Height = 31
  69.     Caption = 'No'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clRed
  72.     Font.Height = -17
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 1
  77.     OnClick = BitBtn2Click
  78.   end
  79. end
  80.