home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / TPROHLIZENIPARZAKAZEKFORM / TPROHLIZENIPARZAKAZEKFORM.txt
Encoding:
Text File  |  1999-04-22  |  3.2 KB  |  143 lines

  1. inherited ProhlizeniParZakazekForm: TProhlizeniParZakazekForm
  2.   PixelsPerInch = 96
  3.   TextHeight = 13
  4.   inherited TopPanel: TPanel
  5.     Top = 26
  6.   end
  7.   inherited LeftPanel: TPanel
  8.     Top = 48
  9.     Height = 240
  10.   end
  11.   inherited BottomRightPanel: TPanel
  12.     Top = 48
  13.     Height = 240
  14.     inherited DBGrid: TDrDBGrid
  15.       Height = 168
  16.     end
  17.     inherited RightPanel: TPanel
  18.       Height = 168
  19.     end
  20.     inherited BottomPanel: TPanel
  21.       Top = 168
  22.     end
  23.   end
  24.   object ProhlizeniParCoolBar: TCoolBar [4]
  25.     Left = 0
  26.     Top = 0
  27.     Width = 593
  28.     Height = 26
  29.     Bands = <
  30.       item
  31.         Control = ToolBar1
  32.         ImageIndex = -1
  33.         MinHeight = 22
  34.         Width = 589
  35.       end>
  36.     object ToolBar1: TToolBar
  37.       Left = 0
  38.       Top = 0
  39.       Width = 585
  40.       Height = 22
  41.       Align = alBottom
  42.       EdgeBorders = []
  43.       EdgeInner = esNone
  44.       EdgeOuter = esNone
  45.       Flat = True
  46.       HotImages = PomocneDM.BtnHotImages
  47.       Images = PomocneDM.BtnImages
  48.       TabOrder = 0
  49.       object EditovatSBtn: TToolButton
  50.         Left = 0
  51.         Top = 0
  52.         Width = 23
  53.         Height = 22
  54.         Hint = 'ToolButton2'
  55.         Caption = 'Opravit'
  56.         ImageIndex = 1
  57.         OnClick = EditovatSBtnClick
  58.       end
  59.       object UkazatSBtn: TToolButton
  60.         Left = 23
  61.         Top = 0
  62.         Width = 23
  63.         Height = 22
  64.         Hint = 'ToolButton3'
  65.         Caption = 'Uk∩┐╜zat'
  66.         ImageIndex = 2
  67.         OnClick = UkazatSBtnClick
  68.       end
  69.       object VymazatSBtn: TToolButton
  70.         Left = 46
  71.         Top = 0
  72.         Width = 23
  73.         Height = 22
  74.         Hint = 'ToolButton4'
  75.         Caption = 'Do arch∩┐╜vu'
  76.         ImageIndex = 15
  77.         OnClick = VymazatSBtnClick
  78.       end
  79.       object ToolSep1: TToolButton
  80.         Left = 69
  81.         Top = 0
  82.         Width = 8
  83.         Height = 22
  84.         Caption = 'ToolSep1'
  85.         ImageIndex = -1
  86.         Style = tbsDivider
  87.       end
  88.       object HledatSBtn: TToolButton
  89.         Left = 77
  90.         Top = 0
  91.         Width = 23
  92.         Height = 22
  93.         Hint = 'ToolButton1'
  94.         Caption = 'Hledat'
  95.         ImageIndex = 4
  96.         OnClick = HledatSBtnClick
  97.       end
  98.     end
  99.   end
  100.   inherited ZakazkyTbl: TTable
  101.     Active = True
  102.     Filtered = False
  103.     IndexFieldNames = 'NabidkaPoptavka'
  104.     TableName = 'Zakazky.DB'
  105.   end
  106.   inherited ProhlizeniMenu: TMainMenu
  107.     inherited AktZakazkaMnI: TMenuItem
  108.       inherited _PridatMnI: TMenuItem
  109.         Visible = False
  110.       end
  111.       object Presun1MnI: TMenuItem [3]
  112.         Caption = 'P∩┐╜esunout do &arch∩┐╜vu'
  113.         OnClick = Presun1MnIClick
  114.       end
  115.     end
  116.     inherited OperaceMnI: TMenuItem
  117.       object PresunMnI: TMenuItem
  118.         Caption = 'P∩┐╜esunout do &arch∩┐╜vu'
  119.         OnClick = PresunMnIClick
  120.       end
  121.     end
  122.     inherited NastrojeMni: TMenuItem
  123.       inherited NastrojeSep: TMenuItem
  124.         Visible = False
  125.       end
  126.       inherited FiltrovatMnI: TMenuItem
  127.         Visible = False
  128.       end
  129.       inherited ZrusitFiltrovaniMnI: TMenuItem
  130.         Visible = False
  131.       end
  132.     end
  133.   end
  134.   object MasterTbl: TTable
  135.     Active = True
  136.     FilterOptions = [foCaseInsensitive, foNoPartialCompare]
  137.     DatabaseName = 'RealityDB'
  138.     TableName = 'Zakazky.DB'
  139.     Left = 496
  140.     Top = 112
  141.   end
  142. end
  143.