iwunit1.dfm

来自「这是一个DELPHI7应用案例开发篇有配套程序种子光盘」· DFM 代码 · 共 50 行

DFM
50
字号
object formMain: TformMain
  Left = 0
  Top = 0
  Width = 513
  Height = 351
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  OnCreate = IWAppFormCreate
  OnRender = IWAppFormRender
  DesignLeft = 314
  DesignTop = 127
  object IWButton1: TIWButton
    Left = 292
    Top = 120
    Width = 93
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #26597#35810#20070#31821
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 0
    OnClick = IWButton1Click
  end
  object IWButton2: TIWButton
    Left = 292
    Top = 164
    Width = 93
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #26597#30475#36141#29289#31665
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 1
    OnClick = IWButton2Click
  end
end

⌨️ 快捷键说明

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