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

📄 bookfix.dfm

📁 1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库
💻 DFM
字号:
inherited f_bookfix: Tf_bookfix
  Left = 277
  Top = 207
  Caption = #22270#20070#23450#20215#31649#29702
  ClientHeight = 246
  ClientWidth = 460
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 156
    Top = 8
    Width = 160
    Height = 23
    AutoSize = False
    Caption = #22270#20070#23450#20215#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 = 46
    Width = 460
    Height = 46
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label2: TLabel
      Left = 14
      Top = 15
      Width = 67
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #22270#20070#21806#20215
      ParentBiDiMode = False
    end
    object fixprice: TEdit
      Left = 86
      Top = 11
      Width = 100
      Height = 21
      TabOrder = 0
      OnKeyPress = fixpriceKeyPress
    end
    object Confirm: TButton
      Left = 197
      Top = 10
      Width = 75
      Height = 22
      Caption = #30830#23450
      TabOrder = 1
      OnClick = ConfirmClick
    end
    object Cancel: TButton
      Left = 282
      Top = 10
      Width = 75
      Height = 22
      Caption = #21462#28040
      TabOrder = 2
      OnClick = CancelClick
    end
    object Quit: TButton
      Left = 363
      Top = 10
      Width = 75
      Height = 22
      Caption = #36864#20986
      TabOrder = 3
      OnClick = QuitClick
    end
  end
  object Grid1: TDBGrid
    Left = 0
    Top = 92
    Width = 460
    Height = 113
    Align = alBottom
    DataSource = Source1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'bookname'
        Title.Caption = #20070#31821#21517#31216
        Width = 114
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'barcode'
        Title.Caption = #26465#24418#30721
        Width = 105
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Author'
        Title.Caption = #20316#32773
        Width = 84
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookconcern'
        Title.Caption = #20986#29256#31038
        Width = 90
        Visible = True
      end>
  end
  object Panel2: TPanel
    Left = 0
    Top = 205
    Width = 460
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Label6: TLabel
      Left = 15
      Top = 14
      Width = 65
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #26597#35810#26465#20214
      ParentBiDiMode = False
    end
    object Label7: TLabel
      Left = 187
      Top = 13
      Width = 6
      Height = 13
      Caption = '='
    end
    object Field: TComboBox
      Left = 83
      Top = 9
      Width = 100
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 0
      Items.Strings = (
        #20070#31821#21517#31216
        #20986#29256#31038
        #20316#32773
        #26465#24418#30721)
    end
    object Value: TEdit
      Left = 200
      Top = 9
      Width = 100
      Height = 21
      TabOrder = 1
    end
    object Query: TButton
      Left = 312
      Top = 9
      Width = 75
      Height = 22
      Caption = #26597#35810
      TabOrder = 2
      OnClick = QueryClick
    end
  end
  object Source1: TDataSource
    Left = 24
    Top = 144
  end
end

⌨️ 快捷键说明

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