_ Partial Class FormNastavitve 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(FormNastavitve)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.RadioButton1 = New System.Windows.Forms.RadioButton() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.RadioButton3 = New System.Windows.Forms.RadioButton() Me.RadioButton4 = New System.Windows.Forms.RadioButton() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.TextBoxLog = New System.Windows.Forms.TextBox() Me.ButtonOdpriLog = New System.Windows.Forms.Button() Me.OpenFileDialogLog = New System.Windows.Forms.OpenFileDialog() Me.SaveFileDialogLog = New System.Windows.Forms.SaveFileDialog() Me.ToolStrip1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton2}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(309, 25) Me.ToolStrip1.TabIndex = 1 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripButton1 ' Me.ToolStripButton1.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_save_as_50 Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(60, 22) Me.ToolStripButton1.Text = "Shrani" ' 'ToolStripButton2 ' Me.ToolStripButton2.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_close_50 Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(54, 22) Me.ToolStripButton2.Text = "Zapri" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.TableLayoutPanel1) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(12, 28) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(285, 66) Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Ločilo med podatki" ' 'TableLayoutPanel1 ' 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.RadioButton1, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.RadioButton2, 1, 0) Me.TableLayoutPanel1.Location = New System.Drawing.Point(7, 22) 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(272, 32) Me.TableLayoutPanel1.TabIndex = 3 ' 'RadioButton1 ' Me.RadioButton1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.RadioButton1.AutoSize = True Me.RadioButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RadioButton1.Location = New System.Drawing.Point(3, 3) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(80, 26) Me.RadioButton1.TabIndex = 0 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "Presledek" Me.RadioButton1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.RadioButton1.UseVisualStyleBackColor = True ' 'RadioButton2 ' Me.RadioButton2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.RadioButton2.AutoSize = True Me.RadioButton2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RadioButton2.Location = New System.Drawing.Point(139, 3) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(77, 26) Me.RadioButton2.TabIndex = 2 Me.RadioButton2.TabStop = True Me.RadioButton2.Text = "Tabulator" Me.RadioButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.RadioButton2.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.TableLayoutPanel2) Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox2.Location = New System.Drawing.Point(12, 100) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(285, 66) Me.GroupBox2.TabIndex = 3 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Decimalno ločilo" ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.ColumnCount = 2 Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.Controls.Add(Me.RadioButton3, 0, 0) Me.TableLayoutPanel2.Controls.Add(Me.RadioButton4, 1, 0) Me.TableLayoutPanel2.Location = New System.Drawing.Point(7, 22) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 1 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel2.Size = New System.Drawing.Size(272, 32) Me.TableLayoutPanel2.TabIndex = 3 ' 'RadioButton3 ' Me.RadioButton3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.RadioButton3.AutoSize = True Me.RadioButton3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RadioButton3.Location = New System.Drawing.Point(3, 3) Me.RadioButton3.Name = "RadioButton3" Me.RadioButton3.Size = New System.Drawing.Size(49, 26) Me.RadioButton3.TabIndex = 0 Me.RadioButton3.TabStop = True Me.RadioButton3.Text = "Pika" Me.RadioButton3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.RadioButton3.UseVisualStyleBackColor = True ' 'RadioButton4 ' Me.RadioButton4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.RadioButton4.AutoSize = True Me.RadioButton4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RadioButton4.Location = New System.Drawing.Point(139, 3) Me.RadioButton4.Name = "RadioButton4" Me.RadioButton4.Size = New System.Drawing.Size(58, 26) Me.RadioButton4.TabIndex = 2 Me.RadioButton4.TabStop = True Me.RadioButton4.Text = "Vejica" Me.RadioButton4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.RadioButton4.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.TextBoxLog) Me.GroupBox3.Controls.Add(Me.ButtonOdpriLog) Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox3.Location = New System.Drawing.Point(19, 173) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(278, 97) Me.GroupBox3.TabIndex = 4 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Zapisnik obdelave podatkov" ' 'TextBoxLog ' Me.TextBoxLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBoxLog.Location = New System.Drawing.Point(6, 21) Me.TextBoxLog.Name = "TextBoxLog" Me.TextBoxLog.Size = New System.Drawing.Size(231, 22) Me.TextBoxLog.TabIndex = 1 ' 'ButtonOdpriLog ' Me.ButtonOdpriLog.BackgroundImage = Global.TPS1100_Convert.My.Resources.Resources.icons8_browse_folder_50_2 Me.ButtonOdpriLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.ButtonOdpriLog.FlatStyle = System.Windows.Forms.FlatStyle.Popup Me.ButtonOdpriLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.ButtonOdpriLog.Location = New System.Drawing.Point(244, 21) Me.ButtonOdpriLog.Name = "ButtonOdpriLog" Me.ButtonOdpriLog.Size = New System.Drawing.Size(28, 22) Me.ButtonOdpriLog.TabIndex = 0 Me.ButtonOdpriLog.UseVisualStyleBackColor = True ' 'OpenFileDialogLog ' Me.OpenFileDialogLog.CheckFileExists = False Me.OpenFileDialogLog.DefaultExt = "Text File|*.txt" Me.OpenFileDialogLog.FileName = "tps1100_log.txt" Me.OpenFileDialogLog.Filter = "Text File|*.txt" ' 'SaveFileDialogLog ' Me.SaveFileDialogLog.DefaultExt = "Text File|*.txt" Me.SaveFileDialogLog.FileName = "tps1100_log.txt" Me.SaveFileDialogLog.Filter = "Text File|*.txt" ' 'FormNastavitve ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(309, 282) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.ToolStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "FormNastavitve" Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Nastavitve" Me.TopMost = True Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents GroupBox1 As GroupBox Friend WithEvents RadioButton1 As RadioButton Friend WithEvents RadioButton2 As RadioButton Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents ToolStripButton2 As ToolStripButton Friend WithEvents TableLayoutPanel1 As TableLayoutPanel Friend WithEvents GroupBox2 As GroupBox Friend WithEvents TableLayoutPanel2 As TableLayoutPanel Friend WithEvents RadioButton3 As RadioButton Friend WithEvents RadioButton4 As RadioButton Friend WithEvents GroupBox3 As GroupBox Friend WithEvents TextBoxLog As TextBox Friend WithEvents ButtonOdpriLog As Button Friend WithEvents OpenFileDialogLog As OpenFileDialog Friend WithEvents SaveFileDialogLog As SaveFileDialog End Class