editheaderunt.dfm

来自「絮语2007视频聊天软件源程序.仅供参考」· DFM 代码 · 共 94 行

DFM
94
字号
object editheaderfrm: Teditheaderfrm
  Left = 292
  Top = 146
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '本地组'
  ClientHeight = 133
  ClientWidth = 298
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 281
    Height = 89
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 60
    Height = 13
    Caption = '本地组ID:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 16
    Top = 64
    Width = 72
    Height = 13
    Caption = '本地组名称:'
    Transparent = True
  end
  object Edit1: TEdit
    Left = 96
    Top = 24
    Width = 177
    Height = 21
    MaxLength = 16
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 96
    Top = 56
    Width = 177
    Height = 21
    MaxLength = 16
    TabOrder = 1
    Text = 'Edit2'
  end
  object xpButton1: TxpButton
    Left = 96
    Top = 104
    Width = 75
    Height = 25
    Caption = '确定'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 2
    TabStop = True
    OnClick = xpButton1Click
  end
  object xpButton2: TxpButton
    Left = 176
    Top = 104
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 3
    TabStop = True
    OnClick = xpButton2Click
  end
end

⌨️ 快捷键说明

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