_ Partial Class DialogKartica 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(DialogKartica)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.OK_Button = New System.Windows.Forms.Button() Me.Cancel_Button = New System.Windows.Forms.Button() Me.ListViewGsiJob = New System.Windows.Forms.ListView() Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.cbPgon = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.Label3 = New System.Windows.Forms.Label() Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.Label4 = New System.Windows.Forms.Label() Me.TableLayoutPanel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() 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 = 2 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0) Me.TableLayoutPanel1.Location = New System.Drawing.Point(12, 263) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 1 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(210, 46) Me.TableLayoutPanel1.TabIndex = 0 ' 'OK_Button ' Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None Me.OK_Button.FlatAppearance.BorderSize = 0 Me.OK_Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.OK_Button.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_move_to_folder_24 Me.OK_Button.Location = New System.Drawing.Point(9, 3) Me.OK_Button.Name = "OK_Button" Me.OK_Button.Size = New System.Drawing.Size(86, 39) Me.OK_Button.TabIndex = 3 Me.OK_Button.Text = "Uvozi" Me.OK_Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.OK_Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText ' 'Cancel_Button ' Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Cancel_Button.FlatAppearance.BorderSize = 0 Me.Cancel_Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Cancel_Button.Location = New System.Drawing.Point(124, 3) Me.Cancel_Button.Name = "Cancel_Button" Me.Cancel_Button.Size = New System.Drawing.Size(67, 40) Me.Cancel_Button.TabIndex = 4 Me.Cancel_Button.Text = "Prekini" ' 'ListViewGsiJob ' Me.ListViewGsiJob.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ListViewGsiJob.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2}) Me.ListViewGsiJob.FullRowSelect = True Me.ListViewGsiJob.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable Me.ListViewGsiJob.HideSelection = False Me.ListViewGsiJob.LabelWrap = False Me.ListViewGsiJob.Location = New System.Drawing.Point(12, 83) Me.ListViewGsiJob.MultiSelect = False Me.ListViewGsiJob.Name = "ListViewGsiJob" Me.ListViewGsiJob.ShowGroups = False Me.ListViewGsiJob.ShowItemToolTips = True Me.ListViewGsiJob.Size = New System.Drawing.Size(210, 136) Me.ListViewGsiJob.SmallImageList = Me.ImageList1 Me.ListViewGsiJob.TabIndex = 1 Me.ListViewGsiJob.UseCompatibleStateImageBehavior = False Me.ListViewGsiJob.View = System.Windows.Forms.View.List ' 'ColumnHeader1 ' Me.ColumnHeader1.Text = "Datoteka" Me.ColumnHeader1.Width = 140 ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent Me.ImageList1.Images.SetKeyName(0, "icons8-scroll-50.png") Me.ImageList1.Images.SetKeyName(1, "icons8-file-GSI-50.png") ' 'cbPgon ' Me.cbPgon.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.cbPgon.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cbPgon.FormattingEnabled = True Me.cbPgon.ItemHeight = 16 Me.cbPgon.Location = New System.Drawing.Point(110, 31) Me.cbPgon.Name = "cbPgon" Me.cbPgon.Size = New System.Drawing.Size(112, 24) Me.cbPgon.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(66, 36) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(38, 13) Me.Label1.TabIndex = 3 Me.Label1.Text = "Pogon" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 67) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(47, 13) Me.Label2.TabIndex = 4 Me.Label2.Text = "GSI Jobi" ' 'PictureBox1 ' Me.PictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None Me.PictureBox1.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_sdb_import_50 Me.PictureBox1.InitialImage = Global.TPS1100_Convert.My.Resources.Resources.icons8_sd_50 Me.PictureBox1.Location = New System.Drawing.Point(12, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(48, 52) Me.PictureBox1.TabIndex = 5 Me.PictureBox1.TabStop = False ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(12, 241) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(210, 19) Me.Label3.TabIndex = 6 Me.Label3.Text = "Datum zapisa:" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ColumnHeader2 ' Me.ColumnHeader2.Text = "Datum" Me.ColumnHeader2.Width = 100 ' 'Label4 ' Me.Label4.Location = New System.Drawing.Point(12, 222) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(210, 19) Me.Label4.TabIndex = 6 Me.Label4.Text = "Ddatoteka..." Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'DialogKartica ' Me.AcceptButton = Me.OK_Button Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Cancel_Button Me.ClientSize = New System.Drawing.Size(234, 321) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.cbPgon) Me.Controls.Add(Me.ListViewGsiJob) 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 = "DialogKartica" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Kartica" Me.TopMost = True Me.TableLayoutPanel1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents OK_Button As System.Windows.Forms.Button Friend WithEvents Cancel_Button As System.Windows.Forms.Button Friend WithEvents ListViewGsiJob As ListView Friend WithEvents cbPgon As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents ColumnHeader1 As ColumnHeader Friend WithEvents ImageList1 As ImageList Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Label3 As Label Friend WithEvents ColumnHeader2 As ColumnHeader Friend WithEvents Label4 As Label End Class