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

📄 luru_unit.~dfm

📁 有不足之处请指出
💻 ~DFM
字号:
object luruform: Tluruform
  Left = 245
  Top = 117
  Width = 314
  Height = 402
  Hint = #23398#29983#26723#26696#24405#20837#31383#21475
  Caption = #23398#29983#26723#26696#24405#20837#31383#21475
  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 = 48
    Top = 16
    Width = 48
    Height = 16
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 53
    Width = 48
    Height = 16
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 48
    Top = 88
    Width = 48
    Height = 16
    Caption = #24615#21035#65306
  end
  object Label4: TLabel
    Left = 48
    Top = 125
    Width = 48
    Height = 16
    Caption = #29677#32423#65306
  end
  object Label5: TLabel
    Left = 16
    Top = 163
    Width = 80
    Height = 16
    Caption = #20986#29983#24180#26376#65306
  end
  object Label6: TLabel
    Left = 48
    Top = 201
    Width = 48
    Height = 16
    Caption = #31821#36143#65306
  end
  object Label7: TLabel
    Left = 16
    Top = 237
    Width = 80
    Height = 16
    Caption = #29238#27597#22995#21517#65306
  end
  object Label8: TLabel
    Left = 16
    Top = 275
    Width = 80
    Height = 16
    Caption = #32852#31995#30005#35805#65306
  end
  object Label9: TLabel
    Left = 32
    Top = 311
    Width = 64
    Height = 16
    Caption = #29616#20303#22336#65306
  end
  object Edit1: TEdit
    Left = 112
    Top = 12
    Width = 143
    Height = 24
    TabOrder = 0
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 112
    Top = 48
    Width = 145
    Height = 24
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 112
    Top = 159
    Width = 145
    Height = 24
    Hint = #36755#20837#22914#65306'1982-12-1'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 112
    Top = 197
    Width = 145
    Height = 24
    TabOrder = 5
  end
  object Edit5: TEdit
    Left = 112
    Top = 235
    Width = 145
    Height = 24
    Hint = #36755#20837#29238#27597#20854#20013#19968#20010#30340#22995#21517
    ParentShowHint = False
    ShowHint = True
    TabOrder = 6
  end
  object ComboBox1: TComboBox
    Left = 112
    Top = 84
    Width = 145
    Height = 24
    ItemHeight = 16
    TabOrder = 2
    Items.Strings = (
      #30007
      #22899)
  end
  object ComboBox2: TComboBox
    Left = 112
    Top = 121
    Width = 145
    Height = 24
    ItemHeight = 16
    TabOrder = 3
  end
  object Edit6: TEdit
    Left = 112
    Top = 271
    Width = 145
    Height = 24
    TabOrder = 7
  end
  object Edit7: TEdit
    Left = 112
    Top = 307
    Width = 145
    Height = 24
    TabOrder = 8
    OnChange = Edit7Change
  end
  object BitBtn1: TBitBtn
    Left = 48
    Top = 344
    Width = 75
    Height = 25
    Caption = #30830#23450
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 160
    Top = 344
    Width = 75
    Height = 25
    Caption = #20851#38381
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 10
    OnClick = BitBtn2Click
    Kind = bkClose
  end
  object BanjiTable: TTable
    DatabaseName = 'D:\publicdataBase'
    TableName = 'classes.DB'
    Left = 272
    Top = 88
    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 XueshengQuery: TQuery
    DatabaseName = 'D:\publicdataBase'
    SQL.Strings = (
      'Select * from students;')
    Left = 272
    Top = 48
    object XueshengQueryXuehao: TStringField
      FieldName = 'Xuehao'
      Origin = 'STUMANAGER."students.DB".Xuehao'
      Size = 8
    end
    object XueshengQueryXingming: TStringField
      FieldName = 'Xingming'
      Origin = 'STUMANAGER."students.DB".Xingming'
      Size = 8
    end
    object XueshengQueryXingbie: TStringField
      FieldName = 'Xingbie'
      Origin = 'STUMANAGER."students.DB".Xingbie'
      Size = 2
    end
    object XueshengQueryBanji: TStringField
      FieldName = 'Banji'
      Origin = 'STUMANAGER."students.DB".Banji'
    end
    object XueshengQueryChushengnianyue: TStringField
      FieldName = 'Chushengnianyue'
      Origin = 'STUMANAGER."students.DB".Chushengnianyue'
      Size = 16
    end
    object XueshengQueryJiguan: TStringField
      FieldName = 'Jiguan'
      Origin = 'STUMANAGER."students.DB".Jiguan'
      Size = 40
    end
    object XueshengQueryFumuxingming: TStringField
      FieldName = 'Fumuxingming'
      Origin = 'STUMANAGER."students.DB".Fumuxingming'
      Size = 8
    end
    object XueshengQueryLianxidianhua: TStringField
      FieldName = 'Lianxidianhua'
      Origin = 'STUMANAGER."students.DB".Lianxidianhua'
      Size = 12
    end
    object XueshengQueryXianzhuzhi: TStringField
      FieldName = 'Xianzhuzhi'
      Origin = 'STUMANAGER."students.DB".Xianzhuzhi'
      Size = 40
    end
  end
end

⌨️ 快捷键说明

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