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

📄 iwunit1.dfm

📁 Delphi 应用举例
💻 DFM
字号:
object formMain: TformMain
  Left = 0
  Top = 0
  Width = 575
  Height = 505
  Background.Fixed = False
  HandleTabs = False
  SupportedBrowsers = [brIE, brNetscape6]
  DesignLeft = 314
  DesignTop = 127
  object IWButton1: TIWButton
    Left = 32
    Top = 16
    Width = 75
    Height = 25
    ZIndex = 0
    ButtonType = btButton
    Caption = 'IWButton1'
    Color = clBtnFace
    DoSubmitValidation = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    TabOrder = 0
    OnClick = IWButton1Click
  end
  object IWMemo1: TIWMemo
    Left = 8
    Top = 128
    Width = 385
    Height = 281
    ZIndex = 0
    Editable = True
    Font.Color = clNone
    Font.Enabled = True
    Font.Size = 10
    Font.Style = []
    ScriptEvents = <>
    RawText = False
    ReadOnly = False
    Required = False
    TabOrder = 1
    WantReturns = False
    FriendlyName = 'IWMemo1'
  end
  object IWDynamicChart1: TIWDynamicChart
    Left = 160
    Top = 8
    Width = 193
    Height = 105
    ZIndex = 0
    Colors.Strings = (
      'red'
      'blue'
      'green'
      'yellow'
      'brown')
    Data = IWClientSideDataset1
    HorzData = 'sales'
    ValuesInBars = True
    VertData = 'sales'
  end
  object IWClientSideDataset1: TIWClientSideDataset
    ColumnNames.Strings = (
      'month'
      'sales')
    Data.Strings = (
      '1,4'
      '2,3'
      '3,2'
      '4,1')
    Left = 48
    Top = 56
  end
end

⌨️ 快捷键说明

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