TPS1100-Convert/DialogPripravaKartice.Designer.vb

295 lines
15 KiB
VB.net
Raw Normal View History

2024-07-17 22:30:32 +02:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class DialogPripravaKartice
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
2024-07-19 23:44:24 +02:00
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DialogPripravaKartice))
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
2024-07-19 23:44:24 +02:00
Me.Button_Pripravi = New System.Windows.Forms.Button()
Me.Button_Zapri = New System.Windows.Forms.Button()
Me.Button_Format = New System.Windows.Forms.Button()
2024-07-17 22:30:32 +02:00
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
2024-07-19 23:44:24 +02:00
Me.LabelSize = New System.Windows.Forms.Label()
Me.LabelTip = New System.Windows.Forms.Label()
2024-07-22 21:54:37 +02:00
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.TextBoxPogonIme = New System.Windows.Forms.TextBox()
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
2024-07-19 23:44:24 +02:00
Me.TableLayoutPanel1.ColumnCount = 4
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.0!))
Me.TableLayoutPanel1.Controls.Add(Me.Button_Pripravi, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Button_Zapri, 3, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Button_Format, 0, 0)
2024-07-22 21:54:37 +02:00
Me.TableLayoutPanel1.Location = New System.Drawing.Point(12, 179)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
2024-07-19 23:44:24 +02:00
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!))
2024-07-22 21:54:37 +02:00
Me.TableLayoutPanel1.Size = New System.Drawing.Size(340, 40)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel1.TabIndex = 0
'
2024-07-19 23:44:24 +02:00
'Button_Pripravi
'
Me.Button_Pripravi.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button_Pripravi.AutoSize = True
Me.Button_Pripravi.Enabled = False
Me.Button_Pripravi.FlatAppearance.BorderSize = 0
Me.Button_Pripravi.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button_Pripravi.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_caps_lock_on_24
2024-07-22 21:54:37 +02:00
Me.Button_Pripravi.Location = New System.Drawing.Point(105, 3)
2024-07-19 23:44:24 +02:00
Me.Button_Pripravi.Name = "Button_Pripravi"
2024-07-22 21:54:37 +02:00
Me.Button_Pripravi.Size = New System.Drawing.Size(96, 34)
2024-07-19 23:44:24 +02:00
Me.Button_Pripravi.TabIndex = 1
Me.Button_Pripravi.Text = "Pripravi"
Me.Button_Pripravi.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
'
'Button_Zapri
'
Me.Button_Zapri.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button_Zapri.AutoSize = True
2024-07-22 21:54:37 +02:00
Me.Button_Zapri.DialogResult = System.Windows.Forms.DialogResult.Cancel
2024-07-19 23:44:24 +02:00
Me.Button_Zapri.FlatAppearance.BorderSize = 0
Me.Button_Zapri.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button_Zapri.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_close_24
2024-07-22 21:54:37 +02:00
Me.Button_Zapri.Location = New System.Drawing.Point(241, 3)
2024-07-19 23:44:24 +02:00
Me.Button_Zapri.Name = "Button_Zapri"
2024-07-22 21:54:37 +02:00
Me.Button_Zapri.Size = New System.Drawing.Size(96, 34)
2024-07-19 23:44:24 +02:00
Me.Button_Zapri.TabIndex = 2
Me.Button_Zapri.Text = "Izhod"
Me.Button_Zapri.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage
Me.Button_Zapri.UseVisualStyleBackColor = True
'
'Button_Format
'
Me.Button_Format.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Button_Format.Enabled = False
Me.Button_Format.FlatAppearance.BorderSize = 0
Me.Button_Format.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button_Format.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_error_24
Me.Button_Format.Location = New System.Drawing.Point(3, 3)
Me.Button_Format.Name = "Button_Format"
2024-07-22 21:54:37 +02:00
Me.Button_Format.Size = New System.Drawing.Size(96, 34)
2024-07-19 23:44:24 +02:00
Me.Button_Format.TabIndex = 3
Me.Button_Format.Text = "Formatiraj"
Me.Button_Format.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.Button_Format.UseVisualStyleBackColor = True
2024-07-17 22:30:32 +02:00
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(67, 13)
Me.Label1.Name = "Label1"
2024-07-19 23:44:24 +02:00
Me.Label1.Size = New System.Drawing.Size(241, 65)
2024-07-17 22:30:32 +02:00
Me.Label1.TabIndex = 1
2024-07-19 23:44:24 +02:00
Me.Label1.Text = "Formatiranje in Priprava kartice.." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Na kartico bodo naloženi podatki za TPS1100 i" &
"n GPS500."
2024-07-17 22:30:32 +02:00
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label2
'
2024-07-19 23:44:24 +02:00
Me.Label2.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_micro_sd_50
2024-07-17 22:30:32 +02:00
Me.Label2.Location = New System.Drawing.Point(13, 13)
Me.Label2.Name = "Label2"
2024-07-19 23:44:24 +02:00
Me.Label2.Size = New System.Drawing.Size(48, 65)
2024-07-17 22:30:32 +02:00
Me.Label2.TabIndex = 2
'
'ComboBox1
'
2024-07-19 23:44:24 +02:00
Me.ComboBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
2024-07-17 22:30:32 +02:00
Me.ComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBox1.FormattingEnabled = True
2024-07-22 21:54:37 +02:00
Me.ComboBox1.Location = New System.Drawing.Point(3, 38)
2024-07-17 22:30:32 +02:00
Me.ComboBox1.Name = "ComboBox1"
2024-07-22 21:54:37 +02:00
Me.ComboBox1.Size = New System.Drawing.Size(62, 24)
2024-07-17 22:30:32 +02:00
Me.ComboBox1.TabIndex = 0
'
'Label3
'
2024-07-22 21:54:37 +02:00
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
2024-07-17 22:30:32 +02:00
Me.Label3.AutoSize = True
2024-07-22 21:54:37 +02:00
Me.Label3.Location = New System.Drawing.Point(3, 8)
2024-07-17 22:30:32 +02:00
Me.Label3.Name = "Label3"
2024-07-22 21:54:37 +02:00
Me.Label3.Size = New System.Drawing.Size(62, 13)
2024-07-17 22:30:32 +02:00
Me.Label3.TabIndex = 3
Me.Label3.Text = "Pogon"
2024-07-22 21:54:37 +02:00
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
2024-07-17 22:30:32 +02:00
'
'TableLayoutPanel2
'
2024-07-22 21:54:37 +02:00
Me.TableLayoutPanel2.ColumnCount = 4
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.0!))
2024-07-19 23:44:24 +02:00
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
2024-07-22 21:54:37 +02:00
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.0!))
Me.TableLayoutPanel2.Controls.Add(Me.ComboBox1, 0, 1)
Me.TableLayoutPanel2.Controls.Add(Me.LabelSize, 2, 1)
Me.TableLayoutPanel2.Controls.Add(Me.LabelTip, 3, 1)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel2.Controls.Add(Me.Label3, 0, 0)
2024-07-22 21:54:37 +02:00
Me.TableLayoutPanel2.Controls.Add(Me.Label4, 1, 0)
Me.TableLayoutPanel2.Controls.Add(Me.Label5, 2, 0)
Me.TableLayoutPanel2.Controls.Add(Me.Label6, 3, 0)
Me.TableLayoutPanel2.Controls.Add(Me.TextBoxPogonIme, 1, 1)
2024-07-19 23:44:24 +02:00
Me.TableLayoutPanel2.Location = New System.Drawing.Point(12, 81)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
2024-07-22 21:54:37 +02:00
Me.TableLayoutPanel2.RowCount = 2
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!))
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
Me.TableLayoutPanel2.Size = New System.Drawing.Size(340, 70)
2024-07-17 22:30:32 +02:00
Me.TableLayoutPanel2.TabIndex = 4
'
2024-07-19 23:44:24 +02:00
'LabelSize
'
Me.LabelSize.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.LabelSize.AutoSize = True
2024-07-22 21:54:37 +02:00
Me.LabelSize.Location = New System.Drawing.Point(190, 43)
2024-07-19 23:44:24 +02:00
Me.LabelSize.Name = "LabelSize"
Me.LabelSize.Size = New System.Drawing.Size(29, 13)
Me.LabelSize.TabIndex = 5
Me.LabelSize.Text = "(MB)"
2024-07-22 21:54:37 +02:00
Me.LabelSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
2024-07-19 23:44:24 +02:00
'
'LabelTip
'
2024-07-22 21:54:37 +02:00
Me.LabelTip.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
2024-07-19 23:44:24 +02:00
Me.LabelTip.AutoSize = True
2024-07-22 21:54:37 +02:00
Me.LabelTip.Location = New System.Drawing.Point(275, 43)
2024-07-19 23:44:24 +02:00
Me.LabelTip.Name = "LabelTip"
2024-07-22 21:54:37 +02:00
Me.LabelTip.Size = New System.Drawing.Size(62, 13)
2024-07-19 23:44:24 +02:00
Me.LabelTip.TabIndex = 6
Me.LabelTip.Text = "(TIP)"
2024-07-22 21:54:37 +02:00
Me.LabelTip.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Label4
'
Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(71, 8)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(113, 13)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Ime"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label5
'
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(190, 8)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(79, 13)
Me.Label5.TabIndex = 3
Me.Label5.Text = "Velikost/Prosto"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label6
'
Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(275, 8)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(62, 13)
Me.Label6.TabIndex = 3
Me.Label6.Text = "Format"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'ProgressBar1
'
Me.ProgressBar1.ForeColor = System.Drawing.Color.YellowGreen
Me.ProgressBar1.Location = New System.Drawing.Point(12, 157)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(340, 16)
Me.ProgressBar1.Step = 1
Me.ProgressBar1.TabIndex = 6
'
'TextBoxPogonIme
'
Me.TextBoxPogonIme.Anchor = System.Windows.Forms.AnchorStyles.Left
Me.TextBoxPogonIme.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxPogonIme.Location = New System.Drawing.Point(71, 39)
Me.TextBoxPogonIme.Name = "TextBoxPogonIme"
Me.TextBoxPogonIme.Size = New System.Drawing.Size(100, 21)
Me.TextBoxPogonIme.TabIndex = 7
2024-07-19 23:44:24 +02:00
'
2024-07-17 22:30:32 +02:00
'DialogPripravaKartice
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
2024-07-22 21:54:37 +02:00
Me.ClientSize = New System.Drawing.Size(364, 231)
Me.Controls.Add(Me.ProgressBar1)
2024-07-17 22:30:32 +02:00
Me.Controls.Add(Me.TableLayoutPanel2)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
2024-07-19 23:44:24 +02:00
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
2024-07-17 22:30:32 +02:00
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "DialogPripravaKartice"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Priprava PC-Kartice"
Me.TableLayoutPanel1.ResumeLayout(False)
Me.TableLayoutPanel1.PerformLayout()
Me.TableLayoutPanel2.ResumeLayout(False)
Me.TableLayoutPanel2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
2024-07-19 23:44:24 +02:00
Friend WithEvents Button_Pripravi As System.Windows.Forms.Button
Friend WithEvents Button_Zapri As Button
2024-07-17 22:30:32 +02:00
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents Label3 As Label
Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
2024-07-19 23:44:24 +02:00
Friend WithEvents Button_Format As Button
Friend WithEvents LabelSize As Label
Friend WithEvents LabelTip As Label
2024-07-22 21:54:37 +02:00
Friend WithEvents ProgressBar1 As ProgressBar
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents TextBoxPogonIme As TextBox
2024-07-17 22:30:32 +02:00
End Class