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

  1. object LoadStoreForm: TLoadStoreForm
  2.   Left = 211
  3.   Top = 111
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 296
  7.   ClientWidth = 404
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BottomPanel: TPanel
  19.     Left = 0
  20.     Top = 288
  21.     Width = 404
  22.     Height = 8
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.   end
  27.   object Notebook: TNotebook
  28.     Left = 0
  29.     Top = 252
  30.     Width = 404
  31.     Height = 36
  32.     Align = alBottom
  33.     TabOrder = 1
  34.     object TPage
  35.       Left = 0
  36.       Top = 0
  37.       Caption = 'DBLoad'
  38.       object VybratBtn: TButton
  39.         Left = 240
  40.         Top = 8
  41.         Width = 75
  42.         Height = 25
  43.         Caption = '&Vybrat'
  44.         Default = True
  45.         TabOrder = 0
  46.         OnClick = VybratBtnClick
  47.       end
  48.       object StornoBtn: TButton
  49.         Left = 320
  50.         Top = 8
  51.         Width = 75
  52.         Height = 25
  53.         Cancel = True
  54.         Caption = 'Storno'
  55.         ModalResult = 2
  56.         TabOrder = 1
  57.       end
  58.     end
  59.     object TPage
  60.       Left = 0
  61.       Top = 0
  62.       Caption = 'DBSave'
  63.       object NazevLabel: TLabel
  64.         Left = 8
  65.         Top = 16
  66.         Width = 68
  67.         Height = 13
  68.         Caption = 'Popis polo∩┐╜ky:'
  69.       end
  70.       object DBSaveEdit: TEdit
  71.         Left = 80
  72.         Top = 8
  73.         Width = 313
  74.         Height = 21
  75.         TabOrder = 0
  76.         OnChange = DBSaveEditChange
  77.       end
  78.       object UlozitBtn: TButton
  79.         Left = 240
  80.         Top = 40
  81.         Width = 75
  82.         Height = 25
  83.         Caption = 'Ulo∩┐╜it'
  84.         Default = True
  85.         Enabled = False
  86.         TabOrder = 1
  87.         OnClick = UlozitBtnClick
  88.       end
  89.       object StornoBtn2: TButton
  90.         Left = 320
  91.         Top = 40
  92.         Width = 75
  93.         Height = 25
  94.         Caption = 'Storno'
  95.         ModalResult = 2
  96.         TabOrder = 2
  97.       end
  98.     end
  99.   end
  100.   object TopPanel: TPanel
  101.     Left = 0
  102.     Top = 26
  103.     Width = 404
  104.     Height = 23
  105.     Align = alTop
  106.     BevelOuter = bvNone
  107.     TabOrder = 2
  108.     object PopisLabel: TLabel
  109.       Left = 8
  110.       Top = 8
  111.       Width = 5
  112.       Height = 13
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clBlack
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.     end
  120.     object DBNavigator: TDBNavigator
  121.       Left = 316
  122.       Top = 4
  123.       Width = 80
  124.       Height = 18
  125.       DataSource = DS
  126.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  127.       Flat = True
  128.       Hints.Strings = (
  129.         'Prvn∩┐╜'
  130.         'P∩┐╜edchoz∩┐╜'
  131.         'N∩┐╜sleduj∩┐╜c∩┐╜'
  132.         'Posledn∩┐╜')
  133.       ParentShowHint = False
  134.       ShowHint = True
  135.       TabOrder = 0
  136.     end
  137.   end
  138.   object DBGrid: TDBGrid
  139.     Left = 9
  140.     Top = 49
  141.     Width = 386
  142.     Height = 203
  143.     Align = alClient
  144.     DataSource = DS
  145.     Options = [dgTitles, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  146.     ReadOnly = True
  147.     TabOrder = 3
  148.     TitleFont.Charset = DEFAULT_CHARSET
  149.     TitleFont.Color = clWindowText
  150.     TitleFont.Height = -11
  151.     TitleFont.Name = 'MS Sans Serif'
  152.     TitleFont.Style = []
  153.     Columns = <
  154.       item
  155.         FieldName = 'Popis'
  156.         Width = 284
  157.       end
  158.       item
  159.         FieldName = 'Datum'
  160.         Width = 81
  161.       end>
  162.   end
  163.   object RightPanel: TPanel
  164.     Left = 395
  165.     Top = 49
  166.     Width = 9
  167.     Height = 203
  168.     Align = alRight
  169.     BevelOuter = bvNone
  170.     TabOrder = 4
  171.   end
  172.   object LeftPanel: TPanel
  173.     Left = 0
  174.     Top = 49
  175.     Width = 9
  176.     Height = 203
  177.     Align = alLeft
  178.     BevelOuter = bvNone
  179.     TabOrder = 5
  180.   end
  181.   object LoadSaveCoolBar: TCoolBar
  182.     Left = 0
  183.     Top = 0
  184.     Width = 404
  185.     Height = 26
  186.     Bands = <
  187.       item
  188.         Control = ToolBar1
  189.         ImageIndex = -1
  190.         MinHeight = 22
  191.         Width = 400
  192.       end>
  193.     object ToolBar1: TToolBar
  194.       Left = 0
  195.       Top = 0
  196.       Width = 396
  197.       Height = 22
  198.       Align = alBottom
  199.       ButtonWidth = 26
  200.       EdgeBorders = []
  201.       EdgeInner = esNone
  202.       EdgeOuter = esNone
  203.       Flat = True
  204.       HotImages = PomocneDM.BtnHotImages
  205.       Images = PomocneDM.BtnImages
  206.       TabOrder = 0
  207.       object VymazatSBtn: TToolButton
  208.         Left = 0
  209.         Top = 0
  210.         Width = 26
  211.         Height = 22
  212.         Caption = 'Vymazat'
  213.         ImageIndex = 3
  214.         OnClick = VymazatSBtnClick
  215.       end
  216.       object PrejmenovatSBtn: TToolButton
  217.         Left = 26
  218.         Top = 0
  219.         Width = 26
  220.         Height = 22
  221.         Caption = 'P∩┐╜ejmenovat'
  222.         ImageIndex = 14
  223.         OnClick = PrejmenovatSBtnClick
  224.       end
  225.       object FileSBtn: TToolButton
  226.         Left = 52
  227.         Top = 0
  228.         Width = 26
  229.         Height = 22
  230.         ImageIndex = 18
  231.         OnClick = FileSBtnClick
  232.       end
  233.     end
  234.   end
  235.   object MainMenu: TMainMenu
  236.     Left = 312
  237.     Top = 96
  238.     object OperaceMnI: TMenuItem
  239.       Caption = '&Operace'
  240.       object VymazatMnI: TMenuItem
  241.         Caption = '&Vymazat polo∩┐╜ku'
  242.         OnClick = VymazatSBtnClick
  243.       end
  244.       object PrejmenovatMnI: TMenuItem
  245.         Caption = '&P∩┐╜ejmenovat polo∩┐╜ku'
  246.         OnClick = PrejmenovatSBtnClick
  247.       end
  248.       object FileMnI: TMenuItem
  249.         OnClick = FileSBtnClick
  250.       end
  251.       object N1: TMenuItem
  252.         Caption = '-'
  253.       end
  254.       object ZavritMnI: TMenuItem
  255.         Caption = 'Zav∩┐╜∩┐╜t'
  256.         OnClick = ZavritMnIClick
  257.       end
  258.     end
  259.   end
  260.   object DS: TDataSource
  261.     DataSet = FiltryTbl
  262.     OnDataChange = DSDataChange
  263.     Left = 320
  264.     Top = 144
  265.   end
  266.   object FiltryTbl: TTable
  267.     DatabaseName = 'RealityDB'
  268.     TableName = 'Filtry.db'
  269.     Left = 152
  270.     Top = 64
  271.   end
  272.   object SkupinyTbl: TTable
  273.     DatabaseName = 'RealityDB'
  274.     TableName = 'Skupiny.db'
  275.     Left = 152
  276.     Top = 168
  277.   end
  278.   object OpenDialog: TOpenDialog
  279.     FilterIndex = 0
  280.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  281.     Left = 232
  282.     Top = 56
  283.   end
  284.   object SaveDialog: TSaveDialog
  285.     FilterIndex = 0
  286.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir]
  287.     Left = 232
  288.     Top = 104
  289.   end
  290.   object MaskyTbl: TTable
  291.     DatabaseName = 'RealityDB'
  292.     TableName = 'SetParov.DB'
  293.     Left = 152
  294.     Top = 112
  295.   end
  296. end
  297.