Partial Class FormGsiJobs 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(FormGsiJobs)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.TSButtonUvozi = New System.Windows.Forms.ToolStripButton() Me.TSButonNalozi = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.Label4 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.LabelDeloProj = New System.Windows.Forms.Label() Me.LabelDeloMapa = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.LabelIzbProjMapa = New System.Windows.Forms.Label() Me.LabelIzbProj = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.ButtonDelovni = New System.Windows.Forms.Button() Me.Label12 = New System.Windows.Forms.Label() Me.LabelJobIme = New System.Windows.Forms.Label() Me.ButtonNalJob2 = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.ListViewProj = New System.Windows.Forms.ListView() Me.ProjektImeHeader = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ListView2 = New System.Windows.Forms.ListView() Me.JobImeHeader = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.OpenFileDialogUvoziJob = New System.Windows.Forms.OpenFileDialog() Me.TextBoxJobDat = New System.Windows.Forms.TextBox() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.ToolStrip2 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStrip3 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton7 = New System.Windows.Forms.ToolStripButton() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.ToolStrip1.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.ToolStrip2.SuspendLayout() Me.ToolStrip3.SuspendLayout() Me.SuspendLayout() ' 'StatusStrip1 ' Me.StatusStrip1.Location = New System.Drawing.Point(0, 419) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(704, 22) Me.StatusStrip1.SizingGrip = False Me.StatusStrip1.TabIndex = 1 Me.StatusStrip1.Text = "StatusStrip1" ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton5, Me.ToolStripButton4, Me.ToolStripSeparator3, Me.ToolStripButton3, Me.ToolStripSeparator1, Me.TSButtonUvozi, Me.TSButonNalozi, Me.ToolStripSeparator2}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Padding = New System.Windows.Forms.Padding(5) Me.ToolStrip1.Size = New System.Drawing.Size(704, 56) Me.ToolStrip1.Stretch = True Me.ToolStrip1.TabIndex = 2 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripButton5 ' Me.ToolStripButton5.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_caps_lock_on_501 Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton5.Name = "ToolStripButton5" Me.ToolStripButton5.Size = New System.Drawing.Size(91, 43) Me.ToolStripButton5.Text = "Delovni Projekt" Me.ToolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripButton4 ' Me.ToolStripButton4.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_folder_tree_50 Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton4.Name = "ToolStripButton4" Me.ToolStripButton4.Size = New System.Drawing.Size(73, 43) Me.ToolStripButton4.Text = "Nov Projekt" Me.ToolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 46) ' 'ToolStripButton3 ' Me.ToolStripButton3.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_opened_folder_50 Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton3.Name = "ToolStripButton3" Me.ToolStripButton3.Size = New System.Drawing.Size(75, 43) Me.ToolStripButton3.Text = "Odpri Mapo" Me.ToolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 46) ' 'TSButtonUvozi ' Me.TSButtonUvozi.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_move_to_folder_50 Me.TSButtonUvozi.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButtonUvozi.Name = "TSButtonUvozi" Me.TSButtonUvozi.Size = New System.Drawing.Size(61, 43) Me.TSButtonUvozi.Text = "Uvozi Job" Me.TSButtonUvozi.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.TSButtonUvozi.ToolTipText = "Uvozi Job v delovni projekt..." ' 'TSButonNalozi ' Me.TSButonNalozi.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_send_file_50 Me.TSButonNalozi.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSButonNalozi.Name = "TSButonNalozi" Me.TSButonNalozi.Size = New System.Drawing.Size(65, 43) Me.TSButonNalozi.Text = "Naloži Job" Me.TSButonNalozi.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 46) ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(9, 56) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(164, 26) Me.Label1.TabIndex = 8 Me.Label1.Text = "Projekt" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label2 ' Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(179, 56) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(160, 26) Me.Label2.TabIndex = 9 Me.Label2.Text = "Job (GSI)" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(345, 56) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(347, 26) Me.Label3.TabIndex = 10 Me.Label3.Text = "Podatki" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.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.TableLayoutPanel1.ColumnCount = 2 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) Me.TableLayoutPanel1.Controls.Add(Me.Label4, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Label6, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.LabelDeloProj, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.LabelDeloMapa, 1, 1) Me.TableLayoutPanel1.Controls.Add(Me.Label7, 0, 4) Me.TableLayoutPanel1.Controls.Add(Me.Label5, 0, 3) Me.TableLayoutPanel1.Controls.Add(Me.LabelIzbProjMapa, 1, 4) Me.TableLayoutPanel1.Controls.Add(Me.LabelIzbProj, 1, 3) Me.TableLayoutPanel1.Controls.Add(Me.Label10, 0, 6) Me.TableLayoutPanel1.Controls.Add(Me.ButtonDelovni, 0, 2) Me.TableLayoutPanel1.Controls.Add(Me.Label12, 1, 2) Me.TableLayoutPanel1.Controls.Add(Me.LabelJobIme, 1, 6) Me.TableLayoutPanel1.Location = New System.Drawing.Point(345, 86) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 7 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(347, 181) Me.TableLayoutPanel1.TabIndex = 11 ' '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.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(3, 4) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(113, 16) Me.Label4.TabIndex = 0 Me.Label4.Text = "Delovni Projekt" Me.Label4.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(3, 31) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(113, 13) Me.Label6.TabIndex = 2 Me.Label6.Text = "Delovna Mapa" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'LabelDeloProj ' Me.LabelDeloProj.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelDeloProj.AutoSize = True Me.LabelDeloProj.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelDeloProj.ForeColor = System.Drawing.Color.ForestGreen Me.LabelDeloProj.Location = New System.Drawing.Point(122, 4) Me.LabelDeloProj.Name = "LabelDeloProj" Me.LabelDeloProj.Size = New System.Drawing.Size(222, 16) Me.LabelDeloProj.TabIndex = 6 Me.LabelDeloProj.Text = "" Me.LabelDeloProj.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'LabelDeloMapa ' Me.LabelDeloMapa.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelDeloMapa.AutoSize = True Me.LabelDeloMapa.Location = New System.Drawing.Point(122, 31) Me.LabelDeloMapa.Name = "LabelDeloMapa" Me.LabelDeloMapa.Size = New System.Drawing.Size(222, 13) Me.LabelDeloMapa.TabIndex = 7 Me.LabelDeloMapa.Text = "" Me.LabelDeloMapa.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label7 ' Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(3, 106) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(113, 13) Me.Label7.TabIndex = 5 Me.Label7.Text = "Lokacija" Me.Label7.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.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(3, 80) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(113, 15) Me.Label5.TabIndex = 4 Me.Label5.Text = "Izbran Projekt" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'LabelIzbProjMapa ' Me.LabelIzbProjMapa.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelIzbProjMapa.AutoSize = True Me.LabelIzbProjMapa.Location = New System.Drawing.Point(122, 106) Me.LabelIzbProjMapa.Name = "LabelIzbProjMapa" Me.LabelIzbProjMapa.Size = New System.Drawing.Size(222, 13) Me.LabelIzbProjMapa.TabIndex = 3 Me.LabelIzbProjMapa.Text = ".\" Me.LabelIzbProjMapa.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'LabelIzbProj ' Me.LabelIzbProj.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelIzbProj.AutoSize = True Me.LabelIzbProj.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelIzbProj.ForeColor = System.Drawing.Color.SteelBlue Me.LabelIzbProj.Location = New System.Drawing.Point(122, 80) Me.LabelIzbProj.Name = "LabelIzbProj" Me.LabelIzbProj.Size = New System.Drawing.Size(222, 15) Me.LabelIzbProj.TabIndex = 1 Me.LabelIzbProj.Text = "(izberi projekt)" Me.LabelIzbProj.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label10 ' Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(3, 159) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(113, 13) Me.Label10.TabIndex = 8 Me.Label10.Text = "Izbran Job" Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ButtonDelovni ' Me.ButtonDelovni.BackgroundImage = Global.TPS1100_Convert.My.Resources.Resources.icons8_caps_lock_on_50 Me.ButtonDelovni.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.ButtonDelovni.FlatAppearance.BorderSize = 0 Me.ButtonDelovni.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.ButtonDelovni.Location = New System.Drawing.Point(3, 53) Me.ButtonDelovni.Name = "ButtonDelovni" Me.ButtonDelovni.Size = New System.Drawing.Size(113, 19) Me.ButtonDelovni.TabIndex = 10 Me.ButtonDelovni.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText Me.ButtonDelovni.UseVisualStyleBackColor = True ' 'Label12 ' Me.Label12.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.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.SystemColors.ControlDarkDark Me.Label12.Location = New System.Drawing.Point(122, 50) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(222, 25) Me.Label12.TabIndex = 11 Me.Label12.Text = "Nastavi izbran projekt kot delovni" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'LabelJobIme ' Me.LabelJobIme.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.LabelJobIme.AutoSize = True Me.LabelJobIme.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelJobIme.ForeColor = System.Drawing.Color.DarkOrange Me.LabelJobIme.Location = New System.Drawing.Point(122, 159) Me.LabelJobIme.Name = "LabelJobIme" Me.LabelJobIme.Size = New System.Drawing.Size(222, 13) Me.LabelJobIme.TabIndex = 12 Me.LabelJobIme.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ButtonNalJob2 ' Me.ButtonNalJob2.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ButtonNalJob2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.ButtonNalJob2.Enabled = False Me.ButtonNalJob2.FlatAppearance.BorderSize = 0 Me.ButtonNalJob2.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.ActiveCaption Me.ButtonNalJob2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.ButtonNalJob2.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_send_file_50 Me.ButtonNalJob2.Location = New System.Drawing.Point(0, 67) Me.ButtonNalJob2.Margin = New System.Windows.Forms.Padding(0) Me.ButtonNalJob2.Name = "ButtonNalJob2" Me.ButtonNalJob2.Padding = New System.Windows.Forms.Padding(3) Me.ButtonNalJob2.Size = New System.Drawing.Size(347, 59) Me.ButtonNalJob2.TabIndex = 14 Me.ButtonNalJob2.Text = "Naloži Job" Me.ButtonNalJob2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.ButtonNalJob2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.ButtonNalJob2.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark Me.Label8.Location = New System.Drawing.Point(3, 31) Me.Label8.Margin = New System.Windows.Forms.Padding(3) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(341, 13) Me.Label8.TabIndex = 15 Me.Label8.Text = "Naloži izbran Job za obdelavo" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'ListViewProj ' Me.ListViewProj.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ListViewProj.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ProjektImeHeader}) Me.ListViewProj.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListViewProj.FullRowSelect = True Me.ListViewProj.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None Me.ListViewProj.HideSelection = False Me.ListViewProj.LabelWrap = False Me.ListViewProj.Location = New System.Drawing.Point(13, 86) Me.ListViewProj.MultiSelect = False Me.ListViewProj.Name = "ListViewProj" Me.ListViewProj.Size = New System.Drawing.Size(160, 290) Me.ListViewProj.TabIndex = 12 Me.ListViewProj.UseCompatibleStateImageBehavior = False Me.ListViewProj.View = System.Windows.Forms.View.Details ' 'ProjektImeHeader ' Me.ProjektImeHeader.Text = "Projekt Ime" Me.ProjektImeHeader.Width = 140 ' 'ListView2 ' Me.ListView2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.ListView2.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.JobImeHeader}) Me.ListView2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListView2.FullRowSelect = True Me.ListView2.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None Me.ListView2.HideSelection = False Me.ListView2.LargeImageList = Me.ImageList1 Me.ListView2.Location = New System.Drawing.Point(179, 85) Me.ListView2.MultiSelect = False Me.ListView2.Name = "ListView2" Me.ListView2.Size = New System.Drawing.Size(160, 290) Me.ListView2.TabIndex = 13 Me.ListView2.UseCompatibleStateImageBehavior = False Me.ListView2.View = System.Windows.Forms.View.List ' 'JobImeHeader ' Me.JobImeHeader.Text = "Job" Me.JobImeHeader.Width = 140 ' 'OpenFileDialogUvoziJob ' Me.OpenFileDialogUvoziJob.Filter = "GSI|*.GSI" ' 'TextBoxJobDat ' Me.TextBoxJobDat.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.TextBoxJobDat.BackColor = System.Drawing.SystemColors.Control Me.TextBoxJobDat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBoxJobDat.Cursor = System.Windows.Forms.Cursors.IBeam Me.TextBoxJobDat.Location = New System.Drawing.Point(10, 5) Me.TextBoxJobDat.Margin = New System.Windows.Forms.Padding(10, 5, 10, 0) Me.TextBoxJobDat.Name = "TextBoxJobDat" Me.TextBoxJobDat.ReadOnly = True Me.TextBoxJobDat.Size = New System.Drawing.Size(327, 20) Me.TextBoxJobDat.TabIndex = 16 Me.TextBoxJobDat.WordWrap = False ' '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.Label8, 0, 1) Me.TableLayoutPanel2.Controls.Add(Me.ButtonNalJob2, 0, 2) Me.TableLayoutPanel2.Controls.Add(Me.TextBoxJobDat, 0, 0) Me.TableLayoutPanel2.Location = New System.Drawing.Point(345, 273) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 3 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle()) Me.TableLayoutPanel2.Size = New System.Drawing.Size(347, 143) Me.TableLayoutPanel2.TabIndex = 14 ' 'ToolStrip2 ' Me.ToolStrip2.AutoSize = False Me.ToolStrip2.Dock = System.Windows.Forms.DockStyle.None Me.ToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip2.ImageScalingSize = New System.Drawing.Size(24, 24) Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton2, Me.ToolStripButton1}) Me.ToolStrip2.Location = New System.Drawing.Point(13, 381) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional Me.ToolStrip2.Size = New System.Drawing.Size(160, 35) Me.ToolStrip2.TabIndex = 15 Me.ToolStrip2.Text = "ToolStrip2" ' 'ToolStripButton2 ' Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton2.Enabled = False Me.ToolStripButton2.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_remove_50 Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(28, 32) Me.ToolStripButton2.Text = "Odstrani Projekt" Me.ToolStripButton2.ToolTipText = "Odstrani Projekt" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Enabled = False Me.ToolStripButton1.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_add_to_collection_50 Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(28, 32) Me.ToolStripButton1.Text = "ToolStripButton1" Me.ToolStripButton1.ToolTipText = "Naredi zavarovanje projekta..." ' 'ToolStrip3 ' Me.ToolStrip3.AutoSize = False Me.ToolStrip3.Dock = System.Windows.Forms.DockStyle.None Me.ToolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip3.ImageScalingSize = New System.Drawing.Size(24, 24) Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton6, Me.ToolStripButton7}) Me.ToolStrip3.Location = New System.Drawing.Point(179, 381) Me.ToolStrip3.Name = "ToolStrip3" Me.ToolStrip3.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional Me.ToolStrip3.Size = New System.Drawing.Size(160, 38) Me.ToolStrip3.TabIndex = 15 Me.ToolStrip3.Text = "ToolStrip2" ' 'ToolStripButton6 ' Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton6.Enabled = False Me.ToolStripButton6.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_recycle_bin_50 Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton6.Name = "ToolStripButton6" Me.ToolStripButton6.Size = New System.Drawing.Size(28, 35) Me.ToolStripButton6.Text = "ToolStripButton2" Me.ToolStripButton6.ToolTipText = "Izbrišii Job" ' 'ToolStripButton7 ' Me.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton7.Enabled = False Me.ToolStripButton7.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_product_documents_50 Me.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton7.Name = "ToolStripButton7" Me.ToolStripButton7.Size = New System.Drawing.Size(28, 35) Me.ToolStripButton7.Text = "ToolStripButton1" Me.ToolStripButton7.ToolTipText = "Arhiviraj Job" ' '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-file-GSI-50.png") ' 'FormGsiJobs ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(704, 441) Me.Controls.Add(Me.ToolStrip3) Me.Controls.Add(Me.ToolStrip2) Me.Controls.Add(Me.TableLayoutPanel2) Me.Controls.Add(Me.ListView2) Me.Controls.Add(Me.ListViewProj) Me.Controls.Add(Me.TableLayoutPanel1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.StatusStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(720, 480) Me.Name = "FormGsiJobs" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "TPS1100 - Projekti" Me.TopMost = True Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.ToolStrip3.ResumeLayout(False) Me.ToolStrip3.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TSButonNalozi As ToolStripButton Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents TSButtonUvozi As ToolStripButton Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents ToolStripButton4 As ToolStripButton Friend WithEvents TableLayoutPanel1 As TableLayoutPanel Friend WithEvents Label4 As Label Friend WithEvents LabelIzbProj As Label Friend WithEvents Label6 As Label Friend WithEvents LabelIzbProjMapa As Label Friend WithEvents Label5 As Label Friend WithEvents Label7 As Label Friend WithEvents LabelDeloProj As Label Friend WithEvents LabelDeloMapa As Label Friend WithEvents Label10 As Label Friend WithEvents ToolStripButton3 As ToolStripButton Friend WithEvents ButtonDelovni As Button Friend WithEvents Label12 As Label Friend WithEvents ListViewProj As ListView Friend WithEvents ListView2 As ListView Friend WithEvents ProjektImeHeader As ColumnHeader Friend WithEvents ToolStripButton5 As ToolStripButton Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents JobImeHeader As ColumnHeader Friend WithEvents OpenFileDialogUvoziJob As OpenFileDialog Friend WithEvents LabelJobIme As Label Friend WithEvents ButtonNalJob2 As Button Friend WithEvents Label8 As Label Friend WithEvents TextBoxJobDat As TextBox Friend WithEvents TableLayoutPanel2 As TableLayoutPanel Friend WithEvents ToolStrip2 As ToolStrip Friend WithEvents ToolStripButton2 As ToolStripButton Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents ToolStrip3 As ToolStrip Friend WithEvents ToolStripButton6 As ToolStripButton Friend WithEvents ToolStripButton7 As ToolStripButton Friend WithEvents ImageList1 As ImageList End Class