mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-11 17:25:39 +02:00
70 lines
1.4 KiB
Plaintext
70 lines
1.4 KiB
Plaintext
object frmInput: TfrmInput
|
|
Left = 329
|
|
Top = 246
|
|
BorderStyle = bsDialog
|
|
Caption = 'frmInput'
|
|
ClientHeight = 109
|
|
ClientWidth = 243
|
|
Color = clBtnFace
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbPrompt: TLabel
|
|
Left = 8
|
|
Top = 4
|
|
Width = 225
|
|
Height = 39
|
|
AutoSize = False
|
|
Caption = 'lbPrompt'
|
|
Font.Charset = TURKISH_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
WordWrap = True
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 8
|
|
Top = 48
|
|
Width = 225
|
|
Height = 21
|
|
BevelInner = bvNone
|
|
BevelKind = bkSoft
|
|
BevelOuter = bvNone
|
|
Ctl3D = True
|
|
ParentCtl3D = False
|
|
ParentShowHint = False
|
|
ShowHint = False
|
|
TabOrder = 0
|
|
Text = 'Edit1'
|
|
OnKeyPress = Edit1KeyPress
|
|
end
|
|
object BitBtn1: TBitBtn
|
|
Left = 160
|
|
Top = 80
|
|
Width = 75
|
|
Height = 25
|
|
Caption = '&OK'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
OnClick = BitBtn1Click
|
|
end
|
|
object BitBtn2: TBitBtn
|
|
Left = 80
|
|
Top = 80
|
|
Width = 75
|
|
Height = 25
|
|
Caption = '&Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
OnClick = BitBtn2Click
|
|
end
|
|
end
|