mainfrm.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
  1. namespace PacsView3D
  2. {
  3. partial class MainFrm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.box3 = new System.Windows.Forms.GroupBox();
  32. this.button20 = new System.Windows.Forms.Button();
  33. this.button21 = new System.Windows.Forms.Button();
  34. this.button22 = new System.Windows.Forms.Button();
  35. this.button14 = new System.Windows.Forms.Button();
  36. this.button15 = new System.Windows.Forms.Button();
  37. this.button16 = new System.Windows.Forms.Button();
  38. this.button17 = new System.Windows.Forms.Button();
  39. this.button18 = new System.Windows.Forms.Button();
  40. this.button19 = new System.Windows.Forms.Button();
  41. this.box2 = new System.Windows.Forms.GroupBox();
  42. this.button12 = new System.Windows.Forms.Button();
  43. this.button11 = new System.Windows.Forms.Button();
  44. this.button10 = new System.Windows.Forms.Button();
  45. this.button9 = new System.Windows.Forms.Button();
  46. this.button8 = new System.Windows.Forms.Button();
  47. this.box2d = new System.Windows.Forms.GroupBox();
  48. this.button7 = new System.Windows.Forms.Button();
  49. this.btnSelectAll = new System.Windows.Forms.Button();
  50. this.button5 = new System.Windows.Forms.Button();
  51. this.button4 = new System.Windows.Forms.Button();
  52. this.button3 = new System.Windows.Forms.Button();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.comboBoxImage = new System.Windows.Forms.ComboBox();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.comboBoxSeries = new System.Windows.Forms.ComboBox();
  57. this.button2 = new System.Windows.Forms.Button();
  58. this.box3d = new System.Windows.Forms.GroupBox();
  59. this.button27 = new System.Windows.Forms.Button();
  60. this.button28 = new System.Windows.Forms.Button();
  61. this.button29 = new System.Windows.Forms.Button();
  62. this.button6 = new System.Windows.Forms.Button();
  63. this.button13 = new System.Windows.Forms.Button();
  64. this.button23 = new System.Windows.Forms.Button();
  65. this.button24 = new System.Windows.Forms.Button();
  66. this.button25 = new System.Windows.Forms.Button();
  67. this.button26 = new System.Windows.Forms.Button();
  68. this.box1 = new System.Windows.Forms.GroupBox();
  69. this.btnList = new System.Windows.Forms.Button();
  70. this.button1 = new System.Windows.Forms.Button();
  71. this.btnve = new System.Windows.Forms.Button();
  72. this.btn3D = new System.Windows.Forms.Button();
  73. this.btmmpr = new System.Windows.Forms.Button();
  74. this.btn2D = new System.Windows.Forms.Button();
  75. this.btnrefresh = new System.Windows.Forms.Button();
  76. this.btnclear = new System.Windows.Forms.Button();
  77. this.btnload = new System.Windows.Forms.Button();
  78. this.axD3DA1 = new AxD3DALib.AxD3DA();
  79. this.panel1.SuspendLayout();
  80. this.panel2.SuspendLayout();
  81. this.box3.SuspendLayout();
  82. this.box2.SuspendLayout();
  83. this.box2d.SuspendLayout();
  84. this.box3d.SuspendLayout();
  85. this.box1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.axD3DA1)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // panel1
  90. //
  91. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.panel1.Controls.Add(this.axD3DA1);
  95. this.panel1.Location = new System.Drawing.Point(16, 15);
  96. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  97. this.panel1.Name = "panel1";
  98. this.panel1.Size = new System.Drawing.Size(1055, 1105);
  99. this.panel1.TabIndex = 0;
  100. //
  101. // panel2
  102. //
  103. this.panel2.Controls.Add(this.box3);
  104. this.panel2.Controls.Add(this.box2);
  105. this.panel2.Controls.Add(this.box2d);
  106. this.panel2.Controls.Add(this.box3d);
  107. this.panel2.Controls.Add(this.box1);
  108. this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
  109. this.panel2.Location = new System.Drawing.Point(1079, 0);
  110. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  111. this.panel2.Name = "panel2";
  112. this.panel2.Size = new System.Drawing.Size(269, 1055);
  113. this.panel2.TabIndex = 1;
  114. //
  115. // box3
  116. //
  117. this.box3.Controls.Add(this.button20);
  118. this.box3.Controls.Add(this.button21);
  119. this.box3.Controls.Add(this.button22);
  120. this.box3.Controls.Add(this.button14);
  121. this.box3.Controls.Add(this.button15);
  122. this.box3.Controls.Add(this.button16);
  123. this.box3.Controls.Add(this.button17);
  124. this.box3.Controls.Add(this.button18);
  125. this.box3.Controls.Add(this.button19);
  126. this.box3.Location = new System.Drawing.Point(4, 678);
  127. this.box3.Margin = new System.Windows.Forms.Padding(4);
  128. this.box3.Name = "box3";
  129. this.box3.Padding = new System.Windows.Forms.Padding(4);
  130. this.box3.Size = new System.Drawing.Size(267, 230);
  131. this.box3.TabIndex = 23;
  132. this.box3.TabStop = false;
  133. this.box3.Text = "测量工具";
  134. //
  135. // button20
  136. //
  137. this.button20.BackgroundImage = global::PacsView3D.Properties.Resources.标尺_刻度_测量_面积_线性;
  138. this.button20.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  139. this.button20.Location = new System.Drawing.Point(85, 160);
  140. this.button20.Margin = new System.Windows.Forms.Padding(4);
  141. this.button20.Name = "button20";
  142. this.button20.Size = new System.Drawing.Size(73, 62);
  143. this.button20.TabIndex = 25;
  144. this.button20.Tag = "8";
  145. this.button20.UseVisualStyleBackColor = true;
  146. this.button20.Click += new System.EventHandler(this.btnrule_Click);
  147. //
  148. // button21
  149. //
  150. this.button21.BackgroundImage = global::PacsView3D.Properties.Resources.文字;
  151. this.button21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  152. this.button21.Location = new System.Drawing.Point(4, 160);
  153. this.button21.Margin = new System.Windows.Forms.Padding(4);
  154. this.button21.Name = "button21";
  155. this.button21.Size = new System.Drawing.Size(73, 62);
  156. this.button21.TabIndex = 24;
  157. this.button21.Tag = "4";
  158. this.button21.UseVisualStyleBackColor = true;
  159. this.button21.Click += new System.EventHandler(this.btnrule_Click);
  160. //
  161. // button22
  162. //
  163. this.button22.BackgroundImage = global::PacsView3D.Properties.Resources.点;
  164. this.button22.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  165. this.button22.Location = new System.Drawing.Point(167, 160);
  166. this.button22.Margin = new System.Windows.Forms.Padding(4);
  167. this.button22.Name = "button22";
  168. this.button22.Size = new System.Drawing.Size(73, 62);
  169. this.button22.TabIndex = 23;
  170. this.button22.Tag = "9";
  171. this.button22.UseVisualStyleBackColor = true;
  172. this.button22.Visible = false;
  173. this.button22.Click += new System.EventHandler(this.btnrule_Click);
  174. //
  175. // button14
  176. //
  177. this.button14.BackgroundImage = global::PacsView3D.Properties.Resources.箭头_左;
  178. this.button14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  179. this.button14.Location = new System.Drawing.Point(168, 95);
  180. this.button14.Margin = new System.Windows.Forms.Padding(4);
  181. this.button14.Name = "button14";
  182. this.button14.Size = new System.Drawing.Size(73, 62);
  183. this.button14.TabIndex = 22;
  184. this.button14.Tag = "5";
  185. this.button14.UseVisualStyleBackColor = true;
  186. this.button14.Click += new System.EventHandler(this.btnrule_Click);
  187. //
  188. // button15
  189. //
  190. this.button15.BackgroundImage = global::PacsView3D.Properties.Resources.角度;
  191. this.button15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  192. this.button15.Location = new System.Drawing.Point(87, 95);
  193. this.button15.Margin = new System.Windows.Forms.Padding(4);
  194. this.button15.Name = "button15";
  195. this.button15.Size = new System.Drawing.Size(73, 62);
  196. this.button15.TabIndex = 21;
  197. this.button15.Tag = "7";
  198. this.button15.UseVisualStyleBackColor = true;
  199. this.button15.Click += new System.EventHandler(this.btnrule_Click);
  200. //
  201. // button16
  202. //
  203. this.button16.BackgroundImage = global::PacsView3D.Properties.Resources.长度测量;
  204. this.button16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  205. this.button16.Location = new System.Drawing.Point(5, 95);
  206. this.button16.Margin = new System.Windows.Forms.Padding(4);
  207. this.button16.Name = "button16";
  208. this.button16.Size = new System.Drawing.Size(73, 62);
  209. this.button16.TabIndex = 20;
  210. this.button16.Tag = "6";
  211. this.button16.UseVisualStyleBackColor = true;
  212. this.button16.Click += new System.EventHandler(this.btnrule_Click);
  213. //
  214. // button17
  215. //
  216. this.button17.BackgroundImage = global::PacsView3D.Properties.Resources.椭圆;
  217. this.button17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  218. this.button17.Location = new System.Drawing.Point(167, 25);
  219. this.button17.Margin = new System.Windows.Forms.Padding(4);
  220. this.button17.Name = "button17";
  221. this.button17.Size = new System.Drawing.Size(73, 62);
  222. this.button17.TabIndex = 19;
  223. this.button17.Tag = "3";
  224. this.button17.UseVisualStyleBackColor = true;
  225. this.button17.Click += new System.EventHandler(this.btnrule_Click);
  226. //
  227. // button18
  228. //
  229. this.button18.BackgroundImage = global::PacsView3D.Properties.Resources.矩形;
  230. this.button18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  231. this.button18.Location = new System.Drawing.Point(87, 25);
  232. this.button18.Margin = new System.Windows.Forms.Padding(4);
  233. this.button18.Name = "button18";
  234. this.button18.Size = new System.Drawing.Size(73, 62);
  235. this.button18.TabIndex = 18;
  236. this.button18.Tag = "2";
  237. this.button18.UseVisualStyleBackColor = true;
  238. this.button18.Click += new System.EventHandler(this.btnrule_Click);
  239. //
  240. // button19
  241. //
  242. this.button19.BackgroundImage = global::PacsView3D.Properties.Resources.多边形;
  243. this.button19.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  244. this.button19.Location = new System.Drawing.Point(5, 25);
  245. this.button19.Margin = new System.Windows.Forms.Padding(4);
  246. this.button19.Name = "button19";
  247. this.button19.Size = new System.Drawing.Size(73, 62);
  248. this.button19.TabIndex = 17;
  249. this.button19.Tag = "1";
  250. this.button19.UseVisualStyleBackColor = true;
  251. this.button19.Click += new System.EventHandler(this.btnrule_Click);
  252. //
  253. // box2
  254. //
  255. this.box2.Controls.Add(this.button12);
  256. this.box2.Controls.Add(this.button11);
  257. this.box2.Controls.Add(this.button10);
  258. this.box2.Controls.Add(this.button9);
  259. this.box2.Controls.Add(this.button8);
  260. this.box2.Location = new System.Drawing.Point(4, 505);
  261. this.box2.Margin = new System.Windows.Forms.Padding(4);
  262. this.box2.Name = "box2";
  263. this.box2.Padding = new System.Windows.Forms.Padding(4);
  264. this.box2.Size = new System.Drawing.Size(267, 165);
  265. this.box2.TabIndex = 2;
  266. this.box2.TabStop = false;
  267. this.box2.Text = "图像工具";
  268. //
  269. // button12
  270. //
  271. this.button12.BackgroundImage = global::PacsView3D.Properties.Resources.增强;
  272. this.button12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  273. this.button12.Location = new System.Drawing.Point(87, 95);
  274. this.button12.Margin = new System.Windows.Forms.Padding(4);
  275. this.button12.Name = "button12";
  276. this.button12.Size = new System.Drawing.Size(73, 62);
  277. this.button12.TabIndex = 21;
  278. this.button12.Tag = "5";
  279. this.button12.UseVisualStyleBackColor = true;
  280. this.button12.Visible = false;
  281. this.button12.Click += new System.EventHandler(this.Tools_Click);
  282. //
  283. // button11
  284. //
  285. this.button11.BackgroundImage = global::PacsView3D.Properties.Resources.缩放;
  286. this.button11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  287. this.button11.Location = new System.Drawing.Point(5, 95);
  288. this.button11.Margin = new System.Windows.Forms.Padding(4);
  289. this.button11.Name = "button11";
  290. this.button11.Size = new System.Drawing.Size(73, 62);
  291. this.button11.TabIndex = 20;
  292. this.button11.Tag = "4";
  293. this.button11.UseVisualStyleBackColor = true;
  294. this.button11.Click += new System.EventHandler(this.Tools_Click);
  295. //
  296. // button10
  297. //
  298. this.button10.BackgroundImage = global::PacsView3D.Properties.Resources.平移;
  299. this.button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  300. this.button10.Location = new System.Drawing.Point(167, 25);
  301. this.button10.Margin = new System.Windows.Forms.Padding(4);
  302. this.button10.Name = "button10";
  303. this.button10.Size = new System.Drawing.Size(73, 62);
  304. this.button10.TabIndex = 19;
  305. this.button10.Tag = "3";
  306. this.button10.UseVisualStyleBackColor = true;
  307. this.button10.Click += new System.EventHandler(this.Tools_Click);
  308. //
  309. // button9
  310. //
  311. this.button9.BackgroundImage = global::PacsView3D.Properties.Resources.堆栈;
  312. this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  313. this.button9.Location = new System.Drawing.Point(87, 25);
  314. this.button9.Margin = new System.Windows.Forms.Padding(4);
  315. this.button9.Name = "button9";
  316. this.button9.Size = new System.Drawing.Size(73, 62);
  317. this.button9.TabIndex = 18;
  318. this.button9.Tag = "1";
  319. this.button9.UseVisualStyleBackColor = true;
  320. this.button9.Click += new System.EventHandler(this.Tools_Click);
  321. //
  322. // button8
  323. //
  324. this.button8.BackgroundImage = global::PacsView3D.Properties.Resources._01窗宽;
  325. this.button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  326. this.button8.Location = new System.Drawing.Point(5, 25);
  327. this.button8.Margin = new System.Windows.Forms.Padding(4);
  328. this.button8.Name = "button8";
  329. this.button8.Size = new System.Drawing.Size(73, 62);
  330. this.button8.TabIndex = 17;
  331. this.button8.Tag = "2";
  332. this.button8.UseVisualStyleBackColor = true;
  333. this.button8.Click += new System.EventHandler(this.Tools_Click);
  334. //
  335. // box2d
  336. //
  337. this.box2d.Controls.Add(this.button7);
  338. this.box2d.Controls.Add(this.btnSelectAll);
  339. this.box2d.Controls.Add(this.button5);
  340. this.box2d.Controls.Add(this.button4);
  341. this.box2d.Controls.Add(this.button3);
  342. this.box2d.Controls.Add(this.label2);
  343. this.box2d.Controls.Add(this.comboBoxImage);
  344. this.box2d.Controls.Add(this.label1);
  345. this.box2d.Controls.Add(this.comboBoxSeries);
  346. this.box2d.Controls.Add(this.button2);
  347. this.box2d.Location = new System.Drawing.Point(0, 938);
  348. this.box2d.Margin = new System.Windows.Forms.Padding(4);
  349. this.box2d.Name = "box2d";
  350. this.box2d.Padding = new System.Windows.Forms.Padding(4);
  351. this.box2d.Size = new System.Drawing.Size(267, 240);
  352. this.box2d.TabIndex = 1;
  353. this.box2d.TabStop = false;
  354. this.box2d.Text = "2D";
  355. //
  356. // button7
  357. //
  358. this.button7.BackgroundImage = global::PacsView3D.Properties.Resources.排序;
  359. this.button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  360. this.button7.Location = new System.Drawing.Point(87, 91);
  361. this.button7.Margin = new System.Windows.Forms.Padding(4);
  362. this.button7.Name = "button7";
  363. this.button7.Size = new System.Drawing.Size(73, 62);
  364. this.button7.TabIndex = 17;
  365. this.button7.Tag = "17";
  366. this.button7.UseVisualStyleBackColor = true;
  367. this.button7.Click += new System.EventHandler(this.btnPX_Click);
  368. //
  369. // btnSelectAll
  370. //
  371. this.btnSelectAll.BackgroundImage = global::PacsView3D.Properties.Resources.家电下单种类选择;
  372. this.btnSelectAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  373. this.btnSelectAll.Location = new System.Drawing.Point(5, 91);
  374. this.btnSelectAll.Margin = new System.Windows.Forms.Padding(4);
  375. this.btnSelectAll.Name = "btnSelectAll";
  376. this.btnSelectAll.Size = new System.Drawing.Size(73, 62);
  377. this.btnSelectAll.TabIndex = 16;
  378. this.btnSelectAll.Tag = "16";
  379. this.btnSelectAll.UseVisualStyleBackColor = true;
  380. this.btnSelectAll.Click += new System.EventHandler(this.button6_Click);
  381. //
  382. // button5
  383. //
  384. this.button5.BackgroundImage = global::PacsView3D.Properties.Resources.旋转2;
  385. this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  386. this.button5.Location = new System.Drawing.Point(167, 161);
  387. this.button5.Margin = new System.Windows.Forms.Padding(4);
  388. this.button5.Name = "button5";
  389. this.button5.Size = new System.Drawing.Size(73, 62);
  390. this.button5.TabIndex = 15;
  391. this.button5.Tag = "13";
  392. this.button5.UseVisualStyleBackColor = true;
  393. this.button5.Click += new System.EventHandler(this.button6_Click);
  394. //
  395. // button4
  396. //
  397. this.button4.BackgroundImage = global::PacsView3D.Properties.Resources.旋转1;
  398. this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  399. this.button4.Location = new System.Drawing.Point(87, 161);
  400. this.button4.Margin = new System.Windows.Forms.Padding(4);
  401. this.button4.Name = "button4";
  402. this.button4.Size = new System.Drawing.Size(73, 62);
  403. this.button4.TabIndex = 14;
  404. this.button4.Tag = "12";
  405. this.button4.UseVisualStyleBackColor = true;
  406. this.button4.Click += new System.EventHandler(this.button6_Click);
  407. //
  408. // button3
  409. //
  410. this.button3.BackgroundImage = global::PacsView3D.Properties.Resources.镜像2;
  411. this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  412. this.button3.Location = new System.Drawing.Point(5, 161);
  413. this.button3.Margin = new System.Windows.Forms.Padding(4);
  414. this.button3.Name = "button3";
  415. this.button3.Size = new System.Drawing.Size(73, 62);
  416. this.button3.TabIndex = 13;
  417. this.button3.Tag = "10";
  418. this.button3.UseVisualStyleBackColor = true;
  419. this.button3.Click += new System.EventHandler(this.button6_Click);
  420. //
  421. // label2
  422. //
  423. this.label2.AutoSize = true;
  424. this.label2.Location = new System.Drawing.Point(9, 59);
  425. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  426. this.label2.Name = "label2";
  427. this.label2.Size = new System.Drawing.Size(67, 15);
  428. this.label2.TabIndex = 12;
  429. this.label2.Text = "图像窗格";
  430. //
  431. // comboBoxImage
  432. //
  433. this.comboBoxImage.FormattingEnabled = true;
  434. this.comboBoxImage.Items.AddRange(new object[] {
  435. "1X1",
  436. "2X2",
  437. "3X3",
  438. "4X4"});
  439. this.comboBoxImage.Location = new System.Drawing.Point(97, 55);
  440. this.comboBoxImage.Margin = new System.Windows.Forms.Padding(4);
  441. this.comboBoxImage.Name = "comboBoxImage";
  442. this.comboBoxImage.Size = new System.Drawing.Size(152, 23);
  443. this.comboBoxImage.TabIndex = 11;
  444. this.comboBoxImage.SelectedIndexChanged += new System.EventHandler(this.comboBoxImage_SelectedIndexChanged);
  445. //
  446. // label1
  447. //
  448. this.label1.AutoSize = true;
  449. this.label1.Location = new System.Drawing.Point(9, 26);
  450. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  451. this.label1.Name = "label1";
  452. this.label1.Size = new System.Drawing.Size(67, 15);
  453. this.label1.TabIndex = 10;
  454. this.label1.Text = "序列窗格";
  455. //
  456. // comboBoxSeries
  457. //
  458. this.comboBoxSeries.FormattingEnabled = true;
  459. this.comboBoxSeries.Items.AddRange(new object[] {
  460. "1X1",
  461. "1X2",
  462. "2X1",
  463. "1X3",
  464. "2X2"});
  465. this.comboBoxSeries.Location = new System.Drawing.Point(97, 22);
  466. this.comboBoxSeries.Margin = new System.Windows.Forms.Padding(4);
  467. this.comboBoxSeries.Name = "comboBoxSeries";
  468. this.comboBoxSeries.Size = new System.Drawing.Size(152, 23);
  469. this.comboBoxSeries.TabIndex = 9;
  470. this.comboBoxSeries.SelectedIndexChanged += new System.EventHandler(this.comboBoxSeries_SelectedIndexChanged);
  471. //
  472. // button2
  473. //
  474. this.button2.BackgroundImage = global::PacsView3D.Properties.Resources.镜像1__1_;
  475. this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  476. this.button2.Location = new System.Drawing.Point(167, 91);
  477. this.button2.Margin = new System.Windows.Forms.Padding(4);
  478. this.button2.Name = "button2";
  479. this.button2.Size = new System.Drawing.Size(73, 62);
  480. this.button2.TabIndex = 8;
  481. this.button2.Tag = "11";
  482. this.button2.UseVisualStyleBackColor = true;
  483. this.button2.Click += new System.EventHandler(this.button6_Click);
  484. //
  485. // box3d
  486. //
  487. this.box3d.Controls.Add(this.button27);
  488. this.box3d.Controls.Add(this.button28);
  489. this.box3d.Controls.Add(this.button29);
  490. this.box3d.Controls.Add(this.button6);
  491. this.box3d.Controls.Add(this.button13);
  492. this.box3d.Controls.Add(this.button23);
  493. this.box3d.Controls.Add(this.button24);
  494. this.box3d.Controls.Add(this.button25);
  495. this.box3d.Controls.Add(this.button26);
  496. this.box3d.Location = new System.Drawing.Point(0, 258);
  497. this.box3d.Margin = new System.Windows.Forms.Padding(4);
  498. this.box3d.Name = "box3d";
  499. this.box3d.Padding = new System.Windows.Forms.Padding(4);
  500. this.box3d.Size = new System.Drawing.Size(267, 240);
  501. this.box3d.TabIndex = 25;
  502. this.box3d.TabStop = false;
  503. this.box3d.Text = "3D";
  504. this.box3d.Visible = false;
  505. //
  506. // button27
  507. //
  508. this.button27.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  509. this.button27.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.button27.ForeColor = System.Drawing.Color.SteelBlue;
  511. this.button27.Location = new System.Drawing.Point(173, 162);
  512. this.button27.Margin = new System.Windows.Forms.Padding(4);
  513. this.button27.Name = "button27";
  514. this.button27.Size = new System.Drawing.Size(73, 62);
  515. this.button27.TabIndex = 20;
  516. this.button27.Tag = "3";
  517. this.button27.Text = "SSD";
  518. this.button27.UseVisualStyleBackColor = true;
  519. this.button27.Click += new System.EventHandler(this.btn3DTools_Click);
  520. //
  521. // button28
  522. //
  523. this.button28.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  524. this.button28.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  525. this.button28.ForeColor = System.Drawing.Color.SteelBlue;
  526. this.button28.Location = new System.Drawing.Point(93, 162);
  527. this.button28.Margin = new System.Windows.Forms.Padding(4);
  528. this.button28.Name = "button28";
  529. this.button28.Size = new System.Drawing.Size(73, 62);
  530. this.button28.TabIndex = 19;
  531. this.button28.Tag = "2";
  532. this.button28.Text = "MIP";
  533. this.button28.UseVisualStyleBackColor = true;
  534. this.button28.Click += new System.EventHandler(this.btn3DTools_Click);
  535. //
  536. // button29
  537. //
  538. this.button29.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  539. this.button29.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.button29.ForeColor = System.Drawing.Color.SteelBlue;
  541. this.button29.Location = new System.Drawing.Point(12, 162);
  542. this.button29.Margin = new System.Windows.Forms.Padding(4);
  543. this.button29.Name = "button29";
  544. this.button29.Size = new System.Drawing.Size(73, 62);
  545. this.button29.TabIndex = 18;
  546. this.button29.Tag = "1";
  547. this.button29.Text = "VR";
  548. this.button29.UseVisualStyleBackColor = true;
  549. this.button29.Click += new System.EventHandler(this.btn3DTools_Click);
  550. //
  551. // button6
  552. //
  553. this.button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  554. this.button6.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.button6.ForeColor = System.Drawing.Color.SteelBlue;
  556. this.button6.Location = new System.Drawing.Point(93, 22);
  557. this.button6.Margin = new System.Windows.Forms.Padding(4);
  558. this.button6.Name = "button6";
  559. this.button6.Size = new System.Drawing.Size(73, 62);
  560. this.button6.TabIndex = 17;
  561. this.button6.Tag = "11";
  562. this.button6.Text = "模板";
  563. this.button6.UseVisualStyleBackColor = true;
  564. this.button6.Click += new System.EventHandler(this.btn3DTools_Click);
  565. //
  566. // button13
  567. //
  568. this.button13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  569. this.button13.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.button13.ForeColor = System.Drawing.Color.SteelBlue;
  571. this.button13.Location = new System.Drawing.Point(12, 21);
  572. this.button13.Margin = new System.Windows.Forms.Padding(4);
  573. this.button13.Name = "button13";
  574. this.button13.Size = new System.Drawing.Size(73, 62);
  575. this.button13.TabIndex = 16;
  576. this.button13.Tag = "6";
  577. this.button13.Text = "复位";
  578. this.button13.UseVisualStyleBackColor = true;
  579. this.button13.Click += new System.EventHandler(this.btn3DTools_Click);
  580. //
  581. // button23
  582. //
  583. this.button23.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  584. this.button23.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.button23.ForeColor = System.Drawing.Color.SteelBlue;
  586. this.button23.Location = new System.Drawing.Point(173, 92);
  587. this.button23.Margin = new System.Windows.Forms.Padding(4);
  588. this.button23.Name = "button23";
  589. this.button23.Size = new System.Drawing.Size(73, 62);
  590. this.button23.TabIndex = 15;
  591. this.button23.Tag = "10";
  592. this.button23.Text = "矢状";
  593. this.button23.UseVisualStyleBackColor = true;
  594. this.button23.Click += new System.EventHandler(this.btn3DTools_Click);
  595. //
  596. // button24
  597. //
  598. this.button24.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  599. this.button24.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.button24.ForeColor = System.Drawing.Color.SteelBlue;
  601. this.button24.Location = new System.Drawing.Point(93, 92);
  602. this.button24.Margin = new System.Windows.Forms.Padding(4);
  603. this.button24.Name = "button24";
  604. this.button24.Size = new System.Drawing.Size(73, 62);
  605. this.button24.TabIndex = 14;
  606. this.button24.Tag = "9";
  607. this.button24.Text = "冠状";
  608. this.button24.UseVisualStyleBackColor = true;
  609. this.button24.Click += new System.EventHandler(this.btn3DTools_Click);
  610. //
  611. // button25
  612. //
  613. this.button25.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  614. this.button25.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.button25.ForeColor = System.Drawing.Color.SteelBlue;
  616. this.button25.Location = new System.Drawing.Point(12, 92);
  617. this.button25.Margin = new System.Windows.Forms.Padding(4);
  618. this.button25.Name = "button25";
  619. this.button25.Size = new System.Drawing.Size(73, 62);
  620. this.button25.TabIndex = 13;
  621. this.button25.Tag = "8";
  622. this.button25.Text = "横断";
  623. this.button25.UseVisualStyleBackColor = true;
  624. this.button25.Click += new System.EventHandler(this.btn3DTools_Click);
  625. //
  626. // button26
  627. //
  628. this.button26.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  629. this.button26.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  630. this.button26.ForeColor = System.Drawing.Color.SteelBlue;
  631. this.button26.Location = new System.Drawing.Point(173, 22);
  632. this.button26.Margin = new System.Windows.Forms.Padding(4);
  633. this.button26.Name = "button26";
  634. this.button26.Size = new System.Drawing.Size(73, 62);
  635. this.button26.TabIndex = 8;
  636. this.button26.Tag = "7";
  637. this.button26.Text = "切割";
  638. this.button26.UseVisualStyleBackColor = true;
  639. this.button26.Click += new System.EventHandler(this.btn3DTools_Click);
  640. //
  641. // box1
  642. //
  643. this.box1.Controls.Add(this.btnList);
  644. this.box1.Controls.Add(this.button1);
  645. this.box1.Controls.Add(this.btnve);
  646. this.box1.Controls.Add(this.btn3D);
  647. this.box1.Controls.Add(this.btmmpr);
  648. this.box1.Controls.Add(this.btn2D);
  649. this.box1.Controls.Add(this.btnrefresh);
  650. this.box1.Controls.Add(this.btnclear);
  651. this.box1.Controls.Add(this.btnload);
  652. this.box1.Dock = System.Windows.Forms.DockStyle.Top;
  653. this.box1.Location = new System.Drawing.Point(0, 0);
  654. this.box1.Margin = new System.Windows.Forms.Padding(4);
  655. this.box1.Name = "box1";
  656. this.box1.Padding = new System.Windows.Forms.Padding(4);
  657. this.box1.Size = new System.Drawing.Size(269, 250);
  658. this.box1.TabIndex = 0;
  659. this.box1.TabStop = false;
  660. this.box1.Text = "操作";
  661. //
  662. // btnList
  663. //
  664. this.btnList.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.btnList.ForeColor = System.Drawing.Color.SteelBlue;
  666. this.btnList.Location = new System.Drawing.Point(167, 26);
  667. this.btnList.Margin = new System.Windows.Forms.Padding(4);
  668. this.btnList.Name = "btnList";
  669. this.btnList.Size = new System.Drawing.Size(73, 62);
  670. this.btnList.TabIndex = 8;
  671. this.btnList.Text = "列表";
  672. this.btnList.UseVisualStyleBackColor = true;
  673. this.btnList.Click += new System.EventHandler(this.btnList_Click);
  674. //
  675. // button1
  676. //
  677. this.button1.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.button1.ForeColor = System.Drawing.Color.SteelBlue;
  679. this.button1.Location = new System.Drawing.Point(167, 165);
  680. this.button1.Margin = new System.Windows.Forms.Padding(4);
  681. this.button1.Name = "button1";
  682. this.button1.Size = new System.Drawing.Size(73, 62);
  683. this.button1.TabIndex = 7;
  684. this.button1.Tag = "0";
  685. this.button1.Text = "缩略图";
  686. this.button1.UseVisualStyleBackColor = true;
  687. this.button1.Click += new System.EventHandler(this.button1_Click);
  688. //
  689. // btnve
  690. //
  691. this.btnve.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.btnve.ForeColor = System.Drawing.Color.SteelBlue;
  693. this.btnve.Location = new System.Drawing.Point(86, 165);
  694. this.btnve.Margin = new System.Windows.Forms.Padding(4);
  695. this.btnve.Name = "btnve";
  696. this.btnve.Size = new System.Drawing.Size(73, 62);
  697. this.btnve.TabIndex = 6;
  698. this.btnve.Text = "VE";
  699. this.btnve.UseVisualStyleBackColor = true;
  700. this.btnve.Click += new System.EventHandler(this.btnve_Click);
  701. //
  702. // btn3D
  703. //
  704. this.btn3D.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  705. this.btn3D.ForeColor = System.Drawing.Color.SteelBlue;
  706. this.btn3D.Location = new System.Drawing.Point(8, 165);
  707. this.btn3D.Margin = new System.Windows.Forms.Padding(4);
  708. this.btn3D.Name = "btn3D";
  709. this.btn3D.Size = new System.Drawing.Size(73, 62);
  710. this.btn3D.TabIndex = 5;
  711. this.btn3D.Text = "3D";
  712. this.btn3D.UseVisualStyleBackColor = true;
  713. this.btn3D.Click += new System.EventHandler(this.btn3D_Click);
  714. //
  715. // btmmpr
  716. //
  717. this.btmmpr.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  718. this.btmmpr.ForeColor = System.Drawing.Color.SteelBlue;
  719. this.btmmpr.Location = new System.Drawing.Point(167, 95);
  720. this.btmmpr.Margin = new System.Windows.Forms.Padding(4);
  721. this.btmmpr.Name = "btmmpr";
  722. this.btmmpr.Size = new System.Drawing.Size(73, 62);
  723. this.btmmpr.TabIndex = 4;
  724. this.btmmpr.Text = "MPR";
  725. this.btmmpr.UseVisualStyleBackColor = true;
  726. this.btmmpr.Click += new System.EventHandler(this.btmmpr_Click);
  727. //
  728. // btn2D
  729. //
  730. this.btn2D.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. this.btn2D.ForeColor = System.Drawing.Color.SteelBlue;
  732. this.btn2D.Location = new System.Drawing.Point(86, 95);
  733. this.btn2D.Margin = new System.Windows.Forms.Padding(4);
  734. this.btn2D.Name = "btn2D";
  735. this.btn2D.Size = new System.Drawing.Size(73, 62);
  736. this.btn2D.TabIndex = 3;
  737. this.btn2D.Text = "2D";
  738. this.btn2D.UseVisualStyleBackColor = true;
  739. this.btn2D.Click += new System.EventHandler(this.btn2D_Click);
  740. //
  741. // btnrefresh
  742. //
  743. this.btnrefresh.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.btnrefresh.ForeColor = System.Drawing.Color.SteelBlue;
  745. this.btnrefresh.Location = new System.Drawing.Point(8, 95);
  746. this.btnrefresh.Margin = new System.Windows.Forms.Padding(4);
  747. this.btnrefresh.Name = "btnrefresh";
  748. this.btnrefresh.Size = new System.Drawing.Size(73, 62);
  749. this.btnrefresh.TabIndex = 2;
  750. this.btnrefresh.Text = "重置";
  751. this.btnrefresh.UseVisualStyleBackColor = true;
  752. //
  753. // btnclear
  754. //
  755. this.btnclear.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  756. this.btnclear.ForeColor = System.Drawing.Color.SteelBlue;
  757. this.btnclear.Location = new System.Drawing.Point(89, 25);
  758. this.btnclear.Margin = new System.Windows.Forms.Padding(4);
  759. this.btnclear.Name = "btnclear";
  760. this.btnclear.Size = new System.Drawing.Size(73, 62);
  761. this.btnclear.TabIndex = 1;
  762. this.btnclear.Text = "清空";
  763. this.btnclear.UseVisualStyleBackColor = true;
  764. this.btnclear.Click += new System.EventHandler(this.btnclear_Click);
  765. //
  766. // btnload
  767. //
  768. this.btnload.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  769. this.btnload.ForeColor = System.Drawing.Color.SteelBlue;
  770. this.btnload.Location = new System.Drawing.Point(8, 25);
  771. this.btnload.Margin = new System.Windows.Forms.Padding(4);
  772. this.btnload.Name = "btnload";
  773. this.btnload.Size = new System.Drawing.Size(73, 62);
  774. this.btnload.TabIndex = 0;
  775. this.btnload.Text = "加载";
  776. this.btnload.UseVisualStyleBackColor = true;
  777. this.btnload.Click += new System.EventHandler(this.btnload_Click);
  778. //
  779. // axD3DA1
  780. //
  781. this.axD3DA1.Dock = System.Windows.Forms.DockStyle.Fill;
  782. this.axD3DA1.Enabled = true;
  783. this.axD3DA1.Location = new System.Drawing.Point(0, 0);
  784. this.axD3DA1.Name = "axD3DA1";
  785. this.axD3DA1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axD3DA1.OcxState")));
  786. this.axD3DA1.Size = new System.Drawing.Size(1055, 1105);
  787. this.axD3DA1.TabIndex = 0;
  788. //
  789. // MainFrm
  790. //
  791. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  792. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  793. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  794. this.ClientSize = new System.Drawing.Size(1348, 1055);
  795. this.Controls.Add(this.panel2);
  796. this.Controls.Add(this.panel1);
  797. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  798. this.Margin = new System.Windows.Forms.Padding(4);
  799. this.Name = "MainFrm";
  800. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  801. this.Text = "PacsView3D";
  802. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  803. this.panel1.ResumeLayout(false);
  804. this.panel2.ResumeLayout(false);
  805. this.box3.ResumeLayout(false);
  806. this.box2.ResumeLayout(false);
  807. this.box2d.ResumeLayout(false);
  808. this.box2d.PerformLayout();
  809. this.box3d.ResumeLayout(false);
  810. this.box1.ResumeLayout(false);
  811. ((System.ComponentModel.ISupportInitialize)(this.axD3DA1)).EndInit();
  812. this.ResumeLayout(false);
  813. }
  814. #endregion
  815. private System.Windows.Forms.Panel panel1;
  816. private System.Windows.Forms.Panel panel2;
  817. private System.Windows.Forms.GroupBox box1;
  818. private System.Windows.Forms.Button btnload;
  819. private System.Windows.Forms.Button btnve;
  820. private System.Windows.Forms.Button btn3D;
  821. private System.Windows.Forms.Button btmmpr;
  822. private System.Windows.Forms.Button btn2D;
  823. private System.Windows.Forms.Button btnrefresh;
  824. private System.Windows.Forms.Button btnclear;
  825. private System.Windows.Forms.Button button1;
  826. private System.Windows.Forms.GroupBox box2;
  827. private System.Windows.Forms.Button button8;
  828. private System.Windows.Forms.Button button9;
  829. private System.Windows.Forms.Button button10;
  830. private System.Windows.Forms.GroupBox box3;
  831. private System.Windows.Forms.Button button20;
  832. private System.Windows.Forms.Button button21;
  833. private System.Windows.Forms.Button button22;
  834. private System.Windows.Forms.Button button14;
  835. private System.Windows.Forms.Button button15;
  836. private System.Windows.Forms.Button button16;
  837. private System.Windows.Forms.Button button17;
  838. private System.Windows.Forms.Button button18;
  839. private System.Windows.Forms.Button button19;
  840. private System.Windows.Forms.Button button12;
  841. private System.Windows.Forms.Button button11;
  842. private System.Windows.Forms.GroupBox box3d;
  843. private System.Windows.Forms.Button button27;
  844. private System.Windows.Forms.Button button28;
  845. private System.Windows.Forms.Button button29;
  846. private System.Windows.Forms.Button button6;
  847. private System.Windows.Forms.Button button13;
  848. private System.Windows.Forms.Button button23;
  849. private System.Windows.Forms.Button button24;
  850. private System.Windows.Forms.Button button25;
  851. private System.Windows.Forms.Button button26;
  852. private System.Windows.Forms.GroupBox box2d;
  853. private System.Windows.Forms.Button button7;
  854. private System.Windows.Forms.Button btnSelectAll;
  855. private System.Windows.Forms.Button button5;
  856. private System.Windows.Forms.Button button4;
  857. private System.Windows.Forms.Button button3;
  858. private System.Windows.Forms.Label label2;
  859. private System.Windows.Forms.ComboBox comboBoxImage;
  860. private System.Windows.Forms.Label label1;
  861. private System.Windows.Forms.ComboBox comboBoxSeries;
  862. private System.Windows.Forms.Button button2;
  863. private System.Windows.Forms.Button btnList;
  864. private AxD3DALib.AxD3DA axD3DA1;
  865. }
  866. }