1 Star 0 Fork 1

zhiPC软件集合 / ZhiDev_D7_JingYou

forked from Tomato / ZhiDev_D7_JingYou 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ModfyN.dfm 27.14 KB
一键复制 编辑 原始数据 按行查看 历史
Tomato 提交于 2024-02-01 17:16 . Initial commit
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
object FormModfyNstep: TFormModfyNstep
Left = 332
Top = 339
Width = 1042
Height = 435
Caption = 'Nstep '#22810#27493#39588#22810#21442#25968#22359#20462#25913
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object grp1: TGroupBox
Left = 16
Top = 8
Width = 505
Height = 57
Caption = 'Page N '#39029#20869#33539#22260#35774#23450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object lbl1: TsWebLabel
Left = 8
Top = 24
Width = 57
Height = 20
Caption = 'From '#20174
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
HoverFont.Charset = DEFAULT_CHARSET
HoverFont.Color = clWindowText
HoverFont.Height = -16
HoverFont.Name = 'MS Sans Serif'
HoverFont.Style = []
end
object lbl2: TsWebLabel
Left = 285
Top = 24
Width = 38
Height = 20
Caption = 'To '#21040
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
HoverFont.Charset = DEFAULT_CHARSET
HoverFont.Color = clWindowText
HoverFont.Height = -16
HoverFont.Name = 'MS Sans Serif'
HoverFont.Style = []
end
object edt1: TsDecimalSpinEdit
Left = 98
Top = 24
Width = 121
Height = 28
MaxLength = 4
TabOrder = 0
Text = '1'
OnChange = edt1Change
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 4999.000000000000000000
MinValue = 1.000000000000000000
Value = 1.000000000000000000
DecimalPlaces = 0
end
object edt2: TsDecimalSpinEdit
Left = 352
Top = 24
Width = 121
Height = 28
MaxLength = 4
TabOrder = 1
Text = '10'
OnChange = edt1Change
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 4999.000000000000000000
MinValue = 1.000000000000000000
Value = 10.000000000000000000
DecimalPlaces = 0
end
end
object grp2: TsGroupBox
Left = 16
Top = 72
Width = 993
Height = 305
Caption = 'Modfy '#20462#25913#35774#23450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
SkinData.SkinSection = 'GROUPBOX'
object chk1: TsCheckBox
Left = 24
Top = 24
Width = 89
Height = 24
Caption = 'Num '#24207#21495
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk2: TsCheckBox
Left = 24
Top = 56
Width = 154
Height = 24
Caption = 'Name '#27493#39588#21517#31216' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk3: TsCheckBox
Left = 24
Top = 88
Width = 105
Height = 24
Caption = 'Std '#26631#20934#20540' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk4: TsCheckBox
Left = 24
Top = 120
Width = 104
Height = 24
Caption = 'Upp'#19978#38480'% '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk5: TsCheckBox
Left = 301
Top = 26
Width = 103
Height = 24
Caption = 'Low'#19979#38480'% '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk6: TsCheckBox
Left = 300
Top = 56
Width = 111
Height = 24
Caption = 'Hpoint '#39640#28857' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk7: TsCheckBox
Left = 300
Top = 88
Width = 108
Height = 24
Caption = 'Lpoint'#20302#28857' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk8: TsCheckBox
Left = 300
Top = 120
Width = 104
Height = 24
Caption = 'Delay'#24310#26102' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk10: TsCheckBox
Left = 536
Top = 24
Width = 78
Height = 24
Caption = 'K'#27604#20363' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 8
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk11: TsCheckBox
Left = 536
Top = 56
Width = 75
Height = 24
Caption = 'B'#20559#31227' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 9
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk12: TsCheckBox
Left = 535
Top = 88
Width = 78
Height = 24
Caption = 'P '#24179#22343' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 10
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk13: TsCheckBox
Left = 535
Top = 120
Width = 100
Height = 24
Caption = #32852#26495#24207#21495' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 11
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk14: TsCheckBox
Left = 760
Top = 24
Width = 94
Height = 24
Caption = 'H2'#39640#28857'2 '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 12
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk15: TsCheckBox
Left = 760
Top = 56
Width = 91
Height = 24
Caption = 'L2'#20302#28857'2 '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 13
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object edt3: TsDecimalSpinEdit
Left = 144
Top = 80
Width = 97
Height = 28
TabOrder = 14
Text = '1000'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
Value = 1000.000000000000000000
DecimalPlaces = 0
end
object edt4: TsDecimalSpinEdit
Left = 144
Top = 112
Width = 97
Height = 28
TabOrder = 15
Text = '10'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
Value = 10.000000000000000000
DecimalPlaces = 0
end
object edt5: TsDecimalSpinEdit
Left = 416
Top = 24
Width = 89
Height = 28
TabOrder = 16
Text = '10'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
Value = 10.000000000000000000
DecimalPlaces = 0
end
object edt6: TsDecimalSpinEdit
Left = 416
Top = 56
Width = 89
Height = 28
TabOrder = 17
Text = '1'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 9999.000000000000000000
Value = 1.000000000000000000
DecimalPlaces = 0
end
object edt7: TsDecimalSpinEdit
Left = 416
Top = 88
Width = 89
Height = 28
TabOrder = 18
Text = '2'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 9999.000000000000000000
Value = 2.000000000000000000
DecimalPlaces = 0
end
object edt8: TsDecimalSpinEdit
Left = 416
Top = 120
Width = 89
Height = 28
TabOrder = 19
Text = '5'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 65535.000000000000000000
Value = 5.000000000000000000
DecimalPlaces = 0
end
object edt9: TsDecimalSpinEdit
Left = 640
Top = 24
Width = 73
Height = 28
TabOrder = 20
Text = '100'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 32222.000000000000000000
Value = 100.000000000000000000
DecimalPlaces = 0
end
object edt10: TsDecimalSpinEdit
Left = 640
Top = 56
Width = 73
Height = 28
TabOrder = 21
Text = '0'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
DecimalPlaces = 0
end
object edt11: TsDecimalSpinEdit
Left = 640
Top = 88
Width = 73
Height = 28
TabOrder = 22
Text = '0'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 32222.000000000000000000
DecimalPlaces = 0
end
object edt12: TsDecimalSpinEdit
Left = 640
Top = 120
Width = 73
Height = 28
TabOrder = 23
Text = '0'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 32222.000000000000000000
DecimalPlaces = 0
end
object edt13: TsDecimalSpinEdit
Left = 856
Top = 24
Width = 81
Height = 28
TabOrder = 24
Text = '3'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 32222.000000000000000000
Value = 3.000000000000000000
DecimalPlaces = 0
end
object edt14: TsDecimalSpinEdit
Left = 856
Top = 56
Width = 81
Height = 28
TabOrder = 25
Text = '4'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
MaxValue = 32222.000000000000000000
Value = 4.000000000000000000
DecimalPlaces = 0
end
object edt15: TsEdit
Left = 176
Top = 48
Width = 97
Height = 28
TabOrder = 26
Text = 'R???'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
end
object grp3: TsGroupBox
Left = 16
Top = 144
Width = 969
Height = 153
Caption = 'Mode'
TabOrder = 27
SkinData.SkinSection = 'GROUPBOX'
object edt16: TsEdit
Left = 216
Top = 13
Width = 89
Height = 28
TabOrder = 0
Text = '0R01'
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
end
object chk9: TsCheckBox
Left = 68
Top = 17
Width = 108
Height = 24
Caption = 'Mode'#27169#24335' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object cbb1: TsComboBox
Left = 24
Top = 73
Width = 201
Height = 28
Alignment = taLeftJustify
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
SkinData.SkinSection = 'COMBOBOX'
VerticalAlignment = taAlignTop
ItemHeight = 22
ItemIndex = -1
TabOrder = 2
Text = '1---'#37327#31243#36873#25321#25110#27425#27169#24335
OnChange = cbb1Change
Items.Strings = (
'0'#65306#21333#20301#20026'10'#30340'0'#27425#26041
'1'#65306#21333#20301#20026'10'#30340'1'#27425#26041
'2'#65306#21333#20301#20026'10'#30340'2'#27425#26041
'3'#65306#21333#20301#20026'10'#30340'3'#27425#26041
'4'#65306#21333#20301#20026'10'#30340'4'#27425#26041
'5'#65306#21333#20301#20026'10'#30340'5'#27425#26041
'6'#65306#21333#20301#20026'10'#30340'6'#27425#26041
'F'#65306#22235#32447#30005#38459#21333#20301#20026'mohm'
'L'#65306' LED'#27979#37327'0'
'M'#65306'LED'#27979#37327'1'
'X'#65306#32487#30005#22120#20999#25442'+'
'Y'#65306#32487#30005#22120#20999#25442
'Z'#65306#32487#30005#22120#20851#38381)
end
object chk16: TsCheckBox
Left = 808
Top = 24
Width = 37
Height = 24
Caption = 'nc'
Enabled = False
TabOrder = 3
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk17: TsCheckBox
Left = 808
Top = 53
Width = 144
Height = 24
Caption = #32467#26524#26174#31034#22312'LCD '
TabOrder = 4
OnClick = chk17Click
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk18: TsCheckBox
Left = 808
Top = 82
Width = 100
Height = 24
Caption = #27493#39588#21069#26174#31034
TabOrder = 5
OnClick = chk18Click
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object chk19: TsCheckBox
Left = 808
Top = 112
Width = 116
Height = 24
Caption = #26597#30475#27979#37327#32467#26524
TabOrder = 6
OnClick = chk19Click
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object cbb2: TsComboBox
Left = 240
Top = 73
Width = 233
Height = 28
Alignment = taLeftJustify
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
SkinData.SkinSection = 'COMBOBOX'
VerticalAlignment = taAlignTop
ItemHeight = 22
ItemIndex = -1
TabOrder = 7
Text = '2---'#20027#27979#37327#27169#24335
OnChange = cbb2Change
Items.Strings = (
'S'#65306#30701#36335#27979#35797
'O'#65306#24320#36335#27979#35797
'R'#65306#30005#38459#27979#35797
'C'#65306#30005#23481#27979#35797
'D'#65306#20108#26497#31649#27979#35797
'Q'#65306#36755#20986#25511#21046
'G'#65306'Agilent'#19975#29992#34920
'H'#65306'minghe'
'A'#65306'485'#36890#20449
'B'#65306#19978#20256'PC'
'I'#65306'I2C'#36890#20449
'P'#65306#36895#24230#27979#37327
'F'#65306#39057#29575#27979#37327
'T'#65306#20132#27969#20449#21495
'Z'#65306#31995#32479#21442#25968#35774#23450
'')
end
object cbb3: TsComboBox
Left = 496
Top = 73
Width = 273
Height = 28
Alignment = taLeftJustify
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
SkinData.SkinSection = 'COMBOBOX'
VerticalAlignment = taAlignTop
ItemHeight = 22
ItemIndex = -1
TabOrder = 8
Text = '3----'#27425#27979#37327#27169#24335
OnChange = cbb3Change
Items.Strings = (
'0'#65306#38454#27573'1'
'1'#65306#38454#27573'2'
'2'#65306#38454#27573'3'
'3'#65306#38454#27573'4'
'4'#65306#38454#27573'5'
'R:'#20132#27969#27979#30005#38459
'C:'#20132#27969#27979#30005#23481
'L:'#20132#27969#27979#30005#24863)
end
end
object chk20: TCheckBox
Left = 128
Top = 24
Width = 145
Height = 17
Caption = 'SKIP'#21024#30053'/'#21453#21024#30053#27493#39588
TabOrder = 28
end
end
object spnl1: TsPanel
Left = 712
Top = 8
Width = 297
Height = 57
TabOrder = 2
SkinData.SkinSection = 'PANEL'
object btn1: TsButton
Left = 16
Top = 8
Width = 113
Height = 33
Caption = 'OK '#30830#23450
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btn1Click
SkinData.SkinSection = 'BUTTON'
end
object btn2: TsButton
Left = 152
Top = 8
Width = 129
Height = 33
Caption = 'Cancle '#21462#28040
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btn2Click
SkinData.SkinSection = 'BUTTON'
end
end
object chk21: TsCheckBox
Left = 536
Top = 12
Width = 60
Height = 20
Caption = #38388#38548' = '
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
object edt17: TsDecimalSpinEdit
Left = 600
Top = 8
Width = 97
Height = 28
Color = clGray
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
Text = '0'
OnChange = edt1Change
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
DecimalPlaces = 0
end
object edt18: TsDecimalSpinEdit
Left = 600
Top = 40
Width = 97
Height = 28
Color = clGray
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 5
Text = '0'
OnChange = edt1Change
SkinData.SkinSection = 'EDIT'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'MS Sans Serif'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
Increment = 1.000000000000000000
DecimalPlaces = 0
end
object chk22: TsCheckBox
Left = 536
Top = 48
Width = 60
Height = 20
Caption = #20313#25968'= '
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = edt1Change
SkinData.SkinSection = 'CHECKBOX'
ImgChecked = 0
ImgUnchecked = 0
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhidbg/ZhiDev_D7_JingYou.git
git@gitee.com:zhidbg/ZhiDev_D7_JingYou.git
zhidbg
ZhiDev_D7_JingYou
ZhiDev_D7_JingYou
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891