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

📄 unit1.dfm

📁 C++ BUILDER API CHUAN KOU BIANCHENG源码程序
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 523
  Height = 400
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 248
    Top = 177
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Button1: TButton
    Left = 88
    Top = 160
    Width = 75
    Height = 25
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 88
    Top = 192
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 88
    Top = 224
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 88
    Top = 256
    Width = 75
    Height = 25
    Caption = #25509#25910
    TabOrder = 3
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 304
    Top = 40
    Width = 185
    Height = 89
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    Lines.Strings = (
      #30001#20110#20018#34892#36890#20449
      #20855#26377#32467#26500#31616#21333#12289
      #21487#38752#24615#39640#31561#20248
      #28857#65292#22240#32780#22312#24037
      #19994#30417#25511#12289#25968#25454
      #37319#38598#31561#23454#26102#31995
      #32479#20013#24471#21040#20102#24191
      #27867#30340#24212#29992#12290)
    TabOrder = 4
  end
  object RadioGroup1: TRadioGroup
    Left = 40
    Top = 32
    Width = 185
    Height = 105
    Caption = 'RadioGroup1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3')
    TabOrder = 5
  end
  object BitBtn1: TBitBtn
    Left = 88
    Top = 288
    Width = 75
    Height = 25
    Caption = #31934#30830#35745#26102
    TabOrder = 6
    OnClick = BitBtn1Click
  end
  object Timer1: TTimer
    Interval = 1
    OnTimer = Timer1Timer
    Left = 256
    Top = 88
  end
end

⌨️ 快捷键说明

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