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

📄 editstudentunit.~dfm

📁 delphi语言编写的简单图书馆管理系统页面适合初学者模仿练习!
💻 ~DFM
字号:
object EditStudentForm: TEditStudentForm
  Left = 294
  Top = 100
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20462#25913#23398#29983#20449#24687
  ClientHeight = 381
  ClientWidth = 207
  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 = 24
    Top = 16
    Width = 28
    Height = 14
    Caption = #23398#21495
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 28
    Height = 14
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 24
    Top = 144
    Width = 28
    Height = 14
    Caption = #24180#40836
  end
  object Label4: TLabel
    Left = 24
    Top = 208
    Width = 28
    Height = 14
    Caption = #23494#30721
  end
  object Label5: TLabel
    Left = 24
    Top = 272
    Width = 28
    Height = 14
    Caption = #19987#19994
  end
  object DBEdit1: TDBEdit
    Left = 24
    Top = 36
    Width = 161
    Height = 22
    DataField = 'sno'
    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 = 24
    Top = 100
    Width = 161
    Height = 22
    DataField = 'sname'
    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 = 24
    Top = 164
    Width = 161
    Height = 22
    DataField = 'sage'
    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 = 24
    Top = 228
    Width = 161
    Height = 22
    DataField = 'idno'
    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 DBEdit5: TDBEdit
    Left = 24
    Top = 292
    Width = 161
    Height = 22
    DataField = 'dept'
    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 = 4
  end
  object Button1: TButton
    Left = 24
    Top = 336
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 336
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 6
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 72
    Top = 264
  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 = 112
    Top = 264
  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 = 144
    Top = 264
  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 = 176
    Top = 264
  end
end

⌨️ 快捷键说明

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