| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- object TaskDialogForm: TTaskDialogForm
- Left = 0
- Top = 0
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TaskDialogForm'
- ClientHeight = 420
- ClientWidth = 383
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- PopupMode = pmAuto
- Scaled = False
- OnKeyDown = FormKeyDown
- TextHeight = 13
- object BottomPanel: TPanel
- Left = 0
- Top = 324
- Width = 383
- Height = 47
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object BottomStackPanel: TStackPanel
- Left = 0
- Top = 0
- Width = 383
- Height = 47
- Align = alRight
- AutoSize = True
- BevelOuter = bvNone
- ControlCollection = <
- item
- Control = OkButton
- end
- item
- Control = YesButton
- end
- item
- Control = NoButton
- end
- item
- Control = RetryButton
- end
- item
- Control = CancelButton
- end>
- Orientation = spoHorizontal
- TabOrder = 0
- object OkButton: TNewButton
- Left = 0
- Top = 12
- Width = 75
- Height = 23
- Caption = '*'
- ModalResult = 1
- TabOrder = 0
- end
- object YesButton: TNewButton
- Left = 77
- Top = 12
- Width = 75
- Height = 23
- Caption = '*'
- ModalResult = 6
- TabOrder = 1
- end
- object NoButton: TNewButton
- Left = 154
- Top = 12
- Width = 75
- Height = 23
- Caption = '*'
- ModalResult = 7
- TabOrder = 2
- end
- object RetryButton: TNewButton
- Left = 231
- Top = 12
- Width = 75
- Height = 23
- Caption = '*'
- ModalResult = 4
- TabOrder = 3
- end
- object CancelButton: TNewButton
- Left = 308
- Top = 12
- Width = 75
- Height = 23
- Cancel = True
- Caption = '*'
- ModalResult = 2
- TabOrder = 4
- end
- end
- end
- object MainPanel: TPanel
- Left = 0
- Top = 0
- Width = 383
- Height = 324
- Align = alClient
- BevelOuter = bvNone
- Color = clWindow
- ParentBackground = False
- TabOrder = 0
- object LeftPanel: TPanel
- Left = 0
- Top = 0
- Width = 32
- Height = 324
- Align = alLeft
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- object BitmapImage: TBitmapImage
- Left = 0
- Top = 0
- Width = 32
- Height = 32
- BackColor = clNone
- end
- end
- object MainStackPanel: TStackPanel
- Left = 32
- Top = 0
- Width = 351
- Height = 324
- Align = alClient
- BevelOuter = bvNone
- ControlCollection = <
- item
- Control = InstructionText
- end
- item
- Control = TextText
- end
- item
- Control = MainButton1
- end
- item
- Control = MainButton2
- end
- item
- Control = MainButton3
- end>
- HorizontalPositioning = sphpFill
- ParentColor = True
- TabOrder = 1
- object InstructionText: TNewStaticText
- Left = 0
- Top = 0
- Width = 351
- Height = 14
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 0
- end
- object TextText: TNewStaticText
- Left = 0
- Top = 16
- Width = 351
- Height = 14
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- object MainButton1: TNewButton
- Left = 0
- Top = 32
- Width = 351
- Height = 77
- Caption = '*'
- ElevationRequired = True
- Style = bsCommandLink
- TabOrder = 2
- end
- object MainButton2: TNewButton
- Left = 0
- Top = 111
- Width = 351
- Height = 77
- Caption = '*'
- Style = bsCommandLink
- TabOrder = 3
- end
- object MainButton3: TNewButton
- Left = 0
- Top = 190
- Width = 351
- Height = 77
- Caption = '*'
- Style = bsCommandLink
- TabOrder = 4
- end
- end
- end
- object BottomPanel2: TPanel
- Left = 0
- Top = 371
- Width = 383
- Height = 49
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object VerificationCheck: TNewCheckBox
- Left = 0
- Top = 17
- Width = 383
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '*'
- TabOrder = 0
- end
- end
- end
|