Ребят, почему-то не открывается форма в среде Delphi для редактирования. На одном компьютере открывается, а на другом не появляется. Кто знает почему? ((
на всякий случай вот:
Код:
object LoginForm: TLoginForm
Left = 1428
Top = 262
BorderIcons = []
BorderStyle = bsDialog
Caption = #1042#1093#1086#1076' '#1074' '#1089#1080#1089#1090#1077#1084#1091
ClientHeight = 163
ClientWidth = 324
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 16
object Label_EmployeeId: TLabel
Left = 16
Top = 16
Width = 84
Height = 27
Caption = #1058#1072#1073'. '#8470':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label_EmployeePass: TLabel
Left = 16
Top = 64
Width = 82
Height = 27
Caption = #1055#1072#1088#1086#1083#1100':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Edit_EmployeeId: TEdit
Left = 112
Top = 15
Width = 193
Height = 35
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object Edit_EmployeePass: TEdit
Left = 112
Top = 64
Width = 193
Height = 35
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 1
end
object Btn_OK: TButton
Left = 16
Top = 112
Width = 129
Height = 33
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Btn_OKClick
end
object Btn_Close: TButton
Left = 176
Top = 112
Width = 129
Height = 33
Caption = #1042#1099#1081#1090#1080
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -22
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Btn_CloseClick
end
end