CpClientForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 350
  5.   Height = 212
  6.   Caption = 'ComPlusClient'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 72
  19.     Top = 56
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Use Object'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 167
  28.     Top = 57
  29.     Width = 121
  30.     Height = 21
  31.     ReadOnly = True
  32.     TabOrder = 1
  33.   end
  34.   object Button2: TButton
  35.     Left = 72
  36.     Top = 96
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Keep Calling'
  40.     TabOrder = 2
  41.     OnClick = Button2Click
  42.   end
  43. end