home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMNEWPAGE / TFRMNEWPAGE.txt < prev   
Text File  |  1996-10-14  |  2KB  |  111 lines

  1. object frmNewPage: TfrmNewPage
  2.   Left = 263
  3.   Top = 207
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'New Page'
  7.   ClientHeight = 194
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 40
  22.     Width = 153
  23.     Height = 117
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object lblNewPage: TLabel
  28.     Left = 14
  29.     Top = 108
  30.     Width = 140
  31.     Height = 41
  32.     AutoSize = False
  33.     Caption = 'Create a new blank page.'
  34.     WordWrap = True
  35.   end
  36.   object lblNewPageMain: TLabel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 297
  40.     Height = 29
  41.     AutoSize = False
  42.     Caption = 
  43.       'Select one of the options from the list on the right and click O' +
  44.       'K.'
  45.     WordWrap = True
  46.   end
  47.   object epimgOpen: TEPImage
  48.     Left = 72
  49.     Top = 72
  50.     Width = 32
  51.     Height = 32
  52.     ParentColor = False
  53.     Picture.Data = {<image001.bmp>}
  54.     Transparent = True
  55.   end
  56.   object epimgWizard: TEPImage
  57.     Left = 72
  58.     Top = 72
  59.     Width = 32
  60.     Height = 36
  61.     ParentColor = False
  62.     Picture.Data = {<image002.bmp>}
  63.     Transparent = True
  64.   end
  65.   object epimgBlank: TEPImage
  66.     Left = 72
  67.     Top = 72
  68.     Width = 32
  69.     Height = 36
  70.     ParentColor = False
  71.     Picture.Data = {<image003.bmp>}
  72.     Transparent = True
  73.   end
  74.   object lbNewPage: TListBox
  75.     Left = 172
  76.     Top = 40
  77.     Width = 137
  78.     Height = 117
  79.     ItemHeight = 13
  80.     Items.Strings = (
  81.       'New Blank Page'
  82.       'Home Page Wizard'
  83.       'Open Existing Page')
  84.     TabOrder = 0
  85.     OnClick = lbNewPageClick
  86.     OnDblClick = lbNewPageDblClick
  87.   end
  88.   object bbtnOK: TBitBtn
  89.     Left = 148
  90.     Top = 164
  91.     Width = 77
  92.     Height = 25
  93.     Caption = 'OK'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 1
  97.     NumGlyphs = 2
  98.   end
  99.   object bbtnCancel: TBitBtn
  100.     Left = 232
  101.     Top = 164
  102.     Width = 77
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     ModalResult = 2
  107.     TabOrder = 2
  108.     NumGlyphs = 2
  109.   end
  110. end
  111.