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

教育系统应用

开发平台:

Delphi

  1. object papermanageform: Tpapermanageform
  2.   Left = 224
  3.   Top = 181
  4.   Width = 538
  5.   Height = 551
  6.   BorderIcons = [biMinimize, biMaximize]
  7.   Caption = #35797#21367#31649#29702
  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 Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 530
  23.     Height = 505
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object PageControl1: TPageControl
  27.       Left = 0
  28.       Top = 8
  29.       Width = 529
  30.       Height = 489
  31.       ActivePage = TabSheet1
  32.       BiDiMode = bdRightToLeft
  33.       ParentBiDiMode = False
  34.       TabOrder = 0
  35.       object TabSheet1: TTabSheet
  36.         Caption = '  '#35797#21367#24635#35272'  '
  37.         Font.Charset = DEFAULT_CHARSET
  38.         Font.Color = clWindowText
  39.         Font.Height = -11
  40.         Font.Name = 'MS Sans Serif'
  41.         Font.Style = []
  42.         ParentFont = False
  43.         object DBMemo1: TDBMemo
  44.           Left = 0
  45.           Top = 0
  46.           Width = 521
  47.           Height = 465
  48.           DataField = 'papertext'
  49.           DataSource = DataModule4.DataSource_papermanager
  50.           ScrollBars = ssBoth
  51.           TabOrder = 0
  52.         end
  53.       end
  54.       object TabSheet2: TTabSheet
  55.         Caption = '  '#31572#26696#24635#35272'  '
  56.         ImageIndex = 1
  57.         object DBMemo2: TDBMemo
  58.           Left = 0
  59.           Top = 0
  60.           Width = 521
  61.           Height = 457
  62.           DataField = 'answertext'
  63.           DataSource = DataModule4.DataSource_papermanager
  64.           ScrollBars = ssBoth
  65.           TabOrder = 0
  66.         end
  67.       end
  68.     end
  69.     object DBEdit1: TDBEdit
  70.       Left = 152
  71.       Top = 4
  72.       Width = 201
  73.       Height = 21
  74.       DataField = 'jname'
  75.       DataSource = DataModule4.DataSource_papermanager
  76.       TabOrder = 1
  77.       OnChange = DBEdit1Change
  78.     end
  79.     object DBNavigator1: TDBNavigator
  80.       Left = 360
  81.       Top = 2
  82.       Width = 164
  83.       Height = 25
  84.       DataSource = DataModule4.DataSource_papermanager
  85.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  86.       TabOrder = 2
  87.     end
  88.   end
  89.   object MainMenu1: TMainMenu
  90.     Left = 288
  91.     object N3: TMenuItem
  92.       Caption = #25991#20214'(&F)'
  93.       object EXT1: TMenuItem
  94.         Caption = #23558#35797#21367#20445#23384#21040'WORD'#20013
  95.         OnClick = EXT1Click
  96.       end
  97.       object EXT2: TMenuItem
  98.         Caption = #23558#31572#26696#20445#23384#21040'WORD'#20013
  99.         OnClick = EXT2Click
  100.       end
  101.       object N26: TMenuItem
  102.         Caption = #20851#38381'(&E)'
  103.         OnClick = N26Click
  104.       end
  105.     end
  106.     object P1: TMenuItem
  107.       Caption = #25171#21360'(&P)'
  108.       object N2: TMenuItem
  109.         Caption = #25171#21360#35797#21367
  110.         OnClick = N2Click
  111.       end
  112.     end
  113.     object N5: TMenuItem
  114.       Caption = #26684#24335'(&S)'
  115.       object N19: TMenuItem
  116.         Caption = #25991#23383#26684#24335'...(&W)'
  117.         OnClick = N19Click
  118.       end
  119.     end
  120.     object N6: TMenuItem
  121.       Caption = #24110#21161'(&H)'
  122.       object N21: TMenuItem
  123.         Caption = #20851#20110#26412#32534#36753#22120'(&H)'
  124.       end
  125.     end
  126.   end
  127.   object FontDialog1: TFontDialog
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clWindowText
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     Left = 312
  134.     Top = 16
  135.   end
  136.   object PrintDialog1: TPrintDialog
  137.     Left = 192
  138.     Top = 8
  139.   end
  140.   object SaveDialog1: TSaveDialog
  141.     Left = 420
  142.     Top = 96
  143.   end
  144. end