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

xml/soap/webservice

开发平台:

C++ Builder

  1. object Form2: TForm2
  2.   Left = 162
  3.   Top = 163
  4.   Width = 435
  5.   Height = 274
  6.   Caption = 'Form2'
  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 = 24
  19.     Top = 48
  20.     Width = 24
  21.     Height = 13
  22.     Caption = #26085#26399
  23.   end
  24.   object Label2: TLabel
  25.     Left = 24
  26.     Top = 88
  27.     Width = 24
  28.     Height = 13
  29.     Caption = #26041#24335
  30.   end
  31.   object Label3: TLabel
  32.     Left = 24
  33.     Top = 128
  34.     Width = 24
  35.     Height = 13
  36.     Caption = #37329#39069
  37.   end
  38.   object Label4: TLabel
  39.     Left = 24
  40.     Top = 168
  41.     Width = 24
  42.     Height = 13
  43.     Caption = #35828#26126
  44.   end
  45.   object Edit1: TEdit
  46.     Left = 104
  47.     Top = 48
  48.     Width = 121
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object Edit3: TEdit
  53.     Left = 104
  54.     Top = 120
  55.     Width = 121
  56.     Height = 21
  57.     TabOrder = 1
  58.   end
  59.   object Edit4: TEdit
  60.     Left = 104
  61.     Top = 160
  62.     Width = 305
  63.     Height = 21
  64.     TabOrder = 2
  65.   end
  66.   object Button1: TButton
  67.     Left = 72
  68.     Top = 208
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Okey'
  72.     Default = True
  73.     TabOrder = 3
  74.     OnClick = Button1Click
  75.   end
  76.   object Button2: TButton
  77.     Left = 256
  78.     Top = 208
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     TabOrder = 4
  84.     OnClick = Button2Click
  85.   end
  86.   object ComboBox1: TComboBox
  87.     Left = 104
  88.     Top = 80
  89.     Width = 145
  90.     Height = 21
  91.     ItemHeight = 13
  92.     TabOrder = 5
  93.     Text = #35831#36873#25321#26041#24335
  94.     Items.Strings = (
  95.       #25903#20986
  96.       #25910#20837
  97.       '')
  98.   end
  99. end