FormVtk.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. 
  2. namespace chutian_parking_terminal
  3. {
  4. partial class FormVtk
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.renderWindowControl1 = new Kitware.VTK.RenderWindowControl();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  32. this.Tip_Label = new Sunny.UI.UILabel();
  33. this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
  34. this.button_play_sound = new Sunny.UI.UIButton();
  35. this.button_stop_sound = new Sunny.UI.UIButton();
  36. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  37. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  38. this.ui_results_panel1 = new Sunny.UI.UIPanel();
  39. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  40. this.results_pictureBox = new System.Windows.Forms.PictureBox();
  41. this.Statu_Label = new Sunny.UI.UILabel();
  42. this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
  43. this.right_pictureBox = new System.Windows.Forms.PictureBox();
  44. this.left_pictureBox = new System.Windows.Forms.PictureBox();
  45. this.top_pictureBox = new System.Windows.Forms.PictureBox();
  46. this.upperleft_pictureBox = new System.Windows.Forms.PictureBox();
  47. this.upperright_pictureBox = new System.Windows.Forms.PictureBox();
  48. this.tip_car_label = new System.Windows.Forms.Label();
  49. this.down_pictureBox = new System.Windows.Forms.PictureBox();
  50. this.lowerleft_pictureBox = new System.Windows.Forms.PictureBox();
  51. this.lowerright_pictureBox = new System.Windows.Forms.PictureBox();
  52. this.groupBox1.SuspendLayout();
  53. this.tableLayoutPanel5.SuspendLayout();
  54. this.tableLayoutPanel6.SuspendLayout();
  55. this.tableLayoutPanel1.SuspendLayout();
  56. this.tableLayoutPanel2.SuspendLayout();
  57. this.ui_results_panel1.SuspendLayout();
  58. this.tableLayoutPanel3.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.results_pictureBox)).BeginInit();
  60. this.tableLayoutPanel7.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.right_pictureBox)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.left_pictureBox)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.top_pictureBox)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.upperleft_pictureBox)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.upperright_pictureBox)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.down_pictureBox)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.lowerleft_pictureBox)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.lowerright_pictureBox)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // renderWindowControl1
  72. //
  73. this.renderWindowControl1.AddTestActors = false;
  74. this.renderWindowControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  75. this.renderWindowControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.renderWindowControl1.Location = new System.Drawing.Point(340, 2);
  77. this.renderWindowControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  78. this.renderWindowControl1.Name = "renderWindowControl1";
  79. this.renderWindowControl1.Size = new System.Drawing.Size(423, 520);
  80. this.renderWindowControl1.TabIndex = 0;
  81. this.renderWindowControl1.TestText = null;
  82. this.renderWindowControl1.Load += new System.EventHandler(this.renderWindowControl1_Load);
  83. this.renderWindowControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.renderWindowControl1_Paint);
  84. //
  85. // groupBox1
  86. //
  87. this.groupBox1.Controls.Add(this.tableLayoutPanel5);
  88. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.groupBox1.Location = new System.Drawing.Point(2, 2);
  90. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  91. this.groupBox1.Name = "groupBox1";
  92. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  93. this.groupBox1.Size = new System.Drawing.Size(333, 520);
  94. this.groupBox1.TabIndex = 4;
  95. this.groupBox1.TabStop = false;
  96. //
  97. // tableLayoutPanel5
  98. //
  99. this.tableLayoutPanel5.ColumnCount = 1;
  100. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 46F));
  101. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 54F));
  102. this.tableLayoutPanel5.Controls.Add(this.Tip_Label, 0, 0);
  103. this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel6, 0, 1);
  104. this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.tableLayoutPanel5.Location = new System.Drawing.Point(2, 24);
  106. this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  107. this.tableLayoutPanel5.RowCount = 2;
  108. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 88.66397F));
  109. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.33603F));
  110. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  111. this.tableLayoutPanel5.Size = new System.Drawing.Size(329, 494);
  112. this.tableLayoutPanel5.TabIndex = 9;
  113. //
  114. // Tip_Label
  115. //
  116. this.Tip_Label.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.Tip_Label.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.Tip_Label.Location = new System.Drawing.Point(3, 0);
  119. this.Tip_Label.Name = "Tip_Label";
  120. this.Tip_Label.Size = new System.Drawing.Size(323, 438);
  121. this.Tip_Label.Style = Sunny.UI.UIStyle.Custom;
  122. this.Tip_Label.TabIndex = 6;
  123. this.Tip_Label.Text = "提示语";
  124. this.Tip_Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  125. //
  126. // tableLayoutPanel6
  127. //
  128. this.tableLayoutPanel6.ColumnCount = 2;
  129. this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  130. this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  131. this.tableLayoutPanel6.Controls.Add(this.button_play_sound, 0, 0);
  132. this.tableLayoutPanel6.Controls.Add(this.button_stop_sound, 1, 0);
  133. this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 441);
  135. this.tableLayoutPanel6.Name = "tableLayoutPanel6";
  136. this.tableLayoutPanel6.RowCount = 1;
  137. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  138. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  139. this.tableLayoutPanel6.Size = new System.Drawing.Size(323, 50);
  140. this.tableLayoutPanel6.TabIndex = 7;
  141. //
  142. // button_play_sound
  143. //
  144. this.button_play_sound.Cursor = System.Windows.Forms.Cursors.Hand;
  145. this.button_play_sound.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.button_play_sound.Font = new System.Drawing.Font("微软雅黑", 12F);
  147. this.button_play_sound.Location = new System.Drawing.Point(3, 3);
  148. this.button_play_sound.MinimumSize = new System.Drawing.Size(1, 1);
  149. this.button_play_sound.Name = "button_play_sound";
  150. this.button_play_sound.Size = new System.Drawing.Size(155, 44);
  151. this.button_play_sound.TabIndex = 7;
  152. this.button_play_sound.Text = "播放声音";
  153. this.button_play_sound.Click += new System.EventHandler(this.button_play_sound_Click);
  154. //
  155. // button_stop_sound
  156. //
  157. this.button_stop_sound.Cursor = System.Windows.Forms.Cursors.Hand;
  158. this.button_stop_sound.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.button_stop_sound.Font = new System.Drawing.Font("微软雅黑", 12F);
  160. this.button_stop_sound.Location = new System.Drawing.Point(164, 3);
  161. this.button_stop_sound.MinimumSize = new System.Drawing.Size(1, 1);
  162. this.button_stop_sound.Name = "button_stop_sound";
  163. this.button_stop_sound.Size = new System.Drawing.Size(156, 44);
  164. this.button_stop_sound.TabIndex = 8;
  165. this.button_stop_sound.Text = "停止播放";
  166. this.button_stop_sound.Click += new System.EventHandler(this.button_stop_sound_Click);
  167. //
  168. // tableLayoutPanel1
  169. //
  170. this.tableLayoutPanel1.ColumnCount = 3;
  171. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.68085F));
  172. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.51064F));
  173. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.7234F));
  174. this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
  175. this.tableLayoutPanel1.Controls.Add(this.renderWindowControl1, 1, 0);
  176. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0);
  177. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 35);
  179. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
  180. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  181. this.tableLayoutPanel1.RowCount = 1;
  182. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  183. this.tableLayoutPanel1.Size = new System.Drawing.Size(1175, 524);
  184. this.tableLayoutPanel1.TabIndex = 5;
  185. //
  186. // tableLayoutPanel2
  187. //
  188. this.tableLayoutPanel2.ColumnCount = 1;
  189. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  190. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
  191. this.tableLayoutPanel2.Controls.Add(this.ui_results_panel1, 0, 0);
  192. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel7, 0, 1);
  193. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.tableLayoutPanel2.Location = new System.Drawing.Point(768, 2);
  195. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2);
  196. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  197. this.tableLayoutPanel2.RowCount = 3;
  198. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  199. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 68.65385F));
  200. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.538462F));
  201. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  202. this.tableLayoutPanel2.Size = new System.Drawing.Size(405, 520);
  203. this.tableLayoutPanel2.TabIndex = 5;
  204. //
  205. // ui_results_panel1
  206. //
  207. this.ui_results_panel1.Controls.Add(this.tableLayoutPanel3);
  208. this.ui_results_panel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  209. this.ui_results_panel1.Location = new System.Drawing.Point(4, 5);
  210. this.ui_results_panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  211. this.ui_results_panel1.MinimumSize = new System.Drawing.Size(1, 1);
  212. this.ui_results_panel1.Name = "ui_results_panel1";
  213. this.ui_results_panel1.Size = new System.Drawing.Size(397, 145);
  214. this.ui_results_panel1.TabIndex = 10;
  215. this.ui_results_panel1.Text = null;
  216. this.ui_results_panel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  217. //
  218. // tableLayoutPanel3
  219. //
  220. this.tableLayoutPanel3.ColumnCount = 2;
  221. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  222. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  223. this.tableLayoutPanel3.Controls.Add(this.results_pictureBox, 0, 0);
  224. this.tableLayoutPanel3.Controls.Add(this.Statu_Label, 1, 0);
  225. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  227. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  228. this.tableLayoutPanel3.RowCount = 1;
  229. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  230. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  231. this.tableLayoutPanel3.Size = new System.Drawing.Size(397, 145);
  232. this.tableLayoutPanel3.TabIndex = 0;
  233. //
  234. // results_pictureBox
  235. //
  236. this.results_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.results_pictureBox.Location = new System.Drawing.Point(3, 3);
  238. this.results_pictureBox.Name = "results_pictureBox";
  239. this.results_pictureBox.Size = new System.Drawing.Size(192, 139);
  240. this.results_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  241. this.results_pictureBox.TabIndex = 10;
  242. this.results_pictureBox.TabStop = false;
  243. //
  244. // Statu_Label
  245. //
  246. this.Statu_Label.Dock = System.Windows.Forms.DockStyle.Fill;
  247. this.Statu_Label.Font = new System.Drawing.Font("微软雅黑", 35F, System.Drawing.FontStyle.Bold);
  248. this.Statu_Label.Location = new System.Drawing.Point(201, 0);
  249. this.Statu_Label.Name = "Statu_Label";
  250. this.Statu_Label.Size = new System.Drawing.Size(193, 145);
  251. this.Statu_Label.Style = Sunny.UI.UIStyle.Custom;
  252. this.Statu_Label.TabIndex = 11;
  253. this.Statu_Label.Text = "无车";
  254. this.Statu_Label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  255. //
  256. // tableLayoutPanel7
  257. //
  258. this.tableLayoutPanel7.ColumnCount = 3;
  259. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  260. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  261. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  262. this.tableLayoutPanel7.Controls.Add(this.right_pictureBox, 2, 1);
  263. this.tableLayoutPanel7.Controls.Add(this.left_pictureBox, 0, 1);
  264. this.tableLayoutPanel7.Controls.Add(this.top_pictureBox, 1, 0);
  265. this.tableLayoutPanel7.Controls.Add(this.upperleft_pictureBox, 0, 0);
  266. this.tableLayoutPanel7.Controls.Add(this.upperright_pictureBox, 2, 0);
  267. this.tableLayoutPanel7.Controls.Add(this.tip_car_label, 1, 1);
  268. this.tableLayoutPanel7.Controls.Add(this.down_pictureBox, 1, 2);
  269. this.tableLayoutPanel7.Controls.Add(this.lowerleft_pictureBox, 0, 2);
  270. this.tableLayoutPanel7.Controls.Add(this.lowerright_pictureBox, 2, 2);
  271. this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
  272. this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 158);
  273. this.tableLayoutPanel7.Name = "tableLayoutPanel7";
  274. this.tableLayoutPanel7.RowCount = 3;
  275. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  276. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  277. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  278. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  279. this.tableLayoutPanel7.Size = new System.Drawing.Size(399, 350);
  280. this.tableLayoutPanel7.TabIndex = 11;
  281. //
  282. // right_pictureBox
  283. //
  284. this.right_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  285. this.right_pictureBox.Location = new System.Drawing.Point(268, 119);
  286. this.right_pictureBox.Name = "right_pictureBox";
  287. this.right_pictureBox.Size = new System.Drawing.Size(128, 110);
  288. this.right_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  289. this.right_pictureBox.TabIndex = 12;
  290. this.right_pictureBox.TabStop = false;
  291. //
  292. // left_pictureBox
  293. //
  294. this.left_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.left_pictureBox.Location = new System.Drawing.Point(3, 119);
  296. this.left_pictureBox.Name = "left_pictureBox";
  297. this.left_pictureBox.Size = new System.Drawing.Size(126, 110);
  298. this.left_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  299. this.left_pictureBox.TabIndex = 12;
  300. this.left_pictureBox.TabStop = false;
  301. //
  302. // top_pictureBox
  303. //
  304. this.top_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  305. this.top_pictureBox.Location = new System.Drawing.Point(135, 3);
  306. this.top_pictureBox.Name = "top_pictureBox";
  307. this.top_pictureBox.Size = new System.Drawing.Size(127, 110);
  308. this.top_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  309. this.top_pictureBox.TabIndex = 12;
  310. this.top_pictureBox.TabStop = false;
  311. //
  312. // upperleft_pictureBox
  313. //
  314. this.upperleft_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  315. this.upperleft_pictureBox.Location = new System.Drawing.Point(3, 3);
  316. this.upperleft_pictureBox.Name = "upperleft_pictureBox";
  317. this.upperleft_pictureBox.Size = new System.Drawing.Size(126, 110);
  318. this.upperleft_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  319. this.upperleft_pictureBox.TabIndex = 12;
  320. this.upperleft_pictureBox.TabStop = false;
  321. //
  322. // upperright_pictureBox
  323. //
  324. this.upperright_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  325. this.upperright_pictureBox.Location = new System.Drawing.Point(268, 3);
  326. this.upperright_pictureBox.Name = "upperright_pictureBox";
  327. this.upperright_pictureBox.Size = new System.Drawing.Size(128, 110);
  328. this.upperright_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  329. this.upperright_pictureBox.TabIndex = 11;
  330. this.upperright_pictureBox.TabStop = false;
  331. //
  332. // tip_car_label
  333. //
  334. this.tip_car_label.AutoSize = true;
  335. this.tip_car_label.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.tip_car_label.Font = new System.Drawing.Font("微软雅黑", 28F, System.Drawing.FontStyle.Bold);
  337. this.tip_car_label.Location = new System.Drawing.Point(135, 116);
  338. this.tip_car_label.Name = "tip_car_label";
  339. this.tip_car_label.Size = new System.Drawing.Size(127, 116);
  340. this.tip_car_label.TabIndex = 15;
  341. this.tip_car_label.Text = "提示";
  342. this.tip_car_label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  343. //
  344. // down_pictureBox
  345. //
  346. this.down_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  347. this.down_pictureBox.Location = new System.Drawing.Point(135, 235);
  348. this.down_pictureBox.Name = "down_pictureBox";
  349. this.down_pictureBox.Size = new System.Drawing.Size(127, 112);
  350. this.down_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  351. this.down_pictureBox.TabIndex = 12;
  352. this.down_pictureBox.TabStop = false;
  353. //
  354. // lowerleft_pictureBox
  355. //
  356. this.lowerleft_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  357. this.lowerleft_pictureBox.Location = new System.Drawing.Point(3, 235);
  358. this.lowerleft_pictureBox.Name = "lowerleft_pictureBox";
  359. this.lowerleft_pictureBox.Size = new System.Drawing.Size(126, 112);
  360. this.lowerleft_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  361. this.lowerleft_pictureBox.TabIndex = 13;
  362. this.lowerleft_pictureBox.TabStop = false;
  363. //
  364. // lowerright_pictureBox
  365. //
  366. this.lowerright_pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.lowerright_pictureBox.Location = new System.Drawing.Point(268, 235);
  368. this.lowerright_pictureBox.Name = "lowerright_pictureBox";
  369. this.lowerright_pictureBox.Size = new System.Drawing.Size(128, 112);
  370. this.lowerright_pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  371. this.lowerright_pictureBox.TabIndex = 14;
  372. this.lowerright_pictureBox.TabStop = false;
  373. //
  374. // FormVtk
  375. //
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  377. this.ClientSize = new System.Drawing.Size(1179, 561);
  378. this.Controls.Add(this.tableLayoutPanel1);
  379. this.Margin = new System.Windows.Forms.Padding(2);
  380. this.Name = "FormVtk";
  381. this.Padding = new System.Windows.Forms.Padding(2, 35, 2, 2);
  382. this.ShowDragStretch = true;
  383. this.ShowRadius = false;
  384. this.Style = Sunny.UI.UIStyle.Custom;
  385. this.Text = "FormVtk";
  386. this.Load += new System.EventHandler(this.FormVtk_Load);
  387. this.SizeChanged += new System.EventHandler(this.FormVtk_SizeChanged);
  388. this.groupBox1.ResumeLayout(false);
  389. this.tableLayoutPanel5.ResumeLayout(false);
  390. this.tableLayoutPanel6.ResumeLayout(false);
  391. this.tableLayoutPanel1.ResumeLayout(false);
  392. this.tableLayoutPanel2.ResumeLayout(false);
  393. this.ui_results_panel1.ResumeLayout(false);
  394. this.tableLayoutPanel3.ResumeLayout(false);
  395. ((System.ComponentModel.ISupportInitialize)(this.results_pictureBox)).EndInit();
  396. this.tableLayoutPanel7.ResumeLayout(false);
  397. this.tableLayoutPanel7.PerformLayout();
  398. ((System.ComponentModel.ISupportInitialize)(this.right_pictureBox)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.left_pictureBox)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.top_pictureBox)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.upperleft_pictureBox)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.upperright_pictureBox)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.down_pictureBox)).EndInit();
  404. ((System.ComponentModel.ISupportInitialize)(this.lowerleft_pictureBox)).EndInit();
  405. ((System.ComponentModel.ISupportInitialize)(this.lowerright_pictureBox)).EndInit();
  406. this.ResumeLayout(false);
  407. }
  408. #endregion
  409. private Kitware.VTK.RenderWindowControl renderWindowControl1;
  410. private System.Windows.Forms.GroupBox groupBox1;
  411. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  412. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  413. private Sunny.UI.UIButton button_stop_sound;
  414. private Sunny.UI.UIButton button_play_sound;
  415. private Sunny.UI.UILabel Tip_Label;
  416. private System.Windows.Forms.PictureBox results_pictureBox;
  417. private Sunny.UI.UIPanel ui_results_panel1;
  418. private Sunny.UI.UILabel Statu_Label;
  419. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  420. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  421. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
  422. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
  423. private System.Windows.Forms.PictureBox right_pictureBox;
  424. private System.Windows.Forms.PictureBox left_pictureBox;
  425. private System.Windows.Forms.PictureBox top_pictureBox;
  426. private System.Windows.Forms.PictureBox upperleft_pictureBox;
  427. private System.Windows.Forms.PictureBox lowerright_pictureBox;
  428. private System.Windows.Forms.PictureBox lowerleft_pictureBox;
  429. private System.Windows.Forms.PictureBox down_pictureBox;
  430. private System.Windows.Forms.PictureBox upperright_pictureBox;
  431. private System.Windows.Forms.Label tip_car_label;
  432. }
  433. }