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

📄 clientcfg_u.dfm

📁 delphi实现 webservice的例子.有服务端和客户段 利用xml交互.
💻 DFM
字号:
object aClentcfgForm: TaClentcfgForm
  Left = 387
  Top = 379
  BorderStyle = bsDialog
  Caption = #37197#32622
  ClientHeight = 116
  ClientWidth = 537
  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 = 8
    Top = 10
    Width = 61
    Height = 13
    Caption = #26381#21153#22120'URL:'
  end
  object edt1: TEdit
    Left = 80
    Top = 5
    Width = 441
    Height = 21
    TabOrder = 0
    Text = 'edt1'
  end
  object btn1: TButton
    Left = 360
    Top = 80
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 1
    OnClick = btn1Click
  end
  object btn2: TButton
    Left = 448
    Top = 80
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = btn2Click
  end
end

⌨️ 快捷键说明

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