218 lines
6.6 KiB
Plaintext
218 lines
6.6 KiB
Plaintext
object FrmCaPolicyInfo: TFrmCaPolicyInfo
|
|
Left = 0
|
|
Top = 0
|
|
Width = 580
|
|
Height = 480
|
|
TabOrder = 0
|
|
object pnClient: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 580
|
|
Height = 480
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 93
|
|
Top = 77
|
|
Width = 104
|
|
Height = 21
|
|
Caption = #49345#54889' '#51064#51648' '#51312#44148
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -16
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 93
|
|
Top = 253
|
|
Width = 147
|
|
Height = 21
|
|
Caption = #48372#50504#51221#52293' '#49892#54665' / '#54876#49457
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -16
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object btnAddCa: TSpeedButton
|
|
Left = 257
|
|
Top = 77
|
|
Width = 23
|
|
Height = 22
|
|
Caption = '+'
|
|
OnClick = btnAddCaClick
|
|
end
|
|
object btnAddTask: TSpeedButton
|
|
Left = 257
|
|
Top = 252
|
|
Width = 23
|
|
Height = 22
|
|
Caption = '+'
|
|
OnClick = btnAddTaskClick
|
|
end
|
|
object Label3: TLabel
|
|
Left = 93
|
|
Top = 28
|
|
Width = 80
|
|
Height = 21
|
|
Caption = #51221#52293' '#51060#47492' : '
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -16
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object vtCA: TVirtualStringTree
|
|
Left = 93
|
|
Top = 110
|
|
Width = 393
|
|
Height = 130
|
|
DefaultNodeHeight = 30
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Header.AutoSizeIndex = 0
|
|
Header.Images = imgList
|
|
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs]
|
|
HintMode = hmTooltip
|
|
Images = imgList
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme]
|
|
TreeOptions.SelectionOptions = [toFullRowSelect]
|
|
OnFreeNode = vtCAFreeNode
|
|
OnGetText = vtCAGetText
|
|
OnGetImageIndex = vtCAGetImageIndex
|
|
OnGetHint = vtCAGetHint
|
|
OnGetNodeDataSize = vtCAGetNodeDataSize
|
|
OnNodeClick = vtCANodeClick
|
|
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
Columns = <
|
|
item
|
|
Position = 0
|
|
Width = 319
|
|
end
|
|
item
|
|
Position = 1
|
|
Width = 70
|
|
end>
|
|
DefaultText = ''
|
|
end
|
|
object vtTask: TVirtualStringTree
|
|
Left = 93
|
|
Top = 286
|
|
Width = 393
|
|
Height = 130
|
|
DefaultNodeHeight = 30
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Header.AutoSizeIndex = 0
|
|
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowSortGlyphs]
|
|
HintMode = hmTooltip
|
|
Images = imgList
|
|
ParentFont = False
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme]
|
|
TreeOptions.SelectionOptions = [toFullRowSelect]
|
|
OnFreeNode = vtTaskFreeNode
|
|
OnGetText = vtTaskGetText
|
|
OnGetImageIndex = vtCAGetImageIndex
|
|
OnGetHint = vtCAGetHint
|
|
OnGetNodeDataSize = vtTaskGetNodeDataSize
|
|
OnNodeClick = vtCANodeClick
|
|
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
Columns = <
|
|
item
|
|
Position = 0
|
|
Width = 319
|
|
end
|
|
item
|
|
Position = 1
|
|
Width = 70
|
|
end>
|
|
DefaultText = ''
|
|
end
|
|
object btnOk: TButton
|
|
Left = 172
|
|
Top = 438
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #54869#51064
|
|
TabOrder = 2
|
|
OnClick = btnOkClick
|
|
end
|
|
object btnCancel: TButton
|
|
Left = 332
|
|
Top = 438
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #52712#49548
|
|
TabOrder = 3
|
|
OnClick = btnCancelClick
|
|
end
|
|
object edName: TEdit
|
|
Left = 179
|
|
Top = 25
|
|
Width = 307
|
|
Height = 29
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object imgList: TPngImageList
|
|
Height = 24
|
|
Width = 24
|
|
PngImages = <
|
|
item
|
|
Background = clWindow
|
|
Name = 'Cancel_24px'
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D4948445200000018000000180806000000E0773D
|
|
F800000006624B474400FF00FF00FFA0BDA793000002504944415478DAB5954B
|
|
6853411486337911945A41C1BA7215BB512A055117168B4271A3151B21AF6BCC
|
|
5605A1205D49BAA9D54597163731E60D299576557C826E54B455DC0871A79B22
|
|
4AC507E4ED376522D7F4DEA411EF81C3993BE7CCF9CF6BE60A9BC524DA292391
|
|
485FA552F1B13C03F7C35B94EA57A3D1782F8498AFD7EB73B95C6EB52B009FCF
|
|
D7EB76BB27586A382AC0F79C4EE7AB542AF553EAC3E1F056F60EC212780C99F0
|
|
783CD3F178FC7B47004DD3F6D66AB505960F1C0EC7643299FCD22E4BBFDFBFD3
|
|
6EB74FB23C06D068369B2D9A020402012F693FC5F02A86A96E6A1D0C06CF23AE
|
|
737E289D4E7FD800108D467B4AA5D2739C4F77EB5C17600480F172B97CA45028
|
|
FCF80B8008A610BD994CE6E2BF386F522814BA4DE35709F2DA1F00367713F90A
|
|
C8FB41FEAC339EC1388FF14B236734FB10FD3A877E5CD7935DF4E42DE706E474
|
|
0915FD65443FD15F6A89E628C0390E9C65825EB4D4FC30628E92F8A9F9B316DD
|
|
2CE21DFE6E0955BBFB889B44F2D020E5414016600DFD13653F8CE3247C1AE7CB
|
|
06BD184177058093CD0C3EB95CAE7D894462CDA4AEEB20642227C546FA77CD9C
|
|
4B62D47750BA6500F688582C662F168B6B7C6CEBD0BC41C4925C57ABD5917C3E
|
|
BFD2C65C10F437AFD7BB7DD3001C384E161922B79149809E3CDE14803AFC9109
|
|
1A6082BE9A3947DC01E014E511DC7079D32F10D423237B75BB5FAF97A85393D1
|
|
9D20EAB8748EFE8DDA3BC0DEA219885193AD1D53B38B86E10D9CCFB73AD78300
|
|
300AC084AE3C1B2F9A32B6EEA99064F963A70CAC7BAE9B64E90FA74996FE32F5
|
|
64D94FFF7FD26F3ADDC02C7D0041420000000049454E44AE426082}
|
|
end>
|
|
Left = 368
|
|
Top = 136
|
|
Bitmap = {}
|
|
end
|
|
end
|