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

📄 choosedomain.dfm

📁 delphi Adsi Memo delphi Adsi Memo delphi Adsi Memo
💻 DFM
字号:
object frmChooseDomain: TfrmChooseDomain
  Left = 503
  Top = 283
  Width = 375
  Height = 244
  BorderIcons = [biSystemMenu]
  Caption = 'Choose Domain'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 12
    Width = 345
    Height = 77
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 6
    Width = 39
    Height = 13
    Caption = #36830#25509#21040':'
  end
  object lblDomComp: TLabel
    Left = 144
    Top = 24
    Width = 15
    Height = 13
    Caption = #22495':'
  end
  object Bevel2: TBevel
    Left = 8
    Top = 100
    Width = 345
    Height = 77
    Shape = bsFrame
  end
  object lblNewUser: TLabel
    Left = 16
    Top = 120
    Width = 39
    Height = 13
    Caption = #29992#25143#21517':'
    Enabled = False
  end
  object lblPassword: TLabel
    Left = 23
    Top = 144
    Width = 27
    Height = 13
    Caption = #23494#30721':'
    Enabled = False
  end
  object RadioButton1: TRadioButton
    Left = 16
    Top = 32
    Width = 113
    Height = 17
    Caption = #22495
    Checked = True
    TabOrder = 0
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 16
    Top = 56
    Width = 113
    Height = 17
    Caption = #35745#31639#26426
    TabOrder = 1
  end
  object edtDomain: TEdit
    Left = 144
    Top = 40
    Width = 201
    Height = 21
    TabOrder = 2
    Text = 'AGNISOFT'
  end
  object Button1: TButton
    Left = 192
    Top = 184
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 280
    Top = 184
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 4
  end
  object chbUseOpenObject: TCheckBox
    Left = 24
    Top = 94
    Width = 161
    Height = 17
    Caption = #20351#29992#20854#23427#29992#25143#36830#25509
    TabOrder = 5
    OnClick = chbUseOpenObjectClick
  end
  object edtNewUser: TEdit
    Left = 80
    Top = 118
    Width = 265
    Height = 21
    Enabled = False
    TabOrder = 6
  end
  object edtPassword: TEdit
    Left = 80
    Top = 142
    Width = 265
    Height = 21
    Enabled = False
    PasswordChar = '*'
    TabOrder = 7
  end
end

⌨️ 快捷键说明

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