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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1              object Form1: TForm1
  2.   Left = 192                        Left = 192
  3.   Top = 107                         Top = 107
  4.   Width = 350                       Width = 350
  5.   Height = 210                      Height = 213
  6.   HorzScrollBar.Range = 297         Caption = 'LibComp'
  7.   VertScrollBar.Range = 161         Color = clBtnFace
  8.   Caption = 'QLibComp'              Font.Charset = DEFAULT_CHARSET
  9.   Color = clBackground              Font.Color = clWindowText
  10.   PixelsPerInch = 96                Font.Height = -11
  11.   TextHeight = 13                   Font.Name = 'MS Sans Serif'
  12.   TextWidth = 6                     Font.Style = []
  13.                                     OldCreateOrder = False
  14.                                     PixelsPerInch = 96
  15.                                     TextHeight = 13
  16.   object Button1: TButton           object Button1: TButton
  17.     Left = 56                         Left = 56
  18.     Top = 64                          Top = 64
  19.     Width = 75                        Width = 75
  20.     Height = 25                       Height = 25
  21.     Caption = 'Add'                   Caption = 'Add'
  22.     TabOrder = 0                      TabOrder = 0
  23.     OnClick = Button1Click            OnClick = Button1Click
  24.   end                               end
  25.   object Edit1: TEdit               object Edit1: TEdit
  26.     Left = 40                         Left = 40
  27.     Top = 32                          Top = 32
  28.     Width = 105                       Width = 105
  29.     Height = 21                       Height = 21
  30.     TabOrder = 1                      TabOrder = 1
  31.     Text = 'my name'                  Text = 'my name'
  32.   end                               end
  33.   object ListBox1: TListBox         object ListBox1: TListBox
  34.     Left = 176                        Left = 176
  35.     Top = 32                          Top = 32
  36.     Width = 121                       Width = 121
  37.     Height = 129                      Height = 129
  38.     Items.Strings = (                 ItemHeight = 13
  39.       'marco'                         Items.Strings = (
  40.       'john'                            'marco'
  41.       'helen')                          'john'
  42.     Rows = 3                            'helen')
  43.     TabOrder = 2                      TabOrder = 2
  44.   end                               end
  45. end                               end