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

📄 onlinemsg.dfm

📁 翎风全套程序源码
💻 DFM
字号:
object frmOnlineMsg: TfrmOnlineMsg
  Left = 292
  Top = 164
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Online Msg'
  ClientHeight = 415
  ClientWidth = 550
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '??'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 5
    Top = 211
    Width = 54
    Height = 15
    Caption = 'Message:'
  end
  object ComboBoxMsg: TComboBox
    Left = 79
    Top = 206
    Width = 467
    Height = 25
    Style = csSimple
    ItemHeight = 15
    TabOrder = 0
    OnChange = ComboBoxMsgChange
    OnKeyPress = ComboBoxMsgKeyPress
  end
  object MemoMsg: TMemo
    Left = 0
    Top = 0
    Width = 550
    Height = 191
    Align = alTop
    TabOrder = 1
    OnChange = MemoMsgChange
  end
  object StringGrid: TStringGrid
    Left = 0
    Top = 283
    Width = 550
    Height = 132
    Align = alBottom
    ColCount = 1
    DefaultColWidth = 430
    DefaultRowHeight = 18
    FixedCols = 0
    RowCount = 1
    FixedRows = 0
    ScrollBars = ssVertical
    TabOrder = 2
    OnClick = StringGridClick
    OnDblClick = StringGridDblClick
  end
  object ButtonAdd: TButton
    Left = 459
    Top = 239
    Width = 84
    Height = 29
    Caption = '&Add'
    Enabled = False
    TabOrder = 3
    OnClick = ButtonAddClick
  end
  object ButtonDelete: TButton
    Left = 366
    Top = 239
    Width = 84
    Height = 29
    Caption = '&Delete'
    Enabled = False
    TabOrder = 4
    OnClick = ButtonDeleteClick
  end
  object ButtonSend: TButton
    Left = 185
    Top = 238
    Width = 84
    Height = 28
    Caption = '&Send'
    TabOrder = 5
    OnClick = ButtonSendClick
  end
end

⌨️ 快捷键说明

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