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

55 lines
1.2 KiB
Plaintext

object frmInputBoxSingleString: TfrmInputBoxSingleString
Left = 682
Top = 315
Caption = #35831#36755#20837#25991#26412
ClientHeight = 123
ClientWidth = 467
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 = 467
Height = 123
Align = alClient
TabOrder = 0
ExplicitHeight = 122
object Button1: TButton
Left = 340
Top = 12
Width = 111
Height = 93
Caption = #30830#35748
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -35
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 13
Top = 12
Width = 306
Height = 93
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
end
end
end