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

📄 usendmsg.dfm

📁 一个采用delphi开的数库系统
💻 DFM
字号:
object frmSendMsg: TfrmSendMsg
  Left = 470
  Top = 236
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21457#36865#36890#30693
  ClientHeight = 248
  ClientWidth = 370
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 370
    Height = 61
    Align = alTop
    TabOrder = 0
    object Panel1: TPanel
      Left = 2
      Top = 15
      Width = 366
      Height = 44
      Align = alClient
      BevelInner = bvLowered
      BevelOuter = bvLowered
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 16
        Width = 105
        Height = 13
        AutoSize = False
        Caption = #30446#26631#35745#31639#26426'IP'#65306
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = #23435#20307'-18030'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object AddrBox: TComboBox
        Left = 120
        Top = 13
        Width = 145
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
        ItemHeight = 13
        TabOrder = 0
        OnChange = AddrBoxChange
        Items.Strings = (
          '127.0.0.1')
      end
      object bbtnSend: TBitBtn
        Left = 277
        Top = 10
        Width = 75
        Height = 25
        Caption = #21457#36865
        Default = True
        TabOrder = 1
        OnClick = bbtnSendClick
      end
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 61
    Width = 370
    Height = 144
    Align = alClient
    TabOrder = 1
    object mesText: TMemo
      Left = 5
      Top = 9
      Width = 356
      Height = 126
      Align = alCustom
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
      OnChange = mesTextChange
    end
  end
  object StatusPanel: TPanel
    Left = 0
    Top = 205
    Width = 370
    Height = 43
    Align = alBottom
    BevelInner = bvLowered
    BevelWidth = 2
    Caption = #26174#31034#29366#24577
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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