⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tianjiabanji.dfm

📁 有不足之处请指出
💻 DFM
字号:
object tianjiabanjiForm: TtianjiabanjiForm
  Left = 292
  Top = 180
  Hint = #28155#21152#19968#20010#26032#29677#32423#31383#21475
  AutoScroll = False
  Caption = #28155#21152#19968#20010#26032#29677#32423
  ClientHeight = 207
  ClientWidth = 420
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 20
    Top = 14
    Width = 360
    Height = 16
    Caption = #35831#22312#19979#38754#30340#29677#32423#32534#36753#26694#20013#36755#20837#26032#30340#29677#32423#21517#31216#21518#22238#36710'.'
  end
  object Label2: TLabel
    Left = 20
    Top = 83
    Width = 360
    Height = 16
    Caption = #22312#28155#21152#29677#32423#21517#31216#21518#20174#19979#38754#30340#32452#21512#21015#34920#26694#20013#26597#30475#32467#26524'.'
  end
  object Edit1: TEdit
    Left = 32
    Top = 48
    Width = 345
    Height = 24
    MaxLength = 20
    TabOrder = 0
    OnChange = Edit1Change
  end
  object Button1: TButton
    Left = 105
    Top = 164
    Width = 75
    Height = 25
    Caption = #28155#21152
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 242
    Top = 164
    Width = 75
    Height = 25
    Caption = #36864#20986
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 32
    Top = 118
    Width = 348
    Height = 24
    ItemHeight = 16
    MaxLength = 20
    TabOrder = 3
  end
  object BanjiTable: TTable
    DatabaseName = 'D:\publicdataBase'
    TableName = 'classes.DB'
    Left = 16
    Top = 168
    object BanjiTableBianhao: TStringField
      FieldName = 'Bianhao'
      Size = 6
    end
    object BanjiTableMingcheng: TStringField
      FieldName = 'Mingcheng'
    end
    object BanjiTableNansheng: TIntegerField
      FieldName = 'Nansheng'
    end
    object BanjiTableNvsheng: TIntegerField
      FieldName = 'Nvsheng'
    end
  end
  object AddbanjiQuery: TQuery
    DatabaseName = 'D:\publicdataBase'
    SQL.Strings = (
      'select * from classes;')
    Left = 64
    Top = 160
    object AddbanjiQueryBianhao: TStringField
      FieldName = 'Bianhao'
      Origin = 'STUMANAGER."classes.DB".Bianhao'
      Size = 6
    end
    object AddbanjiQueryMingcheng: TStringField
      FieldName = 'Mingcheng'
      Origin = 'STUMANAGER."classes.DB".Mingcheng'
    end
    object AddbanjiQueryNansheng: TIntegerField
      FieldName = 'Nansheng'
      Origin = 'STUMANAGER."classes.DB".Nansheng'
    end
    object AddbanjiQueryNvsheng: TIntegerField
      FieldName = 'Nvsheng'
      Origin = 'STUMANAGER."classes.DB".Nvsheng'
    end
  end
end

⌨️ 快捷键说明

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