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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 493
  3.   Top = 122
  4.   Width = 338
  5.   Height = 144
  6.   Caption = 'TLibComp'
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 72
  18.     Top = 40
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'New Color'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 160
  27.     Top = 40
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Increase'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34.   object FirstServer1: TFirstServer
  35.     AutoConnect = False
  36.     ConnectKind = ckRunningOrNew
  37.     Left = 32
  38.     Top = 16
  39.   end
  40. end