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

📄 u_form1.dfm

📁 很好地delphi书籍源码
💻 DFM
字号:
object Form1: TForm1
  Left = 218
  Top = 141
  Width = 375
  Height = 204
  Caption = #21487#31227#21160#26631#31614#32452#20214#27979#35797#31243#24207
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 56
    Width = 52
    Height = 13
    Caption = #31227#21160#27493#38271
  end
  object Label2: TLabel
    Left = 208
    Top = 56
    Width = 92
    Height = 13
    Caption = #26102#38388#38388#38548'('#27627#31186')'
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 367
    Height = 41
    Align = alTop
    TabOrder = 0
    object MovingLabel1: TMovingLabel
      Left = 16
      Top = 16
      Width = 70
      Height = 14
      Caption = #21487#31227#21160#26631#31614
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
  end
  object StartButton: TButton
    Left = 80
    Top = 128
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 1
    OnClick = StartButtonClick
  end
  object StopButton: TButton
    Left = 192
    Top = 128
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 2
    OnClick = StopButtonClick
  end
  object MovingStepCB: TComboBox
    Left = 32
    Top = 80
    Width = 105
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    OnChange = MovingStepCBChange
    Items.Strings = (
      '2'
      '4'
      '6'
      '8'
      '10'
      '12'
      '16'
      '20')
  end
  object TimeStepCB: TComboBox
    Left = 208
    Top = 80
    Width = 113
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 4
    OnChange = TimeStepCBChange
    Items.Strings = (
      '50'
      '100'
      '200'
      '400'
      '600'
      '800'
      '1000')
  end
end

⌨️ 快捷键说明

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