?? econv230p.~dfm
字號:
object MainForm: TMainForm
Left = 124
Top = 79
Width = 884
Height = 672
Caption = '易控微網科技產品測試軟件V2.30 '
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
Visible = True
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object PAGECON: TPageControl
Left = 0
Top = 0
Width = 876
Height = 608
ActivePage = COILSTATE
Align = alClient
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
HotTrack = True
ParentFont = False
Style = tsButtons
TabOrder = 0
Visible = False
object COILSTATE: TTabSheet
Caption = '繼電器狀態'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
object coilstategrid: TStringGrid
Left = 0
Top = 0
Width = 868
Height = 578
Align = alClient
Color = clInfoBk
ColCount = 3
DefaultColWidth = 200
FixedColor = clYellow
FixedCols = 0
RowCount = 15
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ParentShowHint = False
ScrollBars = ssVertical
ShowHint = True
TabOrder = 0
OnSelectCell = coilstategridSelectCell
ColWidths = (
86
330
248)
end
end
object INPUTSTATE: TTabSheet
Caption = '輸入狀態'
object inputstategrid: TStringGrid
Left = 0
Top = 0
Width = 849
Height = 538
Align = alClient
Color = clInfoBk
ColCount = 3
DefaultColWidth = 200
FixedColor = clYellow
FixedCols = 0
RowCount = 15
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
ScrollBars = ssVertical
TabOrder = 0
ColWidths = (
86
330
249)
RowHeights = (
24
24
24
24
24
24
24
24
24
24
24
24
24
24
24)
end
end
object HOLDREGISTER: TTabSheet
Caption = '保持寄存器'
ImageIndex = 2
object holdregistergrid: TStringGrid
Left = 0
Top = 0
Width = 740
Height = 540
Align = alClient
Color = clInfoBk
ColCount = 3
DefaultColWidth = 200
FixedColor = clYellow
FixedCols = 0
RowCount = 15
ScrollBars = ssVertical
TabOrder = 0
OnSelectCell = holdregistergridSelectCell
ColWidths = (
86
330
249)
end
end
object INPUTREGISTER: TTabSheet
Caption = '輸入寄存器'
ImageIndex = 3
object inputregistergrid: TStringGrid
Left = 0
Top = 0
Width = 868
Height = 578
Align = alClient
Color = clInfoBk
ColCount = 3
DefaultColWidth = 200
FixedColor = clYellow
FixedCols = 0
RowCount = 15
TabOrder = 0
OnSelectCell = inputregistergridSelectCell
ColWidths = (
86
330
249)
end
end
object PROTECT: TTabSheet
Caption = '保護'
ImageIndex = 4
object protectgrid: TStringGrid
Left = 0
Top = 0
Width = 849
Height = 538
Align = alClient
Color = clInfoBk
ColCount = 9
DefaultColWidth = 200
FixedColor = clYellow
FixedCols = 0
RowCount = 15
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
OnSelectCell = protectgridSelectCell
ColWidths = (
29
127
139
45
119
57
158
57
98)
end
end
object POWER: TTabSheet
Caption = '電度'
ImageIndex = 8
object PowerGrid: TStringGrid
Left = 0
Top = 0
Width = 740
Height = 540
Align = alClient
Color = clInfoBk
ColCount = 3
DefaultColWidth = 250
FixedColor = clYellow
FixedCols = 0
TabOrder = 0
OnSelectCell = PowerGridSelectCell
ColWidths = (
86
330
249)
end
end
object COMMUNICATION: TTabSheet
Caption = '通訊'
ImageIndex = 7
object sendmemo: TMemo
Left = 0
Top = 0
Width = 167
Height = 297
Color = clInfoBk
Lines.Strings = (
'發送窗口')
TabOrder = 0
end
object revmemo: TMemo
Left = 166
Top = 0
Width = 851
Height = 297
Color = clInfoBk
Lines.Strings = (
'接收窗口')
TabOrder = 1
end
object eventmemo: TMemo
Left = 0
Top = 296
Width = 1017
Height = 361
Color = clInfoBk
ScrollBars = ssVertical
TabOrder = 2
end
end
object DATADEF: TTabSheet
Caption = '數據定義'
ImageIndex = 7
object datamemo: TMemo
Left = 0
Top = 0
Width = 868
Height = 578
Align = alClient
Color = clInfoBk
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
PopupMenu = PopupMenu1
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
end
object TESTRPT: TTabSheet
Caption = '測試報告'
ImageIndex = 10
object Splitter1: TSplitter
Left = 0
Top = 0
Width = 849
Height = 41
Cursor = crArrow
Align = alTop
AutoSnap = False
Beveled = True
Color = clInfoBk
MinSize = 10
ParentColor = False
ResizeStyle = rsNone
end
object testrptmemo: TMemo
Left = 0
Top = 41
Width = 849
Height = 496
Align = alClient
Color = clInfoBk
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
end
object rptbtn: TBitBtn
Left = 8
Top = 8
Width = 73
Height = 25
Caption = '生成報告'
TabOrder = 1
OnClick = rptbtnClick
end
object saverptbtn: TBitBtn
Left = 168
Top = 8
Width = 75
Height = 25
Caption = '保存'
TabOrder = 2
OnClick = saverptbtnClick
end
object ClrRptBtn: TBitBtn
Left = 88
Top = 8
Width = 75
Height = 25
Caption = '清除報告'
TabOrder = 3
OnClick = ClrRptBtnClick
end
end
object XIANGLIANG: TTabSheet
Caption = '相量圖'
ImageIndex = 9
object Splitter2: TSplitter
Left = 0
Top = 185
Width = 623
Height = 8
Cursor = crHSplit
Align = alNone
MinSize = 10
end
object xianglianggrid: TStringGrid
Left = 0
Top = 394
Width = 849
Height = 143
Align = alBottom
Color = clInfoBk
ColCount = 3
DefaultColWidth = 200
FixedColor = clYellow
FixedCols = 0
RowCount = 7
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
ScrollBars = ssVertical
TabOrder = 0
ColWidths = (
68
200
200)
RowHeights = (
24
24
24
24
24
24
24)
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 849
Height = 394
Align = alClient
BevelInner = bvLowered
BevelOuter = bvLowered
Color = clInfoBk
TabOrder = 1
object Image1: TImage
Left = 2
Top = 2
Width = 845
Height = 390
Align = alClient
AutoSize = True
end
end
end
object XIEBO: TTabSheet
Caption = '諧波顯示'
ImageIndex = 11
object XieBoGrid: TStringGrid
Left = 0
Top = 0
Width = 740
Height = 540
Align = alClient
Color = clInfoBk
ColCount = 3
DefaultColWidth = 200
FixedColor = clYellow
FixedCols = 0
RowCount = 43
ParentShowHint = False
ShowHint = True
TabOrder = 0
ColWidths = (
86
330
249)
end
end
object HELP: TTabSheet
Caption = '幫助'
ImageIndex = 8
object helpMemo: TMemo
Left = 0
Top = 0
Width = 740
Height = 540
Align = alClient
Color = clInfoBk
PopupMenu = PopupMenu2
ScrollBars = ssBoth
TabOrder = 0
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 608
Width = 876
Height = 17
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object MainMenu: TMainMenu
Left = 516
Top = 434
object m_rtutpye: TMenuItem
Caption = '終端類型'
object fileopen: TMenuItem
Caption = 'open'
OnClick = fileopenClick
end
end
object m_comset: TMenuItem
Caption = '通訊設置'
Enabled = False
object m_baudrate: TMenuItem
Caption = '波特率'
object b110: TMenuItem
Caption = '110'
RadioItem = True
OnClick = b110Click
end
object b300: TMenuItem
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -