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

📄 unit2.dfm

📁 是用DELPHI编写的图书管理系统
💻 DFM
字号:
object Formtscx: TFormtscx
  Left = 169
  Top = 95
  Width = 870
  Height = 596
  Caption = #22270#20070#31649#29702#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 Panel1: TPanel
    Left = 168
    Top = 16
    Width = 537
    Height = 57
    Caption = #30331#35760#22270#20070#19968#35272#34920
    Color = clInactiveCaptionText
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'Arial Narrow'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object DBGridtscx: TDBGrid
    Left = 8
    Top = 80
    Width = 849
    Height = 209
    Color = clHighlightText
    DataSource = DataSourcetscx
    FixedColor = clInactiveCaptionText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 320
    Width = 833
    Height = 129
    Caption = #26597#35810#25805#20316
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    object Label1: TLabel
      Left = 0
      Top = 56
      Width = 129
      Height = 16
      Caption = #26597#35810#20851#38190#23383#36873#25321'      '
    end
    object Label2: TLabel
      Left = 440
      Top = 56
      Width = 124
      Height = 16
      Caption = #26597#35810#20851#38190#23383#35774#32622'        '
    end
    object ComboBoxgjz: TComboBox
      Left = 136
      Top = 48
      Width = 169
      Height = 24
      ItemHeight = 16
      TabOrder = 0
      OnChange = ComboBoxgjzChange
      Items.Strings = (
        #22270#20070#32534#21495
        #22270#20070#21517#31216
        #22270#20070#31867#21035
        #20316#32773#22995#21517
        #20986#29256#31038
        '')
    end
    object btncx: TButton
      Left = 328
      Top = 88
      Width = 113
      Height = 33
      Caption = #26597#35810
      TabOrder = 1
      OnClick = btncxClick
    end
    object Editgjz: TEdit
      Left = 600
      Top = 48
      Width = 169
      Height = 24
      TabOrder = 2
    end
  end
  object btnfh: TButton
    Left = 352
    Top = 480
    Width = 113
    Height = 49
    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 DataSourcetscx: TDataSource
    DataSet = Querytscx
    Left = 96
    Top = 496
  end
  object Querytscx: TQuery
    Active = True
    DatabaseName = 'tsgl'
    SQL.Strings = (
      'select * from tsbm order by '#22270#20070#32534#21495)
    Left = 152
    Top = 496
  end
end

⌨️ 快捷键说明

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