Unit1.~dfm
上传用户:wangli
上传日期:2008-04-19
资源大小:3077k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

C++ Builder

  1. object Form1: TForm1
  2.   Left = 365
  3.   Top = 116
  4.   Width = 696
  5.   Height = 480
  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 lstMain: TListView
  18.     Left = 16
  19.     Top = 16
  20.     Width = 577
  21.     Height = 417
  22.     Columns = <
  23.       item
  24.         Caption = #24207#21495
  25.       end
  26.       item
  27.         Caption = #26085#26399
  28.         Width = 80
  29.       end
  30.       item
  31.         Caption = #26041#24335
  32.       end
  33.       item
  34.         Caption = #37329#39069
  35.         Width = 80
  36.       end
  37.       item
  38.         Caption = #35828#26126
  39.         Width = 300
  40.       end>
  41.     RowSelect = True
  42.     TabOrder = 0
  43.     ViewStyle = vsReport
  44.   end
  45.   object Button1: TButton
  46.     Left = 608
  47.     Top = 88
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'delete'
  51.     TabOrder = 1
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 608
  56.     Top = 40
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'add'
  60.     TabOrder = 2
  61.     OnClick = Button2Click
  62.   end
  63.   object XMLDoc: TXMLDocument
  64.     Left = 624
  65.     Top = 272
  66.     DOMVendorDesc = 'MSXML'
  67.   end
  68. end