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
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