|
@@ -11,13 +11,11 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Font.Height = -11
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
Font.Style = []
|
|
- OldCreateOrder = False
|
|
|
|
Position = poScreenCenter
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnCreate = FormCreate
|
|
DesignSize = (
|
|
DesignSize = (
|
|
548
|
|
548
|
|
380)
|
|
380)
|
|
- PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
TextHeight = 13
|
|
object TaskInstructionLabel: TNewStaticText
|
|
object TaskInstructionLabel: TNewStaticText
|
|
Left = 18
|
|
Left = 18
|
|
@@ -38,7 +36,7 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
object TaskMessageLabel: TNewStaticText
|
|
object TaskMessageLabel: TNewStaticText
|
|
Left = 18
|
|
Left = 18
|
|
Top = 40
|
|
Top = 40
|
|
- Width = 49
|
|
|
|
|
|
+ Width = 44
|
|
Height = 14
|
|
Height = 14
|
|
Caption = 'Message'
|
|
Caption = 'Message'
|
|
TabOrder = 13
|
|
TabOrder = 13
|
|
@@ -105,6 +103,7 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Height = 81
|
|
Height = 81
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = ' Message '
|
|
Caption = ' Message '
|
|
|
|
+ ShowFrame = False
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
DesignSize = (
|
|
532
|
|
532
|
|
@@ -126,6 +125,7 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Width = 240
|
|
Width = 240
|
|
Height = 60
|
|
Height = 60
|
|
Caption = ' Type'
|
|
Caption = ' Type'
|
|
|
|
+ ShowFrame = False
|
|
TabOrder = 6
|
|
TabOrder = 6
|
|
object cb_Suppressible: TCheckBox
|
|
object cb_Suppressible: TCheckBox
|
|
Left = 14
|
|
Left = 14
|
|
@@ -165,6 +165,7 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Height = 60
|
|
Height = 60
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Caption = ' Flags '
|
|
Caption = ' Flags '
|
|
|
|
+ ShowFrame = False
|
|
TabOrder = 7
|
|
TabOrder = 7
|
|
object NewStaticText1: TNewStaticText
|
|
object NewStaticText1: TNewStaticText
|
|
Left = 14
|
|
Left = 14
|
|
@@ -213,6 +214,7 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Height = 174
|
|
Height = 174
|
|
Anchors = [akLeft, akTop, akBottom]
|
|
Anchors = [akLeft, akTop, akBottom]
|
|
Caption = ' Icon '
|
|
Caption = ' Icon '
|
|
|
|
+ ShowFrame = False
|
|
TabOrder = 8
|
|
TabOrder = 8
|
|
DesignSize = (
|
|
DesignSize = (
|
|
160
|
|
160
|
|
@@ -420,6 +422,7 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Height = 174
|
|
Height = 174
|
|
Anchors = [akLeft, akTop, akBottom]
|
|
Anchors = [akLeft, akTop, akBottom]
|
|
Caption = ' Buttons '
|
|
Caption = ' Buttons '
|
|
|
|
+ ShowFrame = False
|
|
TabOrder = 9
|
|
TabOrder = 9
|
|
DesignSize = (
|
|
DesignSize = (
|
|
169
|
|
169
|
|
@@ -499,6 +502,7 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Height = 174
|
|
Height = 174
|
|
Anchors = [akLeft, akTop, akBottom]
|
|
Anchors = [akLeft, akTop, akBottom]
|
|
Caption = ' Return values '
|
|
Caption = ' Return values '
|
|
|
|
+ ShowFrame = False
|
|
TabOrder = 10
|
|
TabOrder = 10
|
|
object cb_IDOK: TCheckBox
|
|
object cb_IDOK: TCheckBox
|
|
Left = 16
|
|
Left = 16
|
|
@@ -698,9 +702,9 @@ object MsgBoxDesignerForm: TMsgBoxDesignerForm
|
|
Left = 0
|
|
Left = 0
|
|
Top = 0
|
|
Top = 0
|
|
Width = 548
|
|
Width = 548
|
|
- Height = 3
|
|
|
|
|
|
+ Height = 1
|
|
Align = alTop
|
|
Align = alTop
|
|
- Shape = bsBottomLine
|
|
|
|
|
|
+ Shape = bsTopLine
|
|
ExplicitLeft = 168
|
|
ExplicitLeft = 168
|
|
ExplicitWidth = 50
|
|
ExplicitWidth = 50
|
|
end
|
|
end
|