unit7.dfm

来自「射频卡发卡管理系统的PC端软件」· DFM 代码 · 共 190 行

DFM
190
字号
object Form7: TForm7
  Left = 256
  Top = 116
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #29677#32423#36164#26009#31649#29702
  ClientHeight = 385
  ClientWidth = 575
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBGridSchool: TDBGrid
    Left = 5
    Top = 9
    Width = 300
    Height = 83
    DataSource = Form1.Shool
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -10
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'SCHOOLID'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SCHOOLNAME'
        Title.Caption = #23398#26657
        Visible = True
      end>
  end
  object DBGridClass: TDBGrid
    Left = 5
    Top = 195
    Width = 300
    Height = 176
    DataSource = Form1.Class
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -10
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'CLASSID'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SCHOOLID'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DEPID'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'CLASSNAME'
        Title.Caption = #29677#32423
        Visible = True
      end>
  end
  object BitBtn1: TBitBtn
    Left = 410
    Top = 323
    Width = 75
    Height = 26
    Caption = #25552#20132
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn4: TBitBtn
    Left = 409
    Top = 284
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = BitBtn4Click
  end
  object BitBtn3: TBitBtn
    Left = 409
    Top = 245
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 4
    OnClick = BitBtn3Click
  end
  object RadioGroup1: TRadioGroup
    Left = 319
    Top = 7
    Width = 249
    Height = 150
    Caption = #36164#26009#31649#29702
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      #23398#26657
      #19987#19994
      #29677#32423)
    ParentFont = False
    TabOrder = 5
  end
  object DBEdit1: TDBEdit
    Left = 376
    Top = 33
    Width = 177
    Height = 21
    Color = clSkyBlue
    DataField = 'SCHOOLNAME'
    DataSource = Form1.Shool
    TabOrder = 6
  end
  object DBEdit3: TDBEdit
    Left = 376
    Top = 119
    Width = 177
    Height = 21
    Color = clSkyBlue
    DataField = 'CLASSNAME'
    DataSource = Form1.Class
    TabOrder = 7
  end
  object DBGrid1: TDBGrid
    Left = 5
    Top = 98
    Width = 300
    Height = 91
    DataSource = Form1.Dep
    TabOrder = 8
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -10
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'DEPID'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DEPARTMENTNAME'
        Title.Caption = #19987#19994
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'SCHOOLID'
        Visible = True
      end>
  end
  object DBEdit2: TDBEdit
    Left = 376
    Top = 76
    Width = 177
    Height = 21
    Color = clSkyBlue
    DataField = 'DEPARTMENTNAME'
    DataSource = Form1.Dep
    TabOrder = 9
  end
end

⌨️ 快捷键说明

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