L1_dfm
object TbDlgFr: TTbDlgFr
Left = 321
Top = 248
BorderIcons = [biMaximize]
BorderStyle = bsDialog
Caption = 'Новая таблица БД'
ClientHeight = 118
ClientWidth = 392
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object FldNameLbl: TLabel
Left = 4
Top = 7
Width = 80
Height = 13
Caption = 'Имя таблицы'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object FldCaptionLbl: TLabel
Left = 4
Top = 50
Width = 89
Height = 13
Caption = 'Наименование'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object FldDescrLbl: TLabel
Left = 4
Top = 71
Width = 59
Height = 13
Caption = 'Описание'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label1: TLabel
Left = 4
Top = 28
Width = 63
Height = 13
Caption = 'Категория'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object TbNameEdit: TEdit
Left = 101
Top = 3
Width = 121
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
Text = 'TbNameEdit'
OnKeyPress = TbNameEditKeyPress
OnKeyUp = TbNameEditKeyUp
end
object TbCaptionEdit: TEdit
Left = 100
Top = 46
Width = 201
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False