home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / cap / _setup.1 / cap.exe / 0 / RCDATA / TCAPF / TCAPF.txt < prev   
Text File  |  1997-11-22  |  14KB  |  490 lines

  1. object CapF: TCapF
  2.   Left = 325
  3.   Top = 127
  4.   ActiveControl = Panel1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Ricerca C.A.P.'
  8.   ClientHeight = 354
  9.   ClientWidth = 357
  10.   Color = clSilver
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Menu = MainMenu1
  18.   PopupMenu = PopupMenu1
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 357
  28.     Height = 176
  29.     BevelInner = bvLowered
  30.     BevelWidth = 2
  31.     BorderWidth = 3
  32.     Color = clSilver
  33.     TabOrder = 0
  34.     object Image1: TImage
  35.       Left = 184
  36.       Top = 16
  37.       Width = 127
  38.       Height = 57
  39.       ParentShowHint = False
  40.       Picture.Data = {<image001.TMetafile>}
  41.       ShowHint = False
  42.       Stretch = True
  43.     end
  44.     object Image2: TImage
  45.       Left = 50
  46.       Top = 21
  47.       Width = 55
  48.       Height = 52
  49.       ParentShowHint = False
  50.       Picture.Data = {<image002.bmp>}
  51.       ShowHint = False
  52.     end
  53.     object Panel4: TPanel
  54.       Left = 16
  55.       Top = 110
  56.       Width = 161
  57.       Height = 53
  58.       BevelInner = bvLowered
  59.       TabOrder = 1
  60.       object RadioButton3: TRadioButton
  61.         Left = 8
  62.         Top = 34
  63.         Width = 145
  64.         Height = 14
  65.         Hint = 'Imposta la ricerca per Provincia'
  66.         Caption = 'Ricerca per Provincia'
  67.         ParentShowHint = False
  68.         ShowHint = False
  69.         TabOrder = 2
  70.         OnClick = RadioButton3Click
  71.         OnKeyPress = RadioButton3KeyPress
  72.         OnMouseUp = RadioButton3MouseUp
  73.       end
  74.       object RadioButton1: TRadioButton
  75.         Left = 8
  76.         Top = 4
  77.         Width = 145
  78.         Height = 14
  79.         Hint = 'Imposta la ricerca per Localit∩┐╜'
  80.         Caption = 'Ricerca per Localit∩┐╜'
  81.         Checked = True
  82.         Font.Charset = DEFAULT_CHARSET
  83.         Font.Color = clBlack
  84.         Font.Height = -11
  85.         Font.Name = 'MS Sans Serif'
  86.         Font.Style = []
  87.         ParentFont = False
  88.         ParentShowHint = False
  89.         ShowHint = False
  90.         TabOrder = 0
  91.         TabStop = True
  92.         OnClick = RadioButton1Click
  93.         OnKeyPress = RadioButton1KeyPress
  94.         OnMouseUp = RadioButton1MouseUp
  95.       end
  96.       object RadioButton2: TRadioButton
  97.         Left = 8
  98.         Top = 19
  99.         Width = 145
  100.         Height = 14
  101.         Hint = 'Imposta la ricerca per C.A.P.'
  102.         Caption = 'Ricerca per C.A.P.'
  103.         Font.Charset = DEFAULT_CHARSET
  104.         Font.Color = clBlack
  105.         Font.Height = -11
  106.         Font.Name = 'MS Sans Serif'
  107.         Font.Style = []
  108.         ParentFont = False
  109.         ParentShowHint = False
  110.         ShowHint = False
  111.         TabOrder = 1
  112.         OnClick = RadioButton2Click
  113.         OnKeyPress = RadioButton2KeyPress
  114.         OnMouseUp = RadioButton2MouseUp
  115.       end
  116.     end
  117.     object Edit1: TEdit
  118.       Left = 16
  119.       Top = 82
  120.       Width = 324
  121.       Height = 21
  122.       Hint = 'Immetti la localit∩┐╜ anche parziale da ricercare'
  123.       CharCase = ecUpperCase
  124.       Color = clAqua
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clBlack
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = [fsBold]
  130.       MaxLength = 30
  131.       ParentFont = False
  132.       ParentShowHint = False
  133.       ShowHint = False
  134.       TabOrder = 0
  135.       OnChange = Edit1Change
  136.       OnKeyDown = Edit1KeyDown
  137.     end
  138.     object Panel3: TPanel
  139.       Left = 184
  140.       Top = 110
  141.       Width = 156
  142.       Height = 53
  143.       BevelInner = bvLowered
  144.       BorderWidth = 3
  145.       Ctl3D = True
  146.       ParentCtl3D = False
  147.       TabOrder = 2
  148.       object BitBtn1: TBitBtn
  149.         Left = 79
  150.         Top = 5
  151.         Width = 72
  152.         Height = 43
  153.         Hint = 'Esce dal programma'
  154.         Caption = '&Fine'
  155.         Font.Charset = DEFAULT_CHARSET
  156.         Font.Color = clBlack
  157.         Font.Height = -11
  158.         Font.Name = 'MS Sans Serif'
  159.         Font.Style = []
  160.         ParentFont = False
  161.         ParentShowHint = False
  162.         ShowHint = False
  163.         TabOrder = 1
  164.         Kind = bkClose
  165.         Layout = blGlyphTop
  166.         Margin = 5
  167.         Style = bsNew
  168.         Spacing = 1
  169.       end
  170.       object BitBtn3: TBitBtn
  171.         Left = 5
  172.         Top = 5
  173.         Width = 72
  174.         Height = 43
  175.         Hint = 'Ricerca CAP di Vie o Piazze'
  176.         Caption = '&Stradari'
  177.         Font.Charset = DEFAULT_CHARSET
  178.         Font.Color = clBlack
  179.         Font.Height = -11
  180.         Font.Name = 'MS Sans Serif'
  181.         Font.Style = []
  182.         ParentFont = False
  183.         ParentShowHint = False
  184.         ShowHint = False
  185.         TabOrder = 0
  186.         OnClick = BitBtn3Click
  187.         Glyph.Data = {
  188.           0E060000424D0E0600000000000036000000280000001D000000110000000100
  189.           180000000000D8050000C30E0000C30E00000000000000000000C0C0C0C0C0C0
  190.           C0C0C0C0C0C0C0C0C0808080808080808080808080C0C0C0C0C0C0C0C0C0C0C0
  191.           C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C080808080808080
  192.           8080808080C0C0C0C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C08080800000
  193.           00000000000000000000808080808080C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  194.           C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000000000000000000000808080808080
  195.           C0C0C0C0C0C0C0C0C000C0C0C0C0C0C080808000000000000000000000000000
  196.           0000000000808080808080808080808080808080808080808080808080808080
  197.           808080000000000000000000000000000000000000808080808080808080C0C0
  198.           C000000000000000000000000000000000FFFFFFFFFFFF000000000000000000
  199.           0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000000000000000
  200.           00FFFFFFFFFFFF0000000000000000000000FF0000FF808080000000000000FF
  201.           000000000000FFFFFFC0C0C0000000FFFFFF0000000000000000000000000000
  202.           00000000000000000000000000000000000000000000FFFFFFC0C0C0000000FF
  203.           FFFF0000000000000000000000000000FF000000000000FF000000000000FFFF
  204.           FFC0C0C0C0C0C0FFFFFF0000000000000000FF0000FF0000000000FF0000FF00
  205.           00FF0000FF0000FF000000000000FFFFFFC0C0C0C0C0C0FFFFFF000000000000
  206.           0000FF000000000000000000000000FF000000000000000000FFFFFFFFFFFF00
  207.           00000000000000000000FF0000FF0000000000FF0000FF0000FF0000FF0000FF
  208.           000000000000000000FFFFFFFFFFFF0000000000000000000000FF0000FF0000
  209.           00000000000000FF0000FF0000000000000000000000000000000000000000FF
  210.           0000FF0000FF0000000000FF0000FF0000FF0000FF0000FF0000FF0000000000
  211.           000000000000000000000000000000FF0000FF0000FF00000000000000000000
  212.           0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  213.           000000FF0000FF0000FF0000FF0000FF0000FF0000FF00000000000000000000
  214.           00000000FF0000FF0000FF0000FF00000000C0C0C00000000000000000FF0000
  215.           FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000000000FF0000FF00
  216.           00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000000000FF0000FF
  217.           0000FF0000FF00000000C0C0C0C0C0C000000000000000000000000000000000
  218.           0000000000000000000000000000000000000000000000000000000000000000
  219.           0000000000000000000000000000000000000000FF000000000000000000C0C0
  220.           C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  221.           000000000000FFFFFF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  222.           FFFFFFFFFFFFFF0000000000FF000000C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0
  223.           C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000FFFF
  224.           FFFFFFFF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
  225.           00000000FF000000C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  226.           C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000FFFFFFFFFFFF00
  227.           0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000FF0000FF000000
  228.           C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  229.           C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000FFFFFFFFFFFF000000000000
  230.           0000000000000000000000000000FF0000FF000000C0C0C0C0C0C0C0C0C0C0C0
  231.           C000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  232.           C0C0C0C0C0C0C0C0C0C0C0C00000000000000000FF0000FF0000FF0000FF0000
  233.           FF0000FF0000FF000000C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000C0C0C0C0C0C0
  234.           C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  235.           C0C0C0C0C0C0C0000000000000000000000000000000000000000000000000C0
  236.           C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000}
  237.         Layout = blGlyphTop
  238.         Margin = 4
  239.         Style = bsNew
  240.         Spacing = 3
  241.       end
  242.     end
  243.   end
  244.   object Panel2: TPanel
  245.     Left = 0
  246.     Top = 176
  247.     Width = 357
  248.     Height = 157
  249.     BevelInner = bvLowered
  250.     BevelWidth = 2
  251.     BorderWidth = 3
  252.     Color = clSilver
  253.     TabOrder = 1
  254.     object Label1: TLabel
  255.       Left = 8
  256.       Top = 8
  257.       Width = 51
  258.       Height = 13
  259.       Caption = 'Frazione di'
  260.       Font.Charset = DEFAULT_CHARSET
  261.       Font.Color = clBlue
  262.       Font.Height = -11
  263.       Font.Name = 'MS Sans Serif'
  264.       Font.Style = []
  265.       ParentFont = False
  266.       Visible = False
  267.     end
  268.     object DBEdit1: TDBEdit
  269.       Left = 64
  270.       Top = 8
  271.       Width = 281
  272.       Height = 11
  273.       TabStop = False
  274.       AutoSize = False
  275.       BorderStyle = bsNone
  276.       Color = clSilver
  277.       Ctl3D = False
  278.       DataField = 'UFFCON'
  279.       DataSource = DataSource1
  280.       Font.Charset = DEFAULT_CHARSET
  281.       Font.Color = clRed
  282.       Font.Height = -11
  283.       Font.Name = 'MS Sans Serif'
  284.       Font.Style = []
  285.       ParentCtl3D = False
  286.       ParentFont = False
  287.       ReadOnly = True
  288.       TabOrder = 1
  289.       OnChange = DBEdit1Change
  290.     end
  291.     object DBGrid1: TDBGrid
  292.       Left = 7
  293.       Top = 24
  294.       Width = 343
  295.       Height = 126
  296.       Hint = 'Doppio Click o Invio per dettagli'
  297.       BorderStyle = bsNone
  298.       Color = clAqua
  299.       Ctl3D = True
  300.       DataSource = DataSource1
  301.       Font.Charset = DEFAULT_CHARSET
  302.       Font.Color = clBlack
  303.       Font.Height = -11
  304.       Font.Name = 'MS Sans Serif'
  305.       Font.Style = []
  306.       Options = [dgTitles, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  307.       ParentCtl3D = False
  308.       ParentFont = False
  309.       ParentShowHint = False
  310.       ShowHint = False
  311.       TabOrder = 0
  312.       TitleFont.Charset = DEFAULT_CHARSET
  313.       TitleFont.Color = clBlack
  314.       TitleFont.Height = -11
  315.       TitleFont.Name = 'MS Sans Serif'
  316.       TitleFont.Style = [fsBold]
  317.       OnDblClick = DBGrid1DblClick
  318.       OnEnter = DBEdit1Change
  319.       OnExit = DBGrid1Exit
  320.       OnKeyDown = DBGrid1KeyDown
  321.     end
  322.   end
  323.   object CapHint: TPanel
  324.     Left = 0
  325.     Top = 334
  326.     Width = 357
  327.     Height = 20
  328.     Align = alBottom
  329.     BevelInner = bvLowered
  330.     Color = clSilver
  331.     Font.Charset = DEFAULT_CHARSET
  332.     Font.Color = clNavy
  333.     Font.Height = -11
  334.     Font.Name = 'MS Sans Serif'
  335.     Font.Style = []
  336.     ParentFont = False
  337.     TabOrder = 2
  338.   end
  339.   object DataSource1: TDataSource
  340.     DataSet = TableCap
  341.     Left = 79
  342.     Top = 237
  343.   end
  344.   object TableCap: TTable
  345.     IndexFieldNames = 'LOCALITA'
  346.     ReadOnly = True
  347.     TableName = 'LOCALITA'
  348.     TableType = ttParadox
  349.     Left = 80
  350.     Top = 208
  351.     object TableCapLOCALITA: TStringField
  352.       DisplayLabel = 'LOCALITA'#39
  353.       DisplayWidth = 43
  354.       FieldName = 'LOCALITA'
  355.       ReadOnly = True
  356.       Size = 40
  357.     end
  358.     object TableCapPV: TStringField
  359.       Alignment = taCenter
  360.       FieldName = 'PV'
  361.       Size = 2
  362.     end
  363.     object TableCapCAP: TStringField
  364.       Alignment = taCenter
  365.       DisplayLabel = 'C.A.P.'
  366.       FieldName = 'CAP'
  367.       Size = 5
  368.     end
  369.     object TableCapLOCBIL: TStringField
  370.       FieldName = 'LOCBIL'
  371.       Visible = False
  372.       Size = 40
  373.     end
  374.     object TableCapNOTE: TStringField
  375.       FieldName = 'NOTE'
  376.       Visible = False
  377.       Size = 35
  378.     end
  379.     object TableCapUFFCON: TStringField
  380.       FieldName = 'UFFCON'
  381.       Visible = False
  382.       Size = 45
  383.     end
  384.   end
  385.   object MainMenu1: TMainMenu
  386.     Left = 16
  387.     Top = 270
  388.     object Servizio1: TMenuItem
  389.       Caption = 'Servizio'
  390.       object Ricreaindici1: TMenuItem
  391.         Caption = 'Ricrea indici'
  392.         OnClick = Ricreaindici1Click
  393.       end
  394.     end
  395.     object Guida1: TMenuItem
  396.       Caption = '&Guida'
  397.       object InformazionesuRicercaCAP1: TMenuItem
  398.         Caption = 'Info'
  399.         OnClick = InformazionesuRicercaCAP1Click
  400.       end
  401.       object N2: TMenuItem
  402.         Caption = '-'
  403.       end
  404.       object Aiuto2: TMenuItem
  405.         Caption = 'Aiuto'
  406.         ShortCut = 112
  407.         OnClick = Aiuto2Click
  408.       end
  409.     end
  410.   end
  411.   object DataSource2: TDataSource
  412.     DataSet = TableStrade
  413.     Left = 208
  414.     Top = 240
  415.   end
  416.   object TableStrade: TTable
  417.     TableType = ttParadox
  418.     Left = 208
  419.     Top = 208
  420.     object TableStradeLOCZON: TStringField
  421.       DisplayLabel = 'VIA / PIAZZA'
  422.       FieldName = 'LOCZON'
  423.       Size = 40
  424.     end
  425.     object TableStradeVIAZON: TStringField
  426.       DisplayLabel = 'DENOM. URBANISTICA'
  427.       DisplayWidth = 27
  428.       FieldName = 'VIAZON'
  429.       ReadOnly = True
  430.       Size = 25
  431.     end
  432.     object TableStradeCIVZON: TStringField
  433.       DisplayWidth = 70
  434.       FieldName = 'CIVZON'
  435.       Visible = False
  436.       Size = 100
  437.     end
  438.     object TableStradeCAPZON: TStringField
  439.       Alignment = taCenter
  440.       FieldName = 'CAPZON'
  441.       Visible = False
  442.       Size = 5
  443.     end
  444.     object TableStradePVZON: TStringField
  445.       FieldName = 'PVZON'
  446.       ReadOnly = True
  447.       Visible = False
  448.       Size = 2
  449.     end
  450.   end
  451.   object DataSource3: TDataSource
  452.     DataSet = TablePv
  453.     Left = 144
  454.     Top = 240
  455.   end
  456.   object TablePv: TTable
  457.     IndexFieldNames = 'CODPROV'
  458.     MasterFields = 'PV'
  459.     MasterSource = DataSource1
  460.     TableName = 'PV'
  461.     TableType = ttParadox
  462.     Left = 144
  463.     Top = 208
  464.   end
  465.   object FnugrySingleInstance1: TFnugrySingleInstance
  466.     Left = 136
  467.     Top = 40
  468.   end
  469.   object PopupMenu1: TPopupMenu
  470.     Left = 48
  471.     Top = 272
  472.     object RicreaIndici2: TMenuItem
  473.       Caption = 'Ricrea Indici'
  474.       OnClick = Ricreaindici1Click
  475.     end
  476.     object N1: TMenuItem
  477.       Caption = '-'
  478.     end
  479.     object Info1: TMenuItem
  480.       Caption = 'Info'
  481.       OnClick = InformazionesuRicercaCAP1Click
  482.     end
  483.     object Aiuto1: TMenuItem
  484.       Caption = 'Aiuto'
  485.       ShortCut = 112
  486.       OnClick = Aiuto2Click
  487.     end
  488.   end
  489. end
  490.