home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMSAVESTYLE / TFRMSAVESTYLE.txt
Encoding:
Text File  |  1998-01-30  |  839 b   |  48 lines

  1. object FrmSaveStyle: TFrmSaveStyle
  2.   Left = 350
  3.   Top = 265
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save style'
  6.   ClientHeight = 95
  7.   ClientWidth = 243
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 96
  18.     Height = 13
  19.     Caption = 'Enter the style name'
  20.   end
  21.   object EditStyleName: TEdit
  22.     Left = 8
  23.     Top = 32
  24.     Width = 225
  25.     Height = 21
  26.     TabOrder = 0
  27.   end
  28.   object btnOK: TButton
  29.     Left = 80
  30.     Top = 64
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 160
  40.     Top = 64
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47. end
  48.