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

📄 bookdeliver.dfm

📁 1、系统环境要求:WindowsXP/2000 2、DELPHI7.0企业版 3、如果数据库为SQL Server数据库
💻 DFM
字号:
inherited f_bookdeliver: Tf_bookdeliver
  Left = 305
  Top = 210
  Caption = #22270#20070#37197#36865#31649#29702
  ClientHeight = 325
  ClientWidth = 559
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 213
    Top = 6
    Width = 156
    Height = 23
    AutoSize = False
    Caption = #22270#20070#37197#36865#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel2: TPanel
    Left = 0
    Top = 86
    Width = 559
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label6: TLabel
      Left = 5
      Top = 14
      Width = 67
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      BiDiMode = bdRightToLeft
      Caption = #26597#35810#26465#20214
      ParentBiDiMode = False
    end
    object Label7: TLabel
      Left = 177
      Top = 13
      Width = 6
      Height = 13
      Caption = '='
    end
    object Field: TComboBox
      Left = 78
      Top = 9
      Width = 91
      Height = 22
      Style = csOwnerDrawFixed
      ItemHeight = 16
      TabOrder = 0
      Items.Strings = (
        #37197#36865#21333#21495
        #29992#25143#32534#21495
        #29992#25143#21517#31216
        #26465#24418#30721
        #20070#31821#21517#31216)
    end
    object Value: TEdit
      Left = 192
      Top = 9
      Width = 90
      Height = 21
      TabOrder = 1
    end
    object Query: TButton
      Left = 297
      Top = 9
      Width = 75
      Height = 22
      Caption = #26597#35810
      TabOrder = 2
      OnClick = QueryClick
    end
    object Deliver: TButton
      Left = 380
      Top = 9
      Width = 75
      Height = 22
      Caption = #37197#36865
      TabOrder = 3
      OnClick = DeliverClick
    end
    object Cancel: TButton
      Left = 464
      Top = 9
      Width = 75
      Height = 22
      Caption = #21462#28040
      TabOrder = 4
      OnClick = CancelClick
    end
  end
  object Grid1: TDBGrid
    Left = 0
    Top = 127
    Width = 559
    Height = 163
    Align = alBottom
    DataSource = Source
    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 = 'deliverid'
        Title.Caption = #37197#36865#21333#21495
        Width = 104
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'userid'
        Title.Caption = #29992#25143#32534#21495
        Width = 73
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'username'
        Title.Caption = #29992#25143#21517#31216
        Width = 103
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'barcode'
        Title.Caption = #26465#24418#30721
        Width = 96
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bookname'
        Title.Caption = #20070#31821#21517#31216
        Width = 89
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'num'
        Title.Caption = #25968#37327
        Width = 49
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'money'
        Title.Caption = #37329#39069
        Width = 50
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 51
    Width = 559
    Height = 35
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Label2: TLabel
      Left = 19
      Top = 11
      Width = 53
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #36127#36131#20154
    end
    object Label3: TLabel
      Left = 399
      Top = 11
      Width = 43
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #26102#38388
    end
    object Principal: TEdit
      Left = 79
      Top = 7
      Width = 90
      Height = 21
      TabOrder = 0
    end
    object Picker1: TDateTimePicker
      Left = 450
      Top = 7
      Width = 90
      Height = 21
      Date = 38497.399310787030000000
      Time = 38497.399310787030000000
      TabOrder = 1
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 290
    Width = 559
    Height = 35
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Label4: TLabel
      Left = 19
      Top = 11
      Width = 110
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #24403#21069#31080#21495#24635#37329#39069
    end
    object summoney: TEdit
      Left = 136
      Top = 7
      Width = 90
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
  end
  object Source: TDataSource
    Left = 32
    Top = 176
  end
end

⌨️ 快捷键说明

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