BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/FullApps/PhotoEn3/ResizeImage.dfm

113 lines
2.1 KiB
Plaintext

object frmResize: TfrmResize
Left = 231
Top = 242
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Resize/Resample'
ClientHeight = 176
ClientWidth = 345
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object grpSize: TGroupBox
Left = 12
Top = 8
Width = 321
Height = 57
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 24
Width = 70
Height = 13
Caption = 'Width (pixels):'
end
object Label2: TLabel
Left = 177
Top = 24
Width = 73
Height = 13
Caption = 'Height (pixels):'
end
object edtWidth: TEdit
Left = 92
Top = 20
Width = 49
Height = 21
TabOrder = 0
Text = '0'
OnChange = edtWidthChange
end
object edtHeight: TEdit
Left = 256
Top = 20
Width = 49
Height = 21
TabOrder = 1
Text = '0'
OnChange = edtHeightChange
end
end
object Button1: TButton
Left = 177
Top = 136
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 258
Top = 136
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object grpResampleOptions: TGroupBox
Left = 12
Top = 71
Width = 321
Height = 53
TabOrder = 3
object lblFilter: TLabel
Left = 131
Top = 23
Width = 28
Height = 13
Caption = 'Filter:'
end
object chkAspectRatio: TCheckBox
Left = 16
Top = 21
Width = 92
Height = 17
Caption = 'Aspect Ratio'
Checked = True
State = cbChecked
TabOrder = 0
end
object cmbFilter: TComboBox
Left = 163
Top = 19
Width = 142
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
end
end