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

📄 unit3.dfm

📁 这个是我自主研发的图书管理系统的应用
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object Form3: TForm3
  Left = 190
  Top = 124
  Width = 696
  Height = 480
  Caption = #21326#19996#20132#22823#22270#20070#31649#29702#31995#32479'--['#25945#24072#20449#24687#31649#29702']'
  Color = clGradientInactiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 216
    Top = 24
    Width = 185
    Height = 41
    Caption = #25945#24072#20449#24687#31649#29702
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 64
    Width = 657
    Height = 169
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = 'Tno'
        Title.Alignment = taCenter
        Title.Caption = #25945#24072#21495
        Width = 76
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Tn'
        Title.Alignment = taCenter
        Title.Caption = #25945#24072#22995#21517
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Tsex'
        Title.Alignment = taCenter
        Title.Caption = #24615#21035
        Width = 61
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Tdept'
        Title.Alignment = taCenter
        Title.Caption = #31995#21035
        Width = 150
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'borrowbook_id'
        Title.Alignment = taCenter
        Title.Caption = #20511#20070#35777#21495
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bzdate'
        Title.Alignment = taCenter
        Title.Caption = #21150#35777#26085#26399
        Width = 119
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 240
    Width = 657
    Height = 161
    Caption = #35760#24405#32534#36753
    TabOrder = 2
    object Label1: TLabel
      Left = 168
      Top = 24
      Width = 48
      Height = 13
      Caption = #25945#24072#21495':   '
    end
    object Label2: TLabel
      Left = 176
      Top = 64
      Width = 39
      Height = 13
      Caption = #22995#21517':    '
    end
    object Label3: TLabel
      Left = 176
      Top = 128
      Width = 27
      Height = 13
      Caption = #24615#21035':'
    end
    object Label4: TLabel
      Left = 392
      Top = 24
      Width = 60
      Height = 13
      Caption = #25152#23646#31995#21035':   '
    end
    object Label5: TLabel
      Left = 392
      Top = 72
      Width = 57
      Height = 13
      Caption = #20511#20070#35777#21495':  '
    end
    object Label6: TLabel
      Left = 152
      Top = 96
      Width = 54
      Height = 13
      Caption = #21150#35777#26085#26399': '
    end
    object Panel2: TPanel
      Left = 16
      Top = 32
      Width = 121
      Height = 97
      BevelInner = bvLowered
      TabOrder = 0
      object RadioButton1: TRadioButton
        Left = 8
        Top = 16
        Width = 105
        Height = 17
        Caption = #20462#25913#35760#24405
        TabOrder = 0
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 8
        Top = 64
        Width = 105
        Height = 17
        Caption = #26032#22686#35760#24405
        TabOrder = 1
        OnClick = RadioButton2Click
      end
    end
    object Edit1: TEdit
      Left = 216
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 216
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object RadioButton3: TRadioButton
      Left = 216
      Top = 128
      Width = 41
      Height = 17
      Caption = ' '#30007
      TabOrder = 3
    end
    object RadioButton4: TRadioButton
      Left = 272
      Top = 128
      Width = 49
      Height = 17
      Caption = #22899
      TabOrder = 4
    end
    object ComboBox1: TComboBox
      Left = 464
      Top = 24
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 5
    end
    object ComboBox2: TComboBox
      Left = 464
      Top = 72
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 6
    end
    object Button1: TButton
      Left = 408
      Top = 120
      Width = 75
      Height = 25
      Caption = #20445#23384#32534#36753
      TabOrder = 7
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 528
      Top = 120
      Width = 75
      Height = 25
      Caption = #21024#38500#35760#24405
      TabOrder = 8
      OnClick = Button2Click
    end
    object DateTimePicker1: TDateTimePicker
      Left = 216
      Top = 96
      Width = 121
      Height = 21
      Date = 39097.000000000000000000
      Time = 39097.000000000000000000
      TabOrder = 9
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 407
    Width = 688
    Height = 19
    Panels = <
      item
        Width = 350
      end
      item
        Width = 50
      end>

⌨️ 快捷键说明

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