mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-12 00:45:40 +02:00
117 lines
3.5 KiB
Plaintext
117 lines
3.5 KiB
Plaintext
object F_Settings: TF_Settings
|
|
Left = 508
|
|
Top = 166
|
|
ActiveControl = bOK
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #1053#1072#1089#1090#1088#1086#1081#1082#1080' '#1087#1088#1086#1077#1082#1090#1072
|
|
ClientHeight = 336
|
|
ClientWidth = 337
|
|
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
|
|
OnCreate = FormCreate
|
|
OnKeyPress = FormKeyPress
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object RzGroupBox1: TRzGroupBox
|
|
Left = 0
|
|
Top = 0
|
|
Width = 337
|
|
Height = 129
|
|
Align = alTop
|
|
Caption = #1054#1090#1086#1073#1088#1072#1078#1077#1085#1080#1077' '#1087#1086#1076#1087#1080#1089#1077#1081' '#1082' '#1086#1073#1098#1077#1082#1090#1072#1084
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
object cbShowLinesLength: TcxCheckBox
|
|
Left = 8
|
|
Top = 18
|
|
Width = 235
|
|
Height = 21
|
|
Properties.DisplayUnchecked = 'False'
|
|
Properties.Caption = #1054#1090#1086#1073#1088#1072#1078#1072#1090#1100' '#1076#1083#1080#1085#1091' '#1083#1080#1085#1077#1081#1085#1099#1093' '#1086#1073#1098#1077#1082#1090#1086#1074
|
|
State = cbsChecked
|
|
TabOrder = 0
|
|
end
|
|
object cbShowLinesCaptions: TcxCheckBox
|
|
Left = 8
|
|
Top = 40
|
|
Width = 257
|
|
Height = 21
|
|
Properties.DisplayUnchecked = 'False'
|
|
Properties.Caption = #1054#1090#1086#1073#1088#1072#1078#1072#1090#1100' '#1087#1086#1076#1087#1080#1089#1080' '#1082' '#1083#1080#1085#1077#1081#1085#1099#1084' '#1086#1073#1098#1077#1082#1090#1072#1084
|
|
State = cbsChecked
|
|
TabOrder = 1
|
|
end
|
|
object cbShowConnectorsCaptions: TcxCheckBox
|
|
Left = 8
|
|
Top = 64
|
|
Width = 249
|
|
Height = 21
|
|
Properties.DisplayUnchecked = 'False'
|
|
Properties.Caption = #1054#1090#1086#1073#1088#1072#1078#1072#1090#1100' '#1087#1086#1076#1087#1080#1089#1080' '#1082' '#1090#1086#1095#1077#1095#1085#1099#1084' '#1086#1073#1098#1077#1082#1090#1072#1084
|
|
State = cbsChecked
|
|
TabOrder = 2
|
|
end
|
|
object cbAutoSelectTrace: TcxCheckBox
|
|
Left = 8
|
|
Top = 95
|
|
Width = 177
|
|
Height = 21
|
|
Properties.DisplayUnchecked = 'False'
|
|
Properties.Caption = #1040#1074#1090#1086#1074#1099#1076#1077#1083#1077#1085#1080#1077' '#1074#1089#1077#1081' '#1090#1088#1072#1089#1089#1099
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object bOK: TcxButton
|
|
Left = 168
|
|
Top = 291
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'OK'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
OnClick = bOKClick
|
|
end
|
|
object bCancel: TcxButton
|
|
Left = 256
|
|
Top = 291
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #1054#1090#1084#1077#1085#1072
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
OnClick = bCancelClick
|
|
end
|
|
object bDefault: TcxButton
|
|
Left = 8
|
|
Top = 291
|
|
Width = 100
|
|
Height = 25
|
|
Caption = #1055#1086' '#1091#1084#1086#1083#1095#1072#1085#1080#1102
|
|
TabOrder = 3
|
|
OnClick = bDefaultClick
|
|
end
|
|
object RzGroupBox2: TRzGroupBox
|
|
Left = 0
|
|
Top = 129
|
|
Width = 337
|
|
Height = 128
|
|
Align = alTop
|
|
Caption = #1054#1073#1098#1077#1082#1090#1099' '#1057#1050#1057
|
|
TabOrder = 4
|
|
end
|
|
end
|