📄 udlgopprmisrulebased.dfm
字号:
inherited DlgOpPrmISRuleBased: TDlgOpPrmISRuleBased
Left = 354
Top = 193
Caption = 'Rule-based Instance Selection'
ClientHeight = 540
ClientWidth = 591
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 505
Width = 591
inherited btnOk: TButton
Left = 359
end
inherited btnCancel: TButton
Left = 435
end
inherited btnHelp: TButton
Left = 511
end
end
inherited pnlClient: TPanel
Width = 591
Height = 505
inherited pgCtrlPrm: TPageControl
Width = 559
Height = 473
inherited tabPrm: TTabSheet
object Label6: TLabel
Left = 16
Top = 170
Width = 80
Height = 15
Caption = 'Filtering rules :'
end
object Panel1: TPanel
Left = 12
Top = 8
Width = 522
Height = 161
TabOrder = 0
object Label1: TLabel
Left = 12
Top = 4
Width = 50
Height = 15
Caption = 'Attribute :'
end
object Label2: TLabel
Left = 180
Top = 4
Width = 58
Height = 15
Caption = 'Condition :'
end
object btnCondition: TSpeedButton
Left = 180
Top = 132
Width = 109
Height = 24
Hint = 'Add condition to the current filtering rule'
Caption = 'Add condition'
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
70E337F3333F333337F3E0F33303333370E337F3337FF33337F3E0F333003333
70E337F33377FF3337F3E0F33300033370E337F333777FF337F3E0F333000033
70E337F33377773337F3E0F33300033370E337F33377733337F3E0F333003333
70E337F33377333337F3E0F33303333370E337F33373333337F3E0F333333333
70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
OnClick = btnConditionClick
end
object btnRule: TSpeedButton
Left = 296
Top = 132
Width = 109
Height = 24
Hint = 'Add a new filtering rule'
Caption = 'Add rule'
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000130B0000130B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
33333333333333333333EEEEEEEEEEEEEEE333FFFFFFFFFFFFF3E00000000000
00E337777777777777F3E0F77777777770E337F33333333337F3E0F333333333
70E337F33333333337F3E0F33333333370E337F333FF3F3337F3E0F330030333
70E337F3377F7FF337F3E0F33003003370E337F3377F77FF37F3E0F330030003
70E337F3377F777337F3E0F33003003370E337F3377F773337F3E0F330030333
70E337F33773733337F3E0F33333333370E337F33333333337F3E0F333333333
70E337F33333333337F3E0FFFFFFFFFFF0E337FFFFFFFFFFF7F3E00000000000
00E33777777777777733EEEEEEEEEEEEEEE33333333333333333}
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
OnClick = btnRuleClick
end
object lstboxAttributes: TListBox
Left = 8
Top = 20
Width = 145
Height = 136
ItemHeight = 15
TabOrder = 0
OnClick = lstboxAttributesClick
end
object pgCondition: TPageControl
Left = 180
Top = 20
Width = 325
Height = 109
ActivePage = tabContinuous
TabOrder = 1
object tabDiscrete: TTabSheet
Caption = 'tabDiscrete'
TabVisible = False
object Label5: TLabel
Left = 2
Top = 0
Width = 78
Height = 15
Caption = 'Select values :'
end
object lstboxValues: TListBox
Left = 0
Top = 16
Width = 317
Height = 83
Align = alBottom
Columns = 2
ItemHeight = 15
MultiSelect = True
TabOrder = 0
end
end
object tabContinuous: TTabSheet
Caption = 'tabContinuous'
ImageIndex = 1
TabVisible = False
object Label3: TLabel
Left = 20
Top = 16
Width = 54
Height = 15
Caption = 'Operator :'
end
object Label4: TLabel
Left = 152
Top = 20
Width = 37
Height = 15
Caption = 'Value :'
end
object cmbOperator: TComboBox
Left = 20
Top = 36
Width = 97
Height = 23
Style = csDropDownList
ItemHeight = 15
ItemIndex = 0
TabOrder = 0
Text = '<'
Items.Strings = (
'<'
'<='
'='
'<>'
'>='
'>')
end
object edValue: TEdit
Left = 152
Top = 36
Width = 121
Height = 23
TabOrder = 1
Text = '0'
end
end
end
end
object Panel2: TPanel
Left = 12
Top = 188
Width = 522
Height = 201
TabOrder = 1
object tvCondition: TTreeView
Left = 1
Top = 1
Width = 520
Height = 199
Align = alClient
Indent = 19
PopupMenu = PopupMenu1
TabOrder = 0
end
end
object rgCombination: TRadioGroup
Left = 12
Top = 394
Width = 521
Height = 42
Caption = ' Rule combination '
Columns = 2
Items.Strings = (
'Or'
'And')
TabOrder = 2
end
end
end
end
object PopupMenu1: TPopupMenu
OnPopup = PopupMenu1Popup
Left = 364
Top = 316
object Deleterule1: TMenuItem
Caption = 'Delete rule'
OnClick = Deletecondition1Click
end
object Deletecondition1: TMenuItem
Caption = 'Delete condition'
OnClick = Deletecondition1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -