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
Code Converter - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmMain
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
  23.         Me.imgLogo = New System.Windows.Forms.PictureBox
  24.         Me.pnlStep1 = New System.Windows.Forms.Panel
  25.         Me.Label2 = New System.Windows.Forms.Label
  26.         Me.Label1 = New System.Windows.Forms.Label
  27.         Me.cmdExit = New System.Windows.Forms.Button
  28.         Me.cmdNext = New System.Windows.Forms.Button
  29.         Me.cmdPrev = New System.Windows.Forms.Button
  30.         Me.pnlStep2 = New System.Windows.Forms.Panel
  31.         Me.rdbPdf = New System.Windows.Forms.RadioButton
  32.         Me.rdbRtf = New System.Windows.Forms.RadioButton
  33.         Me.rdbHtmlCss = New System.Windows.Forms.RadioButton
  34.         Me.rdbHtml = New System.Windows.Forms.RadioButton
  35.         Me.Label4 = New System.Windows.Forms.Label
  36.         Me.Label3 = New System.Windows.Forms.Label
  37.         Me.pnlStep3 = New System.Windows.Forms.Panel
  38.         Me.cmdBrowse = New System.Windows.Forms.Button
  39.         Me.txtFile = New System.Windows.Forms.TextBox
  40.         Me.rdbFromFile = New System.Windows.Forms.RadioButton
  41.         Me.txtCode = New System.Windows.Forms.TextBox
  42.         Me.rdbFromCode = New System.Windows.Forms.RadioButton
  43.         Me.Label6 = New System.Windows.Forms.Label
  44.         Me.Label5 = New System.Windows.Forms.Label
  45.         Me.pnlStep4 = New System.Windows.Forms.Panel
  46.         Me.Label8 = New System.Windows.Forms.Label
  47.         Me.Label7 = New System.Windows.Forms.Label
  48.         Me.pnlStep5 = New System.Windows.Forms.Panel
  49.         Me.fcbComment = New Code_Converter.FontColorBox
  50.         Me.fcbKeyword = New Code_Converter.FontColorBox
  51.         Me.fcbSource = New Code_Converter.FontColorBox
  52.         Me.Label10 = New System.Windows.Forms.Label
  53.         Me.Label9 = New System.Windows.Forms.Label
  54.         Me.pnlStep6 = New System.Windows.Forms.Panel
  55.         Me.prgProg = New System.Windows.Forms.ProgressBar
  56.         Me.lblProg = New System.Windows.Forms.Label
  57.         Me.Label12 = New System.Windows.Forms.Label
  58.         Me.Label11 = New System.Windows.Forms.Label
  59.         Me.pnlStep7 = New System.Windows.Forms.Panel
  60.         Me.Label14 = New System.Windows.Forms.Label
  61.         Me.Label13 = New System.Windows.Forms.Label
  62.         CType(Me.imgLogo, System.ComponentModel.ISupportInitialize).BeginInit()
  63.         Me.pnlStep1.SuspendLayout()
  64.         Me.pnlStep2.SuspendLayout()
  65.         Me.pnlStep3.SuspendLayout()
  66.         Me.pnlStep4.SuspendLayout()
  67.         Me.pnlStep5.SuspendLayout()
  68.         Me.pnlStep6.SuspendLayout()
  69.         Me.pnlStep7.SuspendLayout()
  70.         Me.SuspendLayout()
  71.         '
  72.         'imgLogo
  73.         '
  74.         Me.imgLogo.Image = CType(resources.GetObject("imgLogo.Image"), System.Drawing.Image)
  75.         Me.imgLogo.Location = New System.Drawing.Point(0, 0)
  76.         Me.imgLogo.Name = "imgLogo"
  77.         Me.imgLogo.Size = New System.Drawing.Size(168, 433)
  78.         Me.imgLogo.TabIndex = 0
  79.         Me.imgLogo.TabStop = False
  80.         '
  81.         'pnlStep1
  82.         '
  83.         Me.pnlStep1.Controls.Add(Me.Label2)
  84.         Me.pnlStep1.Controls.Add(Me.Label1)
  85.         Me.pnlStep1.Location = New System.Drawing.Point(167, 0)
  86.         Me.pnlStep1.Name = "pnlStep1"
  87.         Me.pnlStep1.Size = New System.Drawing.Size(400, 360)
  88.         Me.pnlStep1.TabIndex = 1
  89.         '
  90.         'Label2
  91.         '
  92.         Me.Label2.AutoSize = True
  93.         Me.Label2.Location = New System.Drawing.Point(9, 57)
  94.         Me.Label2.Name = "Label2"
  95.         Me.Label2.Size = New System.Drawing.Size(380, 52)
  96.         Me.Label2.TabIndex = 1
  97.         Me.Label2.Text = "Benvenuto nel wizard di Code Converter. Tramite questo programma potrai " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "trasfer" & _
  98.             "ire i tuoi sorgenti in molti formati utili, tra cui, ad esempio html (con css), " & _
  99.             "rtf." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Clicca Avanti per procedere."
  100.         '
  101.         'Label1
  102.         '
  103.         Me.Label1.AutoSize = True
  104.         Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  105.         Me.Label1.Location = New System.Drawing.Point(7, 9)
  106.         Me.Label1.Name = "Label1"
  107.         Me.Label1.Size = New System.Drawing.Size(167, 25)
  108.         Me.Label1.TabIndex = 0
  109.         Me.Label1.Text = "Pagina iniziale"
  110.         '
  111.         'cmdExit
  112.         '
  113.         Me.cmdExit.Location = New System.Drawing.Point(459, 396)
  114.         Me.cmdExit.Name = "cmdExit"
  115.         Me.cmdExit.Size = New System.Drawing.Size(96, 24)
  116.         Me.cmdExit.TabIndex = 2
  117.         Me.cmdExit.Text = "Esci"
  118.         Me.cmdExit.UseVisualStyleBackColor = True
  119.         '
  120.         'cmdNext
  121.         '
  122.         Me.cmdNext.Location = New System.Drawing.Point(357, 396)
  123.         Me.cmdNext.Name = "cmdNext"
  124.         Me.cmdNext.Size = New System.Drawing.Size(96, 24)
  125.         Me.cmdNext.TabIndex = 3
  126.         Me.cmdNext.Text = "Avanti >"
  127.         Me.cmdNext.UseVisualStyleBackColor = True
  128.         '
  129.         'cmdPrev
  130.         '
  131.         Me.cmdPrev.Enabled = False
  132.         Me.cmdPrev.Location = New System.Drawing.Point(255, 396)
  133.         Me.cmdPrev.Name = "cmdPrev"
  134.         Me.cmdPrev.Size = New System.Drawing.Size(96, 24)
  135.         Me.cmdPrev.TabIndex = 4
  136.         Me.cmdPrev.Text = "< Indietro"
  137.         Me.cmdPrev.UseVisualStyleBackColor = True
  138.         '
  139.         'pnlStep2
  140.         '
  141.         Me.pnlStep2.Controls.Add(Me.rdbPdf)
  142.         Me.pnlStep2.Controls.Add(Me.rdbRtf)
  143.         Me.pnlStep2.Controls.Add(Me.rdbHtmlCss)
  144.         Me.pnlStep2.Controls.Add(Me.rdbHtml)
  145.         Me.pnlStep2.Controls.Add(Me.Label4)
  146.         Me.pnlStep2.Controls.Add(Me.Label3)
  147.         Me.pnlStep2.Location = New System.Drawing.Point(167, 0)
  148.         Me.pnlStep2.Name = "pnlStep2"
  149.         Me.pnlStep2.Size = New System.Drawing.Size(400, 360)
  150.         Me.pnlStep2.TabIndex = 5
  151.         Me.pnlStep2.Visible = False
  152.         '
  153.         'rdbPdf
  154.         '
  155.         Me.rdbPdf.AutoSize = True
  156.         Me.rdbPdf.Enabled = False
  157.         Me.rdbPdf.Location = New System.Drawing.Point(20, 151)
  158.         Me.rdbPdf.Name = "rdbPdf"
  159.         Me.rdbPdf.Size = New System.Drawing.Size(173, 17)
  160.         Me.rdbPdf.TabIndex = 5
  161.         Me.rdbPdf.Text = "Pdf, Portable Document Format"
  162.         Me.rdbPdf.UseVisualStyleBackColor = True
  163.         '
  164.         'rdbRtf
  165.         '
  166.         Me.rdbRtf.AutoSize = True
  167.         Me.rdbRtf.Location = New System.Drawing.Point(20, 128)
  168.         Me.rdbRtf.Name = "rdbRtf"
  169.         Me.rdbRtf.Size = New System.Drawing.Size(126, 17)
  170.         Me.rdbRtf.TabIndex = 4
  171.         Me.rdbRtf.Text = "Rtf, Rich Text Format"
  172.         Me.rdbRtf.UseVisualStyleBackColor = True
  173.         '
  174.         'rdbHtmlCss
  175.         '
  176.         Me.rdbHtmlCss.AutoSize = True
  177.         Me.rdbHtmlCss.Location = New System.Drawing.Point(20, 105)
  178.         Me.rdbHtmlCss.Name = "rdbHtmlCss"
  179.         Me.rdbHtmlCss.Size = New System.Drawing.Size(344, 17)
  180.         Me.rdbHtmlCss.TabIndex = 3
  181.         Me.rdbHtmlCss.Text = "Html + Css, HyperText Markup Language + Cascading Style Sheets"
  182.         Me.rdbHtmlCss.UseVisualStyleBackColor = True
  183.         '
  184.         'rdbHtml
  185.         '
  186.         Me.rdbHtml.AutoSize = True
  187.         Me.rdbHtml.Checked = True
  188.         Me.rdbHtml.Location = New System.Drawing.Point(20, 82)
  189.         Me.rdbHtml.Name = "rdbHtml"
  190.         Me.rdbHtml.Size = New System.Drawing.Size(191, 17)
  191.         Me.rdbHtml.TabIndex = 2
  192.         Me.rdbHtml.TabStop = True
  193.         Me.rdbHtml.Text = "Html, HyperText Markup Language"
  194.         Me.rdbHtml.UseVisualStyleBackColor = True
  195.         '
  196.         'Label4
  197.         '
  198.         Me.Label4.AutoSize = True
  199.         Me.Label4.Location = New System.Drawing.Point(9, 57)
  200.         Me.Label4.Name = "Label4"
  201.         Me.Label4.Size = New System.Drawing.Size(230, 13)
  202.         Me.Label4.TabIndex = 1
  203.         Me.Label4.Text = "Selezionare il formato in cui convertire il codice:"
  204.         '
  205.         'Label3
  206.         '
  207.         Me.Label3.AutoSize = True
  208.         Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  209.         Me.Label3.Location = New System.Drawing.Point(7, 9)
  210.         Me.Label3.Name = "Label3"
  211.         Me.Label3.Size = New System.Drawing.Size(202, 25)
  212.         Me.Label3.TabIndex = 0
  213.         Me.Label3.Text = "Selezione formato"
  214.         '
  215.         'pnlStep3
  216.         '
  217.         Me.pnlStep3.Controls.Add(Me.cmdBrowse)
  218.         Me.pnlStep3.Controls.Add(Me.txtFile)
  219.         Me.pnlStep3.Controls.Add(Me.rdbFromFile)
  220.         Me.pnlStep3.Controls.Add(Me.txtCode)
  221.         Me.pnlStep3.Controls.Add(Me.rdbFromCode)
  222.         Me.pnlStep3.Controls.Add(Me.Label6)
  223.         Me.pnlStep3.Controls.Add(Me.Label5)
  224.         Me.pnlStep3.Location = New System.Drawing.Point(167, 0)
  225.         Me.pnlStep3.Name = "pnlStep3"
  226.         Me.pnlStep3.Size = New System.Drawing.Size(400, 360)
  227.         Me.pnlStep3.TabIndex = 6
  228.         Me.pnlStep3.Visible = False
  229.         '
  230.         'cmdBrowse
  231.         '
  232.         Me.cmdBrowse.Enabled = False
  233.         Me.cmdBrowse.Location = New System.Drawing.Point(361, 289)
  234.         Me.cmdBrowse.Name = "cmdBrowse"
  235.         Me.cmdBrowse.Size = New System.Drawing.Size(27, 20)
  236.         Me.cmdBrowse.TabIndex = 6
  237.         Me.cmdBrowse.Text = "..."
  238.         Me.cmdBrowse.UseVisualStyleBackColor = True
  239.         '
  240.         'txtFile
  241.         '
  242.         Me.txtFile.Enabled = False
  243.         Me.txtFile.Location = New System.Drawing.Point(35, 289)
  244.         Me.txtFile.Name = "txtFile"
  245.         Me.txtFile.Size = New System.Drawing.Size(320, 20)
  246.         Me.txtFile.TabIndex = 5
  247.         '
  248.         'rdbFromFile
  249.         '
  250.         Me.rdbFromFile.AutoSize = True
  251.         Me.rdbFromFile.Location = New System.Drawing.Point(20, 266)
  252.         Me.rdbFromFile.Name = "rdbFromFile"
  253.         Me.rdbFromFile.Size = New System.Drawing.Size(110, 17)
  254.         Me.rdbFromFile.TabIndex = 4
  255.         Me.rdbFromFile.TabStop = True
  256.         Me.rdbFromFile.Text = "Inserimento da file"
  257.         Me.rdbFromFile.UseVisualStyleBackColor = True
  258.         '
  259.         'txtCode
  260.         '
  261.         Me.txtCode.Font = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  262.         Me.txtCode.Location = New System.Drawing.Point(35, 104)
  263.         Me.txtCode.Multiline = True
  264.         Me.txtCode.Name = "txtCode"
  265.         Me.txtCode.ScrollBars = System.Windows.Forms.ScrollBars.Both
  266.         Me.txtCode.Size = New System.Drawing.Size(353, 156)
  267.         Me.txtCode.TabIndex = 3
  268.         '
  269.         'rdbFromCode
  270.         '
  271.         Me.rdbFromCode.AutoSize = True
  272.         Me.rdbFromCode.Checked = True
  273.         Me.rdbFromCode.Location = New System.Drawing.Point(20, 82)
  274.         Me.rdbFromCode.Name = "rdbFromCode"
  275.         Me.rdbFromCode.Size = New System.Drawing.Size(122, 17)
  276.         Me.rdbFromCode.TabIndex = 2
  277.         Me.rdbFromCode.TabStop = True
  278.         Me.rdbFromCode.Text = "Inserimento manuale"
  279.         Me.rdbFromCode.UseVisualStyleBackColor = True
  280.         '
  281.         'Label6
  282.         '
  283.         Me.Label6.AutoSize = True
  284.         Me.Label6.Location = New System.Drawing.Point(9, 57)
  285.         Me.Label6.Name = "Label6"
  286.         Me.Label6.Size = New System.Drawing.Size(346, 13)
  287.         Me.Label6.TabIndex = 1
  288.         Me.Label6.Text = "Inserisci il codice sorgente nella textbox di seguito, oppure carica un file."
  289.         '
  290.         'Label5
  291.         '
  292.         Me.Label5.AutoSize = True
  293.         Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  294.         Me.Label5.Location = New System.Drawing.Point(7, 9)
  295.         Me.Label5.Name = "Label5"
  296.         Me.Label5.Size = New System.Drawing.Size(205, 25)
  297.         Me.Label5.TabIndex = 0
  298.         Me.Label5.Text = "Immissione codice"
  299.         '
  300.         'pnlStep4
  301.         '
  302.         Me.pnlStep4.Controls.Add(Me.Label8)
  303.         Me.pnlStep4.Controls.Add(Me.Label7)
  304.         Me.pnlStep4.Location = New System.Drawing.Point(167, 0)
  305.         Me.pnlStep4.Name = "pnlStep4"
  306.         Me.pnlStep4.Size = New System.Drawing.Size(400, 360)
  307.         Me.pnlStep4.TabIndex = 7
  308.         Me.pnlStep4.Visible = False
  309.         '
  310.         'Label8
  311.         '
  312.         Me.Label8.AutoSize = True
  313.         Me.Label8.Location = New System.Drawing.Point(9, 57)
  314.         Me.Label8.Name = "Label8"
  315.         Me.Label8.Size = New System.Drawing.Size(112, 13)
  316.         Me.Label8.TabIndex = 1
  317.         Me.Label8.Text = "Scegliere il linguaggio:"
  318.         '
  319.         'Label7
  320.         '
  321.         Me.Label7.AutoSize = True
  322.         Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  323.         Me.Label7.Location = New System.Drawing.Point(7, 9)
  324.         Me.Label7.Name = "Label7"
  325.         Me.Label7.Size = New System.Drawing.Size(194, 25)
  326.         Me.Label7.TabIndex = 0
  327.         Me.Label7.Text = "Scelta linguaggio"
  328.         '
  329.         'pnlStep5
  330.         '
  331.         Me.pnlStep5.Controls.Add(Me.fcbComment)
  332.         Me.pnlStep5.Controls.Add(Me.fcbKeyword)
  333.         Me.pnlStep5.Controls.Add(Me.fcbSource)
  334.         Me.pnlStep5.Controls.Add(Me.Label10)
  335.         Me.pnlStep5.Controls.Add(Me.Label9)
  336.         Me.pnlStep5.Location = New System.Drawing.Point(167, 0)
  337.         Me.pnlStep5.Name = "pnlStep5"
  338.         Me.pnlStep5.Size = New System.Drawing.Size(400, 360)
  339.         Me.pnlStep5.TabIndex = 8
  340.         Me.pnlStep5.Visible = False
  341.         '
  342.         'fcbComment
  343.         '
  344.         Me.fcbComment.Description = "Commenti:"
  345.         Me.fcbComment.Location = New System.Drawing.Point(20, 136)
  346.         Me.fcbComment.Name = "fcbComment"
  347.         Me.fcbComment.SelectedColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  348.         Me.fcbComment.SelectedFont = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  349.         Me.fcbComment.Size = New System.Drawing.Size(335, 31)
  350.         Me.fcbComment.TabIndex = 5
  351.         '
  352.         'fcbKeyword
  353.         '
  354.         Me.fcbKeyword.Description = "Parole riservate:"
  355.         Me.fcbKeyword.Location = New System.Drawing.Point(20, 105)
  356.         Me.fcbKeyword.Name = "fcbKeyword"
  357.         Me.fcbKeyword.SelectedColor = System.Drawing.Color.Blue
  358.         Me.fcbKeyword.SelectedFont = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  359.         Me.fcbKeyword.Size = New System.Drawing.Size(335, 31)
  360.         Me.fcbKeyword.TabIndex = 4
  361.         '
  362.         'fcbSource
  363.         '
  364.         Me.fcbSource.Description = "Codice sorgente:"
  365.         Me.fcbSource.Location = New System.Drawing.Point(20, 73)
  366.         Me.fcbSource.Name = "fcbSource"
  367.         Me.fcbSource.SelectedColor = System.Drawing.SystemColors.ControlText
  368.         Me.fcbSource.SelectedFont = New System.Drawing.Font("Courier New", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  369.         Me.fcbSource.Size = New System.Drawing.Size(335, 31)
  370.         Me.fcbSource.TabIndex = 3
  371.         '
  372.         'Label10
  373.         '
  374.         Me.Label10.AutoSize = True
  375.         Me.Label10.Location = New System.Drawing.Point(9, 57)
  376.         Me.Label10.Name = "Label10"
  377.         Me.Label10.Size = New System.Drawing.Size(236, 13)
  378.         Me.Label10.TabIndex = 1
  379.         Me.Label10.Text = "Selezionare i colori e la formattazione desiderata:"
  380.         '
  381.         'Label9
  382.         '
  383.         Me.Label9.AutoSize = True
  384.         Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  385.         Me.Label9.Location = New System.Drawing.Point(9, 9)
  386.         Me.Label9.Name = "Label9"
  387.         Me.Label9.Size = New System.Drawing.Size(221, 25)
  388.         Me.Label9.TabIndex = 0
  389.         Me.Label9.Text = "Formattazione testo"
  390.         '
  391.         'pnlStep6
  392.         '
  393.         Me.pnlStep6.Controls.Add(Me.prgProg)
  394.         Me.pnlStep6.Controls.Add(Me.lblProg)
  395.         Me.pnlStep6.Controls.Add(Me.Label12)
  396.         Me.pnlStep6.Controls.Add(Me.Label11)
  397.         Me.pnlStep6.Location = New System.Drawing.Point(167, 0)
  398.         Me.pnlStep6.Name = "pnlStep6"
  399.         Me.pnlStep6.Size = New System.Drawing.Size(400, 360)
  400.         Me.pnlStep6.TabIndex = 9
  401.         Me.pnlStep6.Visible = False
  402.         '
  403.         'prgProg
  404.         '
  405.         Me.prgProg.Location = New System.Drawing.Point(12, 104)
  406.         Me.prgProg.Name = "prgProg"
  407.         Me.prgProg.Size = New System.Drawing.Size(376, 18)
  408.         Me.prgProg.TabIndex = 3
  409.         '
  410.         'lblProg
  411.         '
  412.         Me.lblProg.AutoSize = True
  413.         Me.lblProg.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  414.         Me.lblProg.Location = New System.Drawing.Point(9, 82)
  415.         Me.lblProg.Name = "lblProg"
  416.         Me.lblProg.Size = New System.Drawing.Size(137, 13)
  417.         Me.lblProg.TabIndex = 2
  418.         Me.lblProg.Text = "Sostituzione in corso..."
  419.         '
  420.         'Label12
  421.         '
  422.         Me.Label12.AutoSize = True
  423.         Me.Label12.Location = New System.Drawing.Point(9, 57)
  424.         Me.Label12.Name = "Label12"
  425.         Me.Label12.Size = New System.Drawing.Size(225, 13)
  426.         Me.Label12.TabIndex = 1
  427.         Me.Label12.Text = "Attendere: il programma sta elaborando i dati..."
  428.         '
  429.         'Label11
  430.         '
  431.         Me.Label11.AutoSize = True
  432.         Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  433.         Me.Label11.Location = New System.Drawing.Point(9, 9)
  434.         Me.Label11.Name = "Label11"
  435.         Me.Label11.Size = New System.Drawing.Size(220, 25)
  436.         Me.Label11.TabIndex = 0
  437.         Me.Label11.Text = "Conversione codice"
  438.         '
  439.         'pnlStep7
  440.         '
  441.         Me.pnlStep7.Controls.Add(Me.Label14)
  442.         Me.pnlStep7.Controls.Add(Me.Label13)
  443.         Me.pnlStep7.Location = New System.Drawing.Point(167, 0)
  444.         Me.pnlStep7.Name = "pnlStep7"
  445.         Me.pnlStep7.Size = New System.Drawing.Size(400, 360)
  446.         Me.pnlStep7.TabIndex = 10
  447.         Me.pnlStep7.Visible = False
  448.         '
  449.         'Label14
  450.         '
  451.         Me.Label14.AutoSize = True
  452.         Me.Label14.Location = New System.Drawing.Point(9, 57)
  453.         Me.Label14.Name = "Label14"
  454.         Me.Label14.Size = New System.Drawing.Size(375, 26)
  455.         Me.Label14.TabIndex = 1
  456.         Me.Label14.Text = "Il sorgente è stato convertito con successo nel formato richiesto! Premere Fine" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & _
  457.             "per terminare il programma o convertire un nuovo sorgente."
  458.         '
  459.         'Label13
  460.         '
  461.         Me.Label13.AutoSize = True
  462.         Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  463.         Me.Label13.Location = New System.Drawing.Point(9, 9)
  464.         Me.Label13.Name = "Label13"
  465.         Me.Label13.Size = New System.Drawing.Size(266, 25)
  466.         Me.Label13.TabIndex = 0
  467.         Me.Label13.Text = "Conversione completata"
  468.         '
  469.         'frmMain
  470.         '
  471.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  472.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  473.         Me.BackColor = System.Drawing.SystemColors.Control
  474.         Me.ClientSize = New System.Drawing.Size(567, 432)
  475.         Me.Controls.Add(Me.pnlStep7)
  476.         Me.Controls.Add(Me.pnlStep6)
  477.         Me.Controls.Add(Me.pnlStep5)
  478.         Me.Controls.Add(Me.pnlStep4)
  479.         Me.Controls.Add(Me.pnlStep3)
  480.         Me.Controls.Add(Me.pnlStep2)
  481.         Me.Controls.Add(Me.cmdPrev)
  482.         Me.Controls.Add(Me.cmdNext)
  483.         Me.Controls.Add(Me.cmdExit)
  484.         Me.Controls.Add(Me.pnlStep1)
  485.         Me.Controls.Add(Me.imgLogo)
  486.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  487.         Me.MaximizeBox = False
  488.         Me.Name = "frmMain"
  489.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  490.         Me.Text = "Code Converter"
  491.         CType(Me.imgLogo, System.ComponentModel.ISupportInitialize).EndInit()
  492.         Me.pnlStep1.ResumeLayout(False)
  493.         Me.pnlStep1.PerformLayout()
  494.         Me.pnlStep2.ResumeLayout(False)
  495.         Me.pnlStep2.PerformLayout()
  496.         Me.pnlStep3.ResumeLayout(False)
  497.         Me.pnlStep3.PerformLayout()
  498.         Me.pnlStep4.ResumeLayout(False)
  499.         Me.pnlStep4.PerformLayout()
  500.         Me.pnlStep5.ResumeLayout(False)
  501.         Me.pnlStep5.PerformLayout()
  502.         Me.pnlStep6.ResumeLayout(False)
  503.         Me.pnlStep6.PerformLayout()
  504.         Me.pnlStep7.ResumeLayout(False)
  505.         Me.pnlStep7.PerformLayout()
  506.         Me.ResumeLayout(False)
  507.  
  508.     End Sub
  509.     Friend WithEvents imgLogo As System.Windows.Forms.PictureBox
  510.     Friend WithEvents pnlStep1 As System.Windows.Forms.Panel
  511.     Friend WithEvents Label2 As System.Windows.Forms.Label
  512.     Friend WithEvents Label1 As System.Windows.Forms.Label
  513.     Friend WithEvents cmdExit As System.Windows.Forms.Button
  514.     Friend WithEvents cmdNext As System.Windows.Forms.Button
  515.     Friend WithEvents cmdPrev As System.Windows.Forms.Button
  516.     Friend WithEvents pnlStep2 As System.Windows.Forms.Panel
  517.     Friend WithEvents Label4 As System.Windows.Forms.Label
  518.     Friend WithEvents Label3 As System.Windows.Forms.Label
  519.     Friend WithEvents rdbPdf As System.Windows.Forms.RadioButton
  520.     Friend WithEvents rdbRtf As System.Windows.Forms.RadioButton
  521.     Friend WithEvents rdbHtmlCss As System.Windows.Forms.RadioButton
  522.     Friend WithEvents rdbHtml As System.Windows.Forms.RadioButton
  523.     Friend WithEvents pnlStep3 As System.Windows.Forms.Panel
  524.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  525.     Friend WithEvents txtFile As System.Windows.Forms.TextBox
  526.     Friend WithEvents rdbFromFile As System.Windows.Forms.RadioButton
  527.     Friend WithEvents txtCode As System.Windows.Forms.TextBox
  528.     Friend WithEvents rdbFromCode As System.Windows.Forms.RadioButton
  529.     Friend WithEvents Label6 As System.Windows.Forms.Label
  530.     Friend WithEvents Label5 As System.Windows.Forms.Label
  531.     Friend WithEvents pnlStep4 As System.Windows.Forms.Panel
  532.     Friend WithEvents Label8 As System.Windows.Forms.Label
  533.     Friend WithEvents Label7 As System.Windows.Forms.Label
  534.     Friend WithEvents pnlStep5 As System.Windows.Forms.Panel
  535.     Friend WithEvents Label10 As System.Windows.Forms.Label
  536.     Friend WithEvents Label9 As System.Windows.Forms.Label
  537.     Friend WithEvents fcbSource As Code_Converter.FontColorBox
  538.     Friend WithEvents fcbKeyword As Code_Converter.FontColorBox
  539.     Friend WithEvents fcbComment As Code_Converter.FontColorBox
  540.     Friend WithEvents pnlStep6 As System.Windows.Forms.Panel
  541.     Friend WithEvents prgProg As System.Windows.Forms.ProgressBar
  542.     Friend WithEvents lblProg As System.Windows.Forms.Label
  543.     Friend WithEvents Label12 As System.Windows.Forms.Label
  544.     Friend WithEvents Label11 As System.Windows.Forms.Label
  545.     Friend WithEvents pnlStep7 As System.Windows.Forms.Panel
  546.     Friend WithEvents Label14 As System.Windows.Forms.Label
  547.     Friend WithEvents Label13 As System.Windows.Forms.Label
  548.  
  549. End Class