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

📄 unit1.~dfm

📁 sql2000工程实践一书第14张源代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 239
  Top = 144
  Width = 301
  Height = 334
  Caption = #25253#34920#25171#21360
  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 = 32
    Top = 16
    Width = 24
    Height = 13
    Caption = #22995#21517
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 24
    Height = 13
    Caption = #35821#25991
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 32
    Top = 96
    Width = 24
    Height = 13
    Caption = #25968#23398
    FocusControl = DBEdit3
  end
  object Label4: TLabel
    Left = 32
    Top = 136
    Width = 24
    Height = 13
    Caption = #33521#35821
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 32
    Top = 176
    Width = 24
    Height = 13
    Caption = #29289#29702
    FocusControl = DBEdit5
  end
  object Label6: TLabel
    Left = 32
    Top = 216
    Width = 24
    Height = 13
    Caption = #21270#23398
    FocusControl = DBEdit6
  end
  object DBEdit1: TDBEdit
    Left = 32
    Top = 32
    Width = 134
    Height = 21
    DataField = #22995#21517
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 32
    Top = 72
    Width = 134
    Height = 21
    DataField = #35821#25991
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 32
    Top = 112
    Width = 134
    Height = 21
    DataField = #25968#23398
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 32
    Top = 152
    Width = 134
    Height = 21
    DataField = #33521#35821
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit5: TDBEdit
    Left = 32
    Top = 192
    Width = 134
    Height = 21
    DataField = #29289#29702
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit6: TDBEdit
    Left = 32
    Top = 232
    Width = 134
    Height = 21
    DataField = #21270#23398
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBNavigator1: TDBNavigator
    Left = 24
    Top = 272
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 6
  end
  object Button1: TButton
    Left = 184
    Top = 232
    Width = 75
    Height = 25
    Caption = #25171#21360#39044#35272
    TabOrder = 7
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=DemoData;Data Source=JGJ'
    CursorType = ctStatic
    TableName = 'Student'
    Left = 208
    Top = 32
    object ADOTable1DSDesigner: TStringField
      FieldName = #22995#21517
      FixedChar = True
      Size = 10
    end
    object ADOTable1DSDesigner2: TIntegerField
      FieldName = #35821#25991
    end
    object ADOTable1DSDesigner3: TIntegerField
      FieldName = #25968#23398
    end
    object ADOTable1DSDesigner4: TIntegerField
      FieldName = #33521#35821
    end
    object ADOTable1DSDesigner5: TIntegerField
      FieldName = #29289#29702
    end
    object ADOTable1DSDesigner6: TIntegerField
      FieldName = #21270#23398
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 208
    Top = 64
  end
end

⌨️ 快捷键说明

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