Files
AC_Pro/ImgCopperFormUnit.dfm
T
2026-06-13 00:05:19 +08:00

72 lines
1.6 KiB
ObjectPascal

object ImgCopperForm: TImgCopperForm
Left = 0
Top = 0
BorderStyle = bsNone
Caption = #32534#36753#23553#38754
ClientHeight = 338
ClientWidth = 309
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poMainFormCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
TextHeight = 13
object m_pPanelBKG: TGeneralDialogPanel
Left = 0
Top = 1
Width = 309
Height = 337
Caption = #32534#36753#23553#38754
Color = 5064257
ParentBackground = False
TabOrder = 0
object m_pPaintBoxSrc: TPaintBox
Left = 0
Top = 29
Width = 309
Height = 252
OnMouseDown = m_pPaintBoxSrcMouseDown
OnMouseMove = m_pPaintBoxSrcMouseMove
OnMouseUp = m_pPaintBoxSrcMouseUp
OnPaint = m_pPaintBoxSrcPaint
end
object m_pBtnOk: TTextButton
Left = 167
Top = 300
Width = 52
Height = 25
ModalResult = mrOk
ParentShowHint = False
ShowHint = True
OnClick = m_pBtnOkClick
Text = #30830#23450
end
object m_pBtnCancel: TTextButton
Left = 240
Top = 300
Width = 52
Height = 25
ModalResult = mrCancel
ParentShowHint = False
ShowHint = True
Text = #21462#28040
end
object m_btnChoose: TTextButton
Left = 21
Top = 300
Width = 56
Height = 25
ParentShowHint = False
ShowHint = True
OnClick = m_btnChooseClick
Text = #36873#21462#22270#29255
end
end
end