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
Curve Art - NewDrawingDialog.Designer.vb

NewDrawingDialog.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class NewDrawingDialog
  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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
  23.         Me.OK_Button = New System.Windows.Forms.Button
  24.         Me.Cancel_Button = New System.Windows.Forms.Button
  25.         Me.Label1 = New System.Windows.Forms.Label
  26.         Me.txtName = New System.Windows.Forms.TextBox
  27.         Me.grpBgImage = New System.Windows.Forms.GroupBox
  28.         Me.chbCenter = New System.Windows.Forms.CheckBox
  29.         Me.Label6 = New System.Windows.Forms.Label
  30.         Me.Label5 = New System.Windows.Forms.Label
  31.         Me.Label4 = New System.Windows.Forms.Label
  32.         Me.trkAlpha = New System.Windows.Forms.TrackBar
  33.         Me.imgPreview = New System.Windows.Forms.PictureBox
  34.         Me.nudZoom = New System.Windows.Forms.NumericUpDown
  35.         Me.Label3 = New System.Windows.Forms.Label
  36.         Me.TableLayoutPanel1.SuspendLayout()
  37.         Me.grpBgImage.SuspendLayout()
  38.         CType(Me.trkAlpha, System.ComponentModel.ISupportInitialize).BeginInit()
  39.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).BeginInit()
  40.         CType(Me.nudZoom, System.ComponentModel.ISupportInitialize).BeginInit()
  41.         Me.SuspendLayout()
  42.         '
  43.         'TableLayoutPanel1
  44.         '
  45.         Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  46.         Me.TableLayoutPanel1.ColumnCount = 2
  47.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  48.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  49.         Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  50.         Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  51.         Me.TableLayoutPanel1.Location = New System.Drawing.Point(176, 210)
  52.         Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  53.         Me.TableLayoutPanel1.RowCount = 1
  54.         Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  55.         Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  56.         Me.TableLayoutPanel1.TabIndex = 0
  57.         '
  58.         'OK_Button
  59.         '
  60.         Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  61.         Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  62.         Me.OK_Button.Name = "OK_Button"
  63.         Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  64.         Me.OK_Button.TabIndex = 0
  65.         Me.OK_Button.Text = "OK"
  66.         '
  67.         'Cancel_Button
  68.         '
  69.         Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  70.         Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  71.         Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  72.         Me.Cancel_Button.Name = "Cancel_Button"
  73.         Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  74.         Me.Cancel_Button.TabIndex = 1
  75.         Me.Cancel_Button.Text = "Annulla"
  76.         '
  77.         'Label1
  78.         '
  79.         Me.Label1.AutoSize = True
  80.         Me.Label1.Location = New System.Drawing.Point(12, 15)
  81.         Me.Label1.Name = "Label1"
  82.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  83.         Me.Label1.TabIndex = 1
  84.         Me.Label1.Text = "Nome:"
  85.         '
  86.         'txtName
  87.         '
  88.         Me.txtName.Location = New System.Drawing.Point(56, 12)
  89.         Me.txtName.Name = "txtName"
  90.         Me.txtName.Size = New System.Drawing.Size(266, 20)
  91.         Me.txtName.TabIndex = 2
  92.         '
  93.         'grpBgImage
  94.         '
  95.         Me.grpBgImage.Controls.Add(Me.chbCenter)
  96.         Me.grpBgImage.Controls.Add(Me.Label6)
  97.         Me.grpBgImage.Controls.Add(Me.Label5)
  98.         Me.grpBgImage.Controls.Add(Me.Label4)
  99.         Me.grpBgImage.Controls.Add(Me.trkAlpha)
  100.         Me.grpBgImage.Controls.Add(Me.imgPreview)
  101.         Me.grpBgImage.Controls.Add(Me.nudZoom)
  102.         Me.grpBgImage.Controls.Add(Me.Label3)
  103.         Me.grpBgImage.Location = New System.Drawing.Point(15, 51)
  104.         Me.grpBgImage.Name = "grpBgImage"
  105.         Me.grpBgImage.Size = New System.Drawing.Size(307, 147)
  106.         Me.grpBgImage.TabIndex = 3
  107.         Me.grpBgImage.TabStop = False
  108.         Me.grpBgImage.Text = "Immagine di sfondo"
  109.         '
  110.         'chbCenter
  111.         '
  112.         Me.chbCenter.AutoSize = True
  113.         Me.chbCenter.Location = New System.Drawing.Point(9, 18)
  114.         Me.chbCenter.Name = "chbCenter"
  115.         Me.chbCenter.Size = New System.Drawing.Size(110, 17)
  116.         Me.chbCenter.TabIndex = 9
  117.         Me.chbCenter.Text = "Centrata sul foglio"
  118.         Me.chbCenter.UseVisualStyleBackColor = True
  119.         '
  120.         'Label6
  121.         '
  122.         Me.Label6.AutoSize = True
  123.         Me.Label6.Location = New System.Drawing.Point(191, 45)
  124.         Me.Label6.Name = "Label6"
  125.         Me.Label6.Size = New System.Drawing.Size(22, 13)
  126.         Me.Label6.TabIndex = 8
  127.         Me.Label6.Text = "1.0"
  128.         '
  129.         'Label5
  130.         '
  131.         Me.Label5.AutoSize = True
  132.         Me.Label5.Location = New System.Drawing.Point(191, 128)
  133.         Me.Label5.Name = "Label5"
  134.         Me.Label5.Size = New System.Drawing.Size(22, 13)
  135.         Me.Label5.TabIndex = 7
  136.         Me.Label5.Text = "0.0"
  137.         '
  138.         'Label4
  139.         '
  140.         Me.Label4.AutoSize = True
  141.         Me.Label4.Location = New System.Drawing.Point(191, 78)
  142.         Me.Label4.Name = "Label4"
  143.         Me.Label4.Size = New System.Drawing.Size(69, 26)
  144.         Me.Label4.TabIndex = 6
  145.         Me.Label4.Text = "Trasparenza" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "dell'immagine"
  146.         '
  147.         'trkAlpha
  148.         '
  149.         Me.trkAlpha.Location = New System.Drawing.Point(152, 45)
  150.         Me.trkAlpha.Maximum = 255
  151.         Me.trkAlpha.Name = "trkAlpha"
  152.         Me.trkAlpha.Orientation = System.Windows.Forms.Orientation.Vertical
  153.         Me.trkAlpha.Size = New System.Drawing.Size(45, 96)
  154.         Me.trkAlpha.TabIndex = 5
  155.         Me.trkAlpha.TickFrequency = 25
  156.         Me.trkAlpha.Value = 255
  157.         '
  158.         'imgPreview
  159.         '
  160.         Me.imgPreview.BackColor = System.Drawing.Color.White
  161.         Me.imgPreview.Cursor = System.Windows.Forms.Cursors.Hand
  162.         Me.imgPreview.Location = New System.Drawing.Point(9, 45)
  163.         Me.imgPreview.Name = "imgPreview"
  164.         Me.imgPreview.Size = New System.Drawing.Size(137, 96)
  165.         Me.imgPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  166.         Me.imgPreview.TabIndex = 4
  167.         Me.imgPreview.TabStop = False
  168.         '
  169.         'nudZoom
  170.         '
  171.         Me.nudZoom.DecimalPlaces = 2
  172.         Me.nudZoom.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  173.         Me.nudZoom.Location = New System.Drawing.Point(219, 20)
  174.         Me.nudZoom.Name = "nudZoom"
  175.         Me.nudZoom.Size = New System.Drawing.Size(79, 20)
  176.         Me.nudZoom.TabIndex = 3
  177.         Me.nudZoom.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  178.         Me.nudZoom.Value = New Decimal(New Integer() {1, 0, 0, 0})
  179.         '
  180.         'Label3
  181.         '
  182.         Me.Label3.AutoSize = True
  183.         Me.Label3.Location = New System.Drawing.Point(176, 22)
  184.         Me.Label3.Name = "Label3"
  185.         Me.Label3.Size = New System.Drawing.Size(37, 13)
  186.         Me.Label3.TabIndex = 2
  187.         Me.Label3.Text = "Zoom:"
  188.         '
  189.         'NewDrawingDialog
  190.         '
  191.         Me.AcceptButton = Me.OK_Button
  192.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  193.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  194.         Me.CancelButton = Me.Cancel_Button
  195.         Me.ClientSize = New System.Drawing.Size(334, 251)
  196.         Me.Controls.Add(Me.grpBgImage)
  197.         Me.Controls.Add(Me.txtName)
  198.         Me.Controls.Add(Me.Label1)
  199.         Me.Controls.Add(Me.TableLayoutPanel1)
  200.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  201.         Me.MaximizeBox = False
  202.         Me.MinimizeBox = False
  203.         Me.Name = "NewDrawingDialog"
  204.         Me.ShowInTaskbar = False
  205.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  206.         Me.Text = "Nuovo disegno"
  207.         Me.TableLayoutPanel1.ResumeLayout(False)
  208.         Me.grpBgImage.ResumeLayout(False)
  209.         Me.grpBgImage.PerformLayout()
  210.         CType(Me.trkAlpha, System.ComponentModel.ISupportInitialize).EndInit()
  211.         CType(Me.imgPreview, System.ComponentModel.ISupportInitialize).EndInit()
  212.         CType(Me.nudZoom, System.ComponentModel.ISupportInitialize).EndInit()
  213.         Me.ResumeLayout(False)
  214.         Me.PerformLayout()
  215.  
  216.     End Sub
  217.     Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  218.     Friend WithEvents OK_Button As System.Windows.Forms.Button
  219.     Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  220.     Friend WithEvents Label1 As System.Windows.Forms.Label
  221.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  222.     Friend WithEvents grpBgImage As System.Windows.Forms.GroupBox
  223.     Friend WithEvents Label3 As System.Windows.Forms.Label
  224.     Friend WithEvents Label4 As System.Windows.Forms.Label
  225.     Friend WithEvents trkAlpha As System.Windows.Forms.TrackBar
  226.     Friend WithEvents imgPreview As System.Windows.Forms.PictureBox
  227.     Friend WithEvents nudZoom As System.Windows.Forms.NumericUpDown
  228.     Friend WithEvents Label6 As System.Windows.Forms.Label
  229.     Friend WithEvents Label5 As System.Windows.Forms.Label
  230.     Friend WithEvents chbCenter As System.Windows.Forms.CheckBox
  231.  
  232. End Class