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

📄 login_u.~dfm

📁 delphi实现 webservice的例子.有服务端和客户段 利用xml交互.
💻 ~DFM
字号:
object aLoginForm: TaLoginForm
  Left = 391
  Top = 283
  BorderStyle = bsDialog
  Caption = #30331#38470
  ClientHeight = 149
  ClientWidth = 289
  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 lbl1: TLabel
    Left = 19
    Top = 20
    Width = 80
    Height = 16
    Caption = #23458#25143#20195#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object lbl2: TLabel
    Left = 19
    Top = 60
    Width = 80
    Height = 16
    Caption = #23458#25143#23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object edtCode: TEdit
    Left = 89
    Top = 15
    Width = 150
    Height = 24
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnKeyPress = edtCodeKeyPress
  end
  object edtPassword: TEdit
    Left = 89
    Top = 55
    Width = 150
    Height = 24
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = edtCodeKeyPress
  end
  object btn1: TButton
    Left = 8
    Top = 120
    Width = 75
    Height = 25
    Caption = #37197#32622
    TabOrder = 3
    OnClick = btn1Click
  end
  object btn2: TButton
    Left = 104
    Top = 120
    Width = 75
    Height = 25
    Caption = #35748#35777
    TabOrder = 2
    OnClick = btn2Click
  end
  object btn3: TButton
    Left = 200
    Top = 120
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = btn3Click
  end
end

⌨️ 快捷键说明

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