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

📄 untlogin.dfm

📁 实现了:自动锁屏
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object frmLogin: TfrmLogin
  Left = 481
  Top = 419
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #30331#24405
  ClientHeight = 163
  ClientWidth = 289
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 31
    Top = 30
    Width = 109
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21495#65306
  end
  object Label2: TLabel
    Left = 31
    Top = 54
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #23494'    '#30721#65306
  end
  object labRegister: TLabel
    Left = 58
    Top = 137
    Width = 181
    Height = 13
    Cursor = crHandPoint
    AutoSize = False
    Caption = #65288#25105#36824#27809#26377#27880#20876#65292#25105#35201#27880#20876#65289
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = labRegisterClick
  end
  object Label3: TLabel
    Left = 31
    Top = 78
    Width = 100
    Height = 13
    AutoSize = False
    Caption = #26381#21153#22120#65306
  end
  object labTips: TLabel
    Left = 81
    Top = 6
    Width = 141
    Height = 13
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object edtUser: TEdit
    Left = 88
    Top = 22
    Width = 170
    Height = 21
    TabOrder = 0
    Text = '1'
  end
  object edtPwd: TEdit
    Left = 88
    Top = 46
    Width = 170
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    Text = '123456'
  end
  object cbServer: TComboBox
    Left = 88
    Top = 70
    Width = 170
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = '192.167.0.3:8080'
  end
  object btnCancel: TButton
    Left = 164
    Top = 100
    Width = 80
    Height = 28
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 4
  end
  object btnOK: TButton
    Left = 56
    Top = 100
    Width = 80
    Height = 28
    Caption = #30830#23450'(&O)'
    TabOrder = 3
    OnClick = btnOKClick
  end
  object rbUser: TRadioButton
    Tag = 1
    Left = 28
    Top = 159
    Width = 61
    Height = 17
    Caption = #29992'  '#25143
    Checked = True
    TabOrder = 5
    TabStop = True
    Visible = False
  end
  object rbExpert: TRadioButton
    Tag = 2
    Left = 127
    Top = 159
    Width = 61
    Height = 17
    Caption = #19987'  '#23478
    TabOrder = 6
    Visible = False
  end
  object rbHospital: TRadioButton
    Tag = 3
    Left = 218
    Top = 159
    Width = 61
    Height = 17
    Caption = #21307'  '#38498
    TabOrder = 7
    Visible = False
  end
  object SkinData1: TSkinData
    Active = True
    DisableTag = 99
    SkinControls = [xcMainMenu, xcMenuItem, xcControlbar, xcCombo, xcCheckBox, xcRadioButton, xcScrollbar, xcEdit, xcButton, xcBitBtn, xcSpeedButton, xcSpin, xcPanel, xcGroupBox, xcStatusBar, xcTab, xcTrackBar, xcSystemMenu]
    Options = []
    Skin3rd.Strings = (
      'TCategoryButtons=scrollbar'
      'TPngBitBtn=pngbitbtn'
      'TVirtualStringTree=scrollbar'
      'TVirtualDrawTree=scrollbar'
      'TTBXDockablePanel=Panel'
      'TAdvPanelGroup=scrollbar'
      'TComboboxex=combobox'
      'TRxSpeedButton=speedbutton'
      'THTMLViewer=scrollbar'
      'TDBCtrlGrid=scrollbar'
      'TfrSpeedButton=speedbutton'
      'TfrTBButton=speedbutton'
      'TControlBar=Panel'
      'TTBDock=Panel'
      'TTBToolbar=Panel'
      'TImageEnMView=scrollbar'
      'TImageEnView=scrollbar'
      'TAdvMemo=scrollbar'
      'TDBAdvMemo=scrollbar'
      'TcxDBLookupComboBox=combobox'
      'TcxDBComboBox=combobox'
      'TcxDBDateEdit=combobox'
      'TcxDBImageComboBox=combobox'
      'TcxDBCalcEdit=combobox'
      'TcxDBBlobEdit=combobox'
      'TcxDBPopupEdit=combobox'
      'TcxDBFontNameComboBox=combobox'
      'TcxDBShellComboBox=combobox'
      'TRxLookupEdit=combobox'
      'TRxDBLookupCombo=combobox'
      'TRzGroup=panel'
      'TRzButton=button'
      'TRzBitbtn=bitbtn'
      'TRzMenuButton=menubtn'
      'TRzCheckGroup=CheckGroup'
      'TRzRadioGroup=Radiogroup'
      'TRzButtonEdit=Edit'
      'TRzDBRadioGroup=Radiogroup'
      'TRzDBRadioButton=Radiobutton'
      'TRzDateTimeEdit=combobox'
      'TRzColorEdit=combobox'
      'TRzDateTimePicker=combobox'
      'TRzDBDateTimeEdit=combobox'
      'TRzDbColorEdit=combobox'
      'TRzDBDateTimePicker=combobox'
      'TLMDButton=bitbtn'
      'TLMDGroupBox=Groupbox'
      'TDBCheckboxEh=Checkbox'
      'TDBCheckboxEh=Checkbox'
      'TLMDCHECKBOX=Checkbox'
      'TLMDDBCHECKBOX=Checkbox'
      'TLMDRadiobutton=Radiobutton'
      'TLMDCalculator=panel'
      'TLMDGROUPBOX=Panel'
      'TLMDSIMPLEPANEL=Panel'
      'TLMDDBCalendar=Panel'
      'TLMDButtonPanel=Panel'
      'TLMDLMDCalculator=Panel'
      'TLMDHeaderPanel=Panel'
      'TLMDTechnicalLine=Panel'
      'TLMDLMDClock=Panel'
      'TLMDTrackbar=panel'
      'TLMDListCombobox=combobox'
      'TLMDCheckListCombobox=combobox'

⌨️ 快捷键说明

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