📄 mainform.dfm
字号:
object frmMain: TfrmMain
Left = 265
Top = 225
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Fast Digital Input with bus-master DMA for PCI-1755'
ClientHeight = 210
ClientWidth = 413
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 385
Height = 57
Caption = 'Device'
TabOrder = 0
object txtDevice: TEdit
Left = 24
Top = 24
Width = 249
Height = 21
ReadOnly = True
TabOrder = 0
end
object BtSelect: TButton
Left = 288
Top = 24
Width = 81
Height = 25
Caption = 'Select'
TabOrder = 1
OnClick = BtSelectClick
end
end
object BtRun: TButton
Left = 328
Top = 80
Width = 73
Height = 25
Caption = 'Run'
Enabled = False
TabOrder = 1
OnClick = BtRunClick
end
object BtStop: TButton
Left = 328
Top = 120
Width = 73
Height = 25
Caption = 'Stop'
Enabled = False
TabOrder = 2
OnClick = BtStopClick
end
object BtExit: TButton
Left = 272
Top = 168
Width = 113
Height = 33
Caption = 'Exit'
TabOrder = 3
OnClick = BtExitClick
end
object GroupBox2: TGroupBox
Left = 24
Top = 72
Width = 217
Height = 129
Caption = 'Status'
TabOrder = 4
object Label1: TLabel
Left = 8
Top = 24
Width = 68
Height = 13
Caption = 'Buffer Change'
end
object Label2: TLabel
Left = 8
Top = 80
Width = 68
Height = 13
Caption = 'Overrun count'
end
object Label3: TLabel
Left = 8
Top = 104
Width = 47
Height = 13
Caption = 'Terminate'
end
object Label4: TLabel
Left = 8
Top = 56
Width = 84
Height = 13
Caption = 'Transfered buffer:'
end
object EditBufferChange: TEdit
Left = 96
Top = 26
Width = 97
Height = 21
TabOrder = 0
Text = '0'
end
object EditOverrun: TEdit
Left = 96
Top = 74
Width = 97
Height = 21
TabOrder = 1
Text = '0'
end
object EditTerminate: TEdit
Left = 96
Top = 98
Width = 97
Height = 21
TabOrder = 2
Text = '0'
end
object txtBuffName: TEdit
Left = 96
Top = 50
Width = 97
Height = 21
TabOrder = 3
Text = '0'
end
end
object BtSetting: TButton
Left = 248
Top = 80
Width = 73
Height = 25
Caption = 'Setting'
TabOrder = 5
OnClick = BtSettingClick
end
object btShow: TButton
Left = 248
Top = 120
Width = 75
Height = 25
Caption = 'Show Data'
Enabled = False
TabOrder = 6
OnClick = btShowClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -