BSOne.SFC/Tocsg.Module/ImageMasking/DImgMskMain.dfm

105 lines
2.2 KiB
Plaintext

object DlgImgMskMain: TDlgImgMskMain
Left = 0
Top = 0
Caption = 'ImageMasking'
ClientHeight = 441
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object pnTop: TPanel
Left = 0
Top = 0
Width = 624
Height = 113
Align = alTop
BevelOuter = bvNone
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 72
Width = 81
Height = 15
Caption = #47560#49828#53433' '#53581#49828#53944' :'
end
object btnLoadImg: TButton
Left = 400
Top = 10
Width = 105
Height = 25
Caption = #51060#48120#51648' '#48520#47084#50724#44592
TabOrder = 1
OnClick = btnLoadImgClick
end
object edImgPath: TEdit
Left = 8
Top = 11
Width = 386
Height = 23
TabOrder = 0
end
object chImgFit: TCheckBox
Left = 264
Top = 41
Width = 153
Height = 17
Caption = #51060#48120#51648#47484' '#54868#47732#50640' '#47582#52644
TabOrder = 2
OnClick = chImgFitClick
end
object edMaskTxt: TEdit
Left = 103
Top = 69
Width = 291
Height = 23
TabOrder = 3
end
object btnMasking: TButton
Left = 400
Top = 68
Width = 75
Height = 25
Caption = #47560#49828#53433
TabOrder = 4
OnClick = btnMaskingClick
end
end
object pnClient: TPanel
Left = 0
Top = 113
Width = 624
Height = 328
Align = alClient
BevelOuter = bvNone
TabOrder = 1
ExplicitLeft = 224
ExplicitTop = 192
ExplicitWidth = 185
ExplicitHeight = 41
object ImageEn: TImageEn
Left = 0
Top = 0
Width = 624
Height = 328
Cursor = crArrow
Background = clBtnFace
Ctl3D = False
ParentCtl3D = False
LegacyBitmap = True
EnableInteractionHints = True
MouseWheelParams.Action = iemwZoom
Align = alClient
TabOrder = 0
ExplicitLeft = 96
ExplicitTop = 128
ExplicitWidth = 105
ExplicitHeight = 105
end
end
end