/
YakuninAV
/
Convertors
Обзор
Документация
Войти
/
YakuninAV
/
Convertors
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PIR/PIRTableConfigForm.dfm
238 строк
4 KB
YakuninAV
begin with gitflick
31 июл 2026, 15:21
31 июл 2026, 15:21
1dc0fc6
Код
Авторство
О чём код?
object formTableConfig: TformTableConfig Left = 0 Top = 0 Caption = 'formTableConfig' ClientHeight = 408 ClientWidth = 601 Color = clBtnFace DockSite = True DragKind = dkDock Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 601 Height = 97 Align = alTop Caption = 'Panel1' TabOrder = 0 DesignSize = ( 601 97) object edtID: TEdit Left = 3 Top = 3 Width = 57 Height = 21 TabOrder = 0 Text = 'edtID' end object edtName: TEdit Left = 67 Top = 4 Width = 526 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 1 Text = 'edtName' end object chkRowID: TCheckBox Left = 3 Top = 32 Width = 65 Height = 17 Caption = 'chkRowID' Checked = True State = cbChecked TabOrder = 2 end object edtRowQty: TEdit Left = 88 Top = 32 Width = 57 Height = 21 TabOrder = 3 Text = '-1' end object udRowQty: TUpDown Left = 145 Top = 32 Width = 16 Height = 21 Associate = edtRowQty Min = -1 Max = 10000 Position = -1 TabOrder = 4 end object edtColQty: TEdit Left = 176 Top = 32 Width = 57 Height = 21 TabOrder = 5 Text = '-1' end object cbbTableKind: TComboBox Left = 3 Top = 64 Width = 145 Height = 21 Style = csDropDownList TabOrder = 6 end object cbbPriceKind: TComboBox Left = 159 Top = 64 Width = 145 Height = 21 Style = csDropDownList TabOrder = 7 end object cbbMeashureOfPrice: TComboBox Left = 310 Top = 64 Width = 145 Height = 21 Style = csDropDownList TabOrder = 8 end object udColQty: TUpDown Left = 233 Top = 32 Width = 16 Height = 21 Associate = edtColQty Min = -1 Position = -1 TabOrder = 9 end end object Panel2: TPanel Left = 0 Top = 97 Width = 601 Height = 96 Align = alTop Caption = 'Panel2' TabOrder = 1 DesignSize = ( 601 96) object mmoSource: TMemo Left = 0 Top = 28 Width = 593 Height = 29 Anchors = [akLeft, akTop, akRight] Lines.Strings = ( 'mmoSource') TabOrder = 0 end object btnFont: TBitBtn Left = 518 Top = 62 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'btnFont' TabOrder = 1 end object btnColor: TBitBtn Left = 438 Top = 62 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'btnColor' TabOrder = 2 end object udCol: TUpDown Left = 219 Top = 63 Width = 16 Height = 21 Associate = edtCol Min = -1 TabOrder = 3 end object udRow: TUpDown Left = 155 Top = 63 Width = 16 Height = 21 Associate = edtRow Min = -1 TabOrder = 4 end object edtCol: TEdit Left = 186 Top = 63 Width = 33 Height = 21 TabOrder = 5 Text = '0' end object edtRow: TEdit Left = 122 Top = 63 Width = 33 Height = 21 TabOrder = 6 Text = '0' end object cbbSrcType: TComboBox Left = 1 Top = 63 Width = 97 Height = 21 Style = csDropDownList TabOrder = 7 end object cbbItemName: TComboBox Left = 3 Top = 2 Width = 145 Height = 21 Style = csDropDownList TabOrder = 8 OnChange = cbbItemNameChange Items.Strings = ( 'Name' 'Units' 'Prices') end end object BitBtn1: TBitBtn Left = 8 Top = 376 Width = 75 Height = 25 Kind = bkOK NumGlyphs = 2 TabOrder = 2 OnClick = BitBtn1Click end object dlgFont: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Left = 538 Top = 32 end object dlgColor: TColorDialog Left = 482 Top = 32 end end