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

📄 unit1.~dfm

📁 将网页数据分页的方法运用到delphi上的实例
💻 ~DFM
字号:
object Form1: TForm1
  Left = 131
  Top = 117
  Width = 790
  Height = 577
  Caption = #25968#25454#20998#39029#23454#20363
  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 = 336
    Top = 8
    Width = 96
    Height = 16
    Caption = #25968#25454#20998#39029#23454#20363
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 248
    Top = 515
    Width = 15
    Height = 15
    Caption = #31532
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 344
    Top = 515
    Width = 38
    Height = 15
    Caption = #39029' '#20849
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 448
    Top = 515
    Width = 15
    Height = 15
    Caption = #39029
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 32
    Width = 769
    Height = 473
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object btnFirst: TButton
    Left = 88
    Top = 511
    Width = 65
    Height = 25
    Caption = '<<'#39318#39029
    TabOrder = 1
    OnClick = btnFirstClick
  end
  object Edit1: TEdit
    Left = 272
    Top = 511
    Width = 65
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 384
    Top = 511
    Width = 57
    Height = 21
    TabOrder = 3
  end
  object btnPrior: TButton
    Left = 168
    Top = 511
    Width = 65
    Height = 25
    Caption = '<'#19978#19968#39029
    TabOrder = 4
    OnClick = btnFirstClick
  end
  object btnNext: TButton
    Left = 472
    Top = 511
    Width = 65
    Height = 25
    Caption = #19979#19968#39029'>'
    TabOrder = 5
    OnClick = btnFirstClick
  end
  object btnLast: TButton
    Left = 552
    Top = 511
    Width = 65
    Height = 25
    Caption = #26411#39029'>>'
    TabOrder = 6
    OnClick = btnFirstClick
  end
  object Button1: TButton
    Left = 680
    Top = 512
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = Button1Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=dadalx.mdb;Persist ' +
      'Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 224
    Top = 32
  end
  object ADODataSet1: TADODataSet
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    CommandText = 'select *  from  cz_chengzdbz'
    Parameters = <>
    Left = 256
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 288
    Top = 32
  end
end

⌨️ 快捷键说明

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