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

📄 unit6.dfm

📁 delphi语言编写的简单图书馆管理系统页面适合初学者模仿练习!
💻 DFM
字号:
object EditCourseForm: TEditCourseForm
  Left = 470
  Top = 170
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #35838#31243#20462#25913
  ClientHeight = 439
  ClientWidth = 253
  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 = 29
    Top = 16
    Width = 35
    Height = 14
    Caption = #35838#21495':'
  end
  object Label2: TLabel
    Left = 30
    Top = 144
    Width = 35
    Height = 14
    Caption = #23398#20998':'
  end
  object Label3: TLabel
    Left = 32
    Top = 80
    Width = 63
    Height = 14
    Caption = #35838#31243#21517#31216':'
  end
  object Label4: TLabel
    Left = 32
    Top = 208
    Width = 63
    Height = 14
    Caption = #20219#35838#32769#24072':'
  end
  object Label5: TLabel
    Left = 32
    Top = 336
    Width = 63
    Height = 14
    Caption = #35838#31243#24615#36136':'
  end
  object Label6: TLabel
    Left = 32
    Top = 272
    Width = 63
    Height = 14
    Caption = #36873#35838#29677#32423':'
  end
  object Button1: TButton
    Left = 40
    Top = 376
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 376
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button2Click
  end
  object DBEdit1: TDBEdit
    Left = 32
    Top = 36
    Width = 193
    Height = 22
    DataField = 'cno'
    DataSource = DataSource1
    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
    ParentFont = False
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 32
    Top = 164
    Width = 97
    Height = 22
    DataField = 'credit'
    DataSource = DataSource1
    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
    ParentFont = False
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 32
    Top = 100
    Width = 193
    Height = 22
    DataField = 'cname'
    DataSource = DataSource1
    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
    ParentFont = False
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 32
    Top = 228
    Width = 193
    Height = 22
    DataField = 'teacher'
    DataSource = DataSource1
    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
    ParentFont = False
    TabOrder = 3
  end
  object DBEdit6: TDBEdit
    Left = 32
    Top = 292
    Width = 193
    Height = 22
    DataField = 'class'
    DataSource = DataSource1
    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
    ParentFont = False
    TabOrder = 5
  end
  object ComboBox1: TComboBox
    Left = 32
    Top = 356
    Width = 121
    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
    ParentFont = False
    TabOrder = 4
    Items.Strings = (
      #24517#20462
      #36873#20462)
  end
  object DBNavigator1: TDBNavigator
    Left = 24
    Top = 408
    Width = 240
    Height = 25
    TabOrder = 8
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 160
    Top = 320
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xsxk;Data Source='#39640#25856'\G'
    Parameters = <>
    Left = 128
    Top = 320
  end
  object ADOQuery2: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xsxk;Data Source=GAOPAN\G'
    Parameters = <>
    Left = 96
    Top = 128
  end
  object ADOQuery3: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xsxk;Data Source=GAOPAN\G'
    Parameters = <>
    Left = 136
    Top = 128
  end
end

⌨️ 快捷键说明

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