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

📄 addaccountunit.dfm

📁 Delphi编写的通讯录
💻 DFM
字号:
object AddAccountForm: TAddAccountForm
  Left = 409
  Top = 256
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #28155#21152#24080#25143
  ClientHeight = 177
  ClientWidth = 231
  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 = 32
    Top = 16
    Width = 68
    Height = 20
    AutoSize = False
    Caption = #29992#25143#21517#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 68
    Height = 20
    AutoSize = False
    Caption = #23494'     '#30721#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 32
    Top = 96
    Width = 68
    Height = 20
    AutoSize = False
    Caption = #26435'     '#38480#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object edtAccount: TEdit
    Left = 104
    Top = 16
    Width = 97
    Height = 21
    TabOrder = 0
  end
  object edtAPwd: TEdit
    Left = 104
    Top = 56
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object CBPurview: TComboBox
    Left = 104
    Top = 96
    Width = 97
    Height = 21
    BevelKind = bkFlat
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      #31649#29702#21592
      #29992#25143)
  end
  object btadd: TButton
    Left = 34
    Top = 136
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 3
    OnClick = btaddClick
  end
  object beexit1: TButton
    Left = 127
    Top = 136
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = beexit1Click
  end
  object Table1: TTable
    Top = 80
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Top = 112
  end
end

⌨️ 快捷键说明

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