
Added LastVersion to config to present EULA on version change Display EULA when version changes Added Property to change button label (Agree for EULA) Changed DialogResult to OK for OK Button.
81 lines
2.9 KiB
C#
81 lines
2.9 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class frmViewTextFile
|
|
{
|
|
/// <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.rtbViewFile = new System.Windows.Forms.RichTextBox();
|
|
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
|
|
this.SuspendLayout();
|
|
//
|
|
// rtbViewFile
|
|
//
|
|
this.rtbViewFile.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.rtbViewFile.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rtbViewFile.Location = new System.Drawing.Point(0, 0);
|
|
this.rtbViewFile.Name = "rtbViewFile";
|
|
this.rtbViewFile.ReadOnly = true;
|
|
this.rtbViewFile.Size = new System.Drawing.Size(634, 678);
|
|
this.rtbViewFile.TabIndex = 0;
|
|
this.rtbViewFile.Text = "";
|
|
//
|
|
// buttonX1
|
|
//
|
|
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.buttonX1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.buttonX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonX1.Location = new System.Drawing.Point(559, 691);
|
|
this.buttonX1.Name = "buttonX1";
|
|
this.buttonX1.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.buttonX1.TabIndex = 1;
|
|
this.buttonX1.Text = "OK";
|
|
//
|
|
// frmViewTextFile
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(634, 715);
|
|
this.Controls.Add(this.buttonX1);
|
|
this.Controls.Add(this.rtbViewFile);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "frmViewTextFile";
|
|
this.ShowIcon = false;
|
|
this.Text = "frmViewTextFile";
|
|
this.Load += new System.EventHandler(this.frmViewTextFile_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RichTextBox rtbViewFile;
|
|
private DevComponents.DotNetBar.ButtonX buttonX1;
|
|
}
|
|
} |