DebugMain.dfm
上传用户:salebz
上传日期:2013-04-17
资源大小:207k
文件大小:1k
源码类别:

并口编程

开发平台:

Visual C++

  1. object Form1: TForm1
  2.   Left = 176
  3.   Top = 104
  4.   Width = 246
  5.   Height = 100
  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 Button1: TButton
  17.     Left = 144
  18.     Top = 8
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '调用'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 16
  27.     Top = 8
  28.     Width = 121
  29.     Height = 21
  30.     TabOrder = 1
  31.   end
  32.   object Button2: TButton
  33.     Left = 144
  34.     Top = 40
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '直读'
  38.     TabOrder = 2
  39.     OnClick = Button2Click
  40.   end
  41. end