_ Partial Class DialogIzracunHzCor 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(DialogIzracunHzCor)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.OK_Button = New System.Windows.Forms.Button() Me.Cancel_Button = New System.Windows.Forms.Button() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.Label4 = New System.Windows.Forms.Label() Me.MaskedTextBoxDegHzCor = New System.Windows.Forms.MaskedTextBox() Me.MaskedTextBoxDegHz = New System.Windows.Forms.MaskedTextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.MaskedTextBoxGsiHz = New System.Windows.Forms.MaskedTextBox() Me.MaskedTextBoxGsiHzCor = New System.Windows.Forms.MaskedTextBox() Me.Label9 = New System.Windows.Forms.Label() Me.ButtonUpGsi = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.ButtonIzr = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.MaskedTextBoxHzNov = New System.Windows.Forms.MaskedTextBox() Me.MaskedTextBoxHzNovDms = New System.Windows.Forms.MaskedTextBox() Me.MaskedTextBoxGsiHzNov = New System.Windows.Forms.MaskedTextBox() Me.ButtonKopirajHzTxt = New System.Windows.Forms.Button() Me.ButtonKopirajHzGsi = New System.Windows.Forms.Button() 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 = 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(456, 219) 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(187, 45) Me.TableLayoutPanel1.TabIndex = 0 ' 'OK_Button ' Me.OK_Button.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.OK_Button.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.OK_Button.FlatAppearance.BorderSize = 0 Me.OK_Button.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.OK_Button.Location = New System.Drawing.Point(3, 3) Me.OK_Button.Name = "OK_Button" Me.OK_Button.Size = New System.Drawing.Size(87, 39) Me.OK_Button.TabIndex = 13 Me.OK_Button.Text = "Pomoč" ' 'Cancel_Button ' Me.Cancel_Button.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.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(96, 3) Me.Cancel_Button.Name = "Cancel_Button" Me.Cancel_Button.Size = New System.Drawing.Size(88, 39) Me.Cancel_Button.TabIndex = 14 Me.Cancel_Button.Text = "Zapri" Me.Cancel_Button.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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, 20.0!)) 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, 40.0!)) Me.TableLayoutPanel2.Controls.Add(Me.Label4, 2, 0) Me.TableLayoutPanel2.Controls.Add(Me.MaskedTextBoxDegHzCor, 1, 2) Me.TableLayoutPanel2.Controls.Add(Me.MaskedTextBoxDegHz, 1, 1) Me.TableLayoutPanel2.Controls.Add(Me.Label2, 0, 2) Me.TableLayoutPanel2.Controls.Add(Me.Label1, 0, 1) Me.TableLayoutPanel2.Controls.Add(Me.Label5, 1, 0) Me.TableLayoutPanel2.Controls.Add(Me.MaskedTextBoxGsiHz, 3, 1) Me.TableLayoutPanel2.Controls.Add(Me.MaskedTextBoxGsiHzCor, 3, 2) Me.TableLayoutPanel2.Controls.Add(Me.Label9, 3, 0) Me.TableLayoutPanel2.Controls.Add(Me.TextBox1, 2, 1) Me.TableLayoutPanel2.Controls.Add(Me.TextBox2, 2, 2) Me.TableLayoutPanel2.Controls.Add(Me.Label3, 0, 4) Me.TableLayoutPanel2.Controls.Add(Me.MaskedTextBoxHzNov, 1, 4) Me.TableLayoutPanel2.Controls.Add(Me.MaskedTextBoxHzNovDms, 2, 4) Me.TableLayoutPanel2.Controls.Add(Me.MaskedTextBoxGsiHzNov, 3, 4) Me.TableLayoutPanel2.Controls.Add(Me.ButtonKopirajHzTxt, 2, 5) Me.TableLayoutPanel2.Controls.Add(Me.ButtonKopirajHzGsi, 3, 5) Me.TableLayoutPanel2.Controls.Add(Me.ButtonUpGsi, 3, 3) Me.TableLayoutPanel2.Controls.Add(Me.ButtonIzr, 1, 3) Me.TableLayoutPanel2.Location = New System.Drawing.Point(13, 13) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 7 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32.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, 32.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle()) Me.TableLayoutPanel2.Size = New System.Drawing.Size(630, 200) Me.TableLayoutPanel2.TabIndex = 1 ' 'Label4 ' Me.Label4.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.Label4.Location = New System.Drawing.Point(255, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(120, 18) Me.Label4.TabIndex = 10 Me.Label4.Text = "Format DMS [D.MMSS]" Me.Label4.TextAlign = System.Drawing.ContentAlignment.BottomCenter ' 'MaskedTextBoxDegHzCor ' Me.MaskedTextBoxDegHzCor.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.MaskedTextBoxDegHzCor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.MaskedTextBoxDegHzCor.Enabled = False Me.MaskedTextBoxDegHzCor.Font = New System.Drawing.Font("Lucida Console", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBoxDegHzCor.Location = New System.Drawing.Point(131, 55) Me.MaskedTextBoxDegHzCor.Margin = New System.Windows.Forms.Padding(5) Me.MaskedTextBoxDegHzCor.Name = "MaskedTextBoxDegHzCor" Me.MaskedTextBoxDegHzCor.Size = New System.Drawing.Size(116, 20) Me.MaskedTextBoxDegHzCor.TabIndex = 6 ' 'MaskedTextBoxDegHz ' Me.MaskedTextBoxDegHz.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.MaskedTextBoxDegHz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.MaskedTextBoxDegHz.Enabled = False Me.MaskedTextBoxDegHz.Font = New System.Drawing.Font("Lucida Console", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBoxDegHz.Location = New System.Drawing.Point(131, 23) Me.MaskedTextBoxDegHz.Margin = New System.Windows.Forms.Padding(5) Me.MaskedTextBoxDegHz.Name = "MaskedTextBoxDegHz" Me.MaskedTextBoxDegHz.Size = New System.Drawing.Size(116, 20) Me.MaskedTextBoxDegHz.TabIndex = 5 ' 'Label2 ' Me.Label2.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.Label2.Location = New System.Drawing.Point(3, 50) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(120, 32) Me.Label2.TabIndex = 1 Me.Label2.Text = "Popavek (HzCor)" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label1 ' Me.Label1.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.Label1.Location = New System.Drawing.Point(3, 18) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(120, 32) Me.Label1.TabIndex = 0 Me.Label1.Text = "Merjen (Hz)" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label5 ' Me.Label5.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.Label5.Location = New System.Drawing.Point(129, 0) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(120, 18) Me.Label5.TabIndex = 15 Me.Label5.Text = "Format DEG" Me.Label5.TextAlign = System.Drawing.ContentAlignment.BottomCenter ' 'MaskedTextBoxGsiHz ' Me.MaskedTextBoxGsiHz.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.MaskedTextBoxGsiHz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.MaskedTextBoxGsiHz.Font = New System.Drawing.Font("Lucida Console", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBoxGsiHz.Location = New System.Drawing.Point(383, 23) Me.MaskedTextBoxGsiHz.Margin = New System.Windows.Forms.Padding(5) Me.MaskedTextBoxGsiHz.Mask = "21.324+0000000000000000 " Me.MaskedTextBoxGsiHz.Name = "MaskedTextBoxGsiHz" Me.MaskedTextBoxGsiHz.PromptChar = Global.Microsoft.VisualBasic.ChrW(35) Me.MaskedTextBoxGsiHz.Size = New System.Drawing.Size(242, 19) Me.MaskedTextBoxGsiHz.TabIndex = 2 ' 'MaskedTextBoxGsiHzCor ' Me.MaskedTextBoxGsiHzCor.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.MaskedTextBoxGsiHzCor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.MaskedTextBoxGsiHzCor.Font = New System.Drawing.Font("Lucida Console", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBoxGsiHzCor.Location = New System.Drawing.Point(383, 55) Me.MaskedTextBoxGsiHzCor.Margin = New System.Windows.Forms.Padding(5) Me.MaskedTextBoxGsiHzCor.Mask = "25.344+0000000000000000 " Me.MaskedTextBoxGsiHzCor.Name = "MaskedTextBoxGsiHzCor" Me.MaskedTextBoxGsiHzCor.PromptChar = Global.Microsoft.VisualBasic.ChrW(35) Me.MaskedTextBoxGsiHzCor.Size = New System.Drawing.Size(242, 19) Me.MaskedTextBoxGsiHzCor.TabIndex = 3 ' 'Label9 ' Me.Label9.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.Label9.Location = New System.Drawing.Point(381, 0) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(246, 18) Me.Label9.TabIndex = 19 Me.Label9.Text = "Format GSI" Me.Label9.TextAlign = System.Drawing.ContentAlignment.BottomCenter ' 'ButtonUpGsi ' Me.ButtonUpGsi.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.ButtonUpGsi.AutoSize = True Me.ButtonUpGsi.FlatAppearance.BorderColor = System.Drawing.SystemColors.ButtonShadow Me.ButtonUpGsi.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.ButtonUpGsi.Location = New System.Drawing.Point(381, 85) Me.ButtonUpGsi.Name = "ButtonUpGsi" Me.ButtonUpGsi.Size = New System.Drawing.Size(246, 34) Me.ButtonUpGsi.TabIndex = 4 Me.ButtonUpGsi.Text = "Prevedi izi GSI" Me.ButtonUpGsi.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBox1.BackColor = System.Drawing.SystemColors.Info Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox1.Cursor = System.Windows.Forms.Cursors.IBeam Me.TextBox1.Location = New System.Drawing.Point(255, 24) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(120, 20) Me.TextBox1.TabIndex = 0 ' 'TextBox2 ' Me.TextBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBox2.BackColor = System.Drawing.SystemColors.Info Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam Me.TextBox2.Location = New System.Drawing.Point(255, 56) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(120, 20) Me.TextBox2.TabIndex = 1 ' 'ButtonIzr ' Me.ButtonIzr.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.ButtonIzr.AutoSize = True Me.ButtonIzr.BackColor = System.Drawing.SystemColors.ButtonFace Me.ButtonIzr.FlatAppearance.BorderColor = System.Drawing.SystemColors.ButtonShadow Me.ButtonIzr.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.ButtonIzr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ButtonIzr.Image = Global.TPS1100_Convert.My.Resources.Resources.digital_24 Me.ButtonIzr.Location = New System.Drawing.Point(129, 85) Me.ButtonIzr.Name = "ButtonIzr" Me.ButtonIzr.Size = New System.Drawing.Size(120, 34) Me.ButtonIzr.TabIndex = 7 Me.ButtonIzr.Text = "IZRAČUN" Me.ButtonIzr.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText Me.ButtonIzr.UseVisualStyleBackColor = False ' 'Label3 ' Me.Label3.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.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(3, 122) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(120, 32) Me.Label3.TabIndex = 2 Me.Label3.Text = "Izračunan Hz" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'MaskedTextBoxHzNov ' Me.MaskedTextBoxHzNov.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.MaskedTextBoxHzNov.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.MaskedTextBoxHzNov.Cursor = System.Windows.Forms.Cursors.IBeam Me.MaskedTextBoxHzNov.Enabled = False Me.MaskedTextBoxHzNov.Font = New System.Drawing.Font("Lucida Console", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBoxHzNov.Location = New System.Drawing.Point(131, 127) Me.MaskedTextBoxHzNov.Margin = New System.Windows.Forms.Padding(5) Me.MaskedTextBoxHzNov.Name = "MaskedTextBoxHzNov" Me.MaskedTextBoxHzNov.ReadOnly = True Me.MaskedTextBoxHzNov.Size = New System.Drawing.Size(116, 20) Me.MaskedTextBoxHzNov.TabIndex = 8 ' 'MaskedTextBoxHzNovDms ' Me.MaskedTextBoxHzNovDms.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.MaskedTextBoxHzNovDms.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.MaskedTextBoxHzNovDms.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.MaskedTextBoxHzNovDms.Font = New System.Drawing.Font("Lucida Console", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBoxHzNovDms.Location = New System.Drawing.Point(257, 127) Me.MaskedTextBoxHzNovDms.Margin = New System.Windows.Forms.Padding(5) Me.MaskedTextBoxHzNovDms.Name = "MaskedTextBoxHzNovDms" Me.MaskedTextBoxHzNovDms.PromptChar = Global.Microsoft.VisualBasic.ChrW(35) Me.MaskedTextBoxHzNovDms.ReadOnly = True Me.MaskedTextBoxHzNovDms.Size = New System.Drawing.Size(116, 20) Me.MaskedTextBoxHzNovDms.TabIndex = 9 ' 'MaskedTextBoxGsiHzNov ' Me.MaskedTextBoxGsiHzNov.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.MaskedTextBoxGsiHzNov.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.MaskedTextBoxGsiHzNov.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.MaskedTextBoxGsiHzNov.Font = New System.Drawing.Font("Lucida Console", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MaskedTextBoxGsiHzNov.Location = New System.Drawing.Point(383, 127) Me.MaskedTextBoxGsiHzNov.Margin = New System.Windows.Forms.Padding(5) Me.MaskedTextBoxGsiHzNov.Name = "MaskedTextBoxGsiHzNov" Me.MaskedTextBoxGsiHzNov.PromptChar = Global.Microsoft.VisualBasic.ChrW(35) Me.MaskedTextBoxGsiHzNov.ReadOnly = True Me.MaskedTextBoxGsiHzNov.Size = New System.Drawing.Size(242, 20) Me.MaskedTextBoxGsiHzNov.TabIndex = 11 ' 'ButtonKopirajHzTxt ' Me.ButtonKopirajHzTxt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.ButtonKopirajHzTxt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.ButtonKopirajHzTxt.FlatAppearance.BorderSize = 0 Me.ButtonKopirajHzTxt.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.ButtonKopirajHzTxt.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_rename_20 Me.ButtonKopirajHzTxt.Location = New System.Drawing.Point(255, 157) Me.ButtonKopirajHzTxt.Name = "ButtonKopirajHzTxt" Me.ButtonKopirajHzTxt.Size = New System.Drawing.Size(100, 26) Me.ButtonKopirajHzTxt.TabIndex = 10 Me.ButtonKopirajHzTxt.Text = "Kopiraj" Me.ButtonKopirajHzTxt.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage Me.ButtonKopirajHzTxt.UseVisualStyleBackColor = True ' 'ButtonKopirajHzGsi ' Me.ButtonKopirajHzGsi.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ButtonKopirajHzGsi.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.ButtonKopirajHzGsi.FlatAppearance.BorderSize = 0 Me.ButtonKopirajHzGsi.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.ButtonKopirajHzGsi.Image = Global.TPS1100_Convert.My.Resources.Resources.icons8_rename_20 Me.ButtonKopirajHzGsi.Location = New System.Drawing.Point(527, 157) Me.ButtonKopirajHzGsi.Name = "ButtonKopirajHzGsi" Me.ButtonKopirajHzGsi.Size = New System.Drawing.Size(100, 26) Me.ButtonKopirajHzGsi.TabIndex = 12 Me.ButtonKopirajHzGsi.Text = "Kopiraj" Me.ButtonKopirajHzGsi.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage Me.ButtonKopirajHzGsi.UseVisualStyleBackColor = True ' 'DialogIzracunHzCor ' 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(655, 276) Me.Controls.Add(Me.TableLayoutPanel2) 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 = "DialogIzracunHzCor" Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Izračun HzCor" Me.TopMost = True Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents OK_Button As System.Windows.Forms.Button Friend WithEvents TableLayoutPanel2 As TableLayoutPanel Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents Label3 As Label Friend WithEvents MaskedTextBoxDegHz As MaskedTextBox Friend WithEvents MaskedTextBoxHzNov As MaskedTextBox Friend WithEvents MaskedTextBoxDegHzCor As MaskedTextBox Friend WithEvents MaskedTextBoxHzNovDms As MaskedTextBox Friend WithEvents ButtonIzr As Button Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents ButtonKopirajHzTxt As Button Friend WithEvents ButtonKopirajHzGsi As Button Friend WithEvents MaskedTextBoxGsiHzNov As MaskedTextBox Friend WithEvents MaskedTextBoxGsiHz As MaskedTextBox Friend WithEvents MaskedTextBoxGsiHzCor As MaskedTextBox Friend WithEvents Label9 As Label Friend WithEvents ButtonUpGsi As Button Friend WithEvents Cancel_Button As Button Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox2 As TextBox End Class