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

教育系统应用

开发平台:

Delphi

  1. object papermadeform: Tpapermadeform
  2.   Left = 694
  3.   Top = 369
  4.   Width = 571
  5.   Height = 493
  6.   Align = alClient
  7.   BorderIcons = [biMinimize, biMaximize]
  8.   Caption = #25163#24037#35797#21367#39044#35272
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = #26999#20307'_GB2312'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Memo1: TMemo
  21.     Left = 0
  22.     Top = 0
  23.     Width = 563
  24.     Height = 447
  25.     Align = alClient
  26.     Font.Charset = GB2312_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -16
  29.     Font.Name = #26999#20307'_GB2312'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     ScrollBars = ssVertical
  33.     TabOrder = 0
  34.   end
  35.   object MainMenu1: TMainMenu
  36.     Left = 376
  37.     Top = 16
  38.     object N3: TMenuItem
  39.       Caption = #25991#20214'(&F)'
  40.       object N24: TMenuItem
  41.         Caption = #20445#23384'(&S)'
  42.         OnClick = N24Click
  43.       end
  44.       object N26: TMenuItem
  45.         Caption = #20851#38381'(&E)'
  46.         OnClick = N26Click
  47.       end
  48.     end
  49.     object N4: TMenuItem
  50.       Caption = #32534#36753
  51.       object N7: TMenuItem
  52.         Caption = #25764#28040
  53.         OnClick = N7Click
  54.       end
  55.       object N8: TMenuItem
  56.         Caption = #21098#20999
  57.         OnClick = N8Click
  58.       end
  59.       object N9: TMenuItem
  60.         Caption = #22797#21046
  61.         OnClick = N9Click
  62.       end
  63.       object N10: TMenuItem
  64.         Caption = #31896#36148
  65.         OnClick = N10Click
  66.       end
  67.       object N11: TMenuItem
  68.         Caption = #20840#36873
  69.         OnClick = N11Click
  70.       end
  71.     end
  72.     object N5: TMenuItem
  73.       Caption = #26684#24335'(&S)'
  74.       object N19: TMenuItem
  75.         Caption = #25991#23383#26684#24335'...(&W)'
  76.         OnClick = N19Click
  77.       end
  78.     end
  79.     object N1: TMenuItem
  80.       Caption = #26597#30475#31572#26696
  81.       OnClick = N1Click
  82.     end
  83.     object N6: TMenuItem
  84.       Caption = #24110#21161'(&H)'
  85.       object N21: TMenuItem
  86.         Caption = #20851#20110#26412#32534#36753#22120'(&H)'
  87.       end
  88.     end
  89.   end
  90.   object FontDialog1: TFontDialog
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     Left = 312
  97.     Top = 16
  98.   end
  99.   object Query1: TQuery
  100.     Active = True
  101.     DatabaseName = 'abao'
  102.     SQL.Strings = (
  103.       'select * from papermanager')
  104.     Left = 504
  105.     Top = 16
  106.   end
  107. end