iwunit1.dfm

来自「Delphi 应用举例」· DFM 代码 · 共 73 行

DFM
73
字号
object formMain: TformMain
  Left = 0
  Top = 0
  Width = 610
  Height = 341
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  OnCreate = IWAppFormCreate
  DesignLeft = 314
  DesignTop = 127
  object IWButton1: TIWButton
    Left = 208
    Top = 40
    Width = 169
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #27979#35797#26174#31034#39034#24207
    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 = 208
    Top = 98
    Width = 169
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #38544#34255#33258#24049
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 1
    OnClick = IWButton2Click
  end
  object IWLabel1: TIWLabel
    Left = 34
    Top = 48
    Width = 171
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = #20808#28857#20987#36825#20010#25353#38062#65306'---'#12297
  end
  object IWLabel2: TIWLabel
    Left = 32
    Top = 104
    Width = 171
    Height = 16
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Caption = #20877#28857#20987#36825#20010#25353#38062#65306'---'#12297
  end
end

⌨️ 快捷键说明

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