mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-12 00:45:40 +02:00
357 lines
10 KiB
Plaintext
357 lines
10 KiB
Plaintext
object F_SizePos: TF_SizePos
|
|
Left = 492
|
|
Top = 179
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsToolWindow
|
|
Caption = #1056#1072#1079#1084#1077#1088' '#1080' '#1088#1072#1089#1087#1086#1083#1086#1078#1077#1085#1080#1077
|
|
ClientHeight = 278
|
|
ClientWidth = 187
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
OnClose = FormClose
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lb_X: TLabel
|
|
Left = 12
|
|
Top = 187
|
|
Width = 25
|
|
Height = 13
|
|
Caption = '- X -'
|
|
end
|
|
object lb_Y: TLabel
|
|
Left = 12
|
|
Top = 219
|
|
Width = 25
|
|
Height = 13
|
|
Caption = '- Y -'
|
|
end
|
|
object lbWidth: TLabel
|
|
Left = 12
|
|
Top = 73
|
|
Width = 46
|
|
Height = 13
|
|
Caption = #1064#1080#1088#1080#1085#1072
|
|
end
|
|
object lbHeight: TLabel
|
|
Left = 12
|
|
Top = 105
|
|
Width = 45
|
|
Height = 13
|
|
Caption = #1042#1099#1089#1086#1090#1072
|
|
end
|
|
object lbAngle: TLabel
|
|
Left = 12
|
|
Top = 137
|
|
Width = 30
|
|
Height = 13
|
|
Caption = #1059#1075#1086#1083
|
|
end
|
|
object lbX_m: TLabel
|
|
Left = 168
|
|
Top = 187
|
|
Width = 10
|
|
Height = 13
|
|
Caption = #1084
|
|
end
|
|
object lbY_m: TLabel
|
|
Left = 168
|
|
Top = 219
|
|
Width = 10
|
|
Height = 13
|
|
Caption = #1084
|
|
end
|
|
object lbW_m: TLabel
|
|
Left = 167
|
|
Top = 72
|
|
Width = 10
|
|
Height = 13
|
|
Caption = #1084
|
|
end
|
|
object lbH_m: TLabel
|
|
Left = 168
|
|
Top = 105
|
|
Width = 10
|
|
Height = 13
|
|
Caption = #1084
|
|
end
|
|
object lbA_o: TLabel
|
|
Left = 169
|
|
Top = 131
|
|
Width = 8
|
|
Height = 13
|
|
Caption = #1086
|
|
end
|
|
object Bevel1: TBevel
|
|
Left = -2
|
|
Top = 171
|
|
Width = 187
|
|
Height = 9
|
|
Shape = bsTopLine
|
|
end
|
|
object lb_Z: TLabel
|
|
Left = 12
|
|
Top = 251
|
|
Width = 25
|
|
Height = 13
|
|
Caption = '- Z -'
|
|
end
|
|
object lbZ_m: TLabel
|
|
Left = 168
|
|
Top = 250
|
|
Width = 10
|
|
Height = 13
|
|
Caption = #1084
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 7
|
|
Width = 79
|
|
Height = 13
|
|
Caption = #1048#1084#1103' '#1086#1073#1098#1077#1082#1090#1072
|
|
end
|
|
object Bevel2: TBevel
|
|
Left = 0
|
|
Top = 56
|
|
Width = 185
|
|
Height = 9
|
|
Shape = bsTopLine
|
|
end
|
|
object edX: TcxTextEdit
|
|
Left = 68
|
|
Top = 183
|
|
Width = 93
|
|
Height = 21
|
|
ParentFont = False
|
|
Style.BorderColor = clHighlightText
|
|
Style.BorderStyle = ebsFlat
|
|
Style.Color = cl3DLight
|
|
Style.Edges = [bLeft, bTop, bRight, bBottom]
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -12
|
|
Style.Font.Name = 'MS Sans Serif'
|
|
Style.Font.Style = []
|
|
TabOrder = 0
|
|
OnExit = edXExit
|
|
OnKeyPress = eXKeyPress
|
|
end
|
|
object edY: TcxTextEdit
|
|
Left = 68
|
|
Top = 214
|
|
Width = 93
|
|
Height = 21
|
|
ParentFont = False
|
|
Style.BorderStyle = ebsFlat
|
|
Style.Color = cl3DLight
|
|
Style.Edges = [bLeft, bTop, bRight, bBottom]
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -12
|
|
Style.Font.Name = 'MS Sans Serif'
|
|
Style.Font.Style = []
|
|
TabOrder = 1
|
|
OnExit = edYExit
|
|
OnKeyPress = eXKeyPress
|
|
end
|
|
object edWidth: TcxTextEdit
|
|
Left = 68
|
|
Top = 70
|
|
Width = 93
|
|
Height = 21
|
|
ParentFont = False
|
|
Style.BorderStyle = ebsFlat
|
|
Style.Color = cl3DLight
|
|
Style.Edges = [bLeft, bTop, bRight, bBottom]
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -12
|
|
Style.Font.Name = 'MS Sans Serif'
|
|
Style.Font.Style = []
|
|
TabOrder = 2
|
|
OnExit = edWidthExit
|
|
OnKeyPress = edWidthKeyPress
|
|
end
|
|
object edHeight: TcxTextEdit
|
|
Left = 68
|
|
Top = 102
|
|
Width = 93
|
|
Height = 21
|
|
ParentFont = False
|
|
Style.BorderStyle = ebsFlat
|
|
Style.Color = cl3DLight
|
|
Style.Edges = [bLeft, bTop, bRight, bBottom]
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -12
|
|
Style.Font.Name = 'MS Sans Serif'
|
|
Style.Font.Style = []
|
|
TabOrder = 3
|
|
OnExit = edHeightExit
|
|
OnKeyPress = edWidthKeyPress
|
|
end
|
|
object edAngle: TcxTextEdit
|
|
Left = 68
|
|
Top = 134
|
|
Width = 93
|
|
Height = 21
|
|
ParentFont = False
|
|
Style.BorderStyle = ebsFlat
|
|
Style.Color = cl3DLight
|
|
Style.Edges = [bLeft, bTop, bRight, bBottom]
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -12
|
|
Style.Font.Name = 'MS Sans Serif'
|
|
Style.Font.Style = []
|
|
TabOrder = 4
|
|
OnExit = edAngleExit
|
|
OnKeyPress = edAngleKeyPress
|
|
end
|
|
object edZ: TcxTextEdit
|
|
Left = 68
|
|
Top = 247
|
|
Width = 93
|
|
Height = 21
|
|
ParentFont = False
|
|
Style.BorderStyle = ebsFlat
|
|
Style.Color = cl3DLight
|
|
Style.Edges = [bLeft, bTop, bRight, bBottom]
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -12
|
|
Style.Font.Name = 'MS Sans Serif'
|
|
Style.Font.Style = []
|
|
TabOrder = 5
|
|
OnExit = edZExit
|
|
OnKeyPress = edZKeyPress
|
|
end
|
|
object edObjectName: TcxTextEdit
|
|
Left = 6
|
|
Top = 24
|
|
Width = 171
|
|
Height = 21
|
|
ParentFont = False
|
|
Style.BorderStyle = ebsFlat
|
|
Style.Color = cl3DLight
|
|
Style.Edges = [bLeft, bTop, bRight, bBottom]
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clBlue
|
|
Style.Font.Height = -12
|
|
Style.Font.Name = 'MS Sans Serif'
|
|
Style.Font.Style = [fsBold]
|
|
TabOrder = 6
|
|
OnExit = edObjectNameExit
|
|
OnKeyPress = edObjectNameKeyPress
|
|
end
|
|
object lng_Forms: TsiLangLinked
|
|
Version = '6.1.0.1'
|
|
StringsTypes.Strings = (
|
|
'TIB_STRINGLIST'
|
|
'TSTRINGLIST')
|
|
SmartExcludeProps.Strings = (
|
|
'Label1.Font'
|
|
'edtAnswer2.Font'
|
|
'lblProgID.Font'
|
|
'btnOk.Font'
|
|
'btnCancel.Font'
|
|
'TF_Registration.Font'
|
|
'edtAnswer1.Font')
|
|
UseDefaultLanguage = True
|
|
NumOfLanguages = 7
|
|
LangDispatcher = F_LNG.siLangDisp
|
|
LangDelim = 1
|
|
LangNames.Strings = (
|
|
'RUS'
|
|
'UKR'
|
|
'ENG'
|
|
'GER'
|
|
'FRA'
|
|
'SPA'
|
|
'RUS_ARH')
|
|
Language = 'RUS'
|
|
ExcludedProperties.Strings = (
|
|
'Category'
|
|
'SecondaryShortCuts'
|
|
'HelpKeyword'
|
|
'InitialDir'
|
|
'HelpKeyword'
|
|
'ActivePage'
|
|
'ImeName'
|
|
'DefaultExt'
|
|
'FileName'
|
|
'FieldName'
|
|
'PickList'
|
|
'DisplayFormat'
|
|
'EditMask'
|
|
'KeyList'
|
|
'LookupDisplayFields'
|
|
'DropDownSpecRow'
|
|
'TableName'
|
|
'DatabaseName'
|
|
'IndexName'
|
|
'MasterFields')
|
|
Left = 22
|
|
Top = 34
|
|
TranslationData = {
|
|
737443617074696F6E730D0A54465F53697A65506F7301D0E0E7ECE5F020E820
|
|
F0E0F1EFEEEBEEE6E5EDE8E501D0EEE7ECB3F020B320F0EEE7F2E0F8F3E2E0ED
|
|
EDFF0153697A6520616E6420706C6163696E6701010154616D616E6F20792073
|
|
6974756163696F6E01010D0A4C6162656C3101C8ECFF20EEE1FAE5EAF2E001C8
|
|
EC27FF20EEE127BAEAF2E0014F626A656374206E616D650101014E6F6D627265
|
|
2064656C206F626A65746F01010D0A6C625F58012D2058202D012D2058202D01
|
|
2D2058202D0101012D2058202D01010D0A6C625F59012D2059202D012D205920
|
|
2D012D2059202D0101012D2059202D01010D0A6C625F5A012D205A202D012D20
|
|
5A202D012D205A202D0101012D205A202D01010D0A6C62415F6F01EE01EE01EE
|
|
0101016F01010D0A6C62416E676C6501D3E3EEEB01CAF3F201416E676C650101
|
|
01C16E67756C6F01010D0A6C62485F6D01EC01EC016D0101016D01010D0A6C62
|
|
48656967687401C2FBF1EEF2E001C2E8F1EEF2E001486569676874010101416C
|
|
7475726101010D0A6C62575F6D01EC01EC016D0101016D01010D0A6C62576964
|
|
746801D8E8F0E8EDE001D8E8F0E8EDE0015769647468010101416E6368757261
|
|
01010D0A6C62585F6D01EC01EC016D0101016D01010D0A6C62595F6D01EC01EC
|
|
016D0101016D01010D0A6C625A5F6D01EC01EC016D0101016D01010D0A737448
|
|
696E74730D0A54465F53697A65506F7301010101010101010D0A426576656C31
|
|
01010101010101010D0A426576656C3201010101010101010D0A6564416E676C
|
|
6501010101010101010D0A656448656967687401010101010101010D0A65644F
|
|
626A6563744E616D6501010101010101010D0A65645769647468010101010101
|
|
01010D0A65645801010101010101010D0A65645901010101010101010D0A6564
|
|
5A01010101010101010D0A4C6162656C3101010101010101010D0A6C625F5801
|
|
010101010101010D0A6C625F5901010101010101010D0A6C625F5A0101010101
|
|
0101010D0A6C62415F6F01010101010101010D0A6C62416E676C650101010101
|
|
0101010D0A6C62485F6D01010101010101010D0A6C6248656967687401010101
|
|
010101010D0A6C62575F6D01010101010101010D0A6C62576964746801010101
|
|
010101010D0A6C62585F6D01010101010101010D0A6C62595F6D010101010101
|
|
01010D0A6C625A5F6D01010101010101010D0A7374446973706C61794C616265
|
|
6C730D0A7374466F6E74730D0A54465F53697A65506F73014D532053616E7320
|
|
5365726966014D532053616E73205365726966014D532053616E732053657269
|
|
660101014D532053616E7320536572696601010D0A73744D756C74694C696E65
|
|
730D0A6564416E676C652E50726F706572746965732E4C6F6F6B75704974656D
|
|
7301010101010101010D0A65644865696768742E50726F706572746965732E4C
|
|
6F6F6B75704974656D7301010101010101010D0A65644F626A6563744E616D65
|
|
2E50726F706572746965732E4C6F6F6B75704974656D7301010101010101010D
|
|
0A656457696474682E50726F706572746965732E4C6F6F6B75704974656D7301
|
|
010101010101010D0A6564582E50726F706572746965732E4C6F6F6B75704974
|
|
656D7301010101010101010D0A6564592E50726F706572746965732E4C6F6F6B
|
|
75704974656D7301010101010101010D0A65645A2E50726F706572746965732E
|
|
4C6F6F6B75704974656D7301010101010101010D0A7374537472696E67730D0A
|
|
73744F74686572537472696E67730D0A6564416E676C652E5465787401010101
|
|
010101010D0A65644865696768742E5465787401010101010101010D0A65644F
|
|
626A6563744E616D652E5465787401010101010101010D0A656457696474682E
|
|
5465787401010101010101010D0A6564582E5465787401010101010101010D0A
|
|
6564592E5465787401010101010101010D0A65645A2E54657874010101010101
|
|
01010D0A54465F53697A65506F732E48656C7046696C6501010101010101010D
|
|
0A7374436F6C6C656374696F6E730D0A737443686172536574730D0A54465F53
|
|
697A65506F730144454641554C545F434841525345540144454641554C545F43
|
|
4841525345540144454641554C545F434841525345540144454641554C545F43
|
|
4841525345540144454641554C545F4348415253455401414E53495F43484152
|
|
5345540144454641554C545F43484152534554010D0A}
|
|
end
|
|
end
|