F2812实现电机控制源程序.rar

源代码在线查看: unit1.dfm

软件大小: 9347 K
上传用户: foresnake
关键词: F2812 电机控制 源程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form1: TForm1
				  Left = 192
				  Top = 114
				  Width = 696
				  Height = 480
				  Caption = 'USBTEST'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  OnClose = FormClose
				  OnCreate = FormCreate
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 376
				    Top = 144
				    Width = 57
				    Height = 16
				    AutoSize = False
				    Caption = #19979#34892#25968#25454
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    ParentFont = False
				  end
				  object Label2: TLabel
				    Left = 376
				    Top = 192
				    Width = 57
				    Height = 13
				    AutoSize = False
				    Caption = #19978#34892#25968#25454
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    ParentFont = False
				  end
				  object Panel1: TPanel
				    Left = 56
				    Top = 40
				    Width = 258
				    Height = 258
				    TabOrder = 0
				    object Image1: TImage
				      Left = 40
				      Top = 40
				      Width = 105
				      Height = 105
				      OnDblClick = Image1DblClick
				    end
				  end
				  object Button4: TButton
				    Left = 88
				    Top = 312
				    Width = 81
				    Height = 25
				    Caption = #37319#38598#25968#25454'1'
				    TabOrder = 1
				    OnClick = Button4Click
				  end
				  object Button1: TButton
				    Left = 376
				    Top = 40
				    Width = 75
				    Height = 25
				    Caption = #21407#26679#36820#22238
				    TabOrder = 2
				    OnClick = Button1Click
				  end
				  object Button2: TButton
				    Left = 376
				    Top = 72
				    Width = 75
				    Height = 25
				    Caption = #21152'1'#36820#22238
				    TabOrder = 3
				    OnClick = Button2Click
				  end
				  object Button3: TButton
				    Left = 376
				    Top = 104
				    Width = 75
				    Height = 25
				    Caption = #21152'5'#36820#22238
				    TabOrder = 4
				    OnClick = Button3Click
				  end
				  object Button5: TButton
				    Left = 200
				    Top = 312
				    Width = 81
				    Height = 25
				    Caption = #37319#38598#25968#25454'2'
				    TabOrder = 5
				    OnClick = Button5Click
				  end
				  object Edit1: TEdit
				    Left = 376
				    Top = 160
				    Width = 289
				    Height = 21
				    TabOrder = 6
				    Text = '11 22 33 44 55 66 77 88 99'
				  end
				  object Edit2: TEdit
				    Left = 376
				    Top = 208
				    Width = 289
				    Height = 21
				    TabOrder = 7
				  end
				  object Button6: TButton
				    Left = 496
				    Top = 40
				    Width = 97
				    Height = 25
				    Caption = #28165#31354#19979#34892#25968#25454
				    TabOrder = 8
				    OnClick = Button6Click
				  end
				  object Button7: TButton
				    Left = 496
				    Top = 72
				    Width = 97
				    Height = 25
				    Caption = #28165#31354#19978#34892#25968#25454
				    TabOrder = 9
				    OnClick = Button7Click
				  end
				  object GroupBox1: TGroupBox
				    Left = 376
				    Top = 248
				    Width = 289
				    Height = 145
				    Caption = #36895#24230#27979#35797
				    TabOrder = 10
				    object Button8: TButton
				      Left = 22
				      Top = 112
				      Width = 75
				      Height = 25
				      Caption = #27979#35797
				      TabOrder = 0
				      OnClick = Button8Click
				    end
				    object Edit3: TEdit
				      Left = 120
				      Top = 112
				      Width = 121
				      Height = 21
				      TabOrder = 1
				    end
				    object Memo1: TMemo
				      Left = 16
				      Top = 24
				      Width = 257
				      Height = 65
				      Lines.Strings = (
				        #20256#36755'100'#27425#65292#27599#27425'64K'#23383#33410#65292#20849#20256#36755'6.4M'#23383#33410'.'
				        #35745#31639#20256#36755#25152#29992#26102#38388#65292#29992#20256#36755#30340#23383#33410#25968'/'#25152#29992#26102#38388
				        #24471#21040#20256#36755#36895#29575)
				      ReadOnly = True
				      TabOrder = 2
				    end
				  end
				  object OpenDialog1: TOpenDialog
				    Left = 56
				    Top = 376
				  end
				end
							

相关资源