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

📄 unit1.dfm

📁 ACCESS例程,是一个实用的ACCESS数据库例子.
💻 DFM
字号:
object Form1: TForm1
  Left = 199
  Top = 156
  BorderStyle = bsDialog
  Caption = #20010#20154#30005#35805#26412
  ClientHeight = 441
  ClientWidth = 748
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 48
    Top = 252
    Width = 25
    Height = 21
    Hint = #31532#19968#26465#35760#24405
    Caption = '|<<'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 72
    Top = 252
    Width = 23
    Height = 21
    Hint = #19978#19968#26465#35760#24405
    Caption = '<<'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 96
    Top = 252
    Width = 23
    Height = 21
    Hint = #19979#19968#26465#35760#24405
    Caption = '>>'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    OnClick = SpeedButton3Click
  end
  object SpeedButton4: TSpeedButton
    Left = 120
    Top = 252
    Width = 23
    Height = 21
    Hint = #26368#21518#19968#26465#35760#24405
    Caption = '>>|'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    OnClick = SpeedButton4Click
  end
  object Label1: TLabel
    Left = 216
    Top = 280
    Width = 30
    Height = 13
    Caption = #22995#21517'  '
  end
  object Label2: TLabel
    Left = 216
    Top = 312
    Width = 30
    Height = 13
    Caption = #25163#26426'  '
  end
  object Label3: TLabel
    Left = 216
    Top = 344
    Width = 30
    Height = 13
    Caption = #30005#35805'  '
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 748
    Height = 233
    Align = alTop
    Color = clActiveCaption
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clSkyBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 48
    Top = 291
    Width = 97
    Height = 25
    Caption = #28155#21152#26032#35760#24405'  '
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 336
    Width = 97
    Height = 25
    Caption = #20462#25913#24403#21069#35760#24405' '
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 48
    Top = 382
    Width = 97
    Height = 25
    Caption = #21024#38500#24403#21069#35760#24405' '
    TabOrder = 3
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 560
    Top = 280
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 4
    OnSelect = ComboBox1Select
    Items.Strings = (
      #39640#20013#32769#21451
      #22823#23398#26379#21451
      #23478#20154
      #20854#20182)
  end
  object ComboBox2: TComboBox
    Left = 560
    Top = 320
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 5
    OnSelect = ComboBox2Select
    Items.Strings = (
      #30007
      #22899)
  end
  object RadioButton1: TRadioButton
    Left = 440
    Top = 272
    Width = 73
    Height = 17
    Caption = #21333#39033#26597#35810' '
    TabOrder = 6
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 440
    Top = 304
    Width = 81
    Height = 17
    Caption = #32452#21512#26597#35810' '
    TabOrder = 7
    OnClick = RadioButton2Click
  end
  object Edit1: TEdit
    Left = 280
    Top = 272
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object Edit2: TEdit
    Left = 280
    Top = 304
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object Edit3: TEdit
    Left = 280
    Top = 336
    Width = 121
    Height = 21
    TabOrder = 10
  end
  object RadioButton3: TRadioButton
    Left = 440
    Top = 336
    Width = 113
    Height = 17
    Caption = #26174#31034#25152#26377#35760#24405
    TabOrder = 11
    OnClick = RadioButton3Click
  end
  object Button4: TButton
    Left = 664
    Top = 360
    Width = 57
    Height = 25
    Caption = #20851#38381' '
    TabOrder = 12
    OnClick = Button4Click
  end
  object DBNavigator1: TDBNavigator
    Left = 504
    Top = 232
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 13
    Visible = False
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 422
    Width = 748
    Height = 19
    Panels = <>
  end
  object Button5: TButton
    Left = 664
    Top = 392
    Width = 57
    Height = 25
    Caption = #20851#20110
    TabOrder = 15
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 344
    Top = 376
    Width = 57
    Height = 25
    Caption = #26597#35810
    TabOrder = 16
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 280
    Top = 376
    Width = 59
    Height = 25
    Caption = #28165#38500
    TabOrder = 17
    OnClick = Button7Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Top = 264
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Top = 296
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Top = 240
  end
end

⌨️ 快捷键说明

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