home *** CD-ROM | disk | FTP | other *** search
/ PC Open 14 / pcopen14.iso / INTERNET / CostiMod / _SETUP.1 / modem_pro.exe / 0 / RCDATA / TFRMTELE / TFRMTELE.txt
Encoding:
Text File  |  1998-01-02  |  3.4 KB  |  148 lines

  1. object frmTele: TfrmTele
  2.   Left = 446
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tariffe Teleselezione'
  7.   ClientHeight = 208
  8.   ClientWidth = 340
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 321
  23.     Height = 185
  24.     Caption = 'Tariffe Teleselezione in vigore'
  25.     TabOrder = 0
  26.     object GroupBox2: TGroupBox
  27.       Left = 200
  28.       Top = 100
  29.       Width = 113
  30.       Height = 73
  31.       Caption = 'Durata scatto'
  32.       TabOrder = 0
  33.       object Label1: TLabel
  34.         Left = 14
  35.         Top = 56
  36.         Width = 91
  37.         Height = 13
  38.         Caption = '(decimi di secondo)'
  39.       end
  40.       object Edit1: TEdit
  41.         Left = 24
  42.         Top = 28
  43.         Width = 57
  44.         Height = 24
  45.         Font.Charset = DEFAULT_CHARSET
  46.         Font.Color = clBlack
  47.         Font.Height = -13
  48.         Font.Name = 'MS Sans Serif'
  49.         Font.Style = [fsBold]
  50.         ParentFont = False
  51.         ReadOnly = True
  52.         TabOrder = 0
  53.         Text = '0'
  54.       end
  55.     end
  56.     object PageControl1: TPageControl
  57.       Left = 12
  58.       Top = 24
  59.       Width = 177
  60.       Height = 153
  61.       ActivePage = TabSheet1
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 1
  69.       object TabSheet1: TTabSheet
  70.         Caption = 'FERIALI'
  71.         object ListBox1: TListBox
  72.           Left = 8
  73.           Top = 8
  74.           Width = 150
  75.           Height = 100
  76.           Font.Charset = DEFAULT_CHARSET
  77.           Font.Color = clBlack
  78.           Font.Height = -13
  79.           Font.Name = 'MS Sans Serif'
  80.           Font.Style = [fsBold]
  81.           ItemHeight = 16
  82.           ParentFont = False
  83.           TabOrder = 0
  84.           OnClick = ListBox1Click
  85.         end
  86.       end
  87.       object TabSheet2: TTabSheet
  88.         Caption = 'SABATO'
  89.         object ListBox2: TListBox
  90.           Left = 8
  91.           Top = 8
  92.           Width = 150
  93.           Height = 100
  94.           Font.Charset = DEFAULT_CHARSET
  95.           Font.Color = clBlack
  96.           Font.Height = -13
  97.           Font.Name = 'MS Sans Serif'
  98.           Font.Style = [fsBold]
  99.           ItemHeight = 16
  100.           ParentFont = False
  101.           TabOrder = 0
  102.           OnClick = ListBox2Click
  103.         end
  104.       end
  105.       object TabSheet3: TTabSheet
  106.         Caption = 'FESTIVI'
  107.         object ListBox3: TListBox
  108.           Left = 8
  109.           Top = 8
  110.           Width = 150
  111.           Height = 100
  112.           Font.Charset = DEFAULT_CHARSET
  113.           Font.Color = clBlack
  114.           Font.Height = -13
  115.           Font.Name = 'MS Sans Serif'
  116.           Font.Style = [fsBold]
  117.           ItemHeight = 16
  118.           ParentFont = False
  119.           TabOrder = 0
  120.           OnClick = ListBox3Click
  121.         end
  122.       end
  123.     end
  124.     object GroupBox3: TGroupBox
  125.       Left = 200
  126.       Top = 32
  127.       Width = 113
  128.       Height = 69
  129.       Caption = 'Distanza'
  130.       TabOrder = 2
  131.       object ComboBox1: TComboBox
  132.         Left = 8
  133.         Top = 28
  134.         Width = 97
  135.         Height = 21
  136.         ItemHeight = 13
  137.         Items.Strings = (
  138.           'fino a 15 Km'
  139.           '15 - 30 Km'
  140.           'oltre 30 Km')
  141.         TabOrder = 0
  142.         Text = 'ComboBox1'
  143.         OnChange = ComboBox1Change
  144.       end
  145.     end
  146.   end
  147. end
  148.