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

📄 bookinfo.~dfm

📁 1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库
💻 ~DFM
字号:
inherited f_bookinfo: Tf_bookinfo
  Left = 126
  Top = 196
  Caption = #22270#20070#22522#30784#20449#24687#31649#29702
  ClientHeight = 415
  ClientWidth = 822
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 311
    Top = 10
    Width = 207
    Height = 23
    AutoSize = False
    Caption = #22270#20070#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 = 61
    Width = 822
    Height = 90
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label2: TLabel
      Left = 11
      Top = 23
      Width = 63
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20070#31821#21517#31216
      ParentBiDiMode = False
    end
    object Label3: TLabel
      Left = 187
      Top = 23
      Width = 51
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #26465#24418#30721
      ParentBiDiMode = False
    end
    object Label4: TLabel
      Left = 351
      Top = 23
      Width = 36
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20316#32773
      ParentBiDiMode = False
    end
    object Label5: TLabel
      Left = 13
      Top = 55
      Width = 61
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #22270#20070#31616#30721
      ParentBiDiMode = False
    end
    object Label8: TLabel
      Left = 503
      Top = 23
      Width = 64
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #22270#20070#31181#31867
      ParentBiDiMode = False
    end
    object Label9: TLabel
      Left = 342
      Top = 55
      Width = 45
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20215#26684
      ParentBiDiMode = False
    end
    object Label10: TLabel
      Left = 681
      Top = 23
      Width = 36
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #23553#38754
      ParentBiDiMode = False
    end
    object cover: TImage
      Left = 726
      Top = 7
      Width = 76
      Height = 77
      Stretch = True
    end
    object Label11: TLabel
      Left = 531
      Top = 55
      Width = 36
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #31616#20171
      ParentBiDiMode = False
    end
    object Label12: TLabel
      Left = 189
      Top = 55
      Width = 50
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #20986#29256#31038
      ParentBiDiMode = False
    end
    object Bookname: TEdit
      Left = 79
      Top = 18
      Width = 100
      Height = 21
      TabOrder = 0
      OnKeyDown = BooknameKeyDown
    end
    object Barcode: TEdit
      Left = 244
      Top = 18
      Width = 100
      Height = 21
      TabOrder = 2
      OnKeyDown = BooknameKeyDown
      OnKeyPress = BarcodeKeyPress
    end
    object Author: TEdit
      Left = 392
      Top = 18
      Width = 100
      Height = 21
      TabOrder = 4
      OnKeyDown = BooknameKeyDown
    end
    object Shortname: TEdit
      Left = 79
      Top = 50
      Width = 100
      Height = 21
      MaxLength = 10
      TabOrder = 1
      OnKeyDown = BooknameKeyDown
    end
    object Memo: TEdit
      Left = 573
      Top = 50
      Width = 100
      Height = 21
      TabOrder = 7
      OnKeyDown = BooknameKeyDown
    end
    object Price: TEdit
      Left = 392
      Top = 50
      Width = 100
      Height = 21
      TabOrder = 5
      OnKeyDown = BooknameKeyDown
      OnKeyPress = PriceKeyPress
    end
    object Concern: TEdit
      Left = 244
      Top = 50
      Width = 100
      Height = 21
      TabOrder = 3
      OnKeyDown = BooknameKeyDown
    end
    object Kind: TComboBox
      Left = 574
      Top = 18
      Width = 100
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 6
      OnKeyDown = BooknameKeyDown
    end
    object Brown: TButton
      Left = 691
      Top = 50
      Width = 25
      Height = 22
      Caption = '...'
      TabOrder = 8
      OnClick = BrownClick
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 151
    Width = 822
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label6: TLabel
      Left = 9
      Top = 14
      Width = 64
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #26597#35810#26465#20214
      ParentBiDiMode = False
    end
    object Label7: TLabel
      Left = 199
      Top = 13
      Width = 6
      Height = 13
      Caption = '='
    end
    object Add: TButton
      Left = 446
      Top = 9
      Width = 75
      Height = 22
      Caption = #28155#21152
      TabOrder = 0
      OnClick = AddClick
    end
    object Update: TButton
      Left = 534
      Top = 9
      Width = 75
      Height = 22
      Caption = #20462#25913
      TabOrder = 1
      OnClick = UpdateClick
    end
    object Delete: TButton
      Left = 622
      Top = 9
      Width = 75
      Height = 22
      Caption = #21024#38500
      TabOrder = 2
      OnClick = DeleteClick
    end
    object Cancel: TButton
      Left = 711
      Top = 9
      Width = 75
      Height = 22
      Caption = #21462#28040
      TabOrder = 3
      OnClick = CancelClick
    end
    object Field: TComboBox
      Left = 79
      Top = 9
      Width = 110
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 4
      OnKeyDown = BooknameKeyDown
      Items.Strings = (
        #22270#20070#21517#31216
        #31616#30721)
    end
    object Value: TEdit
      Left = 216
      Top = 9
      Width = 110
      Height = 21
      TabOrder = 5
    end
    object Query: TButton
      Left = 358
      Top = 9
      Width = 75
      Height = 22
      Caption = #26597#35810
      TabOrder = 6
      OnClick = QueryClick
    end
  end
  object Grid1: TDBGrid
    Left = 0
    Top = 192
    Width = 822
    Height = 223
    Align = alBottom
    DataSource = Source1
    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 = 'bookname'
        Title.Caption = #20070#31821#21517#31216
        Width = 173
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shortname'
        Title.Caption = #31616#30721
        Width = 69
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'barcode'
        Title.Caption = #26465#24418#30721
        Width = 101
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookconcern'
        Title.Caption = #20986#29256#31038
        Width = 87
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'author'
        Title.Caption = #20316#32773
        Width = 71
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'price'
        Title.Caption = #20215#26684
        Width = 87
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'kind'
        Title.Caption = #31181#31867
        Width = 87
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'memo'
        Title.Caption = #31616#20171
        Width = 88
        Visible = True
      end>
  end
  object Source1: TDataSource
    Left = 112
    Top = 280
  end
  object Open1: TOpenPictureDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    Left = 544
    Top = 13
  end
end

⌨️ 快捷键说明

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