Unit1.dfm
上传用户:zouping69
上传日期:2020-07-27
资源大小:1491k
文件大小:5k
源码类别:

并口编程

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 268
  3.   Top = 191
  4.   Anchors = []
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = #24182#21475#35843#35797
  8.   ClientHeight = 273
  9.   ClientWidth = 377
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 240
  22.     Top = 8
  23.     Width = 32
  24.     Height = 13
  25.     Caption = 'control'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 280
  29.     Top = 8
  30.     Width = 28
  31.     Height = 13
  32.     Caption = 'status'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 320
  36.     Top = 8
  37.     Width = 21
  38.     Height = 13
  39.     Caption = 'data'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 8
  43.     Top = 240
  44.     Width = 57
  45.     Height = 17
  46.     AutoSize = False
  47.     Caption = #24182#21475#22522#22336
  48.   end
  49.   object Button1: TButton
  50.     Left = 8
  51.     Top = 168
  52.     Width = 145
  53.     Height = 25
  54.     Caption = '&read'
  55.     TabOrder = 0
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 8
  60.     Top = 200
  61.     Width = 145
  62.     Height = 25
  63.     Caption = '&write'
  64.     TabOrder = 1
  65.     OnClick = Button2Click
  66.   end
  67.   object GroupBox1: TGroupBox
  68.     Left = 8
  69.     Top = 8
  70.     Width = 65
  71.     Height = 153
  72.     Caption = 'control'
  73.     TabOrder = 2
  74.     object CheckBox1: TCheckBox
  75.       Left = 8
  76.       Top = 24
  77.       Width = 97
  78.       Height = 17
  79.       Caption = 'Pin 1'
  80.       TabOrder = 0
  81.     end
  82.     object CheckBox2: TCheckBox
  83.       Left = 8
  84.       Top = 48
  85.       Width = 97
  86.       Height = 17
  87.       Caption = 'Pin 14'
  88.       TabOrder = 1
  89.     end
  90.     object CheckBox3: TCheckBox
  91.       Left = 8
  92.       Top = 72
  93.       Width = 97
  94.       Height = 17
  95.       Caption = 'Pin 16'
  96.       TabOrder = 2
  97.     end
  98.     object CheckBox4: TCheckBox
  99.       Left = 8
  100.       Top = 96
  101.       Width = 97
  102.       Height = 17
  103.       Caption = 'Pin 17'
  104.       TabOrder = 3
  105.     end
  106.   end
  107.   object GroupBox2: TGroupBox
  108.     Left = 88
  109.     Top = 8
  110.     Width = 65
  111.     Height = 153
  112.     Caption = 'status'
  113.     TabOrder = 3
  114.     object CheckBox5: TCheckBox
  115.       Left = 8
  116.       Top = 24
  117.       Width = 97
  118.       Height = 17
  119.       Caption = 'Pin 10'
  120.       Enabled = False
  121.       TabOrder = 0
  122.     end
  123.     object CheckBox6: TCheckBox
  124.       Left = 8
  125.       Top = 48
  126.       Width = 97
  127.       Height = 17
  128.       Caption = 'Pin 11'
  129.       Enabled = False
  130.       TabOrder = 1
  131.     end
  132.     object CheckBox7: TCheckBox
  133.       Left = 8
  134.       Top = 72
  135.       Width = 97
  136.       Height = 17
  137.       Caption = 'Pin 12'
  138.       Enabled = False
  139.       TabOrder = 2
  140.     end
  141.     object CheckBox8: TCheckBox
  142.       Left = 8
  143.       Top = 96
  144.       Width = 97
  145.       Height = 17
  146.       Caption = 'Pin 13'
  147.       Enabled = False
  148.       TabOrder = 3
  149.     end
  150.     object CheckBox9: TCheckBox
  151.       Left = 8
  152.       Top = 120
  153.       Width = 97
  154.       Height = 17
  155.       Caption = 'Pin 15'
  156.       Enabled = False
  157.       TabOrder = 4
  158.     end
  159.   end
  160.   object GroupBox3: TGroupBox
  161.     Left = 168
  162.     Top = 8
  163.     Width = 65
  164.     Height = 217
  165.     Caption = 'data'
  166.     TabOrder = 4
  167.     object CheckBox10: TCheckBox
  168.       Left = 8
  169.       Top = 24
  170.       Width = 97
  171.       Height = 17
  172.       Caption = 'Pin 2'
  173.       TabOrder = 0
  174.     end
  175.     object CheckBox11: TCheckBox
  176.       Left = 8
  177.       Top = 48
  178.       Width = 97
  179.       Height = 17
  180.       Caption = 'Pin 3'
  181.       TabOrder = 1
  182.     end
  183.     object CheckBox12: TCheckBox
  184.       Left = 8
  185.       Top = 72
  186.       Width = 97
  187.       Height = 17
  188.       Caption = 'Pin 4'
  189.       TabOrder = 2
  190.     end
  191.     object CheckBox13: TCheckBox
  192.       Left = 8
  193.       Top = 96
  194.       Width = 97
  195.       Height = 17
  196.       Caption = 'Pin 5'
  197.       TabOrder = 3
  198.     end
  199.     object CheckBox14: TCheckBox
  200.       Left = 8
  201.       Top = 120
  202.       Width = 97
  203.       Height = 17
  204.       Caption = 'Pin 6'
  205.       TabOrder = 4
  206.     end
  207.     object CheckBox15: TCheckBox
  208.       Left = 8
  209.       Top = 144
  210.       Width = 97
  211.       Height = 17
  212.       Caption = 'Pin 7'
  213.       TabOrder = 5
  214.     end
  215.     object CheckBox16: TCheckBox
  216.       Left = 8
  217.       Top = 168
  218.       Width = 97
  219.       Height = 17
  220.       Caption = 'Pin 8'
  221.       TabOrder = 6
  222.     end
  223.     object CheckBox17: TCheckBox
  224.       Left = 8
  225.       Top = 192
  226.       Width = 97
  227.       Height = 17
  228.       Caption = 'Pin 9'
  229.       TabOrder = 7
  230.     end
  231.   end
  232.   object Memo1: TMemo
  233.     Left = 240
  234.     Top = 24
  235.     Width = 129
  236.     Height = 201
  237.     Lines.Strings = (
  238.       'Memo1')
  239.     ScrollBars = ssVertical
  240.     TabOrder = 5
  241.     OnDblClick = Memo1DblClick
  242.   end
  243.   object ComboBox1: TComboBox
  244.     Left = 72
  245.     Top = 240
  246.     Width = 81
  247.     Height = 21
  248.     ItemHeight = 13
  249.     MaxLength = 5
  250.     TabOrder = 6
  251.     Text = '0x378'
  252.     OnKeyPress = ComboBox1KeyPress
  253.     Items.Strings = (
  254.       '0x378'
  255.       '0x278')
  256.   end
  257.   object Button3: TButton
  258.     Left = 168
  259.     Top = 232
  260.     Width = 67
  261.     Height = 33
  262.     Caption = #26356#25913'&E'
  263.     TabOrder = 7
  264.     OnClick = Button3Click
  265.   end
  266.   object XPManifest1: TXPManifest
  267.     Left = 248
  268.     Top = 240
  269.   end
  270. end