BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/ImageEditing/AddBorder/umain.dfm

254 lines
4.7 KiB
Plaintext

object MainForm: TMainForm
Left = 200
Top = 116
Caption = 'Add a border demo'
ClientHeight = 499
ClientWidth = 748
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 129
Height = 209
Caption = ' Original Dimensions '
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 32
Width = 32
Height = 13
Caption = 'Width:'
end
object Label2: TLabel
Left = 32
Top = 64
Width = 35
Height = 13
Caption = 'Height:'
end
object Label3: TLabel
Left = 88
Top = 32
Width = 6
Height = 13
Caption = '0'
end
object Label4: TLabel
Left = 88
Top = 64
Width = 6
Height = 13
Caption = '0'
end
object Label5: TLabel
Left = 48
Top = 104
Width = 27
Height = 13
Caption = 'Pixels'
end
end
object GroupBox2: TGroupBox
Left = 16
Top = 224
Width = 353
Height = 265
Caption = ' Original '
TabOrder = 1
object ImageEnView1: TImageEnView
Left = 8
Top = 16
Width = 337
Height = 233
ParentCtl3D = False
AutoFit = True
EnableInteractionHints = True
TabOrder = 0
end
end
object GroupBox3: TGroupBox
Left = 384
Top = 224
Width = 353
Height = 265
Caption = ' Modified '
TabOrder = 2
object ImageEnView2: TImageEnView
Left = 8
Top = 16
Width = 337
Height = 233
ParentCtl3D = False
AutoFit = True
EnableInteractionHints = True
TabOrder = 0
end
end
object GroupBox4: TGroupBox
Left = 384
Top = 8
Width = 353
Height = 209
Caption = ' Size in Pixels '
TabOrder = 3
object Label6: TLabel
Left = 144
Top = 24
Width = 22
Height = 13
Caption = 'Top:'
end
object Label7: TLabel
Left = 48
Top = 80
Width = 23
Height = 13
Caption = 'Left:'
end
object Label8: TLabel
Left = 248
Top = 80
Width = 29
Height = 13
Caption = 'Right:'
end
object Label9: TLabel
Left = 144
Top = 136
Width = 38
Height = 13
Caption = 'Bottom:'
end
object Edit1: TEdit
Left = 144
Top = 40
Width = 49
Height = 21
TabOrder = 0
Text = '10'
OnChange = Edit1Change
end
object UpDown1: TUpDown
Left = 193
Top = 40
Width = 16
Height = 21
Associate = Edit1
Max = 1000
Position = 10
TabOrder = 1
end
object Edit2: TEdit
Left = 48
Top = 96
Width = 49
Height = 21
TabOrder = 2
Text = '10'
OnChange = Edit1Change
end
object UpDown2: TUpDown
Left = 97
Top = 96
Width = 16
Height = 21
Associate = Edit2
Max = 1000
Position = 10
TabOrder = 3
end
object Edit3: TEdit
Left = 248
Top = 96
Width = 49
Height = 21
TabOrder = 4
Text = '10'
OnChange = Edit1Change
end
object UpDown3: TUpDown
Left = 297
Top = 96
Width = 16
Height = 21
Associate = Edit3
Max = 1000
Position = 10
TabOrder = 5
end
object Edit4: TEdit
Left = 144
Top = 152
Width = 49
Height = 21
TabOrder = 6
Text = '10'
OnChange = Edit1Change
end
object UpDown4: TUpDown
Left = 193
Top = 152
Width = 16
Height = 21
Associate = Edit4
Max = 1000
Position = 10
TabOrder = 7
end
object CheckBox1: TCheckBox
Left = 16
Top = 184
Width = 97
Height = 17
Caption = 'Symmetric'
TabOrder = 8
end
end
object GroupBox5: TGroupBox
Left = 152
Top = 8
Width = 225
Height = 209
Caption = ' Color '
TabOrder = 4
object HSVBox1: THSVBox
Left = 10
Top = 46
Width = 206
Height = 92
end
end
object MainMenu1: TMainMenu
Left = 296
Top = 88
object File1: TMenuItem
Caption = '&File'
object Open1: TMenuItem
Caption = '&Open...'
OnClick = Open1Click
end
object Save1: TMenuItem
Caption = '&Save...'
OnClick = Save1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = '&Exit'
OnClick = Exit1Click
end
end
end
end