_ Partial Class DialogJobOdpri 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(DialogJobOdpri)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.OK_Button = New System.Windows.Forms.Button() Me.Cancel_Button = New System.Windows.Forms.Button() Me.ButtonUvozi = New System.Windows.Forms.Button() Me.ListView1 = New System.Windows.Forms.ListView() Me.ColumnHeaderJob = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.LabelMapa = New System.Windows.Forms.Label() Me.LabelDatum = New System.Windows.Forms.Label() Me.LabelDatoteka = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel1.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.GroupBox1.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 = 3 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.0!)) Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 2, 0) Me.TableLayoutPanel1.Controls.Add(Me.ButtonUvozi, 1, 0) Me.TableLayoutPanel1.Location = New System.Drawing.Point(12, 298) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 1 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(380, 42) Me.TableLayoutPanel1.TabIndex = 0 ' 'OK_Button ' Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None Me.OK_Button.Enabled = False 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_product_documents_24 Me.OK_Button.Location = New System.Drawing.Point(21, 3) Me.OK_Button.Name = "OK_Button" Me.OK_Button.Size = New System.Drawing.Size(90, 35) Me.OK_Button.TabIndex = 1 Me.OK_Button.Text = "Naloži Job" 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.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_close_24 Me.Cancel_Button.Location = New System.Drawing.Point(278, 3) Me.Cancel_Button.Name = "Cancel_Button" Me.Cancel_Button.Size = New System.Drawing.Size(90, 35) Me.Cancel_Button.TabIndex = 3 Me.Cancel_Button.Text = "Prekliči" Me.Cancel_Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText ' 'ButtonUvozi ' Me.ButtonUvozi.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom), System.Windows.Forms.AnchorStyles) Me.ButtonUvozi.FlatAppearance.BorderSize = 0 Me.ButtonUvozi.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.ButtonUvozi.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_move_to_folder_24 Me.ButtonUvozi.Location = New System.Drawing.Point(154, 3) Me.ButtonUvozi.Name = "ButtonUvozi" Me.ButtonUvozi.Size = New System.Drawing.Size(90, 36) Me.ButtonUvozi.TabIndex = 2 Me.ButtonUvozi.Text = "Uvozi Job" Me.ButtonUvozi.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.ButtonUvozi.UseVisualStyleBackColor = True ' 'ListView1 ' Me.ListView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeaderJob}) Me.ListView1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListView1.FullRowSelect = True Me.ListView1.GridLines = True Me.ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None Me.ListView1.HideSelection = False Me.ListView1.LabelWrap = False Me.ListView1.Location = New System.Drawing.Point(14, 14) Me.ListView1.Margin = New System.Windows.Forms.Padding(5) Me.ListView1.MultiSelect = False Me.ListView1.Name = "ListView1" Me.ListView1.ShowItemToolTips = True Me.ListView1.Size = New System.Drawing.Size(177, 278) Me.ListView1.TabIndex = 0 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.List ' 'ColumnHeaderJob ' Me.ColumnHeaderJob.Width = 155 ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.ColumnCount = 1 Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel2.Controls.Add(Me.LabelMapa, 0, 0) Me.TableLayoutPanel2.Controls.Add(Me.LabelDatum, 0, 2) Me.TableLayoutPanel2.Controls.Add(Me.LabelDatoteka, 0, 1) Me.TableLayoutPanel2.Location = New System.Drawing.Point(6, 19) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 3 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, 30.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!)) Me.TableLayoutPanel2.Size = New System.Drawing.Size(181, 90) Me.TableLayoutPanel2.TabIndex = 3 ' 'LabelMapa ' Me.LabelMapa.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelMapa.AutoSize = True Me.LabelMapa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.LabelMapa.Location = New System.Drawing.Point(3, 8) Me.LabelMapa.Name = "LabelMapa" Me.LabelMapa.Size = New System.Drawing.Size(175, 13) Me.LabelMapa.TabIndex = 2 Me.LabelMapa.Text = "..." ' 'LabelDatum ' Me.LabelDatum.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelDatum.AutoSize = True Me.LabelDatum.Location = New System.Drawing.Point(3, 68) Me.LabelDatum.Name = "LabelDatum" Me.LabelDatum.Size = New System.Drawing.Size(175, 13) Me.LabelDatum.TabIndex = 3 Me.LabelDatum.Text = "..." ' 'LabelDatoteka ' Me.LabelDatoteka.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelDatoteka.AutoSize = True Me.LabelDatoteka.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelDatoteka.Location = New System.Drawing.Point(3, 37) Me.LabelDatoteka.Name = "LabelDatoteka" Me.LabelDatoteka.Size = New System.Drawing.Size(175, 16) Me.LabelDatoteka.TabIndex = 1 Me.LabelDatoteka.Text = "..." ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.TableLayoutPanel2) Me.GroupBox1.Location = New System.Drawing.Point(199, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(193, 124) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Job" ' 'DialogJobOdpri ' 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(404, 352) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.ListView1) 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 = "DialogJobOdpri" Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Odpri Job" Me.TopMost = True Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.ResumeLayout(False) 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 ListView1 As ListView Friend WithEvents ColumnHeaderJob As ColumnHeader Friend WithEvents TableLayoutPanel2 As TableLayoutPanel Friend WithEvents LabelMapa As Label Friend WithEvents LabelDatoteka As Label Friend WithEvents LabelDatum As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents ButtonUvozi As Button End Class