home *** CD-ROM | disk | FTP | other *** search
- object frmTele: TfrmTele
- Left = 446
- Top = 159
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Tariffe Teleselezione'
- ClientHeight = 208
- ClientWidth = 340
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 321
- Height = 185
- Caption = 'Tariffe Teleselezione in vigore'
- TabOrder = 0
- object GroupBox2: TGroupBox
- Left = 200
- Top = 100
- Width = 113
- Height = 73
- Caption = 'Durata scatto'
- TabOrder = 0
- object Label1: TLabel
- Left = 14
- Top = 56
- Width = 91
- Height = 13
- Caption = '(decimi di secondo)'
- end
- object Edit1: TEdit
- Left = 24
- Top = 28
- Width = 57
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- Text = '0'
- end
- end
- object PageControl1: TPageControl
- Left = 12
- Top = 24
- Width = 177
- Height = 153
- ActivePage = TabSheet1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object TabSheet1: TTabSheet
- Caption = 'FERIALI'
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 150
- Height = 100
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- OnClick = ListBox1Click
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'SABATO'
- object ListBox2: TListBox
- Left = 8
- Top = 8
- Width = 150
- Height = 100
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- OnClick = ListBox2Click
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'FESTIVI'
- object ListBox3: TListBox
- Left = 8
- Top = 8
- Width = 150
- Height = 100
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- OnClick = ListBox3Click
- end
- end
- end
- object GroupBox3: TGroupBox
- Left = 200
- Top = 32
- Width = 113
- Height = 69
- Caption = 'Distanza'
- TabOrder = 2
- object ComboBox1: TComboBox
- Left = 8
- Top = 28
- Width = 97
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'fino a 15 Km'
- '15 - 30 Km'
- 'oltre 30 Km')
- TabOrder = 0
- Text = 'ComboBox1'
- OnChange = ComboBox1Change
- end
- end
- end
- end
-