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

Delphi控件源码

开发平台:

Delphi

  1. object ServerForm: TServerForm
  2.   Left = 267
  3.   Top = 215
  4.   Width = 416
  5.   Height = 276
  6.   Caption = 'AppServerPlus'
  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 lbLog: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 408
  20.     Height = 249
  21.     Align = alClient
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.   end
  25. end