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

📄 readertype.~dfm

📁 图书管理系统
💻 ~DFM
字号:
object frmReaderType: TfrmReaderType
  Left = 165
  Top = 102
  Width = 765
  Height = 600
  Caption = #35835#32773#31181#31867#20462#35746
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 46
    Top = 8
    Width = 643
    Height = 193
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 32
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #31181#31867#32534#21495
    end
    object Label2: TLabel
      Left = 328
      Top = 40
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #31181#31867#21517#31216
    end
    object Label3: TLabel
      Left = 40
      Top = 72
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20511#38405#26412#25968
    end
    object Label4: TLabel
      Left = 328
      Top = 80
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #20511#38405#26102#38388
    end
    object Label5: TLabel
      Left = 40
      Top = 128
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #26377#25928#24180#38480
    end
    object Button2: TButton
      Left = 528
      Top = 136
      Width = 75
      Height = 25
      Caption = '&reset'
      TabOrder = 0
    end
    object Button1: TButton
      Left = 406
      Top = 136
      Width = 75
      Height = 25
      Caption = '&seach'
      Default = True
      TabOrder = 1
    end
    object Edit1: TEdit
      Left = 112
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 2
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 408
      Top = 32
      Width = 121
      Height = 21
      TabOrder = 3
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 120
      Top = 128
      Width = 121
      Height = 21
      TabOrder = 4
      Text = 'Edit3'
    end
    object ComboBox1: TComboBox
      Left = 112
      Top = 72
      Width = 121
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      Text = 'ComboBox1'
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7'
        '8'
        '9'
        '10'
        '11'
        '12'
        '13'
        '14'
        '15')
    end
    object Edit4: TEdit
      Left = 408
      Top = 72
      Width = 121
      Height = 21
      TabOrder = 6
      Text = 'Edit4'
    end
    object ListBox1: TListBox
      Left = 560
      Top = 16
      Width = 57
      Height = 97
      ItemHeight = 13
      Items.Strings = (
        'RT_typeno'
        'RT_typename'
        'RT_booknumber'
        'RT_bookdays'
        'RT_userfullife'
        'RT_typememo')
      MultiSelect = True
      TabOrder = 7
    end
    object ScrollBar1: TScrollBar
      Left = 616
      Top = 16
      Width = 17
      Height = 97
      Kind = sbVertical
      PageSize = 0
      TabOrder = 8
    end
  end
  object Panel1: TPanel
    Left = 46
    Top = 212
    Width = 651
    Height = 337
    Caption = 'Panel1'
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 72
    Top = 248
    Width = 601
    Height = 257
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button3: TButton
    Left = 360
    Top = 512
    Width = 75
    Height = 25
    Caption = '&Delete'
    TabOrder = 3
  end
  object Button4: TButton
    Left = 464
    Top = 512
    Width = 75
    Height = 25
    Caption = '&modify'
    TabOrder = 4
  end
  object Button5: TButton
    Left = 568
    Top = 512
    Width = 75
    Height = 25
    Caption = 'o&k'
    TabOrder = 5
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 224
    Top = 368
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'library'
    TableName = 'dbo.Readertype'
    Left = 320
    Top = 352
  end
end

⌨️ 快捷键说明

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