Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Sempronio, The Reader - Unit2.dfm

Unit2.dfm

Caricato da: Anonymous
Scarica il programma completo

  1. object frmfonetica: Tfrmfonetica
  2.   Left = 334
  3.   Top = 108
  4.   Width = 608
  5.   Height = 609
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Personalizzazione fonetica parola'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 24
  22.     Top = 24
  23.     Width = 505
  24.     Height = 137
  25.     TabOrder = 0
  26.     object Label7: TLabel
  27.       Left = 40
  28.       Top = 64
  29.       Width = 392
  30.       Height = 16
  31.       Caption = 'Nel testo ho trovato:  (selezionare la lettera nello step 2) '
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -13
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.     object Label11: TLabel
  40.       Left = 40
  41.       Top = 32
  42.       Width = 158
  43.       Height = 16
  44.       Caption = 'Il testo '#232' composto da:'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -13
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.   end
  53.   object GroupBox2: TGroupBox
  54.     Left = 8
  55.     Top = 176
  56.     Width = 57
  57.     Height = 377
  58.     Caption = 'Step 2'
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -13
  62.     Font.Name = 'Comic Sans MS'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.     TabOrder = 1
  66.     object ListBox2: TListBox
  67.       Left = 8
  68.       Top = 56
  69.       Width = 41
  70.       Height = 313
  71.       ItemHeight = 19
  72.       TabOrder = 1
  73.       Visible = False
  74.       OnClick = ListBox2Click
  75.     end
  76.     object ComboBox1: TComboBox
  77.       Left = 8
  78.       Top = 56
  79.       Width = 41
  80.       Height = 305
  81.       Style = csSimple
  82.       ItemHeight = 19
  83.       TabOrder = 0
  84.       OnChange = ComboBox1Change
  85.       OnKeyDown = ComboBox1KeyDown
  86.       OnKeyPress = ComboBox1KeyPress
  87.       Items.Strings = (
  88.         'a'
  89.         'b'
  90.         'c'
  91.         'd'
  92.         'e'
  93.         'f'
  94.         'g'
  95.         'h'
  96.         'i'
  97.         'j'
  98.         'k'
  99.         'l'
  100.         'm'
  101.         'n'
  102.         'o'
  103.         'p'
  104.         'q'
  105.         'r'
  106.         's'
  107.         't'
  108.         'u'
  109.         'v'
  110.         'w'
  111.         'x'
  112.         'y'
  113.         'z')
  114.     end
  115.     object Button8: TButton
  116.       Left = 9
  117.       Top = 26
  118.       Width = 40
  119.       Height = 25
  120.       Hint = 'Help'
  121.       Caption = '?'
  122.       ParentShowHint = False
  123.       ShowHint = True
  124.       TabOrder = 2
  125.       OnClick = Button8Click
  126.     end
  127.   end
  128.   object GroupBox3: TGroupBox
  129.     Left = 80
  130.     Top = 176
  131.     Width = 177
  132.     Height = 377
  133.     Caption = 'Step 3'
  134.     Font.Charset = ANSI_CHARSET
  135.     Font.Color = clWindowText
  136.     Font.Height = -13
  137.     Font.Name = 'Comic Sans MS'
  138.     Font.Style = [fsBold]
  139.     ParentFont = False
  140.     TabOrder = 2
  141.     object ListBox1: TListBox
  142.       Left = 8
  143.       Top = 64
  144.       Width = 49
  145.       Height = 305
  146.       ItemHeight = 19
  147.       TabOrder = 0
  148.       OnClick = ListBox1Click
  149.     end
  150.     object StringGrid1: TStringGrid
  151.       Left = 64
  152.       Top = 64
  153.       Width = 105
  154.       Height = 305
  155.       Color = clBtnFace
  156.       ColCount = 2
  157.       DefaultColWidth = 40
  158.       DefaultRowHeight = 20
  159.       Enabled = False
  160.       RowCount = 2
  161.       FixedRows = 0
  162.       Font.Charset = ANSI_CHARSET
  163.       Font.Color = clWindowText
  164.       Font.Height = -13
  165.       Font.Name = 'Comic Sans MS'
  166.       Font.Style = [fsBold]
  167.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  168.       ParentFont = False
  169.       TabOrder = 1
  170.       RowHeights = (
  171.         20
  172.         20)
  173.     end
  174.     object StringGrid2: TStringGrid
  175.       Left = 8
  176.       Top = 61
  177.       Width = 161
  178.       Height = 308
  179.       BorderStyle = bsNone
  180.       Color = clBtnFace
  181.       ColCount = 2
  182.       DefaultColWidth = 77
  183.       DefaultRowHeight = 20
  184.       RowCount = 2
  185.       FixedRows = 0
  186.       Font.Charset = ANSI_CHARSET
  187.       Font.Color = clWindowText
  188.       Font.Height = -13
  189.       Font.Name = 'Comic Sans MS'
  190.       Font.Style = [fsBold]
  191.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  192.       ParentFont = False
  193.       TabOrder = 2
  194.       Visible = False
  195.       RowHeights = (
  196.         20
  197.         20)
  198.     end
  199.     object Button4: TButton
  200.       Left = 86
  201.       Top = 23
  202.       Width = 75
  203.       Height = 25
  204.       Caption = 'Salva'
  205.       TabOrder = 3
  206.       Visible = False
  207.       OnClick = Button4Click
  208.     end
  209.     object Button9: TButton
  210.       Left = 8
  211.       Top = 24
  212.       Width = 40
  213.       Height = 25
  214.       Hint = 'Help'
  215.       Caption = '?'
  216.       ParentShowHint = False
  217.       ShowHint = True
  218.       TabOrder = 4
  219.     end
  220.   end
  221.   object GroupBox4: TGroupBox
  222.     Left = 264
  223.     Top = 176
  224.     Width = 329
  225.     Height = 377
  226.     Caption = 'Step 4'
  227.     Font.Charset = ANSI_CHARSET
  228.     Font.Color = clWindowText
  229.     Font.Height = -13
  230.     Font.Name = 'Comic Sans MS'
  231.     Font.Style = [fsBold]
  232.     ParentFont = False
  233.     TabOrder = 3
  234.     object c: TGroupBox
  235.       Left = 16
  236.       Top = 208
  237.       Width = 97
  238.       Height = 97
  239.       TabOrder = 2
  240.       Visible = False
  241.       object lblc: TLabel
  242.         Left = 24
  243.         Top = 16
  244.         Width = 15
  245.         Height = 20
  246.         Caption = 'C:'
  247.         Font.Charset = DEFAULT_CHARSET
  248.         Font.Color = clWindowText
  249.         Font.Height = -16
  250.         Font.Name = 'MS Sans Serif'
  251.         Font.Style = []
  252.         ParentFont = False
  253.       end
  254.       object RadioButton7: TRadioButton
  255.         Left = 16
  256.         Top = 48
  257.         Width = 65
  258.         Height = 17
  259.         Caption = 'Dolce'
  260.         Checked = True
  261.         TabOrder = 0
  262.         TabStop = True
  263.         OnClick = RadioButton7Click
  264.       end
  265.       object RadioButton8: TRadioButton
  266.         Left = 16
  267.         Top = 72
  268.         Width = 65
  269.         Height = 17
  270.         Caption = 'Dura'
  271.         TabOrder = 1
  272.         OnClick = RadioButton8Click
  273.       end
  274.     end
  275.     object gngl: TGroupBox
  276.       Left = 16
  277.       Top = 112
  278.       Width = 305
  279.       Height = 97
  280.       TabOrder = 3
  281.       Visible = False
  282.       object Label1: TLabel
  283.         Left = 16
  284.         Top = 16
  285.         Width = 17
  286.         Height = 20
  287.         Caption = 'G:'
  288.         Font.Charset = DEFAULT_CHARSET
  289.         Font.Color = clWindowText
  290.         Font.Height = -16
  291.         Font.Name = 'MS Sans Serif'
  292.         Font.Style = []
  293.         ParentFont = False
  294.       end
  295.       object RadioButton3: TRadioButton
  296.         Left = 8
  297.         Top = 48
  298.         Width = 65
  299.         Height = 17
  300.         Caption = 'Dolce'
  301.         Checked = True
  302.         TabOrder = 0
  303.         TabStop = True
  304.         OnClick = RadioButton3Click
  305.       end
  306.       object RadioButton4: TRadioButton
  307.         Left = 8
  308.         Top = 72
  309.         Width = 57
  310.         Height = 17
  311.         Caption = 'Dura'
  312.         TabOrder = 1
  313.         OnClick = RadioButton4Click
  314.       end
  315.       object GroupBox7: TGroupBox
  316.         Left = 96
  317.         Top = 0
  318.         Width = 209
  319.         Height = 97
  320.         TabOrder = 2
  321.         object Label5: TLabel
  322.           Left = 32
  323.           Top = 16
  324.           Width = 20
  325.           Height = 20
  326.           Caption = 'Gl:'
  327.           Font.Charset = DEFAULT_CHARSET
  328.           Font.Color = clWindowText
  329.           Font.Height = -16
  330.           Font.Name = 'MS Sans Serif'
  331.           Font.Style = []
  332.           ParentFont = False
  333.         end
  334.         object Label6: TLabel
  335.           Left = 135
  336.           Top = 16
  337.           Width = 26
  338.           Height = 20
  339.           Caption = 'Gn:'
  340.           Font.Charset = DEFAULT_CHARSET
  341.           Font.Color = clWindowText
  342.           Font.Height = -16
  343.           Font.Name = 'MS Sans Serif'
  344.           Font.Style = []
  345.           ParentFont = False
  346.         end
  347.         object RadioButton9: TRadioButton
  348.           Left = 8
  349.           Top = 48
  350.           Width = 89
  351.           Height = 17
  352.           Caption = 'Gutturale'
  353.           TabOrder = 0
  354.           OnClick = RadioButton9Click
  355.         end
  356.         object RadioButton10: TRadioButton
  357.           Left = 8
  358.           Top = 72
  359.           Width = 81
  360.           Height = 17
  361.           Caption = 'Glottale'
  362.           TabOrder = 1
  363.           OnClick = RadioButton10Click
  364.         end
  365.         object RadioButton16: TRadioButton
  366.           Left = 112
  367.           Top = 72
  368.           Width = 89
  369.           Height = 17
  370.           Caption = 'Glottale'
  371.           TabOrder = 2
  372.           OnClick = RadioButton16Click
  373.         end
  374.         object RadioButton15: TRadioButton
  375.           Left = 112
  376.           Top = 48
  377.           Width = 89
  378.           Height = 17
  379.           Caption = 'Gutturale'
  380.           TabOrder = 3
  381.           OnClick = RadioButton15Click
  382.         end
  383.       end
  384.     end
  385.     object j: TGroupBox
  386.       Left = 120
  387.       Top = 208
  388.       Width = 97
  389.       Height = 97
  390.       TabOrder = 4
  391.       Visible = False
  392.       object Label4: TLabel
  393.         Left = 48
  394.         Top = 16
  395.         Width = 12
  396.         Height = 20
  397.         Caption = 'J:'
  398.         Font.Charset = DEFAULT_CHARSET
  399.         Font.Color = clWindowText
  400.         Font.Height = -16
  401.         Font.Name = 'MS Sans Serif'
  402.         Font.Style = []
  403.         ParentFont = False
  404.       end
  405.       object RadioButton11: TRadioButton
  406.         Left = 8
  407.         Top = 48
  408.         Width = 81
  409.         Height = 17
  410.         Caption = 'Dolce'
  411.         Checked = True
  412.         TabOrder = 0
  413.         TabStop = True
  414.         OnClick = RadioButton11Click
  415.       end
  416.       object RadioButton12: TRadioButton
  417.         Left = 8
  418.         Top = 72
  419.         Width = 81
  420.         Height = 17
  421.         Caption = 'Glottale'
  422.         TabOrder = 1
  423.         OnClick = RadioButton12Click
  424.       end
  425.     end
  426.     object il: TGroupBox
  427.       Left = 16
  428.       Top = 16
  429.       Width = 145
  430.       Height = 97
  431.       TabOrder = 5
  432.       Visible = False
  433.       object lblil: TLabel
  434.         Left = 48
  435.         Top = 16
  436.         Width = 9
  437.         Height = 20
  438.         Caption = 'I:'
  439.         Font.Charset = DEFAULT_CHARSET
  440.         Font.Color = clWindowText
  441.         Font.Height = -16
  442.         Font.Name = 'MS Sans Serif'
  443.         Font.Style = []
  444.         ParentFont = False
  445.       end
  446.       object RadioButton13: TRadioButton
  447.         Left = 8
  448.         Top = 48
  449.         Width = 113
  450.         Height = 17
  451.         Caption = 'Pronunciare'
  452.         Checked = True
  453.         TabOrder = 0
  454.         TabStop = True
  455.         OnClick = RadioButton13Click
  456.       end
  457.       object RadioButton14: TRadioButton
  458.         Left = 8
  459.         Top = 72
  460.         Width = 129
  461.         Height = 17
  462.         Caption = 'Non pronunciare'
  463.         TabOrder = 1
  464.         OnClick = RadioButton14Click
  465.       end
  466.     end
  467.     object Button3: TButton
  468.       Left = 136
  469.       Top = 344
  470.       Width = 73
  471.       Height = 25
  472.       Caption = 'Modifica'
  473.       Enabled = False
  474.       TabOrder = 6
  475.       OnClick = Button3Click
  476.     end
  477.     object Button2: TButton
  478.       Left = 16
  479.       Top = 312
  480.       Width = 305
  481.       Height = 25
  482.       Cancel = True
  483.       Caption = 'Cancella la riga selezionata della tabella'
  484.       TabOrder = 7
  485.       Visible = False
  486.       OnClick = Button2Click
  487.     end
  488.     object consonanti: TGroupBox
  489.       Left = 170
  490.       Top = 16
  491.       Width = 153
  492.       Height = 97
  493.       TabOrder = 8
  494.       Visible = False
  495.       object Label9: TLabel
  496.         Left = 24
  497.         Top = 24
  498.         Width = 91
  499.         Height = 20
  500.         Caption = 'Consonante:'
  501.         Font.Charset = DEFAULT_CHARSET
  502.         Font.Color = clWindowText
  503.         Font.Height = -16
  504.         Font.Name = 'MS Sans Serif'
  505.         Font.Style = []
  506.         ParentFont = False
  507.       end
  508.       object RadioButton19: TRadioButton
  509.         Left = 8
  510.         Top = 64
  511.         Width = 65
  512.         Height = 17
  513.         Caption = 'Doppia'
  514.         TabOrder = 0
  515.         OnClick = RadioButton19Click
  516.       end
  517.       object RadioButton20: TRadioButton
  518.         Left = 80
  519.         Top = 64
  520.         Width = 65
  521.         Height = 17
  522.         Caption = 'Singola'
  523.         TabOrder = 1
  524.         OnClick = RadioButton20Click
  525.       end
  526.     end
  527.     object z: TGroupBox
  528.       Left = 224
  529.       Top = 208
  530.       Width = 97
  531.       Height = 97
  532.       TabOrder = 1
  533.       Visible = False
  534.       object Label3: TLabel
  535.         Left = 32
  536.         Top = 16
  537.         Width = 14
  538.         Height = 20
  539.         Caption = 'Z:'
  540.         Font.Charset = DEFAULT_CHARSET
  541.         Font.Color = clWindowText
  542.         Font.Height = -16
  543.         Font.Name = 'MS Sans Serif'
  544.         Font.Style = []
  545.         ParentFont = False
  546.       end
  547.       object RadioButton5: TRadioButton
  548.         Left = 8
  549.         Top = 48
  550.         Width = 73
  551.         Height = 17
  552.         Caption = 'Sorda'
  553.         Checked = True
  554.         TabOrder = 0
  555.         TabStop = True
  556.         OnClick = RadioButton5Click
  557.       end
  558.       object RadioButton6: TRadioButton
  559.         Left = 8
  560.         Top = 72
  561.         Width = 73
  562.         Height = 17
  563.         Caption = 'Sonora'
  564.         TabOrder = 1
  565.         OnClick = RadioButton6Click
  566.       end
  567.     end
  568.     object vocali: TGroupBox
  569.       Left = 168
  570.       Top = 16
  571.       Width = 153
  572.       Height = 97
  573.       TabOrder = 0
  574.       Visible = False
  575.       object Label2: TLabel
  576.         Left = 8
  577.         Top = 16
  578.         Width = 63
  579.         Height = 20
  580.         Caption = 'Accento:'
  581.         Font.Charset = DEFAULT_CHARSET
  582.         Font.Color = clWindowText
  583.         Font.Height = -16
  584.         Font.Name = 'MS Sans Serif'
  585.         Font.Style = []
  586.         ParentFont = False
  587.       end
  588.       object RadioButton1: TRadioButton
  589.         Left = 8
  590.         Top = 48
  591.         Width = 137
  592.         Height = 17
  593.         Caption = 'Aperta/Accentata'
  594.         Font.Charset = ANSI_CHARSET
  595.         Font.Color = clWindowText
  596.         Font.Height = -13
  597.         Font.Name = 'Comic Sans MS'
  598.         Font.Style = [fsBold]
  599.         ParentFont = False
  600.         TabOrder = 0
  601.         OnClick = RadioButton1Click
  602.       end
  603.       object RadioButton2: TRadioButton
  604.         Left = 8
  605.         Top = 72
  606.         Width = 137
  607.         Height = 17
  608.         Caption = 'Chiusa/Non accentata'
  609.         Checked = True
  610.         Font.Charset = ANSI_CHARSET
  611.         Font.Color = clWindowText
  612.         Font.Height = -11
  613.         Font.Name = 'Comic Sans MS'
  614.         Font.Style = []
  615.         ParentFont = False
  616.         TabOrder = 1
  617.         TabStop = True
  618.         OnClick = RadioButton2Click
  619.       end
  620.     end
  621.   end
  622.   object GroupBox6: TGroupBox
  623.     Left = 8
  624.     Top = 8
  625.     Width = 585
  626.     Height = 169
  627.     Caption = 'Step 1'
  628.     Font.Charset = ANSI_CHARSET
  629.     Font.Color = clWindowText
  630.     Font.Height = -13
  631.     Font.Name = 'Comic Sans MS'
  632.     Font.Style = [fsBold]
  633.     ParentFont = False
  634.     TabOrder = 5
  635.     Visible = False
  636.     object Label8: TLabel
  637.       Left = 7
  638.       Top = 56
  639.       Width = 211
  640.       Height = 19
  641.       Caption = 'Inserisci qui la parola da settare'
  642.     end
  643.     object Edit1: TEdit
  644.       Left = 8
  645.       Top = 80
  646.       Width = 209
  647.       Height = 27
  648.       Color = clYellow
  649.       TabOrder = 0
  650.       OnChange = Edit1Change
  651.       OnKeyPress = Edit1KeyPress
  652.     end
  653.     object GroupBox8: TGroupBox
  654.       Left = 224
  655.       Top = 16
  656.       Width = 353
  657.       Height = 145
  658.       TabOrder = 1
  659.       object Label10: TLabel
  660.         Left = 8
  661.         Top = 16
  662.         Width = 88
  663.         Height = 19
  664.         Caption = 'File esistenti:'
  665.       end
  666.       object Button6: TButton
  667.         Left = 160
  668.         Top = 48
  669.         Width = 185
  670.         Height = 25
  671.         Caption = 'Modifica le impostazioni'
  672.         Enabled = False
  673.         Font.Charset = DEFAULT_CHARSET
  674.         Font.Color = clWindowText
  675.         Font.Height = -13
  676.         Font.Name = 'MS Sans Serif'
  677.         Font.Style = [fsBold]
  678.         ParentFont = False
  679.         TabOrder = 0
  680.         OnClick = Button6Click
  681.       end
  682.       object Button5: TButton
  683.         Left = 160
  684.         Top = 96
  685.         Width = 113
  686.         Height = 25
  687.         Caption = 'Cancella il file'
  688.         Enabled = False
  689.         Font.Charset = DEFAULT_CHARSET
  690.         Font.Color = clWindowText
  691.         Font.Height = -13
  692.         Font.Name = 'MS Sans Serif'
  693.         Font.Style = [fsBold]
  694.         ParentFont = False
  695.         TabOrder = 1
  696.         OnClick = Button5Click
  697.       end
  698.       object FileListBox1: TFileListBox
  699.         Left = 8
  700.         Top = 40
  701.         Width = 145
  702.         Height = 97
  703.         ItemHeight = 19
  704.         TabOrder = 2
  705.         OnChange = FileListBox1Change
  706.       end
  707.     end
  708.     object Button7: TButton
  709.       Left = 8
  710.       Top = 24
  711.       Width = 39
  712.       Height = 25
  713.       Hint = 'Help'
  714.       Caption = '?'
  715.       ParentShowHint = False
  716.       ShowHint = True
  717.       TabOrder = 2
  718.       OnClick = Button7Click
  719.     end
  720.   end
  721.   object RadioButton18: TRadioButton
  722.     Left = 248
  723.     Top = 0
  724.     Width = 113
  725.     Height = 17
  726.     Caption = 'Fonetica definitiva'
  727.     TabOrder = 6
  728.     Visible = False
  729.   end
  730.   object RadioButton17: TRadioButton
  731.     Left = 88
  732.     Top = 0
  733.     Width = 145
  734.     Height = 17
  735.     Caption = 'Fonetica temporanea'
  736.     TabOrder = 7
  737.     Visible = False
  738.   end
  739.   object Button1: TButton
  740.     Left = 376
  741.     Top = -8
  742.     Width = 75
  743.     Height = 33
  744.     Caption = 'Button1'
  745.     TabOrder = 4
  746.     Visible = False
  747.     OnClick = Button1Click
  748.   end
  749.   object MainMenu1: TMainMenu
  750.     Left = 440
  751.     Top = 8
  752.     object File1: TMenuItem
  753.       Caption = 'File'
  754.       object Visualizzamodificheeffettuate1: TMenuItem
  755.         Caption = 'Visualizza modifiche effettuate'
  756.         OnClick = Visualizzamodificheeffettuate1Click
  757.       end
  758.       object Chiudi1: TMenuItem
  759.         Caption = 'Chiudi'
  760.         OnClick = Chiudi1Click
  761.       end
  762.       object Esci1: TMenuItem
  763.         Caption = 'Esci'
  764.         OnClick = Esci1Click
  765.       end
  766.     end
  767.     object N1: TMenuItem
  768.       Caption = '?'
  769.       object About1: TMenuItem
  770.         Caption = 'About'
  771.         OnClick = About1Click
  772.       end
  773.     end
  774.   end
  775. end