www.pudn.com > oicqspysrc.zip > test.dfm


object Form1: TForm1 
  Left = 303 
  Top = 186 
  Width = 377 
  Height = 451 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 28 
    Top = 60 
    Width = 32 
    Height = 13 
    Caption = 'Label1' 
  end 
  object Button1: TButton 
    Left = 16 
    Top = 24 
    Width = 75 
    Height = 25 
    Caption = 'Button1' 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 232 
    Top = 20 
    Width = 75 
    Height = 25 
    Caption = 'Button2' 
    TabOrder = 1 
    OnClick = Button2Click 
  end 
  object Edit1: TEdit 
    Left = 116 
    Top = 124 
    Width = 121 
    Height = 21 
    TabOrder = 2 
    Text = 'Edit1' 
  end 
  object Button3: TButton 
    Left = 244 
    Top = 124 
    Width = 75 
    Height = 25 
    Caption = 'Button3' 
    TabOrder = 3 
    OnClick = Button3Click 
  end 
  object ListBox: TListBox 
    Left = 0 
    Top = 244 
    Width = 369 
    Height = 180 
    Align = alBottom 
    ItemHeight = 13 
    TabOrder = 4 
  end 
  object Button4: TButton 
    Left = 52 
    Top = 204 
    Width = 75 
    Height = 25 
    Caption = 'Button4' 
    TabOrder = 5 
    OnClick = Button4Click 
  end 
  object Button5: TButton 
    Left = 140 
    Top = 204 
    Width = 75 
    Height = 25 
    Caption = 'Button5' 
    TabOrder = 6 
    OnClick = Button5Click 
  end 
  object AddrTable: TTable 
    TableName = 'Addr.dbf' 
    Left = 100 
    Top = 24 
    object AddrTableSTARTIP: TStringField 
      FieldName = 'STARTIP' 
      Size = 17 
    end 
    object AddrTableENDIP: TStringField 
      FieldName = 'ENDIP' 
      Size = 18 
    end 
    object AddrTableCOUNTRY: TStringField 
      FieldName = 'COUNTRY' 
      Size = 16 
    end 
    object AddrTableLOCAL: TStringField 
      FieldName = 'LOCAL' 
      Size = 53 
    end 
    object AddrTableTHANK: TStringField 
      FieldName = 'THANK' 
      Size = 11 
    end 
  end 
  object DataSource1: TDataSource 
    DataSet = AddrTable 
    Left = 148 
    Top = 24 
  end 
end