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

  1. object frmHeading: TfrmHeading
  2.   Left = 256
  3.   Top = 86
  4.   HelpContext = 60
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Heading'
  8.   ClientHeight = 194
  9.   ClientWidth = 484
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 469
  25.     Height = 149
  26.     Shape = bsFrame
  27.     IsControl = True
  28.   end
  29.   object lblAlign: TLabel
  30.     Left = 15
  31.     Top = 20
  32.     Width = 23
  33.     Height = 13
  34.     Caption = '&Align'
  35.     FocusControl = cmbAlign
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object lblClear: TLabel
  43.     Left = 215
  44.     Top = 20
  45.     Width = 34
  46.     Height = 13
  47.     Caption = 'C&lear'
  48.     FocusControl = cmbClear
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object lblSeq_Num: TLabel
  56.     Left = 155
  57.     Top = 132
  58.     Width = 44
  59.     Height = 13
  60.     Caption = 'Seq &Num'
  61.     FocusControl = txtSeqNum
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object lblSkip: TLabel
  69.     Left = 15
  70.     Top = 132
  71.     Width = 21
  72.     Height = 13
  73.     Caption = 'S&kip'
  74.     FocusControl = txtSkip
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object lblSrc: TLabel
  82.     Left = 15
  83.     Top = 48
  84.     Width = 16
  85.     Height = 13
  86.     Caption = '&Src'
  87.     FocusControl = cmbURL
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.   end
  94.   object lblMessageDigest: TLabel
  95.     Left = 15
  96.     Top = 96
  97.     Width = 46
  98.     Height = 26
  99.     Caption = '&Message Digest'
  100.     FocusControl = txtMD
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     WordWrap = True
  107.   end
  108.   object lblDingbat: TLabel
  109.     Left = 15
  110.     Top = 76
  111.     Width = 37
  112.     Height = 13
  113.     Caption = '&Dingbat'
  114.     FocusControl = txtDingbat
  115.     Font.Color = clBlack
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.   end
  121.   object OKBtn: TBitBtn
  122.     Left = 232
  123.     Top = 164
  124.     Width = 77
  125.     Height = 25
  126.     Caption = 'OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 8
  130.     NumGlyphs = 2
  131.     Spacing = -1
  132.     IsControl = True
  133.   end
  134.   object CancelBtn: TBitBtn
  135.     Left = 316
  136.     Top = 164
  137.     Width = 77
  138.     Height = 25
  139.     Cancel = True
  140.     Caption = 'Cancel'
  141.     ModalResult = 2
  142.     TabOrder = 9
  143.     NumGlyphs = 2
  144.     Spacing = -1
  145.     IsControl = True
  146.   end
  147.   object HelpBtn: TBitBtn
  148.     Left = 400
  149.     Top = 164
  150.     Width = 77
  151.     Height = 25
  152.     Caption = '&Help'
  153.     TabOrder = 10
  154.     OnClick = HelpBtnClick
  155.     NumGlyphs = 2
  156.     Spacing = -1
  157.     IsControl = True
  158.   end
  159.   object cmbAlign: TComboBox
  160.     Left = 76
  161.     Top = 16
  162.     Width = 133
  163.     Height = 21
  164.     Hint = 'Alignment of the heading'
  165.     Font.Color = clBlack
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ItemHeight = 13
  170.     Items.Strings = (
  171.       'center'
  172.       'justify'
  173.       'left'
  174.       'right')
  175.     ParentFont = False
  176.     Sorted = True
  177.     TabOrder = 0
  178.   end
  179.   object cmbClear: TComboBox
  180.     Left = 256
  181.     Top = 16
  182.     Width = 129
  183.     Height = 21
  184.     Hint = 'Forces the heading to display below any images'
  185.     Font.Color = clBlack
  186.     Font.Height = -11
  187.     Font.Name = 'MS Sans Serif'
  188.     Font.Style = []
  189.     ItemHeight = 13
  190.     Items.Strings = (
  191.       'all'
  192.       'left'
  193.       'right')
  194.     ParentFont = False
  195.     Sorted = True
  196.     TabOrder = 1
  197.   end
  198.   object cmbURL: TComboBox
  199.     Left = 76
  200.     Top = 44
  201.     Width = 309
  202.     Height = 21
  203.     Hint = 'An image to appear preceding the heading'
  204.     Font.Color = clBlack
  205.     Font.Height = -11
  206.     Font.Name = 'MS Sans Serif'
  207.     Font.Style = []
  208.     ItemHeight = 13
  209.     ParentFont = False
  210.     Sorted = True
  211.     TabOrder = 2
  212.   end
  213.   object bbtnURL: TBitBtn
  214.     Left = 392
  215.     Top = 40
  216.     Width = 77
  217.     Height = 27
  218.     Hint = 'Open the URL builder'
  219.     Caption = '&URL'
  220.     TabOrder = 11
  221.     OnClick = bbtnURLClick
  222.     Glyph.Data = {
  223.       42010000424D4201000000000000760000002800000012000000110000000100
  224.       040000000000CC00000000000000000000000000000000000000000000000000
  225.       80000080000000808000800000008000800080800000C0C0C000808080000000
  226.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  227.       7777070000007777777777777770000000000000000000007700070000000FFF
  228.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  229.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  230.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  231.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  232.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  233.       777777000000}
  234.   end
  235.   object txtMD: TEdit
  236.     Left = 76
  237.     Top = 100
  238.     Width = 309
  239.     Height = 21
  240.     Hint = 
  241.       'Checksum for the associated graphic specified by the SRC attribu' +
  242.       'te'
  243.     Font.Color = clBlack
  244.     Font.Height = -11
  245.     Font.Name = 'MS Sans Serif'
  246.     Font.Style = []
  247.     ParentFont = False
  248.     TabOrder = 4
  249.   end
  250.   object txtDingbat: TEdit
  251.     Left = 76
  252.     Top = 72
  253.     Width = 309
  254.     Height = 21
  255.     Hint = 'An iconic image to appear preceding the heading'
  256.     Font.Color = clBlack
  257.     Font.Height = -11
  258.     Font.Name = 'MS Sans Serif'
  259.     Font.Style = []
  260.     ParentFont = False
  261.     TabOrder = 3
  262.   end
  263.   object chkNoWrap: TCheckBox
  264.     Left = 284
  265.     Top = 128
  266.     Width = 97
  267.     Height = 17
  268.     Hint = 'Prevent the heading from wrapping'
  269.     Caption = '&NoWrap'
  270.     Font.Color = clBlack
  271.     Font.Height = -11
  272.     Font.Name = 'MS Sans Serif'
  273.     Font.Style = []
  274.     ParentFont = False
  275.     TabOrder = 7
  276.   end
  277.   object txtSkip: TEdit
  278.     Left = 76
  279.     Top = 128
  280.     Width = 65
  281.     Height = 21
  282.     Hint = 
  283.       'Increments the sequence number before rendering the element (e.g' +
  284.       '., SKIP=3)'
  285.     Font.Color = clBlack
  286.     Font.Height = -11
  287.     Font.Name = 'MS Sans Serif'
  288.     Font.Style = []
  289.     ParentFont = False
  290.     TabOrder = 5
  291.     OnKeyPress = txtNumericKeyPress
  292.   end
  293.   object txtSeqNum: TEdit
  294.     Left = 208
  295.     Top = 128
  296.     Width = 65
  297.     Height = 21
  298.     Hint = 'Resets the sequence number of this heading element'
  299.     Font.Color = clBlack
  300.     Font.Height = -11
  301.     Font.Name = 'MS Sans Serif'
  302.     Font.Style = []
  303.     ParentFont = False
  304.     TabOrder = 6
  305.     OnKeyPress = txtNumericKeyPress
  306.   end
  307. end
  308.