unit14.dfm

来自「试卷自动生成系统」· DFM 代码 · 共 73 行

DFM
73
字号
object Form14: TForm14
  Left = 183
  Top = 144
  Width = 518
  Height = 335
  Caption = 'Form14'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 510
    Height = 301
    Align = alClient
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 24
      Top = 24
      Width = 457
      Height = 225
      DataSource = DataModule4.DataSource_shijuan
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBNavigator1: TDBNavigator
      Left = 32
      Top = 264
      Width = 232
      Height = 25
      DataSource = DataModule4.DataSource_shijuan
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 272
      Top = 264
      Width = 75
      Height = 25
      Caption = #39044#35272#35797#21367
      TabOrder = 2
    end
    object BitBtn2: TBitBtn
      Left = 352
      Top = 264
      Width = 75
      Height = 25
      Caption = #39044#35272#31572#26696
      TabOrder = 3
    end
    object BitBtn3: TBitBtn
      Left = 432
      Top = 264
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 4
      Kind = bkClose
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?