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

📄 frmseekborrow.dfm

📁 这是《Delphi程序设计基础》由李文池写的书的示例代码
💻 DFM
字号:
object seekborrow: Tseekborrow
  Left = 257
  Top = 106
  BorderStyle = bsDialog
  Caption = #26597#35810#20511#38405#24773#20917
  ClientHeight = 275
  ClientWidth = 664
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 48
    Height = 16
    Caption = #20511#20070#35777#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 184
    Top = 16
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #35835#32773#22995#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 48
    Width = 649
    Height = 217
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'NO'
        Title.Alignment = taCenter
        Title.Caption = #35760#24405#21495
        Width = 59
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'book_id'
        Title.Alignment = taCenter
        Title.Caption = #22270#20070#32534#21495
        Width = 76
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'book_name'
        Title.Alignment = taCenter
        Title.Caption = #20070#21517
        Width = 200
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'borrow_date'
        Title.Alignment = taCenter
        Title.Caption = #20511#20070#26085#26399
        Width = 72
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'return_date'
        Title.Alignment = taCenter
        Title.Caption = #36824#20070#26085#26399
        Width = 71
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'conBorrow_date'
        Title.Alignment = taCenter
        Title.Caption = #32493#20511#26085#26399
        Width = 68
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'status'
        Title.Alignment = taCenter
        Title.Caption = #20511#38405#25163#32493
        Visible = True
      end>
  end
  object DBEdit1: TDBEdit
    Left = 88
    Top = 16
    Width = 81
    Height = 21
    DataField = 'libcard_id'
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 256
    Top = 16
    Width = 121
    Height = 21
    DataField = 'reader_name'
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 2
  end
  object Button1: TButton
    Left = 576
    Top = 16
    Width = 75
    Height = 25
    Caption = #21024#38500#35760#24405
    TabOrder = 3
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 392
    Top = 16
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    Text = #26174#31034#25152#26377#35760#24405
    OnChange = ComboBox1Change
    Items.Strings = (
      #26174#31034#25152#26377#35760#24405
      #26174#31034#39044#32422#35760#24405
      #26174#31034#20511#20070#35760#24405
      #26174#31034#36824#20070#35760#24405)
  end
  object DataSource1: TDataSource
    DataSet = ClientDataSet1
    Left = 504
    Top = 224
  end
  object ClientDataSet1: TClientDataSet
    Aggregates = <>
    Params = <>
    ProviderName = 'DataSetProvider1'
    RemoteServer = frmService.DCOMConnection1
    Left = 464
    Top = 224
  end
end

⌨️ 快捷键说明

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