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

📄 updatebatch.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 417
  Top = 135
  Width = 438
  Height = 301
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 208
    Width = 38
    Height = 13
    Caption = 'EmpNo:'
  end
  object Label2: TLabel
    Left = 8
    Top = 232
    Width = 51
    Height = 13
    Caption = 'LastName:'
  end
  object Label3: TLabel
    Left = 8
    Top = 256
    Width = 50
    Height = 13
    Caption = 'FirstName:'
  end
  object Label4: TLabel
    Left = 160
    Top = 208
    Width = 49
    Height = 13
    Caption = 'PhoneExt:'
  end
  object Label5: TLabel
    Left = 160
    Top = 232
    Width = 45
    Height = 13
    Caption = 'HireDate:'
  end
  object Label6: TLabel
    Left = 160
    Top = 256
    Width = 32
    Height = 13
    Caption = 'Salary:'
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 313
    Height = 193
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 64
    Top = 200
    Width = 89
    Height = 21
    Enabled = False
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 64
    Top = 224
    Width = 89
    Height = 21
    Enabled = False
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 64
    Top = 248
    Width = 89
    Height = 21
    Enabled = False
    TabOrder = 3
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 216
    Top = 200
    Width = 89
    Height = 21
    Enabled = False
    TabOrder = 4
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 216
    Top = 224
    Width = 89
    Height = 21
    Enabled = False
    TabOrder = 5
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 216
    Top = 248
    Width = 89
    Height = 21
    Enabled = False
    TabOrder = 6
    Text = 'Edit6'
  end
  object GroupBox1: TGroupBox
    Left = 320
    Top = 8
    Width = 105
    Height = 265
    Caption = #25209#37327#26356#26032#25968#25454
    TabOrder = 7
    object Button2: TButton
      Left = 16
      Top = 80
      Width = 75
      Height = 25
      Caption = #26356#26032
      Enabled = False
      TabOrder = 0
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 16
      Top = 120
      Width = 75
      Height = 25
      Caption = #25552#20132
      Enabled = False
      TabOrder = 1
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 16
      Top = 160
      Width = 75
      Height = 25
      Caption = #25764#38144
      Enabled = False
      TabOrder = 2
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 16
      Top = 200
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 3
      OnClick = Button5Click
    end
    object Button1: TButton
      Left = 16
      Top = 40
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 4
      OnClick = Button1Click
    end
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 192
    Top = 8
  end
  object ADODataSet1: TADODataSet
    Connection = ADOConnection1
    AfterOpen = ADODataSet1AfterOpen
    AfterScroll = ADODataSet1AfterOpen
    Parameters = <>
    Left = 232
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 264
    Top = 8
  end
end

⌨️ 快捷键说明

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