5 Star 5 Fork 6

BA7LNN/MyWeight

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
frmMainP.dfm 2.62 KB
一键复制 编辑 原始数据 按行查看 历史
Eddit 提交于 2019-08-02 21:09 . Update MCU document
object frmMain: TfrmMain
Left = 586
Top = 327
Width = 357
Height = 204
BorderIcons = [biSystemMenu]
Caption = #30917#31216#36890#20449#26816#27979' '
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object lblMsg: TLabel
Left = 10
Top = 149
Width = 30
Height = 13
Caption = 'lblMsg'
end
object grp1: TGroupBox
Left = 8
Top = 8
Width = 329
Height = 105
Caption = #25968#25454
TabOrder = 0
object lblWeight: TLabel
Left = 8
Top = 16
Width = 248
Height = 67
Caption = 'lblWeight'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -67
Font.Name = 'PMingLiU'
Font.Style = []
ParentFont = False
end
end
object btnTest: TButton
Left = 224
Top = 117
Width = 49
Height = 25
Caption = #27979#35797
TabOrder = 1
OnClick = btnTestClick
end
object btnClose: TButton
Left = 280
Top = 143
Width = 49
Height = 25
Caption = #20851#38381
TabOrder = 2
OnClick = btnCloseClick
end
object btnStop: TButton
Left = 280
Top = 117
Width = 49
Height = 25
Caption = #20572#27490
TabOrder = 3
OnClick = btnStopClick
end
object chkSign: TCheckBox
Left = 168
Top = 128
Width = 49
Height = 17
Caption = #20449#21495
TabOrder = 4
end
object btnSet: TButton
Left = 8
Top = 120
Width = 49
Height = 25
Caption = #35774#32622
TabOrder = 5
OnClick = btnSetClick
end
object chkAll: TCheckBox
Left = 168
Top = 149
Width = 65
Height = 14
Caption = #25442#38646
TabOrder = 6
end
object comPort: TComPort
BaudRate = br9600
Port = 'COM1'
Parity.Bits = prNone
StopBits = sbOneStopBit
DataBits = dbEight
Events = [evRxChar, evTxEmpty, evRxFlag, evRing, evBreak, evCTS, evDSR, evError, evRLSD, evRx80Full]
FlowControl.OutCTSFlow = False
FlowControl.OutDSRFlow = False
FlowControl.ControlDTR = dtrDisable
FlowControl.ControlRTS = rtsDisable
FlowControl.XonXoffOut = False
FlowControl.XonXoffIn = False
StoredProps = [spBasic]
TriggersOnRxChar = True
OnAfterOpen = comPortAfterOpen
OnAfterClose = comPortAfterClose
OnRxChar = comPortRxChar
Left = 312
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/ba7lnn/MyWeight.git
[email protected]:ba7lnn/MyWeight.git
ba7lnn
MyWeight
MyWeight
master

搜索帮助