2019-08-07 15:55:11 +00:00
|
|
|
object Share: TShare
|
2019-08-08 21:01:04 +00:00
|
|
|
Left = 672
|
2019-08-07 17:29:39 +00:00
|
|
|
Height = 216
|
2019-08-08 21:01:04 +00:00
|
|
|
Top = 110
|
2019-08-09 23:50:05 +00:00
|
|
|
Width = 250
|
2019-08-07 17:29:39 +00:00
|
|
|
AutoSize = True
|
2019-08-07 15:55:11 +00:00
|
|
|
Caption = 'Share'
|
2019-08-07 17:29:39 +00:00
|
|
|
ClientHeight = 216
|
2019-08-09 23:50:05 +00:00
|
|
|
ClientWidth = 250
|
2019-08-07 15:55:11 +00:00
|
|
|
Color = clBtnFace
|
2019-08-09 23:50:05 +00:00
|
|
|
Constraints.MinWidth = 250
|
2019-08-07 15:55:11 +00:00
|
|
|
Font.Color = clWindowText
|
|
|
|
OnClose = FormClose
|
|
|
|
OnShow = FormShow
|
2019-08-07 17:29:39 +00:00
|
|
|
Position = poScreenCenter
|
|
|
|
LCLVersion = '2.1.0.0'
|
2019-08-07 15:55:11 +00:00
|
|
|
object ResourcesCheckList: TCheckListBox
|
2019-08-07 17:29:39 +00:00
|
|
|
Left = 8
|
|
|
|
Height = 160
|
2019-08-07 15:55:11 +00:00
|
|
|
Top = 8
|
2019-08-09 23:50:05 +00:00
|
|
|
Width = 234
|
2019-08-07 17:29:39 +00:00
|
|
|
Align = alClient
|
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
|
|
BorderSpacing.Around = 8
|
|
|
|
Constraints.MinHeight = 140
|
|
|
|
ItemHeight = 0
|
2019-08-07 15:55:11 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
2019-08-07 17:29:39 +00:00
|
|
|
object ButtonPanel1: TButtonPanel
|
|
|
|
Left = 6
|
|
|
|
Height = 34
|
|
|
|
Top = 176
|
2019-08-09 23:50:05 +00:00
|
|
|
Width = 238
|
2019-08-07 17:29:39 +00:00
|
|
|
OKButton.Name = 'OKButton'
|
|
|
|
OKButton.DefaultCaption = True
|
|
|
|
HelpButton.Name = 'HelpButton'
|
|
|
|
HelpButton.DefaultCaption = True
|
|
|
|
CloseButton.Name = 'CloseButton'
|
|
|
|
CloseButton.DefaultCaption = True
|
|
|
|
CancelButton.Name = 'CancelButton'
|
|
|
|
CancelButton.DefaultCaption = True
|
2019-08-07 15:55:11 +00:00
|
|
|
TabOrder = 1
|
2019-08-07 17:29:39 +00:00
|
|
|
ShowButtons = [pbOK, pbCancel]
|
2019-08-07 15:55:11 +00:00
|
|
|
end
|
|
|
|
end
|