SaxForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 487
  5.   Height = 480
  6.   Caption = 'SaxDemo1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   DesignSize = (
  16.     479
  17.     453)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 32
  22.     Top = 32
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'Parse Base'
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Memo1: TMemo
  30.     Left = 144
  31.     Top = 32
  32.     Width = 288
  33.     Height = 385
  34.     Anchors = [akLeft, akTop, akRight, akBottom]
  35.     ScrollBars = ssVertical
  36.     TabOrder = 1
  37.   end
  38.   object Button2: TButton
  39.     Left = 32
  40.     Top = 64
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Parse List'
  44.     TabOrder = 2
  45.     OnClick = Button2Click
  46.   end
  47.   object Button3: TButton
  48.     Left = 32
  49.     Top = 96
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Parse Titles'
  53.     TabOrder = 3
  54.     OnClick = Button3Click
  55.   end
  56. end