mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-11 18:25:40 +02:00
171 lines
3.9 KiB
Plaintext
171 lines
3.9 KiB
Plaintext
object F_Ruler: TF_Ruler
|
|
Left = 394
|
|
Top = 260
|
|
ActiveControl = bOK
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #1053#1072#1089#1090#1088#1086#1081#1082#1072' '#1083#1080#1085#1077#1081#1082#1080
|
|
ClientHeight = 176
|
|
ClientWidth = 316
|
|
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 bOK: TcxButton
|
|
Left = 64
|
|
Top = 144
|
|
Width = 81
|
|
Height = 25
|
|
Caption = 'OK'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = bOKClick
|
|
end
|
|
object bCancel: TcxButton
|
|
Left = 163
|
|
Top = 144
|
|
Width = 81
|
|
Height = 25
|
|
Caption = #1054#1090#1084#1077#1085#1072
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object RzGroupBox1: TRzGroupBox
|
|
Left = 2
|
|
Top = 0
|
|
Width = 311
|
|
Height = 132
|
|
TabOrder = 2
|
|
object Label1: TLabel
|
|
Left = 5
|
|
Top = 25
|
|
Width = 49
|
|
Height = 13
|
|
Caption = #1055#1086#1082#1072#1079#1072#1090#1100
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 199
|
|
Top = 25
|
|
Width = 98
|
|
Height = 13
|
|
Caption = #1082#1072#1082' 1 '#1089#1084' '#1085#1072' '#1101#1082#1088#1072#1085#1077
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 7
|
|
Top = 88
|
|
Width = 49
|
|
Height = 13
|
|
Caption = #1055#1086#1082#1072#1079#1072#1090#1100
|
|
end
|
|
object Label4: TLabel
|
|
Left = 197
|
|
Top = 89
|
|
Width = 87
|
|
Height = 13
|
|
Caption = #1082#1072#1082' '#1086#1073#1097#1072#1103' '#1076#1083#1080#1085#1072
|
|
end
|
|
object Bevel1: TBevel
|
|
Left = 1
|
|
Top = 62
|
|
Width = 309
|
|
Height = 9
|
|
Shape = bsTopLine
|
|
end
|
|
object rbmm1: TcxRadioButton
|
|
Left = 150
|
|
Top = 8
|
|
Width = 40
|
|
Height = 17
|
|
Caption = #1084#1084
|
|
TabOrder = 0
|
|
end
|
|
object rbsm1: TcxRadioButton
|
|
Left = 150
|
|
Top = 24
|
|
Width = 40
|
|
Height = 17
|
|
Caption = #1089#1084
|
|
TabOrder = 1
|
|
end
|
|
object rbm1: TcxRadioButton
|
|
Left = 150
|
|
Top = 41
|
|
Width = 32
|
|
Height = 17
|
|
Caption = #1084
|
|
Checked = True
|
|
TabOrder = 2
|
|
TabStop = True
|
|
end
|
|
object edSizeAs: TcxMaskEdit
|
|
Left = 64
|
|
Top = 23
|
|
Width = 73
|
|
Height = 21
|
|
Properties.IgnoreMaskBlank = True
|
|
Properties.MaskKind = emkRegExpr
|
|
Properties.EditMask = '\d?\d?\d?\d?,\d?\d?'
|
|
Properties.MaxLength = 0
|
|
TabOrder = 3
|
|
Text = '1'
|
|
OnKeyPress = edSizeAsKeyPress
|
|
end
|
|
object edSizeAll: TcxMaskEdit
|
|
Left = 64
|
|
Top = 86
|
|
Width = 73
|
|
Height = 21
|
|
Properties.IgnoreMaskBlank = True
|
|
Properties.MaskKind = emkRegExpr
|
|
Properties.EditMask = '\d?\d?\d?\d?,\d?\d?'
|
|
Properties.MaxLength = 0
|
|
TabOrder = 4
|
|
end
|
|
object rbmm2: TcxRadioButton
|
|
Left = 150
|
|
Top = 70
|
|
Width = 40
|
|
Height = 16
|
|
Caption = #1084#1084
|
|
TabOrder = 5
|
|
end
|
|
object rbsm2: TcxRadioButton
|
|
Left = 150
|
|
Top = 88
|
|
Width = 40
|
|
Height = 17
|
|
Caption = #1089#1084
|
|
TabOrder = 6
|
|
end
|
|
object rbm2: TcxRadioButton
|
|
Left = 150
|
|
Top = 107
|
|
Width = 32
|
|
Height = 17
|
|
Caption = #1084
|
|
TabOrder = 7
|
|
end
|
|
end
|
|
end
|