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
QHTML 2.0 - frmTable.Designer.vb

frmTable.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmTable
  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.         Me.grpSize = New System.Windows.Forms.GroupBox
  23.         Me.nudBorder = New System.Windows.Forms.NumericUpDown
  24.         Me.Label9 = New System.Windows.Forms.Label
  25.         Me.txtTitle = New System.Windows.Forms.TextBox
  26.         Me.Label7 = New System.Windows.Forms.Label
  27.         Me.cmdBrowse = New System.Windows.Forms.Button
  28.         Me.txtIMG = New System.Windows.Forms.TextBox
  29.         Me.Label6 = New System.Windows.Forms.Label
  30.         Me.cmbColor = New System.Windows.Forms.ComboBox
  31.         Me.Label5 = New System.Windows.Forms.Label
  32.         Me.nudPadding = New System.Windows.Forms.NumericUpDown
  33.         Me.nudSpacing = New System.Windows.Forms.NumericUpDown
  34.         Me.Label4 = New System.Windows.Forms.Label
  35.         Me.Label3 = New System.Windows.Forms.Label
  36.         Me.nudWidth = New System.Windows.Forms.NumericUpDown
  37.         Me.Label2 = New System.Windows.Forms.Label
  38.         Me.nudHeight = New System.Windows.Forms.NumericUpDown
  39.         Me.Label1 = New System.Windows.Forms.Label
  40.         Me.grpCell = New System.Windows.Forms.GroupBox
  41.         Me.TreeW = New System.Windows.Forms.TreeView
  42.         Me.cmdCell = New System.Windows.Forms.Button
  43.         Me.cmdRow = New System.Windows.Forms.Button
  44.         Me.txtText = New System.Windows.Forms.TextBox
  45.         Me.Label8 = New System.Windows.Forms.Label
  46.         Me.cmdOK = New System.Windows.Forms.Button
  47.         Me.FOpen = New System.Windows.Forms.OpenFileDialog
  48.         Me.Label10 = New System.Windows.Forms.Label
  49.         Me.nudColSpan = New System.Windows.Forms.NumericUpDown
  50.         Me.Label11 = New System.Windows.Forms.Label
  51.         Me.nudRowSpan = New System.Windows.Forms.NumericUpDown
  52.         Me.Label12 = New System.Windows.Forms.Label
  53.         Me.cmbValign = New System.Windows.Forms.ComboBox
  54.         Me.Label13 = New System.Windows.Forms.Label
  55.         Me.nudCWidth = New System.Windows.Forms.NumericUpDown
  56.         Me.chbPercentage = New System.Windows.Forms.CheckBox
  57.         Me.grpSize.SuspendLayout()
  58.         CType(Me.nudBorder, System.ComponentModel.ISupportInitialize).BeginInit()
  59.         CType(Me.nudPadding, System.ComponentModel.ISupportInitialize).BeginInit()
  60.         CType(Me.nudSpacing, System.ComponentModel.ISupportInitialize).BeginInit()
  61.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  62.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).BeginInit()
  63.         Me.grpCell.SuspendLayout()
  64.         CType(Me.nudColSpan, System.ComponentModel.ISupportInitialize).BeginInit()
  65.         CType(Me.nudRowSpan, System.ComponentModel.ISupportInitialize).BeginInit()
  66.         CType(Me.nudCWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  67.         Me.SuspendLayout()
  68.         '
  69.         'grpSize
  70.         '
  71.         Me.grpSize.Controls.Add(Me.nudBorder)
  72.         Me.grpSize.Controls.Add(Me.Label9)
  73.         Me.grpSize.Controls.Add(Me.txtTitle)
  74.         Me.grpSize.Controls.Add(Me.Label7)
  75.         Me.grpSize.Controls.Add(Me.cmdBrowse)
  76.         Me.grpSize.Controls.Add(Me.txtIMG)
  77.         Me.grpSize.Controls.Add(Me.Label6)
  78.         Me.grpSize.Controls.Add(Me.cmbColor)
  79.         Me.grpSize.Controls.Add(Me.Label5)
  80.         Me.grpSize.Controls.Add(Me.nudPadding)
  81.         Me.grpSize.Controls.Add(Me.nudSpacing)
  82.         Me.grpSize.Controls.Add(Me.Label4)
  83.         Me.grpSize.Controls.Add(Me.Label3)
  84.         Me.grpSize.Controls.Add(Me.nudWidth)
  85.         Me.grpSize.Controls.Add(Me.Label2)
  86.         Me.grpSize.Controls.Add(Me.nudHeight)
  87.         Me.grpSize.Controls.Add(Me.Label1)
  88.         Me.grpSize.Location = New System.Drawing.Point(12, 12)
  89.         Me.grpSize.Name = "grpSize"
  90.         Me.grpSize.Size = New System.Drawing.Size(364, 177)
  91.         Me.grpSize.TabIndex = 0
  92.         Me.grpSize.TabStop = False
  93.         Me.grpSize.Text = "Dimensioni, sfondo e titolo"
  94.         '
  95.         'nudBorder
  96.         '
  97.         Me.nudBorder.Location = New System.Drawing.Point(304, 66)
  98.         Me.nudBorder.Name = "nudBorder"
  99.         Me.nudBorder.Size = New System.Drawing.Size(45, 20)
  100.         Me.nudBorder.TabIndex = 16
  101.         '
  102.         'Label9
  103.         '
  104.         Me.Label9.AutoSize = True
  105.         Me.Label9.Location = New System.Drawing.Point(6, 70)
  106.         Me.Label9.Name = "Label9"
  107.         Me.Label9.Size = New System.Drawing.Size(219, 13)
  108.         Me.Label9.TabIndex = 15
  109.         Me.Label9.Text = "Spessore del bordo di ogni cella della tabella:"
  110.         '
  111.         'txtTitle
  112.         '
  113.         Me.txtTitle.Location = New System.Drawing.Point(112, 145)
  114.         Me.txtTitle.Name = "txtTitle"
  115.         Me.txtTitle.Size = New System.Drawing.Size(237, 20)
  116.         Me.txtTitle.TabIndex = 14
  117.         '
  118.         'Label7
  119.         '
  120.         Me.Label7.AutoSize = True
  121.         Me.Label7.Location = New System.Drawing.Point(6, 148)
  122.         Me.Label7.Name = "Label7"
  123.         Me.Label7.Size = New System.Drawing.Size(36, 13)
  124.         Me.Label7.TabIndex = 13
  125.         Me.Label7.Text = "Titolo:"
  126.         '
  127.         'cmdBrowse
  128.         '
  129.         Me.cmdBrowse.Location = New System.Drawing.Point(314, 119)
  130.         Me.cmdBrowse.Name = "cmdBrowse"
  131.         Me.cmdBrowse.Size = New System.Drawing.Size(35, 20)
  132.         Me.cmdBrowse.TabIndex = 12
  133.         Me.cmdBrowse.Text = "..."
  134.         Me.cmdBrowse.UseVisualStyleBackColor = True
  135.         '
  136.         'txtIMG
  137.         '
  138.         Me.txtIMG.Location = New System.Drawing.Point(112, 119)
  139.         Me.txtIMG.Name = "txtIMG"
  140.         Me.txtIMG.Size = New System.Drawing.Size(196, 20)
  141.         Me.txtIMG.TabIndex = 11
  142.         '
  143.         'Label6
  144.         '
  145.         Me.Label6.AutoSize = True
  146.         Me.Label6.Location = New System.Drawing.Point(6, 122)
  147.         Me.Label6.Name = "Label6"
  148.         Me.Label6.Size = New System.Drawing.Size(101, 13)
  149.         Me.Label6.TabIndex = 10
  150.         Me.Label6.Text = "Immagine di sfondo:"
  151.         '
  152.         'cmbColor
  153.         '
  154.         Me.cmbColor.FormattingEnabled = True
  155.         Me.cmbColor.Items.AddRange(New Object() {"orange", "blue", "white", "yellow", "gray", "brown", "black", "red", "green", "violet"})
  156.         Me.cmbColor.Location = New System.Drawing.Point(112, 92)
  157.         Me.cmbColor.Name = "cmbColor"
  158.         Me.cmbColor.Size = New System.Drawing.Size(237, 21)
  159.         Me.cmbColor.TabIndex = 9
  160.         Me.cmbColor.Text = "white"
  161.         '
  162.         'Label5
  163.         '
  164.         Me.Label5.AutoSize = True
  165.         Me.Label5.Location = New System.Drawing.Point(6, 95)
  166.         Me.Label5.Name = "Label5"
  167.         Me.Label5.Size = New System.Drawing.Size(100, 13)
  168.         Me.Label5.TabIndex = 8
  169.         Me.Label5.Text = "Colore della sfondo:"
  170.         '
  171.         'nudPadding
  172.         '
  173.         Me.nudPadding.Location = New System.Drawing.Point(304, 40)
  174.         Me.nudPadding.Name = "nudPadding"
  175.         Me.nudPadding.Size = New System.Drawing.Size(45, 20)
  176.         Me.nudPadding.TabIndex = 7
  177.         '
  178.         'nudSpacing
  179.         '
  180.         Me.nudSpacing.Location = New System.Drawing.Point(304, 14)
  181.         Me.nudSpacing.Name = "nudSpacing"
  182.         Me.nudSpacing.Size = New System.Drawing.Size(45, 20)
  183.         Me.nudSpacing.TabIndex = 6
  184.         '
  185.         'Label4
  186.         '
  187.         Me.Label4.AutoSize = True
  188.         Me.Label4.Location = New System.Drawing.Point(142, 42)
  189.         Me.Label4.Name = "Label4"
  190.         Me.Label4.Size = New System.Drawing.Size(136, 13)
  191.         Me.Label4.TabIndex = 5
  192.         Me.Label4.Text = "Spazio tra il testo e il bordo:"
  193.         '
  194.         'Label3
  195.         '
  196.         Me.Label3.AutoSize = True
  197.         Me.Label3.Location = New System.Drawing.Point(142, 16)
  198.         Me.Label3.Name = "Label3"
  199.         Me.Label3.Size = New System.Drawing.Size(139, 13)
  200.         Me.Label3.TabIndex = 4
  201.         Me.Label3.Text = "Spazio tra una cella e l'altra:"
  202.         '
  203.         'nudWidth
  204.         '
  205.         Me.nudWidth.Location = New System.Drawing.Point(80, 40)
  206.         Me.nudWidth.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
  207.         Me.nudWidth.Name = "nudWidth"
  208.         Me.nudWidth.Size = New System.Drawing.Size(45, 20)
  209.         Me.nudWidth.TabIndex = 3
  210.         '
  211.         'Label2
  212.         '
  213.         Me.Label2.AutoSize = True
  214.         Me.Label2.Location = New System.Drawing.Point(6, 42)
  215.         Me.Label2.Name = "Label2"
  216.         Me.Label2.Size = New System.Drawing.Size(59, 13)
  217.         Me.Label2.TabIndex = 2
  218.         Me.Label2.Text = "Larghezza:"
  219.         '
  220.         'nudHeight
  221.         '
  222.         Me.nudHeight.Location = New System.Drawing.Point(80, 14)
  223.         Me.nudHeight.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
  224.         Me.nudHeight.Name = "nudHeight"
  225.         Me.nudHeight.Size = New System.Drawing.Size(45, 20)
  226.         Me.nudHeight.TabIndex = 1
  227.         '
  228.         'Label1
  229.         '
  230.         Me.Label1.AutoSize = True
  231.         Me.Label1.Location = New System.Drawing.Point(6, 16)
  232.         Me.Label1.Name = "Label1"
  233.         Me.Label1.Size = New System.Drawing.Size(44, 13)
  234.         Me.Label1.TabIndex = 0
  235.         Me.Label1.Text = "Altezza:"
  236.         '
  237.         'grpCell
  238.         '
  239.         Me.grpCell.Controls.Add(Me.chbPercentage)
  240.         Me.grpCell.Controls.Add(Me.nudCWidth)
  241.         Me.grpCell.Controls.Add(Me.Label13)
  242.         Me.grpCell.Controls.Add(Me.cmbValign)
  243.         Me.grpCell.Controls.Add(Me.Label12)
  244.         Me.grpCell.Controls.Add(Me.nudRowSpan)
  245.         Me.grpCell.Controls.Add(Me.Label11)
  246.         Me.grpCell.Controls.Add(Me.nudColSpan)
  247.         Me.grpCell.Controls.Add(Me.Label10)
  248.         Me.grpCell.Controls.Add(Me.TreeW)
  249.         Me.grpCell.Controls.Add(Me.cmdCell)
  250.         Me.grpCell.Controls.Add(Me.cmdRow)
  251.         Me.grpCell.Controls.Add(Me.txtText)
  252.         Me.grpCell.Controls.Add(Me.Label8)
  253.         Me.grpCell.Location = New System.Drawing.Point(12, 195)
  254.         Me.grpCell.Name = "grpCell"
  255.         Me.grpCell.Size = New System.Drawing.Size(364, 261)
  256.         Me.grpCell.TabIndex = 1
  257.         Me.grpCell.TabStop = False
  258.         Me.grpCell.Text = "Celle"
  259.         '
  260.         'TreeW
  261.         '
  262.         Me.TreeW.Location = New System.Drawing.Point(10, 165)
  263.         Me.TreeW.Name = "TreeW"
  264.         Me.TreeW.Size = New System.Drawing.Size(339, 90)
  265.         Me.TreeW.TabIndex = 4
  266.         '
  267.         'cmdCell
  268.         '
  269.         Me.cmdCell.Location = New System.Drawing.Point(267, 134)
  270.         Me.cmdCell.Name = "cmdCell"
  271.         Me.cmdCell.Size = New System.Drawing.Size(82, 25)
  272.         Me.cmdCell.TabIndex = 3
  273.         Me.cmdCell.Text = "Aggiungi cella"
  274.         Me.cmdCell.UseVisualStyleBackColor = True
  275.         '
  276.         'cmdRow
  277.         '
  278.         Me.cmdRow.Location = New System.Drawing.Point(176, 134)
  279.         Me.cmdRow.Name = "cmdRow"
  280.         Me.cmdRow.Size = New System.Drawing.Size(85, 25)
  281.         Me.cmdRow.TabIndex = 2
  282.         Me.cmdRow.Text = "Aggiungi riga"
  283.         Me.cmdRow.UseVisualStyleBackColor = True
  284.         '
  285.         'txtText
  286.         '
  287.         Me.txtText.Location = New System.Drawing.Point(49, 13)
  288.         Me.txtText.Multiline = True
  289.         Me.txtText.Name = "txtText"
  290.         Me.txtText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  291.         Me.txtText.Size = New System.Drawing.Size(300, 45)
  292.         Me.txtText.TabIndex = 1
  293.         '
  294.         'Label8
  295.         '
  296.         Me.Label8.AutoSize = True
  297.         Me.Label8.Location = New System.Drawing.Point(6, 16)
  298.         Me.Label8.Name = "Label8"
  299.         Me.Label8.Size = New System.Drawing.Size(37, 13)
  300.         Me.Label8.TabIndex = 0
  301.         Me.Label8.Text = "Testo:"
  302.         '
  303.         'cmdOK
  304.         '
  305.         Me.cmdOK.Location = New System.Drawing.Point(279, 462)
  306.         Me.cmdOK.Name = "cmdOK"
  307.         Me.cmdOK.Size = New System.Drawing.Size(97, 25)
  308.         Me.cmdOK.TabIndex = 2
  309.         Me.cmdOK.Text = "OK"
  310.         Me.cmdOK.UseVisualStyleBackColor = True
  311.         '
  312.         'FOpen
  313.         '
  314.         Me.FOpen.FileName = "Immagine"
  315.         Me.FOpen.Filter = "File immagine|*.jpg;*.bmp;*.png;*.gif;*.tif;*.jpeg;*.tiff"
  316.         '
  317.         'Label10
  318.         '
  319.         Me.Label10.AutoSize = True
  320.         Me.Label10.Location = New System.Drawing.Point(7, 70)
  321.         Me.Label10.Name = "Label10"
  322.         Me.Label10.Size = New System.Drawing.Size(97, 13)
  323.         Me.Label10.TabIndex = 5
  324.         Me.Label10.Text = "Colonne occupate:"
  325.         '
  326.         'nudColSpan
  327.         '
  328.         Me.nudColSpan.Location = New System.Drawing.Point(110, 68)
  329.         Me.nudColSpan.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  330.         Me.nudColSpan.Name = "nudColSpan"
  331.         Me.nudColSpan.Size = New System.Drawing.Size(48, 20)
  332.         Me.nudColSpan.TabIndex = 6
  333.         '
  334.         'Label11
  335.         '
  336.         Me.Label11.AutoSize = True
  337.         Me.Label11.Location = New System.Drawing.Point(7, 100)
  338.         Me.Label11.Name = "Label11"
  339.         Me.Label11.Size = New System.Drawing.Size(86, 13)
  340.         Me.Label11.TabIndex = 7
  341.         Me.Label11.Text = "Righe occupate:"
  342.         '
  343.         'nudRowSpan
  344.         '
  345.         Me.nudRowSpan.Location = New System.Drawing.Point(110, 98)
  346.         Me.nudRowSpan.Name = "nudRowSpan"
  347.         Me.nudRowSpan.Size = New System.Drawing.Size(48, 20)
  348.         Me.nudRowSpan.TabIndex = 8
  349.         '
  350.         'Label12
  351.         '
  352.         Me.Label12.AutoSize = True
  353.         Me.Label12.Location = New System.Drawing.Point(173, 70)
  354.         Me.Label12.Name = "Label12"
  355.         Me.Label12.Size = New System.Drawing.Size(51, 13)
  356.         Me.Label12.TabIndex = 9
  357.         Me.Label12.Text = "Verticale:"
  358.         '
  359.         'cmbValign
  360.         '
  361.         Me.cmbValign.FormattingEnabled = True
  362.         Me.cmbValign.Items.AddRange(New Object() {"top", "center", "bottom"})
  363.         Me.cmbValign.Location = New System.Drawing.Point(238, 67)
  364.         Me.cmbValign.Name = "cmbValign"
  365.         Me.cmbValign.Size = New System.Drawing.Size(111, 21)
  366.         Me.cmbValign.TabIndex = 10
  367.         '
  368.         'Label13
  369.         '
  370.         Me.Label13.AutoSize = True
  371.         Me.Label13.Location = New System.Drawing.Point(173, 100)
  372.         Me.Label13.Name = "Label13"
  373.         Me.Label13.Size = New System.Drawing.Size(59, 13)
  374.         Me.Label13.TabIndex = 11
  375.         Me.Label13.Text = "Larghezza:"
  376.         '
  377.         'nudCWidth
  378.         '
  379.         Me.nudCWidth.Location = New System.Drawing.Point(238, 98)
  380.         Me.nudCWidth.Name = "nudCWidth"
  381.         Me.nudCWidth.Size = New System.Drawing.Size(48, 20)
  382.         Me.nudCWidth.TabIndex = 12
  383.         '
  384.         'chbPercentage
  385.         '
  386.         Me.chbPercentage.AutoSize = True
  387.         Me.chbPercentage.Checked = True
  388.         Me.chbPercentage.CheckState = System.Windows.Forms.CheckState.Checked
  389.         Me.chbPercentage.Location = New System.Drawing.Point(292, 99)
  390.         Me.chbPercentage.Name = "chbPercentage"
  391.         Me.chbPercentage.Size = New System.Drawing.Size(34, 17)
  392.         Me.chbPercentage.TabIndex = 13
  393.         Me.chbPercentage.Text = "%"
  394.         Me.chbPercentage.UseVisualStyleBackColor = True
  395.         '
  396.         'frmTable
  397.         '
  398.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  399.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  400.         Me.ClientSize = New System.Drawing.Size(388, 499)
  401.         Me.Controls.Add(Me.cmdOK)
  402.         Me.Controls.Add(Me.grpCell)
  403.         Me.Controls.Add(Me.grpSize)
  404.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  405.         Me.MaximizeBox = False
  406.         Me.Name = "frmTable"
  407.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  408.         Me.Text = "Creazione tabella"
  409.         Me.grpSize.ResumeLayout(False)
  410.         Me.grpSize.PerformLayout()
  411.         CType(Me.nudBorder, System.ComponentModel.ISupportInitialize).EndInit()
  412.         CType(Me.nudPadding, System.ComponentModel.ISupportInitialize).EndInit()
  413.         CType(Me.nudSpacing, System.ComponentModel.ISupportInitialize).EndInit()
  414.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).EndInit()
  415.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).EndInit()
  416.         Me.grpCell.ResumeLayout(False)
  417.         Me.grpCell.PerformLayout()
  418.         CType(Me.nudColSpan, System.ComponentModel.ISupportInitialize).EndInit()
  419.         CType(Me.nudRowSpan, System.ComponentModel.ISupportInitialize).EndInit()
  420.         CType(Me.nudCWidth, System.ComponentModel.ISupportInitialize).EndInit()
  421.         Me.ResumeLayout(False)
  422.  
  423.     End Sub
  424.     Friend WithEvents grpSize As System.Windows.Forms.GroupBox
  425.     Friend WithEvents Label1 As System.Windows.Forms.Label
  426.     Friend WithEvents cmbColor As System.Windows.Forms.ComboBox
  427.     Friend WithEvents Label5 As System.Windows.Forms.Label
  428.     Friend WithEvents nudPadding As System.Windows.Forms.NumericUpDown
  429.     Friend WithEvents nudSpacing As System.Windows.Forms.NumericUpDown
  430.     Friend WithEvents Label4 As System.Windows.Forms.Label
  431.     Friend WithEvents Label3 As System.Windows.Forms.Label
  432.     Friend WithEvents nudWidth As System.Windows.Forms.NumericUpDown
  433.     Friend WithEvents Label2 As System.Windows.Forms.Label
  434.     Friend WithEvents nudHeight As System.Windows.Forms.NumericUpDown
  435.     Friend WithEvents Label6 As System.Windows.Forms.Label
  436.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  437.     Friend WithEvents txtIMG As System.Windows.Forms.TextBox
  438.     Friend WithEvents txtTitle As System.Windows.Forms.TextBox
  439.     Friend WithEvents Label7 As System.Windows.Forms.Label
  440.     Friend WithEvents grpCell As System.Windows.Forms.GroupBox
  441.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  442.     Friend WithEvents Label8 As System.Windows.Forms.Label
  443.     Friend WithEvents cmdCell As System.Windows.Forms.Button
  444.     Friend WithEvents cmdRow As System.Windows.Forms.Button
  445.     Friend WithEvents TreeW As System.Windows.Forms.TreeView
  446.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  447.     Friend WithEvents FOpen As System.Windows.Forms.OpenFileDialog
  448.     Friend WithEvents nudBorder As System.Windows.Forms.NumericUpDown
  449.     Friend WithEvents Label9 As System.Windows.Forms.Label
  450.     Friend WithEvents cmbValign As System.Windows.Forms.ComboBox
  451.     Friend WithEvents Label12 As System.Windows.Forms.Label
  452.     Friend WithEvents nudRowSpan As System.Windows.Forms.NumericUpDown
  453.     Friend WithEvents Label11 As System.Windows.Forms.Label
  454.     Friend WithEvents nudColSpan As System.Windows.Forms.NumericUpDown
  455.     Friend WithEvents Label10 As System.Windows.Forms.Label
  456.     Friend WithEvents chbPercentage As System.Windows.Forms.CheckBox
  457.     Friend WithEvents nudCWidth As System.Windows.Forms.NumericUpDown
  458.     Friend WithEvents Label13 As System.Windows.Forms.Label
  459. End Class