Статьи Королевства Дельфи

         

object TbDescrEdit:


TabOrder = 2

Text = 'TbCaptionEdit'

OnKeyPress = TbNameEditKeyPress

OnKeyUp = TbNameEditKeyUp

end

object TbDescrEdit: TEdit

Left = 100

Top = 67

Width = 290

Height = 21

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -11

Font.Name = 'MS Sans Serif'

Font.Style = [fsBold]

ParentFont = False

TabOrder = 3

Text = 'TbDescrEdit'

OnKeyPress = TbNameEditKeyPress

OnKeyUp = TbNameEditKeyUp

end

object OkBtn: TButton

Left = 123

Top = 92

Width = 75

Height = 21

Caption = 'Ok'

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -11

Font.Name = 'MS Sans Serif'

Font.Style = [fsBold]

ParentFont = False

TabOrder = 4

OnClick = OkBtnClick

end

object CancelBtn: TButton

Left = 203

Top = 92

Width = 75

Height = 21

Caption = 'Отмена'

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -11

Font.Name = 'MS Sans Serif'

Font.Style = [fsBold]

ParentFont = False

TabOrder = 5

OnClick = CancelBtnClick

end

object TbDbTypeComboBox: TComboBox

Left = 100

Top = 24

Width = 201

Height = 21

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -11

Font.Name = 'MS Sans Serif'

Font.Style = [fsBold]

ItemHeight = 13

ParentFont = False

TabOrder = 1

Text = 'Категория информации'

end

end


Содержание  Назад  Вперед