mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
583 lines
18 KiB
Text
583 lines
18 KiB
Text
object frmModView: TfrmModView
|
|
Left = 395
|
|
Height = 319
|
|
Top = 104
|
|
Width = 488
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'New Size'
|
|
ChildSizing.LeftRightSpacing = 10
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ClientHeight = 319
|
|
ClientWidth = 488
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnKeyPress = FormKeyPress
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.6.0.3'
|
|
object bplButtons: TButtonPanel
|
|
Left = 10
|
|
Height = 34
|
|
Top = 279
|
|
Width = 468
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
OKButton.OnClick = btnOkClick
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
CancelButton.OnClick = btnCancelClick
|
|
TabOrder = 0
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
object pnlMain: TPanel
|
|
Left = 10
|
|
Height = 267
|
|
Top = 6
|
|
Width = 468
|
|
Align = alClient
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 267
|
|
ClientWidth = 468
|
|
TabOrder = 1
|
|
object pnlQuality: TPanel
|
|
AnchorSideRight.Control = pnlSize
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 273
|
|
Top = 0
|
|
Width = 468
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 273
|
|
ClientWidth = 468
|
|
TabOrder = 2
|
|
object tbQuality: TTrackBar
|
|
Left = 0
|
|
Height = 22
|
|
Top = 71
|
|
Width = 140
|
|
Max = 100
|
|
Min = 1
|
|
Position = 80
|
|
OnMouseMove = tbQualityMouseMove
|
|
TabOrder = 0
|
|
end
|
|
object lblQuality: TLabel
|
|
Left = 32
|
|
Height = 15
|
|
Top = 47
|
|
Width = 141
|
|
Caption = 'Quality of compress to Jpg'
|
|
Enabled = False
|
|
ParentColor = False
|
|
end
|
|
object teQuality: TEdit
|
|
Left = 144
|
|
Height = 23
|
|
Top = 71
|
|
Width = 43
|
|
OnKeyPress = teQualityKeyPress
|
|
OnKeyUp = teQualityKeyUp
|
|
TabOrder = 1
|
|
Text = '80'
|
|
end
|
|
object rbJpg: TRadioButton
|
|
Left = 8
|
|
Height = 19
|
|
Top = 0
|
|
Width = 39
|
|
Caption = 'JPG'
|
|
Checked = True
|
|
OnChange = rbJpgChange
|
|
TabOrder = 2
|
|
TabStop = True
|
|
end
|
|
object rbBmp: TRadioButton
|
|
Left = 59
|
|
Height = 19
|
|
Top = 0
|
|
Width = 45
|
|
Caption = 'BMP'
|
|
OnChange = rbBmpChange
|
|
TabOrder = 3
|
|
end
|
|
object rbPng: TRadioButton
|
|
Left = 112
|
|
Height = 19
|
|
Top = 0
|
|
Width = 44
|
|
Caption = 'PNG'
|
|
OnChange = rbPngChange
|
|
TabOrder = 4
|
|
end
|
|
object rbIco: TRadioButton
|
|
Left = 29
|
|
Height = 19
|
|
Top = 22
|
|
Width = 40
|
|
Caption = 'ICO'
|
|
OnChange = rbIcoChange
|
|
TabOrder = 5
|
|
end
|
|
object rbPnm: TRadioButton
|
|
Left = 88
|
|
Height = 19
|
|
Top = 21
|
|
Width = 47
|
|
Caption = 'PNM'
|
|
OnChange = rbPnmChange
|
|
TabOrder = 6
|
|
end
|
|
end
|
|
object pnlCopyMoveFile: TPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 273
|
|
Top = 0
|
|
Width = 468
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 273
|
|
ClientWidth = 468
|
|
Constraints.MinWidth = 300
|
|
TabOrder = 0
|
|
object tePath1: TEdit
|
|
AnchorSideLeft.Control = rbPath1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlCopyMoveFile
|
|
AnchorSideRight.Control = btnPath1
|
|
Left = 38
|
|
Height = 23
|
|
Top = 5
|
|
Width = 398
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 0
|
|
end
|
|
object tePath2: TEdit
|
|
AnchorSideLeft.Control = tePath1
|
|
AnchorSideTop.Control = tePath1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = tePath1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 38
|
|
Height = 23
|
|
Top = 34
|
|
Width = 398
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 1
|
|
end
|
|
object tePath3: TEdit
|
|
AnchorSideLeft.Control = tePath1
|
|
AnchorSideTop.Control = tePath2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = tePath1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 38
|
|
Height = 23
|
|
Top = 63
|
|
Width = 398
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 2
|
|
end
|
|
object btnPath1: TSpeedButton
|
|
AnchorSideTop.Control = tePath1
|
|
AnchorSideRight.Control = pnlCopyMoveFile
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = tePath1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 442
|
|
Height = 23
|
|
Top = 5
|
|
Width = 21
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 5
|
|
Caption = '...'
|
|
OnClick = btnPathClick
|
|
end
|
|
object tePath4: TEdit
|
|
AnchorSideLeft.Control = tePath1
|
|
AnchorSideTop.Control = tePath3
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = tePath1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 38
|
|
Height = 23
|
|
Top = 92
|
|
Width = 398
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 3
|
|
end
|
|
object tePath5: TEdit
|
|
AnchorSideLeft.Control = tePath1
|
|
AnchorSideTop.Control = tePath4
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = tePath1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 38
|
|
Height = 23
|
|
Top = 121
|
|
Width = 398
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 10
|
|
TabOrder = 4
|
|
end
|
|
object rbPath1: TRadioButton
|
|
AnchorSideTop.Control = tePath1
|
|
AnchorSideBottom.Control = tePath1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 18
|
|
Height = 23
|
|
Top = 5
|
|
Width = 20
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
Checked = True
|
|
OnKeyPress = FormKeyPress
|
|
ParentBidiMode = False
|
|
TabOrder = 5
|
|
TabStop = True
|
|
end
|
|
object rbPath2: TRadioButton
|
|
AnchorSideTop.Control = tePath2
|
|
AnchorSideBottom.Control = tePath2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 18
|
|
Height = 23
|
|
Top = 34
|
|
Width = 20
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
OnKeyPress = FormKeyPress
|
|
TabOrder = 6
|
|
end
|
|
object rbPath3: TRadioButton
|
|
AnchorSideTop.Control = tePath3
|
|
AnchorSideBottom.Control = tePath3
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 18
|
|
Height = 23
|
|
Top = 63
|
|
Width = 20
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
OnKeyPress = FormKeyPress
|
|
TabOrder = 7
|
|
end
|
|
object rbPath4: TRadioButton
|
|
AnchorSideTop.Control = tePath4
|
|
AnchorSideBottom.Control = tePath4
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 18
|
|
Height = 23
|
|
Top = 92
|
|
Width = 20
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
OnKeyPress = FormKeyPress
|
|
TabOrder = 8
|
|
end
|
|
object rbPath5: TRadioButton
|
|
AnchorSideTop.Control = tePath5
|
|
AnchorSideBottom.Control = tePath5
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 18
|
|
Height = 23
|
|
Top = 121
|
|
Width = 20
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
OnKeyPress = FormKeyPress
|
|
TabOrder = 9
|
|
end
|
|
object btnPath2: TSpeedButton
|
|
AnchorSideLeft.Control = btnPath1
|
|
AnchorSideTop.Control = tePath2
|
|
AnchorSideRight.Control = btnPath1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = tePath2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 442
|
|
Height = 23
|
|
Top = 34
|
|
Width = 21
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = btnPathClick
|
|
end
|
|
object btnPath3: TSpeedButton
|
|
AnchorSideLeft.Control = btnPath1
|
|
AnchorSideTop.Control = tePath3
|
|
AnchorSideRight.Control = btnPath1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = tePath3
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 442
|
|
Height = 23
|
|
Top = 63
|
|
Width = 21
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = btnPathClick
|
|
end
|
|
object btnPath4: TSpeedButton
|
|
AnchorSideLeft.Control = btnPath1
|
|
AnchorSideTop.Control = tePath4
|
|
AnchorSideRight.Control = btnPath1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = tePath4
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 442
|
|
Height = 23
|
|
Top = 92
|
|
Width = 21
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = btnPathClick
|
|
end
|
|
object btnPath5: TSpeedButton
|
|
AnchorSideLeft.Control = btnPath1
|
|
AnchorSideTop.Control = tePath5
|
|
AnchorSideRight.Control = btnPath1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = tePath5
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 442
|
|
Height = 23
|
|
Top = 121
|
|
Width = 21
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = btnPathClick
|
|
end
|
|
object lblPath1: TLabel
|
|
AnchorSideTop.Control = rbPath1
|
|
AnchorSideBottom.Control = rbPath1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 20
|
|
Top = 6
|
|
Width = 6
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Bottom = 2
|
|
Caption = '1'
|
|
ParentColor = False
|
|
end
|
|
object lblPath2: TLabel
|
|
AnchorSideTop.Control = rbPath2
|
|
AnchorSideBottom.Control = rbPath2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 20
|
|
Top = 35
|
|
Width = 6
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Bottom = 2
|
|
Caption = '2'
|
|
ParentColor = False
|
|
end
|
|
object lblPath3: TLabel
|
|
AnchorSideTop.Control = rbPath3
|
|
AnchorSideBottom.Control = rbPath3
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 20
|
|
Top = 64
|
|
Width = 6
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Bottom = 2
|
|
Caption = '3'
|
|
ParentColor = False
|
|
end
|
|
object lblPath4: TLabel
|
|
AnchorSideTop.Control = rbPath4
|
|
AnchorSideBottom.Control = rbPath4
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 20
|
|
Top = 93
|
|
Width = 6
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Bottom = 2
|
|
Caption = '4'
|
|
ParentColor = False
|
|
end
|
|
object lblPath5: TLabel
|
|
AnchorSideTop.Control = rbPath5
|
|
AnchorSideBottom.Control = rbPath5
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 5
|
|
Height = 20
|
|
Top = 122
|
|
Width = 6
|
|
Alignment = taCenter
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Bottom = 2
|
|
Caption = '5'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object pnlSize: TPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 273
|
|
Top = 0
|
|
Width = 468
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ClientHeight = 273
|
|
ClientWidth = 468
|
|
TabOrder = 1
|
|
object lblHeight: TLabel
|
|
AnchorSideTop.Control = teHeight
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 31
|
|
Width = 42
|
|
Caption = 'Height :'
|
|
ParentColor = False
|
|
end
|
|
object lblWidth: TLabel
|
|
AnchorSideTop.Control = teWidth
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 15
|
|
Top = 4
|
|
Width = 38
|
|
Caption = 'Width :'
|
|
ParentColor = False
|
|
end
|
|
object teWidth: TEdit
|
|
AnchorSideLeft.Control = lblWidth
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 54
|
|
Height = 23
|
|
Top = 0
|
|
Width = 82
|
|
BorderSpacing.Left = 10
|
|
OnKeyPress = teWidthKeyPress
|
|
OnKeyUp = teWidthKeyUp
|
|
TabOrder = 0
|
|
Text = 'Width'
|
|
end
|
|
object teHeight: TEdit
|
|
AnchorSideLeft.Control = teWidth
|
|
AnchorSideTop.Control = teWidth
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 54
|
|
Height = 23
|
|
Top = 27
|
|
Width = 82
|
|
BorderSpacing.Top = 4
|
|
OnKeyPress = teHeightKeyPress
|
|
OnKeyUp = teHeightKeyUp
|
|
TabOrder = 1
|
|
Text = 'Height'
|
|
end
|
|
object btnProportion: TSpeedButton
|
|
AnchorSideLeft.Control = teWidth
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 142
|
|
Height = 32
|
|
Top = 8
|
|
Width = 26
|
|
AllowAllUp = True
|
|
BorderSpacing.Left = 6
|
|
Down = True
|
|
GroupIndex = 1
|
|
OnClick = btnProportionClick
|
|
end
|
|
end
|
|
end
|
|
object sddCopyMoveFile: TSelectDirectoryDialog
|
|
left = 288
|
|
top = 40
|
|
end
|
|
object ImageList: TImageList
|
|
Height = 24
|
|
Width = 9
|
|
left = 288
|
|
top = 112
|
|
Bitmap = {
|
|
4C69020000000900000018000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
0000000000000000000000000000000000000000000000000000535755565357
|
|
55FF535755FF535755FF535755FF535755FF5357555600000000000000005357
|
|
55FF8E8D8DFFE9E8E8FFE9E8E8FFE9E8E8FF908E8EFF535755FF000000000000
|
|
0000535755FFE9E8E8FF535755FF535755FF535755FFE9E8E8FF535755FF0000
|
|
000000000000535755FFE9E8E8FF535755FF53575500535755FFE9E8E8FF5357
|
|
55FF0000000000000000535755FFE9E8E8FF535755FF00000000535755FFE9E8
|
|
E8FF535755FF0000000000000000535755FFE9E8E8FF535755FF000000005357
|
|
55FFE9E8E8FF535755FF0000000000000000535755FFE9E8E8FF535755FF858A
|
|
88FF535755FFE9E8E8FF535755FF0000000000000000535755FF918F8FFF3634
|
|
2EFFECEEEEFF858A88FF918F8FFF535755FF0000000000000000535755445357
|
|
55FF36342EFFECEEEEFF858A88FF535755FF5357555600000000000000000000
|
|
00000000000036342EFFECEEEEFF858A88FF0000000000000000000000000000
|
|
0000000000000000000036342EFFECEEEEFF858A88FF00000000000000000000
|
|
00000000000053575544535755FF36342EFFECEEEEFF858A88FF535755FF5357
|
|
55440000000000000000535755FF999898FF36342EFFECEEEEFF858A88FF9795
|
|
95FF535755FF0000000000000000535755FFE9E8E8FF535755FF36342EFF5357
|
|
55FFE9E8E8FF535755FF0000000000000000535755FFE9E8E8FF535755FF0000
|
|
0000535755FFE9E8E8FF535755FF0000000000000000535755FFE9E8E8FF5357
|
|
55FF00000000535755FFE9E8E8FF535755FF0000000000000000535755FFE9E8
|
|
E8FF535755FF00000000535755FFE9E8E8FF535755FF00000000000000005357
|
|
55FFE9E8E8FF535755FF535755FF535755FFE9E8E8FF535755FF000000000000
|
|
0000535755FF9E9D9DFFE9E8E8FFE9E8E8FFE9E8E8FFBAB9B9FF535755FF0000
|
|
00005357550053575556535755FF535755FF535755FF535755FF535755FF5357
|
|
5556000000000000000000000000000000000000000000000000000000000000
|
|
0000535755000000000000000000000000000000000000000000000000000000
|
|
00000000000000000000000000000000000053575556535755FF535755FF5357
|
|
55FF535755FF535755FF535755560000000000000000535755FF8E8D8DFFE9E8
|
|
E8FFE9E8E8FFE9E8E8FF908E8EFF535755FF0000000000000000535755FFE9E8
|
|
E8FF535755FF535755FF535755FFE9E8E8FF535755FF00000000000000005357
|
|
55FFE9E8E8FF535755FFE9E8E800535755FFE9E8E8FF535755FF000000000000
|
|
0000535755FFE9E8E8FF535755FF53575500535755FFE9E8E8FF535755FF0000
|
|
000000000000535755FFE9E8E8FF535755FF53575500535755FFE9E8E8FF5357
|
|
55FF0000000000000000535755FFE9E8E8FF535755FF858A88FF535755FFE9E8
|
|
E8FF535755FF0000000000000000535755FF918F8FFF36342EFFECEEEEFF858A
|
|
88FF918F8FFF535755FF000000000000000053575544535755FF36342EFFECEE
|
|
EEFF858A88FF535755FF53575556000000000000000053575500918F8F003634
|
|
2EFFECEEEEFF858A88FF918F8F00535755000000000000000000535755005357
|
|
550036342E00ECEEEE00858A8800535755005357550000000000000000000000
|
|
00000000000036342E00ECEEEE00858A88000000000000000000000000000000
|
|
0000000000000000000036342E00ECEEEE00858A880000000000000000000000
|
|
000000000000535755005357550036342E00ECEEEE00858A8800535755005357
|
|
55000000000000000000535755009998980036342EFFECEEEEFF858A88FF9795
|
|
950053575500000000000000000053575544535755FF36342EFFECEEEEFF858A
|
|
88FF535755FF535755440000000000000000535755FF999898FF36342EFFECEE
|
|
EEFF858A88FF979595FF535755FF0000000000000000535755FFE9E8E8FF5357
|
|
55FF36342EFF535755FFE9E8E8FF535755FF0000000000000000535755FFE9E8
|
|
E8FF535755FF00000000535755FFE9E8E8FF535755FF00000000000000005357
|
|
55FFE9E8E8FF535755FF53575500535755FFE9E8E8FF535755FF000000000000
|
|
0000535755FFE9E8E8FF535755FFE9E8E800535755FFE9E8E8FF535755FF0000
|
|
000053575500535755FFE9E8E8FF535755FF535755FF535755FFE9E8E8FF5357
|
|
55FF0000000000000000535755FF9E9D9DFFE9E8E8FFE9E8E8FFE9E8E8FFBAB9
|
|
B9FF535755FF000000000000000053575556535755FF535755FF535755FF5357
|
|
55FF535755FF5357555600000000
|
|
}
|
|
end
|
|
end
|