123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439 |
-
- namespace chutian_parking_terminal
- {
- partial class FormVtk
- {
- /// <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.renderWindowControl1 = new Kitware.VTK.RenderWindowControl();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
- this.Tip_Label = new Sunny.UI.UILabel();
- this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
- this.button_play_sound = new Sunny.UI.UIButton();
- this.button_stop_sound = new Sunny.UI.UIButton();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.ui_results_panel1 = new Sunny.UI.UIPanel();
- this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
- this.results_pictureBox = new System.Windows.Forms.PictureBox();
- this.Statu_Label = new Sunny.UI.UILabel();
- this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
- this.right_pictureBox = new System.Windows.Forms.PictureBox();
- this.left_pictureBox = new System.Windows.Forms.PictureBox();
- this.top_pictureBox = new System.Windows.Forms.PictureBox();
- this.upperleft_pictureBox = new System.Windows.Forms.PictureBox();
- this.upperright_pictureBox = new System.Windows.Forms.PictureBox();
- this.tip_car_label = new System.Windows.Forms.Label();
- this.down_pictureBox = new System.Windows.Forms.PictureBox();
- this.lowerleft_pictureBox = new System.Windows.Forms.PictureBox();
- this.lowerright_pictureBox = new System.Windows.Forms.PictureBox();
- this.groupBox1.SuspendLayout();
- this.tableLayoutPanel5.SuspendLayout();
- this.tableLayoutPanel6.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- this.ui_results_panel1.SuspendLayout();
- this.tableLayoutPanel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.results_pictureBox)).BeginInit();
- this.tableLayoutPanel7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.right_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.left_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.top_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.upperleft_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.upperright_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.down_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lowerleft_pictureBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.lowerright_pictureBox)).BeginInit();
- this.SuspendLayout();
- //
- // renderWindowControl1
- //
- this.renderWindowControl1.AddTestActors = false;
- this.renderWindowControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.renderWindowControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.renderWindowControl1.Location = new System.Drawing.Point(340, 2);
- this.renderWindowControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.renderWindowControl1.Name = "renderWindowControl1";
- this.renderWindowControl1.Size = new System.Drawing.Size(423, 520);
- this.renderWindowControl1.TabIndex = 0;
- this.renderWindowControl1.TestText = null;
- this.renderWindowControl1.Load += new System.EventHandler(this.renderWindowControl1_Load);
- this.renderWindowControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.renderWindowControl1_Paint);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.tableLayoutPanel5);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.Location = new System.Drawing.Point(2, 2);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(333, 520);
- this.groupBox1.TabIndex = 4;
- this.groupBox1.TabStop = false;
- //
- // tableLayoutPanel5
- //
- this.tableLayoutPanel5.ColumnCount = 1;
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 46F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 54F));
- this.tableLayoutPanel5.Controls.Add(this.Tip_Label, 0, 0);
- this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel6, 0, 1);
- this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel5.Location = new System.Drawing.Point(2, 24);
- this.tableLayoutPanel5.Name = "tableLayoutPanel5";
- this.tableLayoutPanel5.RowCount = 2;
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 88.66397F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.33603F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel5.Size = new System.Drawing.Size(329, 494);
- this.tableLayoutPanel5.TabIndex = 9;
- //
- // Tip_Label
- //
- this.Tip_Label.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Tip_Label.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Tip_Label.Location = new System.Drawing.Point(3, 0);
- this.Tip_Label.Name = "Tip_Label";
- this.Tip_Label.Size = new System.Drawing.Size(323, 438);
- this.Tip_Label.Style = Sunny.UI.UIStyle.Custom;
- this.Tip_Label.TabIndex = 6;
- this.Tip_Label.Text = "提示语";
- this.Tip_Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel6
- //
- this.tableLayoutPanel6.ColumnCount = 2;
- this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel6.Controls.Add(this.button_play_sound, 0, 0);
- this.tableLayoutPanel6.Controls.Add(this.button_stop_sound, 1, 0);
- this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 441);
- this.tableLayoutPanel6.Name = "tableLayoutPanel6";
- this.tableLayoutPanel6.RowCount = 1;
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel6.Size = new System.Drawing.Size(323, 50);
- this.tableLayoutPanel6.TabIndex = 7;
- //
- // button_play_sound
- //
- this.button_play_sound.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_play_sound.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button_play_sound.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.button_play_sound.Location = new System.Drawing.Point(3, 3);
- this.button_play_sound.MinimumSize = new System.Drawing.Size(1, 1);
- this.button_play_sound.Name = "button_play_sound";
- this.button_play_sound.Size = new System.Drawing.Size(155, 44);
- this.button_play_sound.TabIndex = 7;
- this.button_play_sound.Text = "播放声音";
- this.button_play_sound.Click += new System.EventHandler(this.button_play_sound_Click);
- //
- // button_stop_sound
- //
- this.button_stop_sound.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button_stop_sound.Dock = System.Windows.Forms.DockStyle.Fill;
- this.button_stop_sound.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.button_stop_sound.Location = new System.Drawing.Point(164, 3);
- this.button_stop_sound.MinimumSize = new System.Drawing.Size(1, 1);
- this.button_stop_sound.Name = "button_stop_sound";
- this.button_stop_sound.Size = new System.Drawing.Size(156, 44);
- this.button_stop_sound.TabIndex = 8;
- this.button_stop_sound.Text = "停止播放";
- this.button_stop_sound.Click += new System.EventHandler(this.button_stop_sound_Click);
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 3;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.68085F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.51064F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.7234F));
- this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.renderWindowControl1, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 35);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1175, 524);
- this.tableLayoutPanel1.TabIndex = 5;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 1;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
- this.tableLayoutPanel2.Controls.Add(this.ui_results_panel1, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel7, 0, 1);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(768, 2);
- this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 3;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 68.65385F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.538462F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(405, 520);
- this.tableLayoutPanel2.TabIndex = 5;
- //
- // ui_results_panel1
- //
- this.ui_results_panel1.Controls.Add(this.tableLayoutPanel3);
- this.ui_results_panel1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ui_results_panel1.Location = new System.Drawing.Point(4, 5);
- this.ui_results_panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.ui_results_panel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.ui_results_panel1.Name = "ui_results_panel1";
- this.ui_results_panel1.Size = new System.Drawing.Size(397, 145);
- this.ui_results_panel1.TabIndex = 10;
- this.ui_results_panel1.Text = null;
- this.ui_results_panel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // tableLayoutPanel3
- //
- this.tableLayoutPanel3.ColumnCount = 2;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.Controls.Add(this.results_pictureBox, 0, 0);
- this.tableLayoutPanel3.Controls.Add(this.Statu_Label, 1, 0);
- this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 1;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(397, 145);
- this.tableLayoutPanel3.TabIndex = 0;
- //
- // results_pictureBox
- //
- this.results_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.results_pictureBox.Location = new System.Drawing.Point(3, 3);
- this.results_pictureBox.Name = "results_pictureBox";
- this.results_pictureBox.Size = new System.Drawing.Size(192, 139);
- this.results_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.results_pictureBox.TabIndex = 10;
- this.results_pictureBox.TabStop = false;
- //
- // Statu_Label
- //
- this.Statu_Label.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Statu_Label.Font = new System.Drawing.Font("微软雅黑", 35F, System.Drawing.FontStyle.Bold);
- this.Statu_Label.Location = new System.Drawing.Point(201, 0);
- this.Statu_Label.Name = "Statu_Label";
- this.Statu_Label.Size = new System.Drawing.Size(193, 145);
- this.Statu_Label.Style = Sunny.UI.UIStyle.Custom;
- this.Statu_Label.TabIndex = 11;
- this.Statu_Label.Text = "无车";
- this.Statu_Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // tableLayoutPanel7
- //
- this.tableLayoutPanel7.ColumnCount = 3;
- this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
- this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
- this.tableLayoutPanel7.Controls.Add(this.right_pictureBox, 2, 1);
- this.tableLayoutPanel7.Controls.Add(this.left_pictureBox, 0, 1);
- this.tableLayoutPanel7.Controls.Add(this.top_pictureBox, 1, 0);
- this.tableLayoutPanel7.Controls.Add(this.upperleft_pictureBox, 0, 0);
- this.tableLayoutPanel7.Controls.Add(this.upperright_pictureBox, 2, 0);
- this.tableLayoutPanel7.Controls.Add(this.tip_car_label, 1, 1);
- this.tableLayoutPanel7.Controls.Add(this.down_pictureBox, 1, 2);
- this.tableLayoutPanel7.Controls.Add(this.lowerleft_pictureBox, 0, 2);
- this.tableLayoutPanel7.Controls.Add(this.lowerright_pictureBox, 2, 2);
- this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 158);
- this.tableLayoutPanel7.Name = "tableLayoutPanel7";
- this.tableLayoutPanel7.RowCount = 3;
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.tableLayoutPanel7.Size = new System.Drawing.Size(399, 350);
- this.tableLayoutPanel7.TabIndex = 11;
- //
- // right_pictureBox
- //
- this.right_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.right_pictureBox.Location = new System.Drawing.Point(268, 119);
- this.right_pictureBox.Name = "right_pictureBox";
- this.right_pictureBox.Size = new System.Drawing.Size(128, 110);
- this.right_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.right_pictureBox.TabIndex = 12;
- this.right_pictureBox.TabStop = false;
- //
- // left_pictureBox
- //
- this.left_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.left_pictureBox.Location = new System.Drawing.Point(3, 119);
- this.left_pictureBox.Name = "left_pictureBox";
- this.left_pictureBox.Size = new System.Drawing.Size(126, 110);
- this.left_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.left_pictureBox.TabIndex = 12;
- this.left_pictureBox.TabStop = false;
- //
- // top_pictureBox
- //
- this.top_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.top_pictureBox.Location = new System.Drawing.Point(135, 3);
- this.top_pictureBox.Name = "top_pictureBox";
- this.top_pictureBox.Size = new System.Drawing.Size(127, 110);
- this.top_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.top_pictureBox.TabIndex = 12;
- this.top_pictureBox.TabStop = false;
- //
- // upperleft_pictureBox
- //
- this.upperleft_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.upperleft_pictureBox.Location = new System.Drawing.Point(3, 3);
- this.upperleft_pictureBox.Name = "upperleft_pictureBox";
- this.upperleft_pictureBox.Size = new System.Drawing.Size(126, 110);
- this.upperleft_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.upperleft_pictureBox.TabIndex = 12;
- this.upperleft_pictureBox.TabStop = false;
- //
- // upperright_pictureBox
- //
- this.upperright_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.upperright_pictureBox.Location = new System.Drawing.Point(268, 3);
- this.upperright_pictureBox.Name = "upperright_pictureBox";
- this.upperright_pictureBox.Size = new System.Drawing.Size(128, 110);
- this.upperright_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.upperright_pictureBox.TabIndex = 11;
- this.upperright_pictureBox.TabStop = false;
- //
- // tip_car_label
- //
- this.tip_car_label.AutoSize = true;
- this.tip_car_label.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tip_car_label.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Bold);
- this.tip_car_label.Location = new System.Drawing.Point(135, 116);
- this.tip_car_label.Name = "tip_car_label";
- this.tip_car_label.Size = new System.Drawing.Size(127, 116);
- this.tip_car_label.TabIndex = 15;
- this.tip_car_label.Text = "提示";
- this.tip_car_label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // down_pictureBox
- //
- this.down_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.down_pictureBox.Location = new System.Drawing.Point(135, 235);
- this.down_pictureBox.Name = "down_pictureBox";
- this.down_pictureBox.Size = new System.Drawing.Size(127, 112);
- this.down_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.down_pictureBox.TabIndex = 12;
- this.down_pictureBox.TabStop = false;
- //
- // lowerleft_pictureBox
- //
- this.lowerleft_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lowerleft_pictureBox.Location = new System.Drawing.Point(3, 235);
- this.lowerleft_pictureBox.Name = "lowerleft_pictureBox";
- this.lowerleft_pictureBox.Size = new System.Drawing.Size(126, 112);
- this.lowerleft_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.lowerleft_pictureBox.TabIndex = 13;
- this.lowerleft_pictureBox.TabStop = false;
- //
- // lowerright_pictureBox
- //
- this.lowerright_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lowerright_pictureBox.Location = new System.Drawing.Point(268, 235);
- this.lowerright_pictureBox.Name = "lowerright_pictureBox";
- this.lowerright_pictureBox.Size = new System.Drawing.Size(128, 112);
- this.lowerright_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.lowerright_pictureBox.TabIndex = 14;
- this.lowerright_pictureBox.TabStop = false;
- //
- // FormVtk
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1179, 561);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "FormVtk";
- this.Padding = new System.Windows.Forms.Padding(2, 35, 2, 2);
- this.ShowDragStretch = true;
- this.ShowRadius = false;
- this.Style = Sunny.UI.UIStyle.Custom;
- this.Text = "FormVtk";
- this.Load += new System.EventHandler(this.FormVtk_Load);
- this.SizeChanged += new System.EventHandler(this.FormVtk_SizeChanged);
- this.groupBox1.ResumeLayout(false);
- this.tableLayoutPanel5.ResumeLayout(false);
- this.tableLayoutPanel6.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel2.ResumeLayout(false);
- this.ui_results_panel1.ResumeLayout(false);
- this.tableLayoutPanel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.results_pictureBox)).EndInit();
- this.tableLayoutPanel7.ResumeLayout(false);
- this.tableLayoutPanel7.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.right_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.left_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.top_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.upperleft_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.upperright_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.down_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lowerleft_pictureBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.lowerright_pictureBox)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Kitware.VTK.RenderWindowControl renderWindowControl1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private Sunny.UI.UIButton button_stop_sound;
- private Sunny.UI.UIButton button_play_sound;
- private Sunny.UI.UILabel Tip_Label;
- private System.Windows.Forms.PictureBox results_pictureBox;
- private Sunny.UI.UIPanel ui_results_panel1;
- private Sunny.UI.UILabel Statu_Label;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
- private System.Windows.Forms.PictureBox right_pictureBox;
- private System.Windows.Forms.PictureBox left_pictureBox;
- private System.Windows.Forms.PictureBox top_pictureBox;
- private System.Windows.Forms.PictureBox upperleft_pictureBox;
- private System.Windows.Forms.PictureBox lowerright_pictureBox;
- private System.Windows.Forms.PictureBox lowerleft_pictureBox;
- private System.Windows.Forms.PictureBox down_pictureBox;
- private System.Windows.Forms.PictureBox upperright_pictureBox;
- private System.Windows.Forms.Label tip_car_label;
- }
- }
|