clientcfg_u.dfm

来自「delphi实现 webservice的例子.有服务端和客户段 利用xml交互.」· DFM 代码 · 共 52 行

DFM
52
字号
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 + =
减小字号Ctrl + -
显示快捷键?