80 lines
1.5 KiB
Plaintext
80 lines
1.5 KiB
Plaintext
object frmMergeDialog: TfrmMergeDialog
|
|
Left = 225
|
|
Top = 148
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Merge Images'
|
|
ClientHeight = 290
|
|
ClientWidth = 297
|
|
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 GroupBox1: TGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 185
|
|
Height = 233
|
|
Caption = 'Select Image to Merge With'
|
|
TabOrder = 0
|
|
object ListBox1: TListBox
|
|
Left = 6
|
|
Top = 16
|
|
Width = 171
|
|
Height = 209
|
|
BorderStyle = bsNone
|
|
Color = clBtnFace
|
|
ItemHeight = 13
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 200
|
|
Top = 8
|
|
Width = 89
|
|
Height = 233
|
|
Caption = ' Merge 50% '
|
|
TabOrder = 1
|
|
object TrackBar1: TTrackBar
|
|
Left = 21
|
|
Top = 16
|
|
Width = 45
|
|
Height = 209
|
|
Max = 100
|
|
Orientation = trVertical
|
|
Frequency = 5
|
|
Position = 50
|
|
TabOrder = 0
|
|
TickMarks = tmBoth
|
|
OnChange = TrackBar1Change
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 130
|
|
Top = 252
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Merge'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
end
|
|
object Button2: TButton
|
|
Left = 213
|
|
Top = 252
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
end
|