Unit1.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 107
  4.   Width = 543
  5.   Height = 375
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnRead: TButton
  17.     Left = 152
  18.     Top = 48
  19.     Width = 113
  20.     Height = 25
  21.     Caption = #35835#25968#25454
  22.     TabOrder = 0
  23.     OnClick = btnReadClick
  24.   end
  25.   object btnWrite: TButton
  26.     Left = 152
  27.     Top = 96
  28.     Width = 113
  29.     Height = 25
  30.     Caption = #20889#25968#25454
  31.     TabOrder = 1
  32.     OnClick = btnWriteClick
  33.   end
  34. end