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

📄 clientunit1.dfm

📁 Delphi 7组件与分布式应用开发源码,介绍了基础的组件应用实例
💻 DFM
字号:
object Form1: TForm1
  Left = 198
  Top = 116
  Width = 459
  Height = 376
  Caption = 'IQ'#27979#35797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 409
    Height = 13
    AutoSize = False
    Caption = #35831#20174#29702#35770#19978#25110#36923#36753#30340#35282#24230#22312#21518#38754#30340#31354#26684#20013#22635#20837#21518#32493#23383#27597#25110#25968#23383' '
  end
  object Label2: TLabel
    Left = 80
    Top = 48
    Width = 78
    Height = 13
    Caption = '1,  3,  6,  10,  __'
  end
  object Label3: TLabel
    Left = 24
    Top = 24
    Width = 9
    Height = 13
    Caption = '1.'
  end
  object Label4: TLabel
    Left = 24
    Top = 328
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #29992#26102' 0 '#31186
  end
  object RadioGroup1: TRadioGroup
    Left = 32
    Top = 80
    Width = 385
    Height = 177
    TabOrder = 0
  end
  object Button1: TButton
    Left = 80
    Top = 280
    Width = 75
    Height = 25
    Caption = #19979#19968#39064' &N'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 280
    Width = 75
    Height = 25
    Caption = #20132#21367' &O'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 312
    Top = 280
    Width = 75
    Height = 25
    Caption = #36864#20986' &E'
    TabOrder = 3
    OnClick = Button3Click
  end
  object RadioButton1: TRadioButton
    Left = 72
    Top = 112
    Width = 225
    Height = 17
    Caption = 'A. 14'
    TabOrder = 4
  end
  object RadioButton2: TRadioButton
    Left = 72
    Top = 160
    Width = 225
    Height = 17
    Caption = 'B. 15'
    TabOrder = 5
  end
  object RadioButton3: TRadioButton
    Left = 72
    Top = 208
    Width = 113
    Height = 17
    Caption = 'C. 16'
    TabOrder = 6
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 8
    Top = 296
  end
end

⌨️ 快捷键说明

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