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

📄 a2.dfm

📁 delphi的学习资料
💻 DFM
字号:
object fmA2: TfmA2
  Left = 293
  Top = 124
  Width = 437
  Height = 246
  Caption = 'fmA2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 16
  object LbStr: TLabel
    Left = 30
    Top = 188
    Width = 40
    Height = 16
    Caption = 'LbStr'
  end
  object LbNum: TLabel
    Left = 211
    Top = 115
    Width = 55
    Height = 21
    Caption = 'LbNum'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object edtStr: TEdit
    Left = 29
    Top = 149
    Width = 63
    Height = 24
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Text = 'edtStr'
    OnKeyPress = edtStrKeyPress
  end
  object edtNum: TEdit
    Left = 207
    Top = 149
    Width = 63
    Height = 24
    TabOrder = 1
    Text = 'edtNum'
    OnKeyPress = edtNumKeyPress
  end
  object btnSty: TBitBtn
    Left = 116
    Top = 148
    Width = 64
    Height = 25
    Caption = 'btnSty'
    TabOrder = 2
    OnClick = btnStyClick
  end
  object sg: TStringGrid
    Left = 7
    Top = 13
    Width = 411
    Height = 91
    DefaultColWidth = 80
    DefaultRowHeight = 20
    FixedCols = 0
    RowCount = 4
    FixedRows = 0
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ScrollBars = ssNone
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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