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 - frmImage.Designer.vb

frmImage.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmImage
  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.grpPreview = New System.Windows.Forms.GroupBox
  23.         Me.imgPreview = New System.Windows.Forms.PictureBox
  24.         Me.gdrDescription = New System.Windows.Forms.GroupBox
  25.         Me.Label1 = New System.Windows.Forms.Label
  26.         Me.txtTip = New System.Windows.Forms.TextBox
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.txtLong = New System.Windows.Forms.TextBox
  29.         Me.gdrAddress = New System.Windows.Forms.GroupBox
  30.         Me.Label3 = New System.Windows.Forms.Label
  31.         Me.txtIMG = New System.Windows.Forms.TextBox
  32.         Me.FOpen = New System.Windows.Forms.OpenFileDialog
  33.         Me.cmdBrowse = New System.Windows.Forms.Button
  34.         Me.chbHeight = New System.Windows.Forms.CheckBox
  35.         Me.chbWidth = New System.Windows.Forms.CheckBox
  36.         Me.nudHeight = New System.Windows.Forms.NumericUpDown
  37.         Me.nudWidth = New System.Windows.Forms.NumericUpDown
  38.         Me.Label4 = New System.Windows.Forms.Label
  39.         Me.Label5 = New System.Windows.Forms.Label
  40.         Me.nudBorder = New System.Windows.Forms.NumericUpDown
  41.         Me.dudAlign = New System.Windows.Forms.DomainUpDown
  42.         Me.cmdOK = New System.Windows.Forms.Button
  43.         Me.grpPreview.SuspendLayout()
  44.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).BeginInit()
  45.         Me.gdrDescription.SuspendLayout()
  46.         Me.gdrAddress.SuspendLayout()
  47.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).BeginInit()
  48.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).BeginInit()
  49.         CType(Me.nudBorder, System.ComponentModel.ISupportInitialize).BeginInit()
  50.         Me.SuspendLayout()
  51.         '
  52.         'grpPreview
  53.         '
  54.         Me.grpPreview.Controls.Add(Me.imgPreview)
  55.         Me.grpPreview.Location = New System.Drawing.Point(12, 12)
  56.         Me.grpPreview.Name = "grpPreview"
  57.         Me.grpPreview.Size = New System.Drawing.Size(342, 243)
  58.         Me.grpPreview.TabIndex = 0
  59.         Me.grpPreview.TabStop = False
  60.         Me.grpPreview.Text = "Antemprima"
  61.         '
  62.         'imgPreview
  63.         '
  64.         Me.imgPreview.Location = New System.Drawing.Point(6, 19)
  65.         Me.imgPreview.Name = "imgPreview"
  66.         Me.imgPreview.Size = New System.Drawing.Size(330, 218)
  67.         Me.imgPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  68.         Me.imgPreview.TabIndex = 0
  69.         Me.imgPreview.TabStop = False
  70.         '
  71.         'gdrDescription
  72.         '
  73.         Me.gdrDescription.Controls.Add(Me.cmdBrowse)
  74.         Me.gdrDescription.Controls.Add(Me.txtIMG)
  75.         Me.gdrDescription.Controls.Add(Me.Label3)
  76.         Me.gdrDescription.Controls.Add(Me.txtLong)
  77.         Me.gdrDescription.Controls.Add(Me.Label2)
  78.         Me.gdrDescription.Controls.Add(Me.txtTip)
  79.         Me.gdrDescription.Controls.Add(Me.Label1)
  80.         Me.gdrDescription.Location = New System.Drawing.Point(360, 12)
  81.         Me.gdrDescription.Name = "gdrDescription"
  82.         Me.gdrDescription.Size = New System.Drawing.Size(257, 243)
  83.         Me.gdrDescription.TabIndex = 1
  84.         Me.gdrDescription.TabStop = False
  85.         Me.gdrDescription.Text = "Descrizione"
  86.         '
  87.         'Label1
  88.         '
  89.         Me.Label1.AutoSize = True
  90.         Me.Label1.Location = New System.Drawing.Point(6, 16)
  91.         Me.Label1.Name = "Label1"
  92.         Me.Label1.Size = New System.Drawing.Size(223, 13)
  93.         Me.Label1.TabIndex = 0
  94.         Me.Label1.Text = "Descrizione breve (visualizzata in un ToolTip):"
  95.         '
  96.         'txtTip
  97.         '
  98.         Me.txtTip.Location = New System.Drawing.Point(9, 32)
  99.         Me.txtTip.Name = "txtTip"
  100.         Me.txtTip.Size = New System.Drawing.Size(242, 20)
  101.         Me.txtTip.TabIndex = 1
  102.         '
  103.         'Label2
  104.         '
  105.         Me.Label2.AutoSize = True
  106.         Me.Label2.Location = New System.Drawing.Point(6, 64)
  107.         Me.Label2.Name = "Label2"
  108.         Me.Label2.Size = New System.Drawing.Size(94, 13)
  109.         Me.Label2.TabIndex = 2
  110.         Me.Label2.Text = "Descrizione lunga:"
  111.         '
  112.         'txtLong
  113.         '
  114.         Me.txtLong.Location = New System.Drawing.Point(9, 80)
  115.         Me.txtLong.Multiline = True
  116.         Me.txtLong.Name = "txtLong"
  117.         Me.txtLong.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  118.         Me.txtLong.Size = New System.Drawing.Size(242, 74)
  119.         Me.txtLong.TabIndex = 3
  120.         '
  121.         'gdrAddress
  122.         '
  123.         Me.gdrAddress.Controls.Add(Me.dudAlign)
  124.         Me.gdrAddress.Controls.Add(Me.nudBorder)
  125.         Me.gdrAddress.Controls.Add(Me.Label5)
  126.         Me.gdrAddress.Controls.Add(Me.Label4)
  127.         Me.gdrAddress.Controls.Add(Me.nudWidth)
  128.         Me.gdrAddress.Controls.Add(Me.nudHeight)
  129.         Me.gdrAddress.Controls.Add(Me.chbWidth)
  130.         Me.gdrAddress.Controls.Add(Me.chbHeight)
  131.         Me.gdrAddress.Location = New System.Drawing.Point(12, 261)
  132.         Me.gdrAddress.Name = "gdrAddress"
  133.         Me.gdrAddress.Size = New System.Drawing.Size(417, 64)
  134.         Me.gdrAddress.TabIndex = 2
  135.         Me.gdrAddress.TabStop = False
  136.         Me.gdrAddress.Text = "Ridimensionamento"
  137.         '
  138.         'Label3
  139.         '
  140.         Me.Label3.AutoSize = True
  141.         Me.Label3.Location = New System.Drawing.Point(6, 166)
  142.         Me.Label3.Name = "Label3"
  143.         Me.Label3.Size = New System.Drawing.Size(48, 13)
  144.         Me.Label3.TabIndex = 4
  145.         Me.Label3.Text = "Indirizzo:"
  146.         '
  147.         'txtIMG
  148.         '
  149.         Me.txtIMG.Location = New System.Drawing.Point(9, 182)
  150.         Me.txtIMG.Name = "txtIMG"
  151.         Me.txtIMG.Size = New System.Drawing.Size(242, 20)
  152.         Me.txtIMG.TabIndex = 5
  153.         '
  154.         'FOpen
  155.         '
  156.         Me.FOpen.FileName = "Immagine"
  157.         '
  158.         'cmdBrowse
  159.         '
  160.         Me.cmdBrowse.Location = New System.Drawing.Point(169, 208)
  161.         Me.cmdBrowse.Name = "cmdBrowse"
  162.         Me.cmdBrowse.Size = New System.Drawing.Size(82, 25)
  163.         Me.cmdBrowse.TabIndex = 6
  164.         Me.cmdBrowse.Text = "Sfoglia"
  165.         Me.cmdBrowse.UseVisualStyleBackColor = True
  166.         '
  167.         'chbHeight
  168.         '
  169.         Me.chbHeight.AutoSize = True
  170.         Me.chbHeight.Location = New System.Drawing.Point(6, 19)
  171.         Me.chbHeight.Name = "chbHeight"
  172.         Me.chbHeight.Size = New System.Drawing.Size(63, 17)
  173.         Me.chbHeight.TabIndex = 0
  174.         Me.chbHeight.Text = "Altezza:"
  175.         Me.chbHeight.UseVisualStyleBackColor = True
  176.         '
  177.         'chbWidth
  178.         '
  179.         Me.chbWidth.AutoSize = True
  180.         Me.chbWidth.Location = New System.Drawing.Point(6, 41)
  181.         Me.chbWidth.Name = "chbWidth"
  182.         Me.chbWidth.Size = New System.Drawing.Size(78, 17)
  183.         Me.chbWidth.TabIndex = 1
  184.         Me.chbWidth.Text = "Larghezza:"
  185.         Me.chbWidth.UseVisualStyleBackColor = True
  186.         '
  187.         'nudHeight
  188.         '
  189.         Me.nudHeight.Enabled = False
  190.         Me.nudHeight.Location = New System.Drawing.Point(99, 16)
  191.         Me.nudHeight.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
  192.         Me.nudHeight.Name = "nudHeight"
  193.         Me.nudHeight.Size = New System.Drawing.Size(47, 20)
  194.         Me.nudHeight.TabIndex = 2
  195.         '
  196.         'nudWidth
  197.         '
  198.         Me.nudWidth.Enabled = False
  199.         Me.nudWidth.Location = New System.Drawing.Point(99, 38)
  200.         Me.nudWidth.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
  201.         Me.nudWidth.Name = "nudWidth"
  202.         Me.nudWidth.Size = New System.Drawing.Size(47, 20)
  203.         Me.nudWidth.TabIndex = 3
  204.         '
  205.         'Label4
  206.         '
  207.         Me.Label4.AutoSize = True
  208.         Me.Label4.Location = New System.Drawing.Point(189, 18)
  209.         Me.Label4.Name = "Label4"
  210.         Me.Label4.Size = New System.Drawing.Size(89, 13)
  211.         Me.Label4.TabIndex = 4
  212.         Me.Label4.Text = "Larghezza bordo:"
  213.         '
  214.         'Label5
  215.         '
  216.         Me.Label5.AutoSize = True
  217.         Me.Label5.Location = New System.Drawing.Point(189, 41)
  218.         Me.Label5.Name = "Label5"
  219.         Me.Label5.Size = New System.Drawing.Size(70, 13)
  220.         Me.Label5.TabIndex = 5
  221.         Me.Label5.Text = "Allineamento:"
  222.         '
  223.         'nudBorder
  224.         '
  225.         Me.nudBorder.Location = New System.Drawing.Point(289, 16)
  226.         Me.nudBorder.Name = "nudBorder"
  227.         Me.nudBorder.Size = New System.Drawing.Size(47, 20)
  228.         Me.nudBorder.TabIndex = 6
  229.         '
  230.         'dudAlign
  231.         '
  232.         Me.dudAlign.Items.Add("Left")
  233.         Me.dudAlign.Items.Add("Center")
  234.         Me.dudAlign.Items.Add("Right")
  235.         Me.dudAlign.Location = New System.Drawing.Point(289, 38)
  236.         Me.dudAlign.Name = "dudAlign"
  237.         Me.dudAlign.Size = New System.Drawing.Size(113, 20)
  238.         Me.dudAlign.TabIndex = 7
  239.         Me.dudAlign.Text = "Left"
  240.         '
  241.         'cmdOK
  242.         '
  243.         Me.cmdOK.Location = New System.Drawing.Point(529, 302)
  244.         Me.cmdOK.Name = "cmdOK"
  245.         Me.cmdOK.Size = New System.Drawing.Size(88, 24)
  246.         Me.cmdOK.TabIndex = 3
  247.         Me.cmdOK.Text = "OK"
  248.         Me.cmdOK.UseVisualStyleBackColor = True
  249.         '
  250.         'frmImage
  251.         '
  252.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  253.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  254.         Me.ClientSize = New System.Drawing.Size(629, 337)
  255.         Me.Controls.Add(Me.cmdOK)
  256.         Me.Controls.Add(Me.gdrAddress)
  257.         Me.Controls.Add(Me.gdrDescription)
  258.         Me.Controls.Add(Me.grpPreview)
  259.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  260.         Me.MaximizeBox = False
  261.         Me.Name = "frmImage"
  262.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  263.         Me.Text = "Inserimento immagine"
  264.         Me.grpPreview.ResumeLayout(False)
  265.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).EndInit()
  266.         Me.gdrDescription.ResumeLayout(False)
  267.         Me.gdrDescription.PerformLayout()
  268.         Me.gdrAddress.ResumeLayout(False)
  269.         Me.gdrAddress.PerformLayout()
  270.         CType(Me.nudHeight, System.ComponentModel.ISupportInitialize).EndInit()
  271.         CType(Me.nudWidth, System.ComponentModel.ISupportInitialize).EndInit()
  272.         CType(Me.nudBorder, System.ComponentModel.ISupportInitialize).EndInit()
  273.         Me.ResumeLayout(False)
  274.  
  275.     End Sub
  276.     Friend WithEvents grpPreview As System.Windows.Forms.GroupBox
  277.     Friend WithEvents imgPreview As System.Windows.Forms.PictureBox
  278.     Friend WithEvents gdrDescription As System.Windows.Forms.GroupBox
  279.     Friend WithEvents txtLong As System.Windows.Forms.TextBox
  280.     Friend WithEvents Label2 As System.Windows.Forms.Label
  281.     Friend WithEvents txtTip As System.Windows.Forms.TextBox
  282.     Friend WithEvents Label1 As System.Windows.Forms.Label
  283.     Friend WithEvents gdrAddress As System.Windows.Forms.GroupBox
  284.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  285.     Friend WithEvents txtIMG As System.Windows.Forms.TextBox
  286.     Friend WithEvents Label3 As System.Windows.Forms.Label
  287.     Friend WithEvents FOpen As System.Windows.Forms.OpenFileDialog
  288.     Friend WithEvents chbHeight As System.Windows.Forms.CheckBox
  289.     Friend WithEvents dudAlign As System.Windows.Forms.DomainUpDown
  290.     Friend WithEvents nudBorder As System.Windows.Forms.NumericUpDown
  291.     Friend WithEvents Label5 As System.Windows.Forms.Label
  292.     Friend WithEvents Label4 As System.Windows.Forms.Label
  293.     Friend WithEvents nudWidth As System.Windows.Forms.NumericUpDown
  294.     Friend WithEvents nudHeight As System.Windows.Forms.NumericUpDown
  295.     Friend WithEvents chbWidth As System.Windows.Forms.CheckBox
  296.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  297. End Class