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

📄 unit2.~dfm

📁 DELPHI 串口程序 小程序 我个人做的想程序给大家看看
💻 ~DFM
字号:
object LogForm: TLogForm
  Left = 371
  Top = 112
  Width = 334
  Height = 125
  BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  Caption = #30331#24405
  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 Label1: TLabel
    Left = 24
    Top = 24
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #29992#25143#21517
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
    WordWrap = True
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 33
    Height = 16
    AutoSize = False
    Caption = #23494#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object EdtUserName: TEdit
    Left = 72
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object EdtPassword: TMaskEdit
    Left = 72
    Top = 56
    Width = 161
    Height = 21
    AutoSize = False
    PasswordChar = '*'
    TabOrder = 1
  end
  object BtnOK: TBitBtn
    Left = 232
    Top = 56
    Width = 75
    Height = 25
    Caption = #30830#35748
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BtnOKClick
  end
end

⌨️ 快捷键说明

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