mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-11 18:25:40 +02:00
137 lines
3.6 KiB
Plaintext
137 lines
3.6 KiB
Plaintext
object F_RoomParams: TF_RoomParams
|
|
Left = 381
|
|
Top = 190
|
|
ActiveControl = bOK
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #1055#1072#1088#1072#1084#1077#1090#1088#1099' '#1087#1086#1084#1077#1097#1077#1085#1080#1103
|
|
ClientHeight = 204
|
|
ClientWidth = 314
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
OnKeyPress = FormKeyPress
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 24
|
|
Width = 100
|
|
Height = 13
|
|
Caption = #1042#1099#1089#1086#1090#1072' '#1087#1086#1084#1077#1097#1077#1085#1080#1103
|
|
end
|
|
object Label2: TLabel
|
|
Left = 16
|
|
Top = 56
|
|
Width = 144
|
|
Height = 13
|
|
Caption = #1042#1099#1089#1086#1090#1072' '#1087#1086#1076#1074#1077#1089#1085#1086#1075#1086' '#1087#1086#1090#1086#1083#1082#1072
|
|
end
|
|
object Label3: TLabel
|
|
Left = 16
|
|
Top = 88
|
|
Width = 195
|
|
Height = 13
|
|
Caption = #1042#1099#1089#1086#1090#1072' '#1087#1088#1086#1082#1083#1072#1076#1082#1080' '#1090#1086#1095#1077#1095#1085#1099#1093' '#1086#1073#1098#1077#1082#1090#1086#1074
|
|
end
|
|
object Label4: TLabel
|
|
Left = 16
|
|
Top = 120
|
|
Width = 175
|
|
Height = 13
|
|
Caption = #1042#1099#1089#1086#1090#1072' '#1087#1088#1086#1082#1083#1072#1076#1082#1080' '#1082#1072#1073#1077#1083#1103'/'#1082#1086#1088#1086#1073#1072
|
|
end
|
|
object bDefault: TcxButton
|
|
Left = 16
|
|
Top = 168
|
|
Width = 105
|
|
Height = 25
|
|
Caption = #1055#1086' '#1091#1084#1086#1083#1095#1072#1085#1080#1102
|
|
TabOrder = 0
|
|
OnClick = bDefaultClick
|
|
end
|
|
object bOK: TcxButton
|
|
Left = 152
|
|
Top = 168
|
|
Width = 70
|
|
Height = 25
|
|
Caption = 'OK'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
OnClick = bOKClick
|
|
end
|
|
object bCancel: TcxButton
|
|
Left = 234
|
|
Top = 168
|
|
Width = 70
|
|
Height = 25
|
|
Caption = #1054#1090#1084#1077#1085#1072
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
OnClick = bCancelClick
|
|
end
|
|
object edRoomHeight: TcxMaskEdit
|
|
Left = 220
|
|
Top = 21
|
|
Width = 85
|
|
Height = 21
|
|
Properties.IgnoreMaskBlank = True
|
|
Properties.MaskKind = emkRegExpr
|
|
Properties.EditMask = '\d?\d?,\d?\d?'
|
|
Properties.MaxLength = 0
|
|
TabOrder = 3
|
|
Text = '2,50'
|
|
OnExit = edRoomHeightExit
|
|
OnKeyPress = edRoomHeightKeyPress
|
|
end
|
|
object edFalseFloorHeight: TcxMaskEdit
|
|
Left = 220
|
|
Top = 53
|
|
Width = 85
|
|
Height = 21
|
|
Properties.IgnoreMaskBlank = True
|
|
Properties.MaskKind = emkRegExpr
|
|
Properties.EditMask = '\d?\d?,\d?\d?'
|
|
Properties.MaxLength = 0
|
|
TabOrder = 4
|
|
Text = '0,15'
|
|
OnExit = edFalseFloorHeightExit
|
|
OnKeyPress = edFalseFloorHeightKeyPress
|
|
end
|
|
object edConnHeight: TcxMaskEdit
|
|
Left = 220
|
|
Top = 85
|
|
Width = 85
|
|
Height = 21
|
|
Properties.IgnoreMaskBlank = True
|
|
Properties.MaskKind = emkRegExpr
|
|
Properties.EditMask = '\d?\d?,\d?\d?'
|
|
Properties.MaxLength = 0
|
|
TabOrder = 5
|
|
Text = '0,30'
|
|
OnExit = edConnHeightExit
|
|
OnKeyPress = edConnHeightKeyPress
|
|
end
|
|
object edLineHeight: TcxMaskEdit
|
|
Left = 220
|
|
Top = 117
|
|
Width = 85
|
|
Height = 21
|
|
Properties.IgnoreMaskBlank = True
|
|
Properties.MaskKind = emkRegExpr
|
|
Properties.EditMask = '\d?\d?,\d?\d?'
|
|
Properties.MaxLength = 0
|
|
TabOrder = 6
|
|
Text = '0,70'
|
|
OnExit = edLineHeightExit
|
|
OnKeyPress = edLineHeightKeyPress
|
|
end
|
|
end
|