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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部分 数据库应用
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #32593#32476#36830#25509#26816#27979#31243#24207
  ClientHeight = 175
  ClientWidth = 336
  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 Label5: TLabel
    Left = 5
    Top = 132
    Width = 81
    Height = 13
    Caption = #25509#25910#30340#20449#24687#65306'   '
  end
  object Label1: TLabel
    Left = 5
    Top = 104
    Width = 81
    Height = 13
    Caption = #21457#36865#30340#20449#24687#65306'   '
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 336
    Height = 89
    Align = alTop
    TabOrder = 0
    object Label3: TLabel
      Left = 7
      Top = 8
      Width = 124
      Height = 13
      Caption = #36828#31243#20027#26426'IP'#25110#22495#21517#65306'      '
    end
    object Label4: TLabel
      Left = 8
      Top = 32
      Width = 84
      Height = 13
      Caption = #36890#20449#31471#21475#21495#65306'    '
    end
    object Label6: TLabel
      Left = 168
      Top = 32
      Width = 96
      Height = 13
      Caption = #36830#25509#36229#26102#26102#38388#65306'    '
    end
    object Edit2: TEdit
      Left = 136
      Top = 4
      Width = 193
      Height = 21
      TabOrder = 0
      Text = '192.168.2.51'
    end
    object Edit3: TEdit
      Left = 104
      Top = 28
      Width = 57
      Height = 21
      TabOrder = 1
      Text = '1024'
    end
    object Edit5: TEdit
      Left = 264
      Top = 28
      Width = 65
      Height = 21
      TabOrder = 2
      Text = '20000'
    end
    object BitBtn1: TBitBtn
      Left = 32
      Top = 56
      Width = 130
      Height = 22
      Caption = #36830#25509#36828#31243#20027#26426
      TabOrder = 3
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 176
      Top = 56
      Width = 130
      Height = 22
      Caption = #26029#24320#19982#36828#31243#20027#26426#36830#25509
      TabOrder = 4
      OnClick = BitBtn2Click
    end
  end
  object Edit1: TEdit
    Left = 81
    Top = 100
    Width = 160
    Height = 21
    TabOrder = 1
    Text = #20013#21326#20154#27665#20849#21644#22269
  end
  object Edit4: TEdit
    Left = 80
    Top = 128
    Width = 161
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 251
    Top = 97
    Width = 75
    Height = 22
    Caption = #21457'    '#36865
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button4: TButton
    Left = 251
    Top = 128
    Width = 75
    Height = 22
    Caption = #25509'    '#25910
    TabOrder = 4
    OnClick = Button4Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 156
    Width = 336
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object NMEcho1: TNMEcho
    Port = 7
    ReportLevel = 0
    OnDisconnect = NMEcho1Disconnect
    OnConnect = NMEcho1Connect
    OnInvalidHost = NMEcho1InvalidHost
    OnHostResolved = NMEcho1HostResolved
    OnStatus = NMEcho1Status
    OnConnectionFailed = NMEcho1ConnectionFailed
    OnConnectionRequired = NMEcho1ConnectionRequired
    Left = 24
    Top = 8
  end
end

⌨️ 快捷键说明

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