Files
cyberark-RPCMon/RPCMon/FormAbout.Designer.cs
2023-02-09 12:30:19 +02:00

84 lines
3.3 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System;
namespace RPCMon
{
partial class FormAbout
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.textBox1.Enabled = false;
this.textBox1.Location = new System.Drawing.Point(12, 19);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(318, 122);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "Authors: Eviatar Gerzi (@g3rzi), Yaniv Yakobovich\r\n\r\nContributers: Natan Tunik\r\n\r" +
"\nVersion: 1.2.0\r\n\r\n\r\n\r\nCopyright (c) 2022 CyberArk Software Ltd. All rights reserv" +
"ed\r\n\r\n";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(9, 106);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(189, 13);
this.linkLabel1.TabIndex = 1;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "https://github.com/cyberark/RPCMon";
//
// FormAbout
//
this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
this.ClientSize = new System.Drawing.Size(342, 153);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.textBox1);
this.MaximumSize = new System.Drawing.Size(358, 192);
this.MinimumSize = new System.Drawing.Size(358, 192);
this.Name = "FormAbout";
this.ShowIcon = false;
this.Text = "About";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.LinkLabel linkLabel1;
}
}