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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 426
  Height = 300
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'OnIdle'#20107#20214#20351#29992#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = OnCreate
  PixelsPerInch = 96
  TextHeight = 13
  object BitBtn1: TBitBtn
    Left = 0
    Top = 0
    Width = 105
    Height = 23
    Caption = #26032#24314#25991#20214
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 104
    Top = 0
    Width = 105
    Height = 23
    Caption = #25171#24320#25991#20214
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 208
    Top = 0
    Width = 105
    Height = 23
    Caption = #20445#23384#25991#20214
    TabOrder = 2
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 312
    Top = 0
    Width = 105
    Height = 23
    Caption = #36864#20986#31995#32479
    TabOrder = 3
    OnClick = BitBtn4Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 48
    Width = 417
    Height = 225
    Align = alCustom
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object BitBtn5: TBitBtn
    Left = 0
    Top = 24
    Width = 105
    Height = 22
    Caption = #22797'       '#21046
    TabOrder = 5
  end
  object BitBtn6: TBitBtn
    Left = 104
    Top = 24
    Width = 105
    Height = 22
    Caption = #21098'        '#20999
    TabOrder = 6
  end
  object BitBtn7: TBitBtn
    Left = 208
    Top = 24
    Width = 105
    Height = 22
    Caption = #31896'         '#36148
    TabOrder = 7
  end
  object BitBtn8: TBitBtn
    Left = 312
    Top = 24
    Width = 105
    Height = 22
    Caption = #20840'         '#36873
    TabOrder = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 152
  end
  object SaveDialog1: TSaveDialog
    Left = 264
  end
end

⌨️ 快捷键说明

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