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

📄 unit4.~dfm

📁 delphi语言编写的简单图书馆管理系统页面适合初学者模仿练习!
💻 ~DFM
字号:
object SearchForm: TSearchForm
  Left = 512
  Top = 329
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #35838#31243#26597#35810
  ClientHeight = 296
  ClientWidth = 278
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 35
    Height = 14
    Caption = #35838#21495':'
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 63
    Height = 14
    Caption = #35838#31243#21517#31216':'
  end
  object Label3: TLabel
    Left = 32
    Top = 136
    Width = 63
    Height = 14
    Caption = #20219#35838#32769#24072':'
  end
  object Label4: TLabel
    Left = 32
    Top = 176
    Width = 63
    Height = 14
    Caption = #36873#35838#29677#32423':'
  end
  object Label5: TLabel
    Left = 32
    Top = 216
    Width = 63
    Height = 14
    Caption = #35838#31243#24615#36136':'
  end
  object Label6: TLabel
    Left = 32
    Top = 96
    Width = 35
    Height = 14
    Caption = #23398#20998':'
  end
  object DBText1: TDBText
    Left = 104
    Top = 16
    Width = 153
    Height = 17
    DataField = 'cno'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText2: TDBText
    Left = 104
    Top = 56
    Width = 153
    Height = 17
    DataField = 'cname'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText3: TDBText
    Left = 104
    Top = 136
    Width = 153
    Height = 17
    DataField = 'teacher'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText4: TDBText
    Left = 104
    Top = 176
    Width = 161
    Height = 17
    DataField = 'class'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBText6: TDBText
    Left = 104
    Top = 96
    Width = 57
    Height = 17
    DataField = 'credit'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 48
    Top = 256
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 256
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 104
    Top = 211
    Width = 81
    Height = 22
    Style = csDropDownList
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 14
    ItemIndex = 0
    ParentFont = False
    TabOrder = 2
    Text = #24517#20462
    Items.Strings = (
      #24517#20462
      #36873#20462)
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xsxk;Data Source=GAOPAN\G'
    Parameters = <>
    Left = 208
    Top = 8
  end
  object ADOQuery2: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xsxk;Data Source=GAOPAN\G'
    DataSource = DataSource1
    Parameters = <>
    Left = 200
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 176
    Top = 16
  end
end

⌨️ 快捷键说明

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