2006-11-03 16:25:43 +00:00
|
|
|
object NewDialogForm: TNewDialogForm
|
2007-06-25 13:37:09 +00:00
|
|
|
Left = 478
|
|
|
|
Height = 185
|
|
|
|
Top = 79
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 291
|
2007-06-25 13:37:09 +00:00
|
|
|
HorzScrollBar.Page = 248
|
|
|
|
VertScrollBar.Page = 184
|
2006-11-03 16:25:43 +00:00
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'New picture'
|
|
|
|
ClientHeight = 185
|
2011-03-09 01:14:06 +00:00
|
|
|
ClientWidth = 291
|
2006-11-03 16:25:43 +00:00
|
|
|
Position = poMainFormCenter
|
2011-03-09 01:14:06 +00:00
|
|
|
LCLVersion = '0.9.29'
|
2006-11-03 16:25:43 +00:00
|
|
|
object GroupBoxProperties: TGroupBox
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 8
|
2007-06-25 13:37:09 +00:00
|
|
|
Height = 136
|
|
|
|
Top = 6
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 275
|
2006-11-03 16:25:43 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
Caption = 'Properties'
|
|
|
|
ClientHeight = 118
|
2011-03-09 01:14:06 +00:00
|
|
|
ClientWidth = 271
|
2006-11-03 16:25:43 +00:00
|
|
|
TabOrder = 0
|
|
|
|
object LabelWidth: TLabel
|
|
|
|
Left = 16
|
|
|
|
Height = 14
|
|
|
|
Top = 14
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 43
|
2007-06-25 13:37:09 +00:00
|
|
|
Caption = 'Width:'
|
|
|
|
ParentColor = False
|
2006-11-03 16:25:43 +00:00
|
|
|
end
|
|
|
|
object LabelHeight: TLabel
|
|
|
|
Left = 16
|
|
|
|
Height = 14
|
|
|
|
Top = 50
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 50
|
2007-06-25 13:37:09 +00:00
|
|
|
Caption = 'Height:'
|
|
|
|
ParentColor = False
|
2006-11-03 16:25:43 +00:00
|
|
|
end
|
|
|
|
object LabelPaperColor: TLabel
|
|
|
|
Left = 16
|
|
|
|
Height = 14
|
|
|
|
Top = 86
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 85
|
2007-06-25 13:37:09 +00:00
|
|
|
Caption = 'Paper color:'
|
|
|
|
ParentColor = False
|
2006-11-03 16:25:43 +00:00
|
|
|
end
|
|
|
|
object ColorButtonPaper: TColorButton
|
2007-06-25 13:37:09 +00:00
|
|
|
Left = 118
|
|
|
|
Height = 25
|
|
|
|
Top = 82
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 129
|
2006-11-03 16:25:43 +00:00
|
|
|
BorderWidth = 2
|
|
|
|
ButtonColorSize = 16
|
|
|
|
ButtonColor = clWhite
|
|
|
|
Caption = 'Change...'
|
|
|
|
end
|
|
|
|
object EditWidth: TEdit
|
|
|
|
Left = 118
|
2011-03-09 01:14:06 +00:00
|
|
|
Height = 21
|
2006-11-03 16:25:43 +00:00
|
|
|
Top = 8
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 112
|
2007-06-25 13:37:09 +00:00
|
|
|
TabOrder = 0
|
2006-11-03 16:25:43 +00:00
|
|
|
Text = '512'
|
2007-06-25 13:37:09 +00:00
|
|
|
end
|
|
|
|
object EditHeight: TEdit
|
2006-11-03 16:25:43 +00:00
|
|
|
Left = 118
|
2011-03-09 01:14:06 +00:00
|
|
|
Height = 21
|
2006-11-03 16:25:43 +00:00
|
|
|
Top = 44
|
2011-03-09 01:14:06 +00:00
|
|
|
Width = 112
|
2007-06-25 13:37:09 +00:00
|
|
|
TabOrder = 1
|
|
|
|
Text = '512'
|
2006-11-03 16:25:43 +00:00
|
|
|
end
|
|
|
|
object UpDownWidth: TUpDown
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 230
|
|
|
|
Height = 17
|
|
|
|
Top = 10
|
2007-06-25 13:37:09 +00:00
|
|
|
Width = 17
|
2006-11-03 16:25:43 +00:00
|
|
|
Associate = EditWidth
|
|
|
|
Min = 1
|
|
|
|
Max = 4096
|
|
|
|
Position = 512
|
2011-03-09 01:14:06 +00:00
|
|
|
TabOrder = 2
|
2006-11-03 16:25:43 +00:00
|
|
|
Thousands = False
|
2011-03-09 01:14:06 +00:00
|
|
|
Wrap = False
|
2007-06-25 13:37:09 +00:00
|
|
|
end
|
|
|
|
object UpDownHeight: TUpDown
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 230
|
|
|
|
Height = 17
|
|
|
|
Top = 46
|
2006-11-03 16:25:43 +00:00
|
|
|
Width = 17
|
|
|
|
Associate = EditHeight
|
|
|
|
Min = 1
|
|
|
|
Max = 4096
|
|
|
|
Position = 512
|
2011-03-09 01:14:06 +00:00
|
|
|
TabOrder = 3
|
2006-11-03 16:25:43 +00:00
|
|
|
Thousands = False
|
2011-03-09 01:14:06 +00:00
|
|
|
Wrap = False
|
2006-11-03 16:25:43 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object ButtonCancel: TButton
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 208
|
2007-06-25 13:37:09 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 149
|
|
|
|
Width = 75
|
2006-11-03 16:25:43 +00:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 1
|
2007-06-25 13:37:09 +00:00
|
|
|
end
|
|
|
|
object ButtonOK: TButton
|
2011-03-09 01:14:06 +00:00
|
|
|
Left = 126
|
2006-11-03 16:25:43 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 149
|
|
|
|
Width = 75
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
BorderSpacing.InnerBorder = 4
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
end
|