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

📄 groupform.~dfm

📁 delphi Adsi Memo delphi Adsi Memo delphi Adsi Memo
💻 ~DFM
字号:
object frmGroup: TfrmGroup
  Left = 348
  Top = 127
  Width = 325
  Height = 435
  Caption = 'Group'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 5
    Top = 12
    Width = 63
    Height = 13
    Caption = 'Group Name:'
  end
  object Label2: TLabel
    Left = 5
    Top = 36
    Width = 59
    Height = 13
    Caption = 'Group Type:'
  end
  object lblName: TLabel
    Left = 80
    Top = 12
    Width = 38
    Height = 13
    Caption = 'lblName'
  end
  object lblType: TLabel
    Left = 80
    Top = 35
    Width = 34
    Height = 13
    Caption = 'lblType'
  end
  object Label3: TLabel
    Left = 6
    Top = 60
    Width = 59
    Height = 13
    Caption = 'Description :'
  end
  object Label4: TLabel
    Left = 8
    Top = 88
    Width = 46
    Height = 13
    Caption = 'Members:'
  end
  object edtDesc: TEdit
    Left = 80
    Top = 56
    Width = 225
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    TabOrder = 0
    Text = 'Edit1'
  end
  object lbMembers: TListBox
    Left = 8
    Top = 104
    Width = 297
    Height = 265
    Anchors = [akLeft, akTop, akRight, akBottom]
    ItemHeight = 13
    TabOrder = 1
  end
  object Button1: TButton
    Left = 120
    Top = 376
    Width = 75
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = '&Close'
    ModalResult = 1
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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