82 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			82 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace Volian.Controls.Library
 | 
						|
{
 | 
						|
	partial class PreviewMultiLineRO
 | 
						|
	{
 | 
						|
		/// <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.btnCancel = new DevComponents.DotNetBar.ButtonX();
 | 
						|
			this.rtbPreviewMlRO = new System.Windows.Forms.RichTextBox();
 | 
						|
			this.SuspendLayout();
 | 
						|
			// 
 | 
						|
			// btnCancel
 | 
						|
			// 
 | 
						|
			this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | 
						|
			this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | 
						|
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | 
						|
			this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | 
						|
			this.btnCancel.Location = new System.Drawing.Point(391, 531);
 | 
						|
			this.btnCancel.Name = "btnCancel";
 | 
						|
			this.btnCancel.Size = new System.Drawing.Size(80, 33);
 | 
						|
			this.btnCancel.TabIndex = 1;
 | 
						|
			this.btnCancel.Text = "Close";
 | 
						|
			this.btnCancel.ThemeAware = true;
 | 
						|
			// 
 | 
						|
			// rtbPreviewMlRO
 | 
						|
			// 
 | 
						|
			this.rtbPreviewMlRO.Font = new System.Drawing.Font("Courier New", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | 
						|
			this.rtbPreviewMlRO.Location = new System.Drawing.Point(12, 12);
 | 
						|
			this.rtbPreviewMlRO.Name = "rtbPreviewMlRO";
 | 
						|
			this.rtbPreviewMlRO.ReadOnly = true;
 | 
						|
			this.rtbPreviewMlRO.Size = new System.Drawing.Size(804, 513);
 | 
						|
			this.rtbPreviewMlRO.TabIndex = 2;
 | 
						|
			this.rtbPreviewMlRO.Text = "";
 | 
						|
			// 
 | 
						|
			// PreviewMultiLineRO
 | 
						|
			// 
 | 
						|
			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
 | 
						|
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | 
						|
			this.AutoScroll = true;
 | 
						|
			this.CancelButton = this.btnCancel;
 | 
						|
			this.ClientSize = new System.Drawing.Size(828, 576);
 | 
						|
			this.Controls.Add(this.rtbPreviewMlRO);
 | 
						|
			this.Controls.Add(this.btnCancel);
 | 
						|
			this.MaximizeBox = false;
 | 
						|
			this.MinimizeBox = false;
 | 
						|
			this.Name = "PreviewMultiLineRO";
 | 
						|
			this.ShowIcon = false;
 | 
						|
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | 
						|
			this.Text = "PreviewMultiLineRO";
 | 
						|
			this.ResumeLayout(false);
 | 
						|
 | 
						|
		}
 | 
						|
 | 
						|
		#endregion
 | 
						|
 | 
						|
		private DevComponents.DotNetBar.ButtonX btnCancel;
 | 
						|
		private System.Windows.Forms.RichTextBox rtbPreviewMlRO;
 | 
						|
	}
 | 
						|
} |