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

📄 bookkind.dfm

📁 1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库
💻 DFM
字号:
inherited f_bookkind: Tf_bookkind
  Caption = #22270#20070#31181#31867#22522#30784#20449#24687#31649#29702
  ClientHeight = 287
  ClientWidth = 468
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 109
    Top = 10
    Width = 257
    Height = 23
    AutoSize = False
    Caption = #22270#20070#31181#31867#22522#30784#20449#24687#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 51
    Width = 468
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label2: TLabel
      Left = 14
      Top = 15
      Width = 87
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #22270#20070#31181#31867
      ParentBiDiMode = False
    end
    object Kind: TEdit
      Left = 118
      Top = 10
      Width = 135
      Height = 21
      TabOrder = 0
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 92
    Width = 468
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Add: TButton
      Left = 45
      Top = 9
      Width = 75
      Height = 22
      Caption = #28155#21152
      TabOrder = 0
      OnClick = AddClick
    end
    object Update: TButton
      Left = 148
      Top = 9
      Width = 75
      Height = 22
      Caption = #20462#25913
      TabOrder = 1
      OnClick = UpdateClick
    end
    object Delete: TButton
      Left = 251
      Top = 9
      Width = 75
      Height = 22
      Caption = #21024#38500
      TabOrder = 2
      OnClick = DeleteClick
    end
    object Cancel: TButton
      Left = 354
      Top = 9
      Width = 75
      Height = 22
      Caption = #21462#28040
      TabOrder = 3
      OnClick = CancelClick
    end
  end
  object Grid1: TDBGrid
    Left = 0
    Top = 133
    Width = 468
    Height = 113
    Align = alBottom
    DataSource = Source
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = Grid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'kinds'
        Title.Caption = #22270#20070#31181#31867
        Width = 104
        Visible = True
      end>
  end
  object Panel2: TPanel
    Left = 0
    Top = 246
    Width = 468
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Label6: TLabel
      Left = 19
      Top = 14
      Width = 112
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #35831#35774#32622#26597#35810#26465#20214
      ParentBiDiMode = False
    end
    object Label7: TLabel
      Left = 244
      Top = 13
      Width = 6
      Height = 13
      Caption = '='
    end
    object Field: TComboBox
      Left = 137
      Top = 9
      Width = 100
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 0
      Items.Strings = (
        #22270#20070#31181#31867)
    end
    object Value: TEdit
      Left = 261
      Top = 9
      Width = 100
      Height = 21
      TabOrder = 1
    end
    object Query: TButton
      Left = 375
      Top = 8
      Width = 75
      Height = 22
      Caption = #26597#35810
      TabOrder = 2
      OnClick = QueryClick
    end
  end
  object Source: TDataSource
    Left = 24
    Top = 168
  end
end

⌨️ 快捷键说明

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