iwunit1.dfm

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

DFM
146
字号
object formMain: TformMain
  Left = 0
  Top = 0
  Width = 698
  Height = 587
  Hint = 'ddddd'
  Background.Fixed = False
  HandleTabs = False
  JavaScript.Strings = (
    'var myData = ["Sales","Items Sold"];')
  SupportedBrowsers = [brIE, brNetscape6]
  ShowHint = True
  OnCreate = IWAppFormCreate
  DesignLeft = 191
  DesignTop = 105
  object IWEdit1: TIWEdit
    Left = 168
    Top = 24
    Width = 81
    Height = 21
    Cursor = crHandPoint
    Hint = 'adadfadf'
    ShowHint = True
    ParentShowHint = False
    ZIndex = 3
    BGColor = clNone
    DoSubmitValidation = True
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    FriendlyName = 'IWEdit11'
    MaxLength = 0
    ReadOnly = False
    Required = True
    ScriptEvents = <>
    TabOrder = 0
    OnSubmit = IWEdit1Submit
    PasswordPrompt = False
    Text = 'IWEdit1'
  end
  object IWButton1: TIWButton
    Left = 368
    Top = 106
    Width = 105
    Height = 39
    Cursor = crHandPoint
    ZIndex = 3
    ButtonType = btSubmit
    Caption = 'IWButton1'
    Color = clBtnFace
    Confirmation = #24178#21527'?'
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 1
    OnClick = IWButton1Click
  end
  object IWMemo1: TIWMemo
    Left = 16
    Top = 56
    Width = 345
    Height = 273
    ZIndex = 1
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    RawText = False
    ReadOnly = False
    Required = False
    TabOrder = 2
    WantReturns = False
    FriendlyName = 'IWMemo1'
  end
  object IWButton2: TIWButton
    Left = 280
    Top = 16
    Width = 81
    Height = 33
    ZIndex = 2
    ButtonType = btButton
    Caption = 'IWButton2'
    Color = clBackground
    Confirmation = #24178#21527'?'
    DoSubmitValidation = False
    ExtraTagParams.Strings = (
      'aaaaa')
    Font.Color = clInfoBk
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 3
    OnClick = IWButton2Click
  end
  object IWCheckBox1: TIWCheckBox
    Left = 24
    Top = 24
    Width = 121
    Height = 21
    ZIndex = 0
    Caption = 'IWCheckBox1'
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    DoSubmitValidation = True
    Style = stNormal
    TabOrder = 4
    Checked = True
  end
  object IWText1: TIWText
    Left = 16
    Top = 336
    Width = 625
    Height = 201
    ZIndex = 0
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    Lines.Strings = (
      #20004#20010#25353#38062#37117#26159#33719#24471#20174#23458#25143#31471#20256#26469#30340#25968#25454#65292#20294#20004#32773#26041#27861#19981#21516#12290
      'button1'#30340#26041#27861#26368#21407#22987#65292#22240#27492#23427#24471#21040#30340#20449#24687#26368#20840#38754#12290
      ''
      'button2'#36890#36807'hiddenParams'#21644'Params'#26469#35835#21462#21442#25968#65292#27492#26102#30340#21442#25968#30340#37096#20998#24050#32463#34987
      'intraweb'#35835#21462#36807#65292#26377#20123#25968#25454#24050#32463#34987#21024#38500#12290#22914'IW_Action'#30340#25968#25454#23601#35835#19981#21040#12290
      ''
      ''
      #22312#31383#21475#30340'onCreate'#20107#20214#37324#25105#20204#36890#36807'HiddenParams'#21521#39029#38754#22686#21152#20102#20004#20010#38544#34255#25968#25454#65292#25171#24320
      #39029#38754#21518#65292#26597#30475#28304#25991#20214#65292#21487#20197#30475#21040#22686#21152#30340#20004#20010#25968#25454#12290)
    RawText = False
    UseFrame = False
    WantReturns = True
  end
end

⌨️ 快捷键说明

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