Exemplo n.º 1
0
 void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Window));
     this.vidview           = new Imint.Vidview.Viewer();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.StabilizeOnOff    = new System.Windows.Forms.CheckBox();
     this.ContrastOnOff     = new System.Windows.Forms.CheckBox();
     this.AlignOnOff        = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.vidview, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.252669F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.74733F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(784, 562);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.StabilizeOnOff);
     this.flowLayoutPanel1.Controls.Add(this.ContrastOnOff);
     this.flowLayoutPanel1.Controls.Add(this.AlignOnOff);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(778, 46);
     this.flowLayoutPanel1.TabIndex = 1;
     //
     // Stabilize
     //
     this.StabilizeOnOff.Appearance = System.Windows.Forms.Appearance.Button;
     this.StabilizeOnOff.Image      = ((System.Drawing.Image)(resources.GetObject("Stabilize.Image")));
     this.StabilizeOnOff.Location   = new System.Drawing.Point(3, 3);
     this.StabilizeOnOff.Name       = "Stabilize";
     this.StabilizeOnOff.Size       = new System.Drawing.Size(38, 38);
     this.StabilizeOnOff.TabIndex   = 0;
     this.StabilizeOnOff.UseVisualStyleBackColor = true;
     this.StabilizeOnOff.Visible = false;
     //
     // Contrast
     //
     this.ContrastOnOff.Appearance = System.Windows.Forms.Appearance.Button;
     this.ContrastOnOff.Image      = ((System.Drawing.Image)(resources.GetObject("Contrast.Image")));
     this.ContrastOnOff.Location   = new System.Drawing.Point(47, 3);
     this.ContrastOnOff.Name       = "Contrast";
     this.ContrastOnOff.Size       = new System.Drawing.Size(38, 38);
     this.ContrastOnOff.TabIndex   = 1;
     this.ContrastOnOff.UseVisualStyleBackColor = true;
     this.ContrastOnOff.Visible = false;
     //
     // SkyUp
     //
     this.AlignOnOff.Appearance = System.Windows.Forms.Appearance.Button;
     this.AlignOnOff.Image      = ((System.Drawing.Image)(resources.GetObject("SkyUp.Image")));
     this.AlignOnOff.Location   = new System.Drawing.Point(91, 3);
     this.AlignOnOff.Name       = "SkyUp";
     this.AlignOnOff.Size       = new System.Drawing.Size(38, 38);
     this.AlignOnOff.TabIndex   = 2;
     this.AlignOnOff.UseVisualStyleBackColor = true;
     this.AlignOnOff.Visible = false;
     //
     // viewer
     //
     this.vidview.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.vidview.Location        = new System.Drawing.Point(0, 0);
     this.vidview.Name            = "viewer";
     this.vidview.SeparateProcess = false;
     this.vidview.Size            = new System.Drawing.Size(800, 600);
     this.vidview.TabIndex        = 0;
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.Controls.Add(this.tableLayoutPanel1);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Viewer));
     this.vidview           = new Imint.Vidview.Viewer();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.snapshot          = new System.Windows.Forms.Button();
     this.checkBox1         = new System.Windows.Forms.CheckBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // vidview
     //
     this.vidview.Asynchronous = Kean.Platform.Settings.Asynchronous.None;
     this.vidview.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.vidview.Location     = new System.Drawing.Point(3, 16);
     this.vidview.Name         = "vidview";
     this.vidview.Size         = new System.Drawing.Size(144, 131);
     this.vidview.TabIndex     = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.vidview, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.252669F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.74733F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(150, 150);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.snapshot);
     this.flowLayoutPanel1.Controls.Add(this.checkBox1);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(144, 7);
     this.flowLayoutPanel1.TabIndex = 1;
     //
     // snapshot
     //
     this.snapshot.Image    = ((System.Drawing.Image)(resources.GetObject("snapshot.Image")));
     this.snapshot.Location = new System.Drawing.Point(3, 3);
     this.snapshot.Name     = "snapshot";
     this.snapshot.Size     = new System.Drawing.Size(38, 38);
     this.snapshot.TabIndex = 0;
     this.snapshot.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Dock     = Forms.DockStyle.Fill;
     this.checkBox1.Location = new System.Drawing.Point(47, 3);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(38, 38);
     this.checkBox1.TabIndex = 1;
     this.checkBox1.Text     = "Open";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // Viewer
     //
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Viewer";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
		void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Window));
			this.vidview = new Imint.Vidview.Viewer();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
			this.StabilizeOnOff = new System.Windows.Forms.CheckBox();
			this.ContrastOnOff = new System.Windows.Forms.CheckBox();
			this.AlignOnOff = new System.Windows.Forms.CheckBox();
			this.tableLayoutPanel1.SuspendLayout();
			this.flowLayoutPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.ColumnCount = 1;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.Controls.Add(this.vidview, 0, 1);
			this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 2;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.252669F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.74733F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(784, 562);
			this.tableLayoutPanel1.TabIndex = 1;
			// 
			// flowLayoutPanel1
			// 
			this.flowLayoutPanel1.Controls.Add(this.StabilizeOnOff);
			this.flowLayoutPanel1.Controls.Add(this.ContrastOnOff);
			this.flowLayoutPanel1.Controls.Add(this.AlignOnOff);
			this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
			this.flowLayoutPanel1.Name = "flowLayoutPanel1";
			this.flowLayoutPanel1.Size = new System.Drawing.Size(778, 46);
			this.flowLayoutPanel1.TabIndex = 1;
			// 
			// Stabilize
			// 
			this.StabilizeOnOff.Appearance = System.Windows.Forms.Appearance.Button;
			this.StabilizeOnOff.Image = ((System.Drawing.Image)(resources.GetObject("Stabilize.Image")));
			this.StabilizeOnOff.Location = new System.Drawing.Point(3, 3);
			this.StabilizeOnOff.Name = "Stabilize";
			this.StabilizeOnOff.Size = new System.Drawing.Size(38, 38);
			this.StabilizeOnOff.TabIndex = 0;
			this.StabilizeOnOff.UseVisualStyleBackColor = true;
			this.StabilizeOnOff.Visible = false;
			// 
			// Contrast
			// 
			this.ContrastOnOff.Appearance = System.Windows.Forms.Appearance.Button;
			this.ContrastOnOff.Image = ((System.Drawing.Image)(resources.GetObject("Contrast.Image")));
			this.ContrastOnOff.Location = new System.Drawing.Point(47, 3);
			this.ContrastOnOff.Name = "Contrast";
			this.ContrastOnOff.Size = new System.Drawing.Size(38, 38);
			this.ContrastOnOff.TabIndex = 1;
			this.ContrastOnOff.UseVisualStyleBackColor = true;
			this.ContrastOnOff.Visible = false;
			// 
			// SkyUp
			// 
			this.AlignOnOff.Appearance = System.Windows.Forms.Appearance.Button;
			this.AlignOnOff.Image = ((System.Drawing.Image)(resources.GetObject("SkyUp.Image")));
			this.AlignOnOff.Location = new System.Drawing.Point(91, 3);
			this.AlignOnOff.Name = "SkyUp";
			this.AlignOnOff.Size = new System.Drawing.Size(38, 38);
			this.AlignOnOff.TabIndex = 2;
			this.AlignOnOff.UseVisualStyleBackColor = true;
			this.AlignOnOff.Visible = false;
			// 
			// viewer
			// 
			this.vidview.Dock = System.Windows.Forms.DockStyle.Fill;
			this.vidview.Location = new System.Drawing.Point(0, 0);
			this.vidview.Name = "viewer";
			this.vidview.SeparateProcess = false;
			this.vidview.Size = new System.Drawing.Size(800, 600);
			this.vidview.TabIndex = 0;
			this.tableLayoutPanel1.ResumeLayout(false);
			this.flowLayoutPanel1.ResumeLayout(false);
			this.Controls.Add(this.tableLayoutPanel1);
			this.ResumeLayout(false);
		}
Exemplo n.º 4
0
		void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Viewer));
			this.vidview = new Imint.Vidview.Viewer();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
			this.snapshot = new System.Windows.Forms.Button();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.tableLayoutPanel1.SuspendLayout();
			this.flowLayoutPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// vidview
			// 
			this.vidview.Asynchronous = Kean.Platform.Settings.Asynchronous.None;
			this.vidview.Dock = System.Windows.Forms.DockStyle.Fill;
			this.vidview.Location = new System.Drawing.Point(3, 16);
			this.vidview.Name = "vidview";
			this.vidview.Size = new System.Drawing.Size(144, 131);
			this.vidview.TabIndex = 0;
			// 
			// tableLayoutPanel1
			// 
			this.tableLayoutPanel1.ColumnCount = 1;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
			this.tableLayoutPanel1.Controls.Add(this.vidview, 0, 1);
			this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 2;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.252669F));
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.74733F));
			this.tableLayoutPanel1.Size = new System.Drawing.Size(150, 150);
			this.tableLayoutPanel1.TabIndex = 1;
			// 
			// flowLayoutPanel1
			// 
			this.flowLayoutPanel1.Controls.Add(this.snapshot);
			this.flowLayoutPanel1.Controls.Add(this.checkBox1);
			this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
			this.flowLayoutPanel1.Name = "flowLayoutPanel1";
			this.flowLayoutPanel1.Size = new System.Drawing.Size(144, 7);
			this.flowLayoutPanel1.TabIndex = 1;
			// 
			// snapshot
			// 
			this.snapshot.Image = ((System.Drawing.Image)(resources.GetObject("snapshot.Image")));
			this.snapshot.Location = new System.Drawing.Point(3, 3);
			this.snapshot.Name = "snapshot";
			this.snapshot.Size = new System.Drawing.Size(38, 38);
			this.snapshot.TabIndex = 0;
			this.snapshot.UseVisualStyleBackColor = true;
			// 
			// checkBox1
			// 
			this.checkBox1.AutoSize = true;
			this.checkBox1.Dock = Forms.DockStyle.Fill;
			this.checkBox1.Location = new System.Drawing.Point(47, 3);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(38, 38);
			this.checkBox1.TabIndex = 1;
			this.checkBox1.Text = "Open";
			this.checkBox1.UseVisualStyleBackColor = true;
			// 
			// Viewer
			// 
			this.Controls.Add(this.tableLayoutPanel1);
			this.Name = "Viewer";
			this.tableLayoutPanel1.ResumeLayout(false);
			this.flowLayoutPanel1.ResumeLayout(false);
			this.flowLayoutPanel1.PerformLayout();
			this.ResumeLayout(false);

		}