expertcad/SRC/Main/U_PageParams.dfm
2025-05-12 10:07:51 +03:00

184 lines
4.5 KiB
Plaintext

object F_PageParams: TF_PageParams
Left = 466
Top = 206
ActiveControl = bOK
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #1055#1072#1088#1072#1084#1077#1090#1088#1099' '#1089#1090#1088#1072#1085#1080#1094#1099
ClientHeight = 208
ClientWidth = 256
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 gbPageSize: TGroupBox
Left = 0
Top = 0
Width = 256
Height = 111
Align = alTop
Caption = #1056#1072#1079#1084#1077#1088' '#1073#1091#1084#1072#1075#1080
TabOrder = 0
object Label1: TLabel
Left = 35
Top = 53
Width = 39
Height = 13
Caption = #1064#1080#1088#1080#1085#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 36
Top = 82
Width = 38
Height = 13
Caption = #1042#1099#1089#1086#1090#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object cbPageSize: TcxComboBox
Left = 15
Top = 21
Width = 218
Height = 21
Properties.DropDownListStyle = lsFixedList
Properties.HideSelection = False
Properties.Items.Strings = (
'A0'
'A1'
'A2'
'A3'
'A4'
'A5'
'A6'
'B4'
'B5'
#1055#1080#1089#1100#1084#1077#1085#1085#1099#1081' '
#1043#1072#1079#1077#1090#1085#1099#1081
#1042#1099#1073#1086#1088)
Properties.ReadOnly = False
Properties.OnCloseUp = cbPageSizePropertiesCloseUp
Style.BorderStyle = ebsUltraFlat
Style.Shadow = False
Style.ButtonStyle = bts3D
TabOrder = 0
end
object edWidth: TcxSpinEdit
Left = 96
Top = 51
Width = 137
Height = 21
Properties.MaxValue = 1189
Properties.ReadOnly = True
Properties.ValueType = vtFloat
TabOrder = 1
OnExit = edWidthExit
OnKeyPress = edWidthKeyPress
end
object edHeight: TcxSpinEdit
Left = 96
Top = 79
Width = 137
Height = 21
Properties.MaxValue = 841
Properties.ReadOnly = True
Properties.ValueType = vtFloat
TabOrder = 2
OnExit = edHeightExit
OnKeyPress = edHeightKeyPress
end
end
object gbPageOrient: TGroupBox
Left = 0
Top = 111
Width = 256
Height = 48
Align = alTop
Caption = #1054#1088#1080#1077#1085#1090#1072#1094#1080#1103
TabOrder = 1
object rbPortrait: TcxRadioButton
Left = 16
Top = 21
Width = 73
Height = 17
Caption = #1050#1085#1080#1078#1085#1072#1103
TabOrder = 0
OnClick = rbPortraitClick
end
object rbLandscape: TcxRadioButton
Left = 144
Top = 21
Width = 81
Height = 17
Caption = #1040#1083#1100#1073#1086#1084#1085#1072#1103
TabOrder = 1
OnClick = rbLandscapeClick
end
end
object bDefault: TcxButton
Left = 8
Top = 176
Width = 89
Height = 25
Caption = #1055#1086' '#1091#1084#1086#1083#1095#1072#1085#1080#1102
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = bDefaultClick
end
object bOK: TcxButton
Left = 120
Top = 176
Width = 57
Height = 25
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 3
OnClick = bOKClick
end
object bCancel: TcxButton
Left = 192
Top = 176
Width = 57
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 4
OnClick = bCancelClick
end
end