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

📄 iwscrolldataform.dfm

📁 Delphi7从入门到精通及附书源码 Delphi7从入门到精通及附书源码
💻 DFM
字号:
object formMain: TformMain
  Left = 0
  Top = 0
  Width = 478
  Height = 360
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  OnCreate = IWAppFormCreate
  DesignSize = (
    478
    360)
  DesignLeft = 302
  DesignTop = 164
  object IWDBGrid1: TIWDBGrid
    Left = 40
    Top = 72
    Width = 409
    Height = 241
    Anchors = [akLeft, akTop, akRight, akBottom]
    ZIndex = 0
    BorderColors.Color = clNone
    BorderColors.Light = clNone
    BorderColors.Dark = clNone
    BGColor = clNone
    BorderSize = 1
    BorderStyle = tfDefault
    CellPadding = 0
    CellSpacing = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    FrameBuffer = 40
    Lines = tlRows
    UseFrame = False
    UseWidth = True
    Columns = <>
    DataSource = DataSource1
    FooterRowCount = 0
    FromStart = False
    HighlightColor = clDefault
    HighlightRows = False
    Options = [dgShowTitles]
    RefreshMode = rmAutomatic
    RowLimit = 10
    RollOver = False
    RowClick = False
    RollOverColor = clNone
    RowHeaderColor = clNone
    RowAlternateColor = clSilver
    RowCurrentColor = clTeal
  end
  object btnNext: TIWButton
    Left = 40
    Top = 40
    Width = 97
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = 'Next Page'
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 0
    OnClick = btnNextClick
  end
  object btnPrevius: TIWButton
    Left = 152
    Top = 40
    Width = 97
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = 'Previous Page'
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 1
    OnClick = btnPreviusClick
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.SimpleDataSet1
    Left = 336
    Top = 32
  end
end

⌨️ 快捷键说明

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