unit1.dfm

来自「幼儿识字、算数进行简单加减运算DELPHI源码」· DFM 代码 · 共 104 行

DFM
104
字号
object Frmmain: TFrmmain
  Left = 291
  Top = 175
  Width = 480
  Height = 437
  Caption = 'Frmmain'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object pnl1: TPanel
    Left = 0
    Top = 0
    Width = 472
    Height = 49
    Align = alTop
    TabOrder = 0
    object rg1: TRadioGroup
      Left = 130
      Top = 1
      Width = 177
      Height = 47
      Align = alLeft
      Caption = #21462#23383
      Columns = 2
      ItemIndex = 0
      Items.Strings = (
        #38543#26426
        #39034#24207)
      TabOrder = 0
    end
    object grp1: TGroupBox
      Left = 1
      Top = 1
      Width = 129
      Height = 47
      Align = alLeft
      Caption = #20998#32452
      TabOrder = 1
      object cbb1: TComboBox
        Left = 16
        Top = 21
        Width = 107
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
        ItemHeight = 13
        TabOrder = 0
        Text = 'cbb1'
      end
    end
    object rg2: TRadioGroup
      Left = 307
      Top = 1
      Width = 164
      Height = 47
      Align = alLeft
      Caption = #26174#31034
      Columns = 2
      Items.Strings = (
        #20154#24037
        #33258#21160)
      TabOrder = 2
    end
  end
  object pnl2: TPanel
    Left = 0
    Top = 354
    Width = 472
    Height = 49
    Align = alBottom
    Caption = 'pnl2'
    TabOrder = 1
    object Button1: TButton
      Left = 80
      Top = 16
      Width = 81
      Height = 25
      Caption = 'Button1'
      TabOrder = 0
      OnClick = Button1Click
    end
  end
  object pnl3: TPanel
    Left = 0
    Top = 49
    Width = 472
    Height = 305
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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