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

📄 unit3.~dfm

📁 大家可以看看还不错的管理系统
💻 ~DFM
字号:
object FmBkMsgChg: TFmBkMsgChg
  Left = 247
  Top = 147
  Width = 696
  Height = 490
  Caption = #20462#25913#22270#20070#35760#24405' '
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 54
    Height = 13
    AutoSize = False
    Caption = #20070#30340#32534#30721': '
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 30
    Height = 13
    Caption = #20070#21517' :'
  end
  object Label3: TLabel
    Left = 16
    Top = 104
    Width = 30
    Height = 13
    Caption = #20316#32773' :'
  end
  object Label4: TLabel
    Left = 224
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20986#29256#31038' '
  end
  object Label5: TLabel
    Left = 224
    Top = 56
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #36141#20080#26102#38388
  end
  object Label6: TLabel
    Left = 232
    Top = 104
    Width = 27
    Height = 13
    Caption = #20215#26684' '
  end
  object Label7: TLabel
    Left = 456
    Top = 16
    Width = 65
    Height = 25
    AutoSize = False
    Caption = #26159#21542#22312#24211
  end
  object DBNavigator1: TDBNavigator
    Left = 160
    Top = 176
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 0
  end
  object BtnCancel: TButton
    Left = 552
    Top = 104
    Width = 75
    Height = 25
    Caption = #36864#20986' '
    TabOrder = 1
    OnClick = BtnCancelClick
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 232
    Width = 665
    Height = 209
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBEdit1: TDBEdit
    Left = 72
    Top = 8
    Width = 121
    Height = 21
    DataField = #20070#30340#32534#21495
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit2: TDBEdit
    Left = 72
    Top = 48
    Width = 121
    Height = 21
    DataField = #20070#21517
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit3: TDBEdit
    Left = 72
    Top = 96
    Width = 121
    Height = 21
    DataField = #20316#32773
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit4: TDBEdit
    Left = 304
    Top = 16
    Width = 121
    Height = 21
    DataField = #20986#29256#31038
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit5: TDBEdit
    Left = 304
    Top = 56
    Width = 121
    Height = 21
    DataField = #36141#20080#26102#38388
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBEdit6: TDBEdit
    Left = 304
    Top = 96
    Width = 121
    Height = 21
    DataField = #20215#26684
    DataSource = DataSource1
    TabOrder = 8
  end
  object DBEdit8: TDBEdit
    Left = 536
    Top = 16
    Width = 121
    Height = 21
    DataField = #26159#21542#22312#24211
    DataSource = DataSource1
    TabOrder = 9
  end
  object ADOCont: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xxr'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 64
    Top = 184
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 104
    Top = 176
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOCont
    CursorType = ctStatic
    TableName = 'BOOKS'
    Left = 432
    Top = 176
  end
end

⌨️ 快捷键说明

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