_ Partial Class DialogPripravaKartice Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DialogPripravaKartice)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.Button_Pripravi = New System.Windows.Forms.Button() Me.Button_Zapri = New System.Windows.Forms.Button() Me.Button_Format = New System.Windows.Forms.Button() 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() Me.LabelSize = New System.Windows.Forms.Label() Me.LabelTip = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.TextBoxPogonIme = New System.Windows.Forms.TextBox() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.Label7 = New System.Windows.Forms.Label() 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) 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) Me.TableLayoutPanel1.Location = New System.Drawing.Point(12, 179) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 1 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(340, 40) Me.TableLayoutPanel1.TabIndex = 0 ' '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 Me.Button_Pripravi.Location = New System.Drawing.Point(105, 3) Me.Button_Pripravi.Name = "Button_Pripravi" Me.Button_Pripravi.Size = New System.Drawing.Size(96, 34) 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 Me.Button_Zapri.DialogResult = System.Windows.Forms.DialogResult.Cancel 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 Me.Button_Zapri.Location = New System.Drawing.Point(241, 3) Me.Button_Zapri.Name = "Button_Zapri" Me.Button_Zapri.Size = New System.Drawing.Size(96, 34) 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" Me.Button_Format.Size = New System.Drawing.Size(96, 34) Me.Button_Format.TabIndex = 3 Me.Button_Format.Text = "Formatiraj" Me.Button_Format.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.Button_Format.UseVisualStyleBackColor = True ' '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" Me.Label1.Size = New System.Drawing.Size(241, 65) Me.Label1.TabIndex = 1 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." Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label2 ' Me.Label2.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_micro_sd_50 Me.Label2.Location = New System.Drawing.Point(13, 13) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(48, 65) Me.Label2.TabIndex = 2 ' 'ComboBox1 ' Me.ComboBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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 Me.ComboBox1.Location = New System.Drawing.Point(3, 38) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(62, 24) Me.ComboBox1.TabIndex = 0 ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(3, 8) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(62, 13) Me.Label3.TabIndex = 3 Me.Label3.Text = "Pogon" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TableLayoutPanel2 ' 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!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) 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) Me.TableLayoutPanel2.Controls.Add(Me.Label3, 0, 0) 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) Me.TableLayoutPanel2.Location = New System.Drawing.Point(12, 81) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" 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) Me.TableLayoutPanel2.TabIndex = 4 ' 'LabelSize ' Me.LabelSize.Anchor = System.Windows.Forms.AnchorStyles.Left Me.LabelSize.AutoSize = True Me.LabelSize.Location = New System.Drawing.Point(190, 43) Me.LabelSize.Name = "LabelSize" Me.LabelSize.Size = New System.Drawing.Size(29, 13) Me.LabelSize.TabIndex = 5 Me.LabelSize.Text = "(MB)" Me.LabelSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'LabelTip ' Me.LabelTip.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelTip.AutoSize = True Me.LabelTip.Location = New System.Drawing.Point(275, 43) Me.LabelTip.Name = "LabelTip" Me.LabelTip.Size = New System.Drawing.Size(62, 13) Me.LabelTip.TabIndex = 6 Me.LabelTip.Text = "(TIP)" 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 ' '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 ' 'ProgressBar1 ' Me.ProgressBar1.ForeColor = System.Drawing.Color.YellowGreen Me.ProgressBar1.Location = New System.Drawing.Point(58, 157) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(294, 16) Me.ProgressBar1.Step = 1 Me.ProgressBar1.TabIndex = 6 ' 'Label7 ' Me.Label7.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label7.Location = New System.Drawing.Point(9, 154) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(43, 22) Me.Label7.TabIndex = 7 Me.Label7.Text = "Prostor" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'DialogPripravaKartice ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(364, 231) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.ProgressBar1) 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 Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) 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 Friend WithEvents Button_Pripravi As System.Windows.Forms.Button Friend WithEvents Button_Zapri As Button 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 Friend WithEvents Button_Format As Button Friend WithEvents LabelSize As Label Friend WithEvents LabelTip As Label 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 Friend WithEvents Label7 As Label End Class