iwunit1.dfm

来自「Delphi网络应用开发的源代码」· DFM 代码 · 共 65 行

DFM
65
字号
object formMain: TformMain
  Left = 0
  Top = 0
  Width = 352
  Height = 302
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  DesignLeft = 314
  DesignTop = 127
  object IWFlash1: TIWFlash
    Left = 16
    Top = 8
    Width = 316
    Height = 233
    Align = faNone
    ZIndex = 0
    AutoPlay = True
    BGColor = clNone
    EnableMenu = True
    FlashFile.Filename = 'F:\Delphi7'#32593#32476'\program\14-1\files\thank.swf'
    Loop = True
    Quality = fqHigh
    SAlign = fsNone
    Scale = fsDefault
    SWLiveConnect = False
  end
  object IWButton1: TIWButton
    Left = 16
    Top = 256
    Width = 75
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #25773#25918
    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 = 264
    Top = 256
    Width = 67
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = #20572#27490
    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 + -
显示快捷键?