84 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			84 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Volian.Controls.Library
 | |
| {
 | |
| 	partial class PreviewROImage
 | |
| 	{
 | |
| 		/// <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.roImage = new System.Windows.Forms.PictureBox();
 | |
| 			this.btnClose = new DevComponents.DotNetBar.ButtonX();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.roImage)).BeginInit();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// roImage
 | |
| 			// 
 | |
| 			this.roImage.Location = new System.Drawing.Point(12, 12);
 | |
| 			this.roImage.Name = "roImage";
 | |
| 			this.roImage.Size = new System.Drawing.Size(747, 535);
 | |
| 			this.roImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
 | |
| 			this.roImage.TabIndex = 0;
 | |
| 			this.roImage.TabStop = false;
 | |
| 			// 
 | |
| 			// btnClose
 | |
| 			// 
 | |
| 			this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
| 			this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
 | |
| 			this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 | |
| 			this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
| 			this.btnClose.Location = new System.Drawing.Point(341, 553);
 | |
| 			this.btnClose.Name = "btnClose";
 | |
| 			this.btnClose.Size = new System.Drawing.Size(75, 35);
 | |
| 			this.btnClose.TabIndex = 1;
 | |
| 			this.btnClose.Text = "Close";
 | |
| 			this.btnClose.ThemeAware = true;
 | |
| 			// 
 | |
| 			// PreviewROImage
 | |
| 			// 
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.CancelButton = this.btnClose;
 | |
| 			this.ClientSize = new System.Drawing.Size(776, 600);
 | |
| 			this.Controls.Add(this.btnClose);
 | |
| 			this.Controls.Add(this.roImage);
 | |
| 			this.MaximizeBox = false;
 | |
| 			this.MinimizeBox = false;
 | |
| 			this.Name = "PreviewROImage";
 | |
| 			this.ShowIcon = false;
 | |
| 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
| 			this.Text = "PreviewROImage";
 | |
| 			this.TopMost = true;
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.roImage)).EndInit();
 | |
| 			this.ResumeLayout(false);
 | |
| 			this.PerformLayout();
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private System.Windows.Forms.PictureBox roImage;
 | |
| 		private DevComponents.DotNetBar.ButtonX btnClose;
 | |
| 	}
 | |
| } | 
