expertcad/SRC/SCSNormBase/U_ComponentIcons.dfm
2025-05-12 10:07:51 +03:00

182 lines
4.8 KiB
Plaintext

object F_ComponentIcons: TF_ComponentIcons
Left = 381
Top = 174
BorderStyle = bsToolWindow
ClientHeight = 269
ClientWidth = 220
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 25
Width = 220
Height = 203
Align = alClient
TabOrder = 0
object Grid_ComponentIcons: TcxGrid
Left = 2
Top = 15
Width = 216
Height = 186
Align = alClient
TabOrder = 0
object GT_ComponentIcons: TcxGridDBTableView
DataController.Filter.Criteria = {FFFFFFFF0000000000}
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
NavigatorButtons.ConfirmDelete = False
OptionsSelection.CellSelect = False
OptionsView.CellAutoHeight = True
OptionsView.GroupByBox = False
object GT_ComponentIconsName: TcxGridDBColumn
Caption = #1058#1080#1087
Options.Editing = False
Options.Filtering = False
Options.Moving = False
Width = 100
DataBinding.FieldName = 'Name'
end
object GT_ComponentIconsIcon: TcxGridDBColumn
Caption = #1054#1073#1086#1079#1085#1072#1095#1077#1085#1080#1077
PropertiesClassName = 'TcxImageProperties'
Options.Editing = False
Options.Filtering = False
Options.Moving = False
Width = 100
DataBinding.FieldName = 'Icon'
end
end
object GL_ComponentIcons: TcxGridLevel
GridView = GT_ComponentIcons
end
end
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 220
Height = 25
Caption = 'ToolBar1'
Flat = True
Images = DM.ImageList_ToolEdit
TabOrder = 1
object ToolButton2: TToolButton
Left = 0
Top = 0
Action = Act_EditIcon
Caption = '...'
ImageIndex = 1
end
object ToolButton1: TToolButton
Left = 23
Top = 0
Action = Act_DelIcon
ImageIndex = 2
end
object ToolButton4: TToolButton
Left = 46
Top = 0
Width = 8
Caption = 'ToolButton4'
ImageIndex = 3
Style = tbsSeparator
end
object Button_Close: TcxButton
Left = 54
Top = 0
Width = 60
Height = 22
Caption = #1047#1072#1082#1088#1099#1090#1100
Default = True
ModalResult = 1
TabOrder = 0
end
end
object Panel_OKCancel: TPanel
Left = 0
Top = 228
Width = 220
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
object Button_OK: TcxButton
Left = 16
Top = 8
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button_Cancel: TcxButton
Left = 120
Top = 8
Width = 75
Height = 25
Cancel = True
Caption = #1054#1090#1084#1077#1085#1072
ModalResult = 2
TabOrder = 1
end
end
object XPMenu1: TXPMenu
Font.Charset = DEFAULT_CHARSET
Font.Color = clMenuText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Color = clBtnFace
IconBackColor = clBtnFace
MenuBarColor = clBtnFace
SelectColor = clHighlight
SelectBorderColor = clHighlight
SelectFontColor = clMenuText
DisabledColor = clInactiveCaption
SeparatorColor = clBtnFace
CheckedColor = clHighlight
IconWidth = 24
DrawSelect = True
UseSystemColors = True
OverrideOwnerDraw = False
Gradient = False
FlatMenu = False
Active = True
Left = 16
Top = 72
end
object ActionManager1: TActionManager
ActionBars.SessionCount = 1
ActionBars = <>
LinkedActionLists = <>
Left = 80
Top = 72
object Act_AddIcon: TAction
Category = #1056#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1077
Caption = #1044#1086#1073#1072#1074#1080#1090#1100
OnExecute = Act_AddIconExecute
end
object Act_EditIcon: TAction
Category = #1056#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1077
Caption = #1048#1079#1084#1077#1085#1080#1090#1100
OnExecute = Act_EditIconExecute
end
object Act_DelIcon: TAction
Category = #1056#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1077
Caption = #1059#1076#1072#1083#1080#1090#1100
OnExecute = Act_DelIconExecute
end
end
end