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

  1. object RootEditForm: TRootEditForm
  2.   Left = 291
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 389
  7.   ClientWidth = 571
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = ZakazkyMainMenu
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object MainPC: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 571
  27.     Height = 353
  28.     ActivePage = VseobecneTS
  29.     Align = alTop
  30.     TabOrder = 0
  31.     OnChange = MainPCChange
  32.     object VseobecneTS: TTabSheet
  33.       Caption = 'V∩┐╜eobecn∩┐╜ ∩┐╜daje'
  34.       object VseobecneGBox: TGroupBox
  35.         Left = 8
  36.         Top = 4
  37.         Width = 193
  38.         Height = 117
  39.         Caption = 'V∩┐╜eobecn∩┐╜'
  40.         TabOrder = 0
  41.         object CisloZakRl: TResLabel
  42.           Left = 8
  43.           Top = 24
  44.           Width = 65
  45.           Height = 13
  46.           Caption = '∩┐╜∩┐╜slo zak∩┐╜zky'
  47.           AAPropLink.PopisPropertyLD = True
  48.           AAPropLink.JmenoProperty = 'CisloZakazky'
  49.           AAPropLink.PopisProperty = '∩┐╜∩┐╜slo zak∩┐╜zky'
  50.           AAPropLink.Resourcer = MainForm.RK
  51.         end
  52.         object TypZRl: TResLabel
  53.           Left = 8
  54.           Top = 96
  55.           Width = 60
  56.           Height = 13
  57.           Caption = 'Typ zak∩┐╜zky'
  58.           AAPropLink.PopisPropertyLD = True
  59.           AAPropLink.JmenoProperty = 'TypZakazky'
  60.           AAPropLink.PopisProperty = 'Typ zak∩┐╜zky'
  61.           AAPropLink.MoznostiProperty.Strings = (
  62.             'prodej'
  63.             'pron∩┐╜jem'
  64.             'prodej-pron∩┐╜jem')
  65.           AAPropLink.Resourcer = MainForm.RK
  66.         end
  67.         object DatumRl: TResLabel
  68.           Left = 8
  69.           Top = 48
  70.           Width = 31
  71.           Height = 13
  72.           Caption = 'Datum'
  73.           AAPropLink.PopisPropertyLD = True
  74.           AAPropLink.JmenoProperty = 'Datum'
  75.           AAPropLink.PopisProperty = 'Datum'
  76.           AAPropLink.Resourcer = MainForm.RK
  77.         end
  78.         object DAtumUkonceniSmlouvyRl: TResLabel
  79.           Left = 8
  80.           Top = 72
  81.           Width = 79
  82.           Height = 13
  83.           Caption = 'Datum ukon∩┐╜en∩┐╜'
  84.           AAPropLink.PopisPropertyLD = True
  85.           AAPropLink.JmenoProperty = 'DatumUkonceniSmlouvy'
  86.           AAPropLink.PopisProperty = 'Datum ukon∩┐╜en∩┐╜'
  87.           AAPropLink.Resourcer = MainForm.RK
  88.         end
  89.         object CisloZakEP: TEditPanel
  90.           Left = 80
  91.           Top = 16
  92.           Width = 105
  93.           Height = 21
  94.           Font.Charset = DEFAULT_CHARSET
  95.           Font.Color = clBlue
  96.           Font.Height = -11
  97.           Font.Name = 'MS Sans Serif'
  98.           Font.Style = [fsBold]
  99.           ParentFont = False
  100.           TabOrder = 0
  101.           AAPropLink.PopisPropertyLD = True
  102.           AAPropLink.JmenoProperty = 'CisloZakazky'
  103.           AAPropLink.PopisProperty = '∩┐╜∩┐╜slo zak∩┐╜zky'
  104.           AAPropLink.Resourcer = MainForm.RK
  105.           ReadOnly = True
  106.         end
  107.         object TypZEP: TEditPanel
  108.           Left = 80
  109.           Top = 88
  110.           Width = 105
  111.           Height = 21
  112.           TabOrder = 2
  113.           AAPropLink.PopisPropertyLD = True
  114.           AAPropLink.JmenoProperty = 'TypZakazky'
  115.           AAPropLink.PopisProperty = 'Typ zak∩┐╜zky'
  116.           AAPropLink.MoznostiProperty.Strings = (
  117.             'prodej'
  118.             'pron∩┐╜jem'
  119.             'prodej-pron∩┐╜jem')
  120.           AAPropLink.Resourcer = MainForm.RK
  121.           ReadOnly = False
  122.         end
  123.         object DatumEP: TEditPanel
  124.           Left = 80
  125.           Top = 40
  126.           Width = 105
  127.           Height = 21
  128.           TabOrder = 1
  129.           AAPropLink.PopisPropertyLD = True
  130.           AAPropLink.JmenoProperty = 'Datum'
  131.           AAPropLink.PopisProperty = 'Datum'
  132.           AAPropLink.Resourcer = MainForm.RK
  133.           ReadOnly = False
  134.         end
  135.         object DatumUkonceniDE: TDateEdit
  136.           Left = 80
  137.           Top = 64
  138.           Width = 105
  139.           Height = 21
  140.           ButtonHint = 'Datum ukon∩┐╜en∩┐╜ smlouvy'
  141.           NumGlyphs = 2
  142.           TabOrder = 3
  143.         end
  144.       end
  145.       object AdresaGBox: TGroupBox
  146.         Left = 8
  147.         Top = 124
  148.         Width = 249
  149.         Height = 91
  150.         Caption = 'Adresa objektu'
  151.         TabOrder = 1
  152.         object UliceRl: TResLabel
  153.           Left = 8
  154.           Top = 24
  155.           Width = 24
  156.           Height = 13
  157.           Caption = 'Ulice'
  158.           AAPropLink.PopisPropertyLD = True
  159.           AAPropLink.JmenoProperty = 'Ulice'
  160.           AAPropLink.PopisProperty = 'Ulice'
  161.           AAPropLink.Resourcer = MainForm.RK
  162.         end
  163.         object ObecRl: TResLabel
  164.           Left = 8
  165.           Top = 48
  166.           Width = 26
  167.           Height = 13
  168.           Caption = 'Obec'
  169.           AAPropLink.PopisPropertyLD = True
  170.           AAPropLink.JmenoProperty = 'Obec'
  171.           AAPropLink.PopisProperty = 'Obec'
  172.           AAPropLink.Resourcer = MainForm.RK
  173.         end
  174.         object PSCRl: TResLabel
  175.           Left = 8
  176.           Top = 72
  177.           Width = 21
  178.           Height = 13
  179.           Caption = 'PS∩┐╜'
  180.           AAPropLink.PopisPropertyLD = True
  181.           AAPropLink.JmenoProperty = 'PSC'
  182.           AAPropLink.PopisProperty = 'PS∩┐╜'
  183.           AAPropLink.Resourcer = MainForm.RK
  184.         end
  185.         object PSCSBtn: TSpeedButton
  186.           Left = 128
  187.           Top = 64
  188.           Width = 105
  189.           Height = 21
  190.           Caption = 'Katalog PS∩┐╜'
  191.           Flat = True
  192.           Glyph.Data = {
  193.             F6000000424DF600000000000000760000002800000010000000100000000100
  194.             0400000000008000000000000000000000001000000000000000000000000000
  195.             80000080000000808000800000008000800080800000C0C0C000808080000000
  196.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  197.             333333333333333333333333333333333333300000000000000330FFFFFFFFFF
  198.             FF0330FFFCCCCCCFFF0330FFFFFFFFFFFF0330FFFCCCCCCFFF0330FFFFFFFFFF
  199.             FF0330FFFFFFFFF9970330FCCCFFFFF9970330FFFFFFFFF77703300000000000
  200.             0003333333333333333333333333333333333333333333333333}
  201.           OnClick = PSCSBtnClick
  202.         end
  203.         object UliceEP: TEditPanel
  204.           Left = 48
  205.           Top = 16
  206.           Width = 185
  207.           Height = 21
  208.           TabOrder = 0
  209.           AAPropLink.PopisPropertyLD = True
  210.           AAPropLink.JmenoProperty = 'Ulice'
  211.           AAPropLink.PopisProperty = 'Ulice'
  212.           AAPropLink.Resourcer = MainForm.RK
  213.           ReadOnly = False
  214.         end
  215.         object ObecEP: TEditPanel
  216.           Left = 48
  217.           Top = 40
  218.           Width = 185
  219.           Height = 21
  220.           TabOrder = 1
  221.           AAPropLink.PopisPropertyLD = True
  222.           AAPropLink.JmenoProperty = 'Obec'
  223.           AAPropLink.PopisProperty = 'Obec'
  224.           AAPropLink.Resourcer = MainForm.RK
  225.           ReadOnly = False
  226.         end
  227.         object PSCEP: TEditPanel
  228.           Left = 48
  229.           Top = 64
  230.           Width = 73
  231.           Height = 21
  232.           TabOrder = 2
  233.           AAPropLink.PopisPropertyLD = True
  234.           AAPropLink.JmenoProperty = 'PSC'
  235.           AAPropLink.PopisProperty = 'PS∩┐╜'
  236.           AAPropLink.Resourcer = MainForm.RK
  237.           ReadOnly = False
  238.         end
  239.       end
  240.       object KlientGBox: TGroupBox
  241.         Left = 208
  242.         Top = 4
  243.         Width = 345
  244.         Height = 117
  245.         Caption = 'Klient'
  246.         TabOrder = 2
  247.         object JmenoLbl: TLabel
  248.           Left = 8
  249.           Top = 24
  250.           Width = 31
  251.           Height = 13
  252.           Caption = 'Jm∩┐╜no'
  253.         end
  254.         object UliceLbl: TLabel
  255.           Left = 8
  256.           Top = 48
  257.           Width = 24
  258.           Height = 13
  259.           Caption = 'Ulice'
  260.           FocusControl = UliceDBEd
  261.         end
  262.         object ObecLbl: TLabel
  263.           Left = 8
  264.           Top = 72
  265.           Width = 26
  266.           Height = 13
  267.           Caption = 'Obec'
  268.           FocusControl = ObecDBEd
  269.         end
  270.         object PSCLbl: TLabel
  271.           Left = 240
  272.           Top = 72
  273.           Width = 21
  274.           Height = 13
  275.           Caption = 'PS∩┐╜'
  276.           FocusControl = PSCDBEd
  277.         end
  278.         object ZmenitBtn: TSpeedButton
  279.           Left = 264
  280.           Top = 16
  281.           Width = 65
  282.           Height = 25
  283.           Caption = '&Katalog'
  284.           Flat = True
  285.           Glyph.Data = {
  286.             F6000000424DF600000000000000760000002800000010000000100000000100
  287.             0400000000008000000000000000000000001000000000000000000000000000
  288.             80000080000000808000800000008000800080800000C0C0C000808080000000
  289.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666
  290.             6666666111111111666666619991179166666666111FF7166666666668FFF006
  291.             6666666660FF7F7066666666000FFFF06666666000FFFFF066666660000FFFFF
  292.             066666600000FFC06666666000000FF066666660000000000666666600000000
  293.             0666666660000006666666666666666666666666666666666666}
  294.           OnClick = ZmenitBtnClick
  295.         end
  296.         object UliceDBEd: TDBEdit
  297.           Left = 48
  298.           Top = 40
  299.           Width = 209
  300.           Height = 21
  301.           Color = clBtnFace
  302.           DataField = 'Ulice'
  303.           ReadOnly = True
  304.           TabOrder = 0
  305.         end
  306.         object ObecDBEd: TDBEdit
  307.           Left = 48
  308.           Top = 64
  309.           Width = 177
  310.           Height = 21
  311.           Color = clBtnFace
  312.           DataField = 'Obec'
  313.           ReadOnly = True
  314.           TabOrder = 1
  315.         end
  316.         object PSCDBEd: TDBEdit
  317.           Left = 264
  318.           Top = 64
  319.           Width = 65
  320.           Height = 21
  321.           Color = clBtnFace
  322.           DataField = 'PSC'
  323.           ReadOnly = True
  324.           TabOrder = 2
  325.         end
  326.         object JmenoDbEd: TRxDBLookupCombo
  327.           Left = 48
  328.           Top = 16
  329.           Width = 209
  330.           Height = 21
  331.           DropDownCount = 8
  332.           EscapeClear = False
  333.           LookupField = 'Jmeno'
  334.           LookupDisplay = 'Jmeno'
  335.           LookupSource = ZakazniciDS
  336.           ReadOnly = True
  337.           TabOrder = 3
  338.           OnChange = JmenoDbEdChange
  339.         end
  340.       end
  341.       object CenaGBox: TGroupBox
  342.         Left = 264
  343.         Top = 124
  344.         Width = 289
  345.         Height = 91
  346.         Caption = 'Cena a stav'
  347.         TabOrder = 3
  348.         object RPronRl: TResLabel
  349.           Left = 10
  350.           Top = 48
  351.           Width = 71
  352.           Height = 13
  353.           Caption = 'Cena pron∩┐╜jem'
  354.           AAPropLink.PopisPropertyLD = True
  355.           AAPropLink.JmenoProperty = 'CenaPronajem'
  356.           AAPropLink.PopisProperty = 'Cena pron∩┐╜jem'
  357.           AAPropLink.Resourcer = MainForm.RK
  358.         end
  359.         object CProdRl: TResLabel
  360.           Left = 10
  361.           Top = 24
  362.           Width = 57
  363.           Height = 13
  364.           Caption = 'Cena prodej'
  365.           AAPropLink.PopisPropertyLD = True
  366.           AAPropLink.JmenoProperty = 'CenaProdej'
  367.           AAPropLink.PopisProperty = 'Cena prodej'
  368.           AAPropLink.Resourcer = MainForm.RK
  369.         end
  370.         object StavObjektuLbl: TLabel
  371.           Left = 10
  372.           Top = 70
  373.           Width = 60
  374.           Height = 13
  375.           Caption = 'Stav objektu'
  376.         end
  377.         object CPronEP: TEditPanel
  378.           Left = 88
  379.           Top = 40
  380.           Width = 97
  381.           Height = 21
  382.           TabOrder = 1
  383.           AAPropLink.PopisPropertyLD = True
  384.           AAPropLink.JmenoProperty = 'CenaPronajem'
  385.           AAPropLink.PopisProperty = 'Cena pron∩┐╜jem'
  386.           AAPropLink.Resourcer = MainForm.RK
  387.           ReadOnly = False
  388.         end
  389.         object CProdEP: TEditPanel
  390.           Left = 88
  391.           Top = 16
  392.           Width = 97
  393.           Height = 21
  394.           TabOrder = 0
  395.           AAPropLink.PopisPropertyLD = True
  396.           AAPropLink.JmenoProperty = 'CenaProdej'
  397.           AAPropLink.PopisProperty = 'Cena prodej'
  398.           AAPropLink.Resourcer = MainForm.RK
  399.           ReadOnly = False
  400.         end
  401.         object PoznKCProdEP: TEditPanel
  402.           Left = 184
  403.           Top = 16
  404.           Width = 97
  405.           Height = 21
  406.           TabOrder = 2
  407.           AAPropLink.PopisPropertyLD = True
  408.           AAPropLink.JmenoProperty = 'PoznamkaKCeneProdej'
  409.           AAPropLink.PopisProperty = 'Pozn∩┐╜mka k prodejn∩┐╜ cen∩┐╜'
  410.           AAPropLink.MoznostiProperty.Strings = (
  411.             'K∩┐╜'
  412.             'K∩┐╜/m2')
  413.           AAPropLink.Resourcer = MainForm.RK
  414.           ReadOnly = False
  415.         end
  416.         object PoznKCPronEP: TEditPanel
  417.           Left = 184
  418.           Top = 40
  419.           Width = 97
  420.           Height = 21
  421.           TabOrder = 3
  422.           AAPropLink.PopisPropertyLD = True
  423.           AAPropLink.JmenoProperty = 'PoznamkaKCenePronajem'
  424.           AAPropLink.PopisProperty = 'Pozn∩┐╜mka k n∩┐╜jemn∩┐╜ cen∩┐╜'
  425.           AAPropLink.MoznostiProperty.Strings = (
  426.             'K∩┐╜/m∩┐╜s∩┐╜c'
  427.             'K∩┐╜/rok'
  428.             'K∩┐╜/m2/m∩┐╜s∩┐╜c'
  429.             'K∩┐╜/m2/rok')
  430.           AAPropLink.Resourcer = MainForm.RK
  431.           ReadOnly = False
  432.         end
  433.         object StavObjektuRootEditFormPanel: TEditPanel
  434.           Left = 88
  435.           Top = 64
  436.           Width = 193
  437.           Height = 21
  438.           TabOrder = 4
  439.           AAPropLink.PopisPropertyLD = True
  440.           AAPropLink.JmenoProperty = 'Stav'
  441.           AAPropLink.PopisProperty = 'Stav'
  442.           AAPropLink.Resourcer = MainForm.RK
  443.           ReadOnly = False
  444.         end
  445.       end
  446.       object PoznamkaGBox: TGroupBox
  447.         Left = 8
  448.         Top = 216
  449.         Width = 545
  450.         Height = 97
  451.         Caption = 'Pozn∩┐╜mky k zak∩┐╜zce'
  452.         TabOrder = 4
  453.         object PoznamkaRM: TResMemo
  454.           Left = 8
  455.           Top = 15
  456.           Width = 529
  457.           Height = 74
  458.           Ctl3D = True
  459.           ParentCtl3D = False
  460.           TabOrder = 0
  461.           AAPropLink.PopisPropertyLD = True
  462.           AAPropLink.JmenoProperty = 'Poznamka'
  463.           AAPropLink.PopisProperty = 'Pozn∩┐╜mka'
  464.           AAPropLink.Resourcer = MainForm.RK
  465.         end
  466.       end
  467.     end
  468.     object TechnickeTS: TTabSheet
  469.       Caption = 'Technick∩┐╜ parametry'
  470.       object TechnickeParamertryPC: TPageControl
  471.         Left = 8
  472.         Top = 8
  473.         Width = 553
  474.         Height = 345
  475.         ActivePage = ZakladniTS
  476.         TabOrder = 0
  477.         object ZakladniTS: TTabSheet
  478.           Caption = 'Z∩┐╜kladn∩┐╜ ∩┐╜daje'
  479.         end
  480.       end
  481.     end
  482.   end
  483.   object OKBtn: TButton
  484.     Left = 408
  485.     Top = 360
  486.     Width = 75
  487.     Height = 25
  488.     Caption = 'OK'
  489.     TabOrder = 1
  490.     OnClick = RootOKBtnClick
  491.   end
  492.   object CancelBtn: TButton
  493.     Left = 488
  494.     Top = 360
  495.     Width = 75
  496.     Height = 25
  497.     Caption = 'Storno'
  498.     TabOrder = 2
  499.     OnClick = RootCancelBtnClick
  500.   end
  501.   object ZakazniciTbl: TTable
  502.     DatabaseName = 'RealityDB'
  503.     IndexFieldNames = 'CisloZakaznika'
  504.     TableName = 'Zakaznic.DB'
  505.     Left = 196
  506.     Top = 362
  507.     object ZakazniciTblCisloZakaznika: TStringField
  508.       FieldName = 'CisloZakaznika'
  509.       Required = True
  510.       Size = 10
  511.     end
  512.     object ZakazniciTblJmeno: TStringField
  513.       FieldName = 'Jmeno'
  514.       Required = True
  515.       Size = 60
  516.     end
  517.     object ZakazniciTblUlice: TStringField
  518.       FieldName = 'Ulice'
  519.       Size = 60
  520.     end
  521.     object ZakazniciTblObec: TStringField
  522.       FieldName = 'Obec'
  523.       Size = 60
  524.     end
  525.     object ZakazniciTblPSC: TStringField
  526.       Alignment = taRightJustify
  527.       FieldName = 'PSC'
  528.       EditMask = '000 00;0;_'
  529.       Size = 6
  530.     end
  531.   end
  532.   object ZakazniciDS: TDataSource
  533.     DataSet = ZakazniciTbl
  534.     OnDataChange = ZakazniciDSDataChange
  535.     Left = 244
  536.     Top = 362
  537.   end
  538.   object ZakazkyMainMenu: TMainMenu
  539.     Left = 352
  540.     Top = 360
  541.     object ZakazkaMnI: TMenuItem
  542.       Caption = 'Z&ak∩┐╜zka'
  543.       object TiskNabListMnI: TMenuItem
  544.         Caption = '&Tisknout nab∩┐╜dkov∩┐╜ list'
  545.         Visible = False
  546.         OnClick = TiskNabListMnIClick
  547.       end
  548.       object RootEditFormSep1: TMenuItem
  549.         Caption = '-'
  550.         Visible = False
  551.       end
  552.       object ZavritMnI: TMenuItem
  553.         Caption = '&Zav∩┐╜∩┐╜t'
  554.         OnClick = RootCancelBtnClick
  555.       end
  556.     end
  557.   end
  558. end
  559.