f_cinfo.dfm

来自「一个移动通信用SMPP协议写的.非常经典!」· DFM 代码 · 共 86 行

DFM
86
字号
object n_cinfo: Tn_cinfo
  Left = 161
  Top = 169
  Width = 465
  Height = 279
  BorderIcons = [biSystemMenu]
  Caption = '数据信息'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 4
    Top = 0
    Width = 449
    Height = 209
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '基本信息'
      object Label1: TLabel
        Left = 8
        Top = 11
        Width = 49
        Height = 13
        AutoSize = False
        Caption = '时间:'
      end
      object Label2: TLabel
        Left = 8
        Top = 40
        Width = 49
        Height = 13
        AutoSize = False
        Caption = '发起方:'
      end
      object Label4: TLabel
        Left = 8
        Top = 73
        Width = 49
        Height = 13
        AutoSize = False
        Caption = '数据:'
      end
      object n_time: TEdit
        Left = 78
        Top = 8
        Width = 353
        Height = 21
        TabOrder = 0
      end
      object n_dirty: TEdit
        Left = 78
        Top = 37
        Width = 353
        Height = 21
        TabOrder = 1
      end
      object Memo1: TMemo
        Left = 78
        Top = 72
        Width = 353
        Height = 89
        ScrollBars = ssVertical
        TabOrder = 2
      end
    end
  end
  object BitBtn1: TBitBtn
    Left = 372
    Top = 219
    Width = 75
    Height = 25
    Caption = '确定(&Y)'
    TabOrder = 1
    Kind = bkYes
  end
end

⌨️ 快捷键说明

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