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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分 程序设置
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 429
  Height = 291
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #33258#21046#32842#22825#31243#24207'('#23458#25143#31471#31243#24207')'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 3
    Top = 32
    Width = 90
    Height = 13
    Caption = #25509#25910#30340#20449#24687' '#65306'     '
  end
  object Label2: TLabel
    Left = 208
    Top = 56
    Width = 90
    Height = 13
    Caption = #21457#36865#30340#20449#24687' '#65306'     '
  end
  object Label3: TLabel
    Left = 3
    Top = 8
    Width = 84
    Height = 13
    Caption = #36890#20449#31471#21475#21495#65306'    '
  end
  object Label4: TLabel
    Left = 179
    Top = 8
    Width = 84
    Height = 13
    Caption = #26381#21153#22120#22320#22336#65306'    '
  end
  object BitBtn1: TBitBtn
    Left = 211
    Top = 30
    Width = 70
    Height = 23
    Caption = #36830'      '#25509
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn3: TBitBtn
    Left = 279
    Top = 30
    Width = 70
    Height = 23
    Caption = #26029'      '#24320
    TabOrder = 1
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 348
    Top = 30
    Width = 70
    Height = 23
    Caption = #21457'      '#36865
    TabOrder = 2
    OnClick = BitBtn4Click
  end
  object Memo1: TMemo
    Left = 3
    Top = 48
    Width = 201
    Height = 185
    Color = cl3DLight
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
    Lines.Strings = (
      'Memo1')
    ReadOnly = True
    TabOrder = 3
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 238
    Width = 421
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object Edit1: TEdit
    Left = 88
    Top = 5
    Width = 89
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
    TabOrder = 5
    Text = '1024'
  end
  object Edit2: TEdit
    Left = 264
    Top = 5
    Width = 153
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'86'#29256
    TabOrder = 6
    Text = '127.0.0.1'
  end
  object RichEdit1: TRichEdit
    Left = 208
    Top = 72
    Width = 209
    Height = 161
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.5'
    Lines.Strings = (
      'RichEdit1')
    ParentFont = False
    TabOrder = 7
  end
  object ClientSocket1: TClientSocket
    Active = False
    Address = '127.0.0.1'
    ClientType = ctNonBlocking
    Host = '127.0.0.1'
    Port = 1024
    OnConnect = ClientOnConnect
    OnRead = ClientOnRead
    Left = 184
    Top = 24
  end
end

⌨️ 快捷键说明

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