home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TINTERNIINFORMACEFORM / TINTERNIINFORMACEFORM.txt
Encoding:
Text File  |  1999-04-22  |  8.7 KB  |  340 lines

  1. object InterniInformaceForm: TInterniInformaceForm
  2.   Left = 167
  3.   Top = 86
  4.   Width = 594
  5.   Height = 428
  6.   Caption = 'InterniInformaceForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = InfMainMenu
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DummyPageControl: TPageControl
  17.     Left = 4
  18.     Top = 8
  19.     Width = 573
  20.     Height = 361
  21.     ActivePage = InfTS
  22.     TabOrder = 0
  23.     object InfTS: TTabSheet
  24.       Caption = 'Intern∩┐╜ informace'
  25.       object InfCoolBar: TCoolBar
  26.         Left = 0
  27.         Top = 0
  28.         Width = 565
  29.         Height = 26
  30.         Bands = <
  31.           item
  32.             Control = ToolBar1
  33.             ImageIndex = -1
  34.             MinHeight = 22
  35.             Width = 561
  36.           end>
  37.         object ToolBar1: TToolBar
  38.           Left = 0
  39.           Top = 0
  40.           Width = 557
  41.           Height = 22
  42.           EdgeBorders = []
  43.           EdgeInner = esNone
  44.           EdgeOuter = esNone
  45.           Flat = True
  46.           HotImages = PomocneDM.BtnHotImages
  47.           Images = PomocneDM.BtnImages
  48.           TabOrder = 0
  49.           object PridatSBtn: TToolButton
  50.             Left = 0
  51.             Top = 0
  52.             Width = 23
  53.             Height = 22
  54.             Hint = 'P∩┐╜idat z∩┐╜jemce'
  55.             Caption = 'P∩┐╜idat'
  56.             ImageIndex = 19
  57.             ParentShowHint = False
  58.             ShowHint = True
  59.             OnClick = PridatSBtnClick
  60.           end
  61.           object VymazatSBtn: TToolButton
  62.             Left = 23
  63.             Top = 0
  64.             Width = 23
  65.             Height = 22
  66.             Hint = 'Vymazat z∩┐╜jemce'
  67.             Caption = 'Vymazat'
  68.             ImageIndex = 20
  69.             ParentShowHint = False
  70.             ShowHint = True
  71.             OnClick = VymazatSBtnClick
  72.           end
  73.           object UkazatSBtn: TToolButton
  74.             Left = 46
  75.             Top = 0
  76.             Width = 23
  77.             Height = 22
  78.             Hint = 'Uk∩┐╜zat z∩┐╜jemce'
  79.             Caption = 'Uk∩┐╜zat'
  80.             ImageIndex = 2
  81.             ParentShowHint = False
  82.             ShowHint = True
  83.             OnClick = UkazatSBtnClick
  84.           end
  85.           object ZajemciTiskBtn: TToolButton
  86.             Left = 69
  87.             Top = 0
  88.             Width = 23
  89.             Height = 22
  90.             Hint = 'Vytisknout seznam'#13#10'z∩┐╜jemc∩┐╜'
  91.             Caption = 'Tisk'
  92.             ImageIndex = 33
  93.             ParentShowHint = False
  94.             ShowHint = True
  95.             OnClick = ZajemciTiskBtnClick
  96.           end
  97.         end
  98.       end
  99.       object InfMainPanel: TPanel
  100.         Left = 0
  101.         Top = 26
  102.         Width = 565
  103.         Height = 295
  104.         Align = alTop
  105.         BevelOuter = bvNone
  106.         TabOrder = 1
  107.         Visible = False
  108.         object Label1: TLabel
  109.           Left = 360
  110.           Top = 244
  111.           Width = 74
  112.           Height = 13
  113.           Caption = 'Minim∩┐╜ln∩┐╜ cena:'
  114.         end
  115.         object Label4: TLabel
  116.           Left = 248
  117.           Top = 8
  118.           Width = 155
  119.           Height = 13
  120.           Caption = 'Pozn∩┐╜mka k vybran∩┐╜mu z∩┐╜jemci:'
  121.         end
  122.         object Label2: TLabel
  123.           Left = 8
  124.           Top = 8
  125.           Width = 111
  126.           Height = 13
  127.           Caption = 'Z∩┐╜jemci o zak∩┐╜zku:'
  128.           Font.Charset = DEFAULT_CHARSET
  129.           Font.Color = clWindowText
  130.           Font.Height = -11
  131.           Font.Name = 'MS Sans Serif'
  132.           Font.Style = [fsBold]
  133.           ParentFont = False
  134.         end
  135.         object PageControl1: TPageControl
  136.           Left = 3
  137.           Top = 128
  138.           Width = 550
  139.           Height = 105
  140.           ActivePage = TabSheet1
  141.           TabOrder = 0
  142.           object TabSheet1: TTabSheet
  143.             Caption = 'Provize'
  144.             object ProvizeDBMemo: TDBMemo
  145.               Left = 0
  146.               Top = 0
  147.               Width = 542
  148.               Height = 77
  149.               Align = alClient
  150.               DataField = 'Provize'
  151.               DataSource = IntInfDS
  152.               TabOrder = 0
  153.             end
  154.           end
  155.           object TabSheet2: TTabSheet
  156.             Caption = 'Prodejnost'
  157.             object ProdejnostDBMemo: TDBMemo
  158.               Left = 0
  159.               Top = 0
  160.               Width = 550
  161.               Height = 109
  162.               Align = alClient
  163.               DataField = 'Prodejnost'
  164.               DataSource = IntInfDS
  165.               TabOrder = 0
  166.             end
  167.           end
  168.         end
  169.         object MinCenaDBEdit: TDBEdit
  170.           Left = 440
  171.           Top = 240
  172.           Width = 113
  173.           Height = 21
  174.           DataField = 'MinCena'
  175.           DataSource = IntInfDS
  176.           Font.Charset = DEFAULT_CHARSET
  177.           Font.Color = clWindowText
  178.           Font.Height = -11
  179.           Font.Name = 'MS Sans Serif'
  180.           Font.Style = []
  181.           ParentFont = False
  182.           TabOrder = 1
  183.         end
  184.         object ZakazniciDBGrid: TDBGrid
  185.           Left = 8
  186.           Top = 24
  187.           Width = 233
  188.           Height = 93
  189.           DataSource = ZajemciDS
  190.           Options = [dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  191.           TabOrder = 2
  192.           TitleFont.Charset = DEFAULT_CHARSET
  193.           TitleFont.Color = clWindowText
  194.           TitleFont.Height = -11
  195.           TitleFont.Name = 'MS Sans Serif'
  196.           TitleFont.Style = []
  197.           Columns = <
  198.             item
  199.               FieldName = 'JmenoZakaznika'
  200.               Width = 212
  201.             end>
  202.         end
  203.         object PoznamkaDBMemo: TDBMemo
  204.           Left = 248
  205.           Top = 24
  206.           Width = 305
  207.           Height = 93
  208.           DataField = 'Poznamka'
  209.           DataSource = ZajemciDS
  210.           TabOrder = 3
  211.           OnExit = PoznamkaDBMemoExit
  212.         end
  213.       end
  214.     end
  215.   end
  216.   object InfMainMenu: TMainMenu
  217.     Left = 544
  218.     Top = 65520
  219.     object InfMnI: TMenuItem
  220.       Caption = '&Intern∩┐╜ informace'
  221.       Enabled = False
  222.       GroupIndex = 130
  223.       object PridatZajMnI: TMenuItem
  224.         Caption = '&P∩┐╜id∩┐╜n∩┐╜ z∩┐╜jemce'
  225.         GroupIndex = 131
  226.         OnClick = PridatSBtnClick
  227.       end
  228.       object VymazatZajMnI: TMenuItem
  229.         Caption = '&Vymaz∩┐╜n∩┐╜ z∩┐╜jemce'
  230.         GroupIndex = 132
  231.         OnClick = VymazatSBtnClick
  232.       end
  233.       object UkazatZajMnI: TMenuItem
  234.         Caption = '&Uk∩┐╜z∩┐╜n∩┐╜ z∩┐╜jemce'
  235.         GroupIndex = 133
  236.         OnClick = UkazatSBtnClick
  237.       end
  238.       object TiskZajemcuMnI: TMenuItem
  239.         Caption = '&Tisk z∩┐╜jemc∩┐╜'
  240.         GroupIndex = 133
  241.         OnClick = ZajemciTiskBtnClick
  242.       end
  243.     end
  244.   end
  245.   object IntInfTbl: TTable
  246.     DatabaseName = 'RealityDB'
  247.     IndexFieldNames = 'CisloZakazky'
  248.     TableName = 'IntInf.db'
  249.     Left = 280
  250.     Top = 65520
  251.     object IntInfTblCisloZakazky: TStringField
  252.       FieldName = 'CisloZakazky'
  253.       Required = True
  254.       Size = 30
  255.     end
  256.     object IntInfTblMinCena: TCurrencyField
  257.       FieldName = 'MinCena'
  258.     end
  259.     object IntInfTblProvize: TMemoField
  260.       FieldName = 'Provize'
  261.       BlobType = ftMemo
  262.       Size = 240
  263.     end
  264.     object IntInfTblProdejnost: TMemoField
  265.       FieldName = 'Prodejnost'
  266.       BlobType = ftMemo
  267.       Size = 240
  268.     end
  269.   end
  270.   object IntInfDS: TDataSource
  271.     DataSet = IntInfTbl
  272.     Left = 232
  273.     Top = 65520
  274.   end
  275.   object ZajemciTbl: TTable
  276.     AfterInsert = ZajemciTblRefresh
  277.     AfterPost = ZajemciTblRefresh
  278.     AfterDelete = ZajemciTblRefresh
  279.     DatabaseName = 'RealityDB'
  280.     IndexFieldNames = 'CisloZakazky'
  281.     TableName = 'Zajemci.db'
  282.     Left = 384
  283.     Top = 65520
  284.     object ZajemciTblJmenoZakaznika: TStringField
  285.       DisplayWidth = 20
  286.       FieldName = 'JmenoZakaznika'
  287.       LookupDataSet = ZakazniciTbl
  288.       LookupKeyFields = 'CisloZakaznika'
  289.       LookupResultField = 'Jmeno'
  290.       KeyFields = 'CisloZakaznika'
  291.       Size = 100
  292.       Lookup = True
  293.     end
  294.     object ZajemciTblCisloZakazky: TStringField
  295.       FieldName = 'CisloZakazky'
  296.       Required = True
  297.       Size = 30
  298.     end
  299.     object ZajemciTblCisloZakaznika: TStringField
  300.       FieldName = 'CisloZakaznika'
  301.       Required = True
  302.       Size = 10
  303.     end
  304.     object ZajemciTblPoznamka: TMemoField
  305.       FieldName = 'Poznamka'
  306.       BlobType = ftMemo
  307.       Size = 240
  308.     end
  309.   end
  310.   object ZajemciDS: TDataSource
  311.     DataSet = ZajemciTbl
  312.     OnDataChange = ZajemciDSDataChange
  313.     Left = 328
  314.     Top = 65520
  315.   end
  316.   object ZakazniciTbl: TTable
  317.     DatabaseName = 'RealityDB'
  318.     IndexFieldNames = 'CisloZakaznika'
  319.     TableName = 'Zakaznic.DB'
  320.     Left = 480
  321.     Top = 65520
  322.     object ZakazniciTblCisloZakaznika: TStringField
  323.       FieldName = 'CisloZakaznika'
  324.       Required = True
  325.       Size = 10
  326.     end
  327.     object ZakazniciTblJmeno: TStringField
  328.       DisplayWidth = 60
  329.       FieldName = 'Jmeno'
  330.       Required = True
  331.       Size = 60
  332.     end
  333.   end
  334.   object ZakazniciDS: TDataSource
  335.     DataSet = ZakazniciTbl
  336.     Left = 432
  337.     Top = 65520
  338.   end
  339. end
  340.