test.dfm
上传用户:hbtcygglw
上传日期:2007-01-07
资源大小:281k
文件大小:2k
源码类别:

其他

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 303
  3.   Top = 186
  4.   Width = 377
  5.   Height = 451
  6.   Caption = 'Form1'
  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 Label1: TLabel
  18.     Left = 28
  19.     Top = 60
  20.     Width = 32
  21.     Height = 13
  22.     Caption = 'Label1'
  23.   end
  24.   object Button1: TButton
  25.     Left = 16
  26.     Top = 24
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Button1'
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object Button2: TButton
  34.     Left = 232
  35.     Top = 20
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Button2'
  39.     TabOrder = 1
  40.     OnClick = Button2Click
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 116
  44.     Top = 124
  45.     Width = 121
  46.     Height = 21
  47.     TabOrder = 2
  48.     Text = 'Edit1'
  49.   end
  50.   object Button3: TButton
  51.     Left = 244
  52.     Top = 124
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Button3'
  56.     TabOrder = 3
  57.     OnClick = Button3Click
  58.   end
  59.   object ListBox: TListBox
  60.     Left = 0
  61.     Top = 244
  62.     Width = 369
  63.     Height = 180
  64.     Align = alBottom
  65.     ItemHeight = 13
  66.     TabOrder = 4
  67.   end
  68.   object Button4: TButton
  69.     Left = 52
  70.     Top = 204
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Button4'
  74.     TabOrder = 5
  75.     OnClick = Button4Click
  76.   end
  77.   object Button5: TButton
  78.     Left = 140
  79.     Top = 204
  80.     Width = 75
  81.     Height = 25
  82.     Caption = 'Button5'
  83.     TabOrder = 6
  84.     OnClick = Button5Click
  85.   end
  86.   object AddrTable: TTable
  87.     TableName = 'Addr.dbf'
  88.     Left = 100
  89.     Top = 24
  90.     object AddrTableSTARTIP: TStringField
  91.       FieldName = 'STARTIP'
  92.       Size = 17
  93.     end
  94.     object AddrTableENDIP: TStringField
  95.       FieldName = 'ENDIP'
  96.       Size = 18
  97.     end
  98.     object AddrTableCOUNTRY: TStringField
  99.       FieldName = 'COUNTRY'
  100.       Size = 16
  101.     end
  102.     object AddrTableLOCAL: TStringField
  103.       FieldName = 'LOCAL'
  104.       Size = 53
  105.     end
  106.     object AddrTableTHANK: TStringField
  107.       FieldName = 'THANK'
  108.       Size = 11
  109.     end
  110.   end
  111.   object DataSource1: TDataSource
  112.     DataSet = AddrTable
  113.     Left = 148
  114.     Top = 24
  115.   end
  116. end