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

📄 iwmainform.dfm

📁 Delphi7从入门到精通及附书源码 Delphi7从入门到精通及附书源码
💻 DFM
字号:
object formMain: TformMain
  Left = 0
  Top = 0
  Width = 405
  Height = 285
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  OnCreate = IWAppFormCreate
  DesignSize = (
    405
    285)
  DesignLeft = 311
  DesignTop = 169
  object IWGrid1: TIWGrid
    Left = 28
    Top = 47
    Width = 353
    Height = 209
    Anchors = []
    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 = tlAll
    Summary = 'This is a grid'
    UseFrame = False
    UseWidth = True
    ColumnCount = 3
    RowCount = 5
  end
  object btnShowGraphic: TIWButton
    Left = 28
    Top = 10
    Width = 109
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = 'Show Graphic'
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 0
    OnClick = btnShowGraphicClick
  end
  object btnCloseMain: TIWButton
    Left = 144
    Top = 10
    Width = 105
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = 'Close Main'
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 1
    OnClick = btnCloseMainClick
  end
end

⌨️ 快捷键说明

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