RTFormwork/项目代码/RTBasicsV1/A00通用窗体/U_InputBoxSingleNumber.dfm
“ddf” 61630656e9 1
2024-07-07 09:35:27 +08:00

68 lines
1.5 KiB
Plaintext

object frmInputBoxSingleNumber: TfrmInputBoxSingleNumber
Left = 682
Top = 315
Caption = #35831#36755#20837#25968#23383
ClientHeight = 100
ClientWidth = 362
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 362
Height = 100
Align = alClient
TabOrder = 0
ExplicitTop = 1
object Label1: TLabel
Left = 31
Top = 37
Width = 66
Height = 21
Caption = #25968#23383#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 217
Top = 33
Width = 83
Height = 29
Caption = #30830#35748
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Price: TEdit
Left = 90
Top = 33
Width = 121
Height = 29
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
end
end