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

📄 unit3.dfm

📁 是用DELPHI编写的图书管理系统
💻 DFM
字号:
object Formdzcx: TFormdzcx
  Left = 101
  Top = 121
  Width = 870
  Height = 582
  Caption = #35835#32773#20449#24687#26597#35810
  Color = clInactiveCaptionText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGriddzcx: TDBGrid
    Left = 64
    Top = 72
    Width = 729
    Height = 169
    Color = clHighlightText
    DataSource = DataSourcedzcx
    FixedColor = clInactiveCaptionText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 160
    Top = 8
    Width = 489
    Height = 49
    Caption = #30331#35760#35835#32773#19968#35272#34920
    Color = clInactiveCaptionText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 40
    Top = 264
    Width = 769
    Height = 121
    Caption = #26597#35810#25805#20316
    Color = clInactiveCaptionText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    TabOrder = 2
    object Label1: TLabel
      Left = 8
      Top = 48
      Width = 120
      Height = 16
      Caption = #26597#35810#20851#38190#23383#36873#25321'       '
    end
    object Label2: TLabel
      Left = 432
      Top = 40
      Width = 120
      Height = 16
      Caption = #26597#35810#20851#38190#23383#35774#32622'       '
    end
    object ComboBoxgjz: TComboBox
      Left = 152
      Top = 40
      Width = 161
      Height = 24
      ItemHeight = 16
      TabOrder = 0
      OnChange = ComboBoxgjzChange
      Items.Strings = (
        #20511#20070#35777#21495
        #35835#32773#22995#21517
        #35835#32773#24615#21035
        #35835#32773#32844#19994
        #35835#32773#21333#20301)
    end
    object Editgjz: TEdit
      Left = 576
      Top = 40
      Width = 153
      Height = 24
      TabOrder = 1
    end
    object btncx: TButton
      Left = 320
      Top = 80
      Width = 81
      Height = 25
      Caption = #26597#35810
      TabOrder = 2
      OnClick = btncxClick
    end
  end
  object btnfh: TButton
    Left = 352
    Top = 448
    Width = 105
    Height = 33
    Caption = #36820#22238
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = btnfhClick
  end
  object Querydzcx: TQuery
    Active = True
    DatabaseName = 'tsgl'
    SQL.Strings = (
      'select * from dzmc order by '#20511#20070#35777#21495)
    Left = 144
    Top = 488
  end
  object DataSourcedzcx: TDataSource
    DataSet = Querydzcx
    Left = 184
    Top = 488
  end
end

⌨️ 快捷键说明

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