Unit22.dfm
上传用户:szyozho
上传日期:2013-04-13
资源大小:3688k
文件大小:2k
源码类别:

教育系统应用

开发平台:

Delphi

  1. object autoanswerform: Tautoanswerform
  2.   Left = 216
  3.   Top = 185
  4.   Width = 696
  5.   Height = 480
  6.   BorderIcons = [biMinimize, biMaximize]
  7.   Caption = #26426#36873#35797#21367#31572#26696#39044#35272
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 688
  23.     Height = 434
  24.     Align = alClient
  25.     Font.Charset = GB2312_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -16
  28.     Font.Name = #26999#20307'_GB2312'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     ScrollBars = ssVertical
  32.     TabOrder = 0
  33.   end
  34.   object MainMenu1: TMainMenu
  35.     Left = 376
  36.     Top = 16
  37.     object N3: TMenuItem
  38.       Caption = #25991#20214'(&F)'
  39.       object N26: TMenuItem
  40.         Caption = #20851#38381'(&E)'
  41.         OnClick = N26Click
  42.       end
  43.     end
  44.     object N1: TMenuItem
  45.       Caption = #32534#36753
  46.       object N4: TMenuItem
  47.         Caption = #25764#28040
  48.         OnClick = N4Click
  49.       end
  50.       object N7: TMenuItem
  51.         Caption = #21098#20999
  52.         OnClick = N7Click
  53.       end
  54.       object N8: TMenuItem
  55.         Caption = #22797#21046
  56.         OnClick = N8Click
  57.       end
  58.       object N9: TMenuItem
  59.         Caption = #31896#36148
  60.         OnClick = N9Click
  61.       end
  62.       object N10: TMenuItem
  63.         Caption = #20840#36873
  64.         OnClick = N10Click
  65.       end
  66.     end
  67.     object N5: TMenuItem
  68.       Caption = #26684#24335'(&S)'
  69.       object N19: TMenuItem
  70.         Caption = #25991#23383#26684#24335'...(&W)'
  71.         OnClick = N19Click
  72.       end
  73.     end
  74.     object N6: TMenuItem
  75.       Caption = #24110#21161'(&H)'
  76.       object N21: TMenuItem
  77.         Caption = #20851#20110#26412#32534#36753#22120'(&H)'
  78.       end
  79.     end
  80.   end
  81.   object FontDialog1: TFontDialog
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     Left = 312
  88.     Top = 16
  89.   end
  90. end