101 lines
1.9 KiB
Plaintext
101 lines
1.9 KiB
Plaintext
object DlgWater2ImgMain: TDlgWater2ImgMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'WaterToImage'
|
|
ClientHeight = 553
|
|
ClientWidth = 773
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
DesignSize = (
|
|
773
|
|
553)
|
|
TextHeight = 15
|
|
object edPath: TEdit
|
|
Left = 16
|
|
Top = 16
|
|
Width = 289
|
|
Height = 23
|
|
TabOrder = 0
|
|
Text = 'D:\Temp\001. '#50504#51204#47784#46300'_'#51204'.png'
|
|
end
|
|
object btnLoad: TButton
|
|
Left = 311
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnLoad'
|
|
TabOrder = 1
|
|
OnClick = btnLoadClick
|
|
end
|
|
object ImageEn: TImageEn
|
|
Left = 26
|
|
Top = 56
|
|
Width = 739
|
|
Height = 478
|
|
Background = clBtnFace
|
|
Ctl3D = False
|
|
ParentCtl3D = False
|
|
LegacyBitmap = True
|
|
MouseInteract = [miZoom, miScroll]
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
EnableInteractionHints = True
|
|
MouseWheelParams.Action = iemwZoom
|
|
TabOrder = 2
|
|
object Image1: TImage
|
|
Left = 37
|
|
Top = 19
|
|
Width = 668
|
|
Height = 438
|
|
end
|
|
end
|
|
object edWater: TEdit
|
|
Left = 408
|
|
Top = 16
|
|
Width = 209
|
|
Height = 23
|
|
TabOrder = 3
|
|
Text = 'edWaterasdfasd | asdfasd | asdfas1231'
|
|
end
|
|
object btnWrite: TButton
|
|
Left = 623
|
|
Top = 14
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnWrite'
|
|
TabOrder = 4
|
|
OnClick = btnWriteClick
|
|
end
|
|
object btnWater: TButton
|
|
Left = 311
|
|
Top = 39
|
|
Width = 106
|
|
Height = 25
|
|
Caption = 'btnWater-ImgEn'
|
|
TabOrder = 5
|
|
OnClick = btnWaterClick
|
|
end
|
|
object btnWaterGDIP: TButton
|
|
Left = 432
|
|
Top = 45
|
|
Width = 89
|
|
Height = 25
|
|
Caption = 'btnWaterGDIP'
|
|
TabOrder = 6
|
|
OnClick = btnWaterGDIPClick
|
|
end
|
|
object Button1: TButton
|
|
Left = 552
|
|
Top = 48
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnLoadImg'
|
|
TabOrder = 7
|
|
OnClick = Button1Click
|
|
end
|
|
end
|