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

教育系统应用

开发平台:

Delphi

  1. object Form14: TForm14
  2.   Left = 183
  3.   Top = 144
  4.   Width = 518
  5.   Height = 335
  6.   Caption = 'Form14'
  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.   Position = poMainFormCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 510
  21.     Height = 301
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object DBGrid1: TDBGrid
  25.       Left = 24
  26.       Top = 24
  27.       Width = 457
  28.       Height = 225
  29.       DataSource = DataModule4.DataSource_shijuan
  30.       TabOrder = 0
  31.       TitleFont.Charset = DEFAULT_CHARSET
  32.       TitleFont.Color = clWindowText
  33.       TitleFont.Height = -11
  34.       TitleFont.Name = 'MS Sans Serif'
  35.       TitleFont.Style = []
  36.     end
  37.     object DBNavigator1: TDBNavigator
  38.       Left = 32
  39.       Top = 264
  40.       Width = 232
  41.       Height = 25
  42.       DataSource = DataModule4.DataSource_shijuan
  43.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
  44.       TabOrder = 1
  45.     end
  46.     object BitBtn1: TBitBtn
  47.       Left = 272
  48.       Top = 264
  49.       Width = 75
  50.       Height = 25
  51.       Caption = #39044#35272#35797#21367
  52.       TabOrder = 2
  53.     end
  54.     object BitBtn2: TBitBtn
  55.       Left = 352
  56.       Top = 264
  57.       Width = 75
  58.       Height = 25
  59.       Caption = #39044#35272#31572#26696
  60.       TabOrder = 3
  61.     end
  62.     object BitBtn3: TBitBtn
  63.       Left = 432
  64.       Top = 264
  65.       Width = 75
  66.       Height = 25
  67.       Caption = #36820#22238
  68.       TabOrder = 4
  69.       Kind = bkClose
  70.     end
  71.   end
  72. end