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

📄 form_addrinfo_u.dfm

📁 MS Office Delphi sample add-in README
💻 DFM
字号:
object Form_AddrInfo: TForm_AddrInfo
  Left = 369
  Top = 317
  BorderStyle = bsDialog
  Caption = 'Address Info'
  ClientHeight = 128
  ClientWidth = 319
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 15
    Width = 31
    Height = 13
    Caption = 'Name:'
  end
  object Label2: TLabel
    Left = 10
    Top = 40
    Width = 34
    Height = 13
    Caption = 'Phone:'
  end
  object Label3: TLabel
    Left = 10
    Top = 65
    Width = 31
    Height = 13
    Caption = 'E-mail:'
  end
  object Edit_Name: TEdit
    Left = 50
    Top = 10
    Width = 256
    Height = 21
    TabOrder = 0
  end
  object Edit_Phone: TEdit
    Left = 50
    Top = 35
    Width = 256
    Height = 21
    TabOrder = 1
  end
  object Edit_Email: TEdit
    Left = 50
    Top = 60
    Width = 256
    Height = 21
    TabOrder = 2
  end
  object Btn_Add: TButton
    Left = 80
    Top = 95
    Width = 75
    Height = 25
    Caption = 'Add'
    ModalResult = 1
    TabOrder = 3
  end
  object Btn_Cancel: TButton
    Left = 160
    Top = 95
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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