358 lines
20 KiB
C#
358 lines
20 KiB
C#
|
|
|||
|
namespace WebsiteSSLCertificateChecker
|
|||
|
{
|
|||
|
partial class MainForm
|
|||
|
{
|
|||
|
/// <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.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|||
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.exitToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.viewHelpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
|
|||
|
this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.button1 = new RyzStudio.Windows.ThemedForms.TButton();
|
|||
|
this.tHorizontalSeparator2 = new RyzStudio.Windows.Forms.THorizontalSeparator();
|
|||
|
this.memoBox1 = new RyzStudio.Windows.ThemedForms.ButtonMemoBox.TClearableMemoBox();
|
|||
|
this.button5 = new RyzStudio.Windows.ThemedForms.TButton();
|
|||
|
this.memoBox2 = new RyzStudio.Windows.ThemedForms.ButtonMemoBox.TClearableMemoBox();
|
|||
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
this.menuStrip1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|||
|
this.splitContainer1.Panel1.SuspendLayout();
|
|||
|
this.splitContainer1.Panel2.SuspendLayout();
|
|||
|
this.splitContainer1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|||
|
this.pictureBox1.ErrorImage = null;
|
|||
|
this.pictureBox1.InitialImage = null;
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(13, 705);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(40, 37);
|
|||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.pictureBox1.TabIndex = 15;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.Location = new System.Drawing.Point(10, 9);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(101, 17);
|
|||
|
this.label9.TabIndex = 27;
|
|||
|
this.label9.Text = "URL Address List";
|
|||
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.fileToolStripMenuItem,
|
|||
|
this.toolsToolStripMenuItem,
|
|||
|
this.helpToolStripMenuItem1});
|
|||
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip1.Name = "menuStrip1";
|
|||
|
this.menuStrip1.Size = new System.Drawing.Size(464, 24);
|
|||
|
this.menuStrip1.TabIndex = 32;
|
|||
|
//
|
|||
|
// fileToolStripMenuItem
|
|||
|
//
|
|||
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.newToolStripMenuItem,
|
|||
|
this.toolStripMenuItem15,
|
|||
|
this.exitToolStripMenuItem2});
|
|||
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|||
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|||
|
this.fileToolStripMenuItem.Text = "&File";
|
|||
|
//
|
|||
|
// newToolStripMenuItem
|
|||
|
//
|
|||
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
|||
|
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|||
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
|
|||
|
this.newToolStripMenuItem.Text = "&New";
|
|||
|
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// toolStripMenuItem15
|
|||
|
//
|
|||
|
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
|
|||
|
this.toolStripMenuItem15.Size = new System.Drawing.Size(138, 6);
|
|||
|
//
|
|||
|
// exitToolStripMenuItem2
|
|||
|
//
|
|||
|
this.exitToolStripMenuItem2.Name = "exitToolStripMenuItem2";
|
|||
|
this.exitToolStripMenuItem2.Size = new System.Drawing.Size(141, 22);
|
|||
|
this.exitToolStripMenuItem2.Text = "E&xit";
|
|||
|
this.exitToolStripMenuItem2.Click += new System.EventHandler(this.exitToolStripMenuItem2_Click);
|
|||
|
//
|
|||
|
// toolsToolStripMenuItem
|
|||
|
//
|
|||
|
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.optionsToolStripMenuItem});
|
|||
|
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
|
|||
|
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
|
|||
|
this.toolsToolStripMenuItem.Text = "&Tools";
|
|||
|
//
|
|||
|
// optionsToolStripMenuItem
|
|||
|
//
|
|||
|
this.optionsToolStripMenuItem.Enabled = false;
|
|||
|
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
|
|||
|
this.optionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12)));
|
|||
|
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
|
|||
|
this.optionsToolStripMenuItem.Text = "&Options";
|
|||
|
this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// helpToolStripMenuItem1
|
|||
|
//
|
|||
|
this.helpToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.viewHelpToolStripMenuItem1,
|
|||
|
this.toolStripMenuItem16,
|
|||
|
this.aboutToolStripMenuItem1});
|
|||
|
this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
|
|||
|
this.helpToolStripMenuItem1.Size = new System.Drawing.Size(44, 20);
|
|||
|
this.helpToolStripMenuItem1.Text = "&Help";
|
|||
|
//
|
|||
|
// viewHelpToolStripMenuItem1
|
|||
|
//
|
|||
|
this.viewHelpToolStripMenuItem1.Name = "viewHelpToolStripMenuItem1";
|
|||
|
this.viewHelpToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
|||
|
this.viewHelpToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
|
|||
|
this.viewHelpToolStripMenuItem1.Text = "&View Help";
|
|||
|
this.viewHelpToolStripMenuItem1.Click += new System.EventHandler(this.viewHelpToolStripMenuItem1_Click);
|
|||
|
//
|
|||
|
// toolStripMenuItem16
|
|||
|
//
|
|||
|
this.toolStripMenuItem16.Name = "toolStripMenuItem16";
|
|||
|
this.toolStripMenuItem16.Size = new System.Drawing.Size(143, 6);
|
|||
|
//
|
|||
|
// aboutToolStripMenuItem1
|
|||
|
//
|
|||
|
this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
|
|||
|
this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
|
|||
|
this.aboutToolStripMenuItem1.Text = "&About";
|
|||
|
this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.Location = new System.Drawing.Point(10, 10);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(181, 17);
|
|||
|
this.label1.TabIndex = 40;
|
|||
|
this.label1.Text = "SSL Certificate Results";
|
|||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.AcceptButton = null;
|
|||
|
this.button1.ActiveImage = null;
|
|||
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.button1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.button1.HoverImage = null;
|
|||
|
this.button1.IdleImage = null;
|
|||
|
this.button1.LabelText = "&Close";
|
|||
|
this.button1.Location = new System.Drawing.Point(296, 705);
|
|||
|
this.button1.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|||
|
this.button1.Size = new System.Drawing.Size(149, 37);
|
|||
|
this.button1.TabIndex = 6;
|
|||
|
this.button1.TabStop = false;
|
|||
|
this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button1_MouseClick);
|
|||
|
//
|
|||
|
// tHorizontalSeparator2
|
|||
|
//
|
|||
|
this.tHorizontalSeparator2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.tHorizontalSeparator2.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|||
|
this.tHorizontalSeparator2.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|||
|
this.tHorizontalSeparator2.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.tHorizontalSeparator2.Location = new System.Drawing.Point(8, 673);
|
|||
|
this.tHorizontalSeparator2.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
|
|||
|
this.tHorizontalSeparator2.MaximumSize = new System.Drawing.Size(5760, 22);
|
|||
|
this.tHorizontalSeparator2.MinimumSize = new System.Drawing.Size(0, 22);
|
|||
|
this.tHorizontalSeparator2.Name = "tHorizontalSeparator2";
|
|||
|
this.tHorizontalSeparator2.Size = new System.Drawing.Size(448, 22);
|
|||
|
this.tHorizontalSeparator2.TabIndex = 42;
|
|||
|
this.tHorizontalSeparator2.TabStop = false;
|
|||
|
//
|
|||
|
// memoBox1
|
|||
|
//
|
|||
|
this.memoBox1.AcceptButton = null;
|
|||
|
this.memoBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.memoBox1.AutoScroll = true;
|
|||
|
this.memoBox1.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.memoBox1.ClearedValue = "";
|
|||
|
this.memoBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|||
|
this.memoBox1.HighlightImage = ((System.Drawing.Image)(resources.GetObject("memoBox1.HighlightImage")));
|
|||
|
this.memoBox1.Lines = new string[0];
|
|||
|
this.memoBox1.Location = new System.Drawing.Point(10, 33);
|
|||
|
this.memoBox1.Margin = new System.Windows.Forms.Padding(10, 10, 10, 0);
|
|||
|
this.memoBox1.Name = "memoBox1";
|
|||
|
this.memoBox1.NormalImage = ((System.Drawing.Image)(resources.GetObject("memoBox1.NormalImage")));
|
|||
|
this.memoBox1.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|||
|
this.memoBox1.ReadOnly = true;
|
|||
|
this.memoBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|||
|
this.memoBox1.Size = new System.Drawing.Size(432, 399);
|
|||
|
this.memoBox1.TabIndex = 4;
|
|||
|
this.memoBox1.TabStop = false;
|
|||
|
this.memoBox1.WordWrap = false;
|
|||
|
this.memoBox1.OnButtonClick += new System.EventHandler(this.memoBox1_OnButtonClick);
|
|||
|
//
|
|||
|
// button5
|
|||
|
//
|
|||
|
this.button5.AcceptButton = null;
|
|||
|
this.button5.ActiveImage = null;
|
|||
|
this.button5.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.button5.HoverImage = null;
|
|||
|
this.button5.IdleImage = null;
|
|||
|
this.button5.LabelText = "&Run";
|
|||
|
this.button5.Location = new System.Drawing.Point(127, 705);
|
|||
|
this.button5.Margin = new System.Windows.Forms.Padding(10, 0, 0, 10);
|
|||
|
this.button5.Name = "button5";
|
|||
|
this.button5.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|||
|
this.button5.Size = new System.Drawing.Size(149, 37);
|
|||
|
this.button5.TabIndex = 5;
|
|||
|
this.button5.TabStop = false;
|
|||
|
this.button5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button5_MouseClick);
|
|||
|
//
|
|||
|
// memoBox2
|
|||
|
//
|
|||
|
this.memoBox2.AcceptButton = null;
|
|||
|
this.memoBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.memoBox2.AutoScroll = true;
|
|||
|
this.memoBox2.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.memoBox2.ClearedValue = "";
|
|||
|
this.memoBox2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|||
|
this.memoBox2.HighlightImage = ((System.Drawing.Image)(resources.GetObject("memoBox2.HighlightImage")));
|
|||
|
this.memoBox2.Lines = new string[0];
|
|||
|
this.memoBox2.Location = new System.Drawing.Point(10, 32);
|
|||
|
this.memoBox2.Margin = new System.Windows.Forms.Padding(10, 10, 10, 0);
|
|||
|
this.memoBox2.Name = "memoBox2";
|
|||
|
this.memoBox2.NormalImage = ((System.Drawing.Image)(resources.GetObject("memoBox2.NormalImage")));
|
|||
|
this.memoBox2.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
|
|||
|
this.memoBox2.ReadOnly = false;
|
|||
|
this.memoBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|||
|
this.memoBox2.Size = new System.Drawing.Size(432, 158);
|
|||
|
this.memoBox2.TabIndex = 46;
|
|||
|
this.memoBox2.TabStop = false;
|
|||
|
this.memoBox2.WordWrap = false;
|
|||
|
this.memoBox2.OnButtonClick += new System.EventHandler(this.memoBox2_OnButtonClick);
|
|||
|
//
|
|||
|
// splitContainer1
|
|||
|
//
|
|||
|
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.splitContainer1.Location = new System.Drawing.Point(3, 27);
|
|||
|
this.splitContainer1.Name = "splitContainer1";
|
|||
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|||
|
//
|
|||
|
// splitContainer1.Panel1
|
|||
|
//
|
|||
|
this.splitContainer1.Panel1.Controls.Add(this.label9);
|
|||
|
this.splitContainer1.Panel1.Controls.Add(this.memoBox2);
|
|||
|
this.splitContainer1.Panel1MinSize = 160;
|
|||
|
//
|
|||
|
// splitContainer1.Panel2
|
|||
|
//
|
|||
|
this.splitContainer1.Panel2.Controls.Add(this.label1);
|
|||
|
this.splitContainer1.Panel2.Controls.Add(this.memoBox1);
|
|||
|
this.splitContainer1.Size = new System.Drawing.Size(456, 643);
|
|||
|
this.splitContainer1.SplitterDistance = 200;
|
|||
|
this.splitContainer1.TabIndex = 47;
|
|||
|
//
|
|||
|
// MainForm
|
|||
|
//
|
|||
|
this.AllowDrop = true;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
|
|||
|
this.ClientSize = new System.Drawing.Size(464, 761);
|
|||
|
this.Controls.Add(this.splitContainer1);
|
|||
|
this.Controls.Add(this.button5);
|
|||
|
this.Controls.Add(this.tHorizontalSeparator2);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.menuStrip1);
|
|||
|
this.Controls.Add(this.pictureBox1);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "MainForm";
|
|||
|
this.Text = "Website SSL Certificate Checker";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
this.menuStrip1.ResumeLayout(false);
|
|||
|
this.menuStrip1.PerformLayout();
|
|||
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|||
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|||
|
this.splitContainer1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
private RyzStudio.Windows.ThemedForms.TButton button1;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private System.Windows.Forms.ToolTip toolTip1;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem15;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem2;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem viewHelpToolStripMenuItem1;
|
|||
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
|
|||
|
private RyzStudio.Windows.ThemedForms.ButtonMemoBox.TClearableMemoBox memoBox1;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private RyzStudio.Windows.Forms.THorizontalSeparator tHorizontalSeparator2;
|
|||
|
private RyzStudio.Windows.ThemedForms.TButton button5;
|
|||
|
private RyzStudio.Windows.ThemedForms.ButtonMemoBox.TClearableMemoBox memoBox2;
|
|||
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|||
|
}
|
|||
|
}
|
|||
|
|