ImageIndexForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace Metis.Instrument
  2. {
  3. partial class ImageIndexForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btn_Hide = new System.Windows.Forms.Button();
  29. this.button11 = new System.Windows.Forms.Button();
  30. this.groupBox2 = new System.Windows.Forms.GroupBox();
  31. this.button5 = new System.Windows.Forms.Button();
  32. this.button6 = new System.Windows.Forms.Button();
  33. this.button9 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button3 = new System.Windows.Forms.Button();
  36. this.button2 = new System.Windows.Forms.Button();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.comboBox4 = new System.Windows.Forms.ComboBox();
  41. this.comboBox3 = new System.Windows.Forms.ComboBox();
  42. this.comboBox2 = new System.Windows.Forms.ComboBox();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.comboBox1 = new System.Windows.Forms.ComboBox();
  45. this.button8 = new System.Windows.Forms.Button();
  46. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  47. this.button7 = new System.Windows.Forms.Button();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.listView1 = new System.Windows.Forms.ListView();
  50. this.groupBox2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  52. this.groupBox1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // btn_Hide
  56. //
  57. this.btn_Hide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  58. this.btn_Hide.Location = new System.Drawing.Point(189, 417);
  59. this.btn_Hide.Name = "btn_Hide";
  60. this.btn_Hide.Size = new System.Drawing.Size(25, 25);
  61. this.btn_Hide.TabIndex = 25;
  62. this.btn_Hide.Text = "<<";
  63. this.btn_Hide.UseVisualStyleBackColor = true;
  64. //
  65. // button11
  66. //
  67. this.button11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  68. this.button11.Location = new System.Drawing.Point(158, 417);
  69. this.button11.Name = "button11";
  70. this.button11.Size = new System.Drawing.Size(25, 25);
  71. this.button11.TabIndex = 26;
  72. this.button11.UseVisualStyleBackColor = true;
  73. //
  74. // groupBox2
  75. //
  76. this.groupBox2.Controls.Add(this.button5);
  77. this.groupBox2.Controls.Add(this.button6);
  78. this.groupBox2.Controls.Add(this.button9);
  79. this.groupBox2.Controls.Add(this.button4);
  80. this.groupBox2.Controls.Add(this.button3);
  81. this.groupBox2.Controls.Add(this.button2);
  82. this.groupBox2.Controls.Add(this.label3);
  83. this.groupBox2.Controls.Add(this.label2);
  84. this.groupBox2.Controls.Add(this.label1);
  85. this.groupBox2.Controls.Add(this.comboBox4);
  86. this.groupBox2.Controls.Add(this.comboBox3);
  87. this.groupBox2.Controls.Add(this.comboBox2);
  88. this.groupBox2.Controls.Add(this.button1);
  89. this.groupBox2.Controls.Add(this.comboBox1);
  90. this.groupBox2.Location = new System.Drawing.Point(13, 9);
  91. this.groupBox2.Name = "groupBox2";
  92. this.groupBox2.Size = new System.Drawing.Size(200, 117);
  93. this.groupBox2.TabIndex = 24;
  94. this.groupBox2.TabStop = false;
  95. this.groupBox2.Text = "命名规则";
  96. //
  97. // button5
  98. //
  99. this.button5.Location = new System.Drawing.Point(169, 92);
  100. this.button5.Name = "button5";
  101. this.button5.Size = new System.Drawing.Size(25, 25);
  102. this.button5.TabIndex = 28;
  103. this.button5.UseVisualStyleBackColor = true;
  104. //
  105. // button6
  106. //
  107. this.button6.Location = new System.Drawing.Point(169, 67);
  108. this.button6.Name = "button6";
  109. this.button6.Size = new System.Drawing.Size(25, 25);
  110. this.button6.TabIndex = 27;
  111. this.button6.UseVisualStyleBackColor = true;
  112. //
  113. // button9
  114. //
  115. this.button9.Location = new System.Drawing.Point(169, 42);
  116. this.button9.Name = "button9";
  117. this.button9.Size = new System.Drawing.Size(25, 25);
  118. this.button9.TabIndex = 26;
  119. this.button9.UseVisualStyleBackColor = true;
  120. //
  121. // button4
  122. //
  123. this.button4.Location = new System.Drawing.Point(145, 92);
  124. this.button4.Name = "button4";
  125. this.button4.Size = new System.Drawing.Size(25, 25);
  126. this.button4.TabIndex = 25;
  127. this.button4.UseVisualStyleBackColor = true;
  128. //
  129. // button3
  130. //
  131. this.button3.Location = new System.Drawing.Point(145, 67);
  132. this.button3.Name = "button3";
  133. this.button3.Size = new System.Drawing.Size(25, 25);
  134. this.button3.TabIndex = 24;
  135. this.button3.UseVisualStyleBackColor = true;
  136. //
  137. // button2
  138. //
  139. this.button2.Location = new System.Drawing.Point(145, 42);
  140. this.button2.Name = "button2";
  141. this.button2.Size = new System.Drawing.Size(25, 25);
  142. this.button2.TabIndex = 23;
  143. this.button2.UseVisualStyleBackColor = true;
  144. //
  145. // label3
  146. //
  147. this.label3.AutoSize = true;
  148. this.label3.Location = new System.Drawing.Point(6, 97);
  149. this.label3.Name = "label3";
  150. this.label3.Size = new System.Drawing.Size(23, 12);
  151. this.label3.TabIndex = 22;
  152. this.label3.Text = "T3:";
  153. //
  154. // label2
  155. //
  156. this.label2.AutoSize = true;
  157. this.label2.Location = new System.Drawing.Point(6, 73);
  158. this.label2.Name = "label2";
  159. this.label2.Size = new System.Drawing.Size(23, 12);
  160. this.label2.TabIndex = 21;
  161. this.label2.Text = "T2:";
  162. //
  163. // label1
  164. //
  165. this.label1.AutoSize = true;
  166. this.label1.Location = new System.Drawing.Point(6, 48);
  167. this.label1.Name = "label1";
  168. this.label1.Size = new System.Drawing.Size(23, 12);
  169. this.label1.TabIndex = 20;
  170. this.label1.Text = "T1:";
  171. //
  172. // comboBox4
  173. //
  174. this.comboBox4.FormattingEnabled = true;
  175. this.comboBox4.Location = new System.Drawing.Point(35, 94);
  176. this.comboBox4.Name = "comboBox4";
  177. this.comboBox4.Size = new System.Drawing.Size(104, 20);
  178. this.comboBox4.TabIndex = 19;
  179. //
  180. // comboBox3
  181. //
  182. this.comboBox3.FormattingEnabled = true;
  183. this.comboBox3.Location = new System.Drawing.Point(35, 70);
  184. this.comboBox3.Name = "comboBox3";
  185. this.comboBox3.Size = new System.Drawing.Size(104, 20);
  186. this.comboBox3.TabIndex = 18;
  187. //
  188. // comboBox2
  189. //
  190. this.comboBox2.FormattingEnabled = true;
  191. this.comboBox2.Location = new System.Drawing.Point(35, 45);
  192. this.comboBox2.Name = "comboBox2";
  193. this.comboBox2.Size = new System.Drawing.Size(104, 20);
  194. this.comboBox2.TabIndex = 17;
  195. //
  196. // button1
  197. //
  198. this.button1.Location = new System.Drawing.Point(169, 17);
  199. this.button1.Name = "button1";
  200. this.button1.Size = new System.Drawing.Size(25, 25);
  201. this.button1.TabIndex = 16;
  202. this.button1.UseVisualStyleBackColor = true;
  203. //
  204. // comboBox1
  205. //
  206. this.comboBox1.FormattingEnabled = true;
  207. this.comboBox1.Location = new System.Drawing.Point(6, 20);
  208. this.comboBox1.Name = "comboBox1";
  209. this.comboBox1.Size = new System.Drawing.Size(150, 20);
  210. this.comboBox1.TabIndex = 0;
  211. //
  212. // button8
  213. //
  214. this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  215. this.button8.Location = new System.Drawing.Point(127, 417);
  216. this.button8.Name = "button8";
  217. this.button8.Size = new System.Drawing.Size(25, 25);
  218. this.button8.TabIndex = 22;
  219. this.button8.UseVisualStyleBackColor = true;
  220. //
  221. // pictureBox1
  222. //
  223. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  224. | System.Windows.Forms.AnchorStyles.Left)
  225. | System.Windows.Forms.AnchorStyles.Right)));
  226. this.pictureBox1.Location = new System.Drawing.Point(231, 10);
  227. this.pictureBox1.Name = "pictureBox1";
  228. this.pictureBox1.Size = new System.Drawing.Size(557, 425);
  229. this.pictureBox1.TabIndex = 21;
  230. this.pictureBox1.TabStop = false;
  231. //
  232. // button7
  233. //
  234. this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  235. this.button7.Location = new System.Drawing.Point(96, 417);
  236. this.button7.Name = "button7";
  237. this.button7.Size = new System.Drawing.Size(25, 25);
  238. this.button7.TabIndex = 23;
  239. this.button7.UseVisualStyleBackColor = true;
  240. //
  241. // groupBox1
  242. //
  243. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  244. | System.Windows.Forms.AnchorStyles.Left)));
  245. this.groupBox1.Controls.Add(this.listView1);
  246. this.groupBox1.Location = new System.Drawing.Point(13, 132);
  247. this.groupBox1.Name = "groupBox1";
  248. this.groupBox1.Size = new System.Drawing.Size(200, 285);
  249. this.groupBox1.TabIndex = 20;
  250. this.groupBox1.TabStop = false;
  251. this.groupBox1.Text = "索引列表";
  252. //
  253. // listView1
  254. //
  255. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  256. | System.Windows.Forms.AnchorStyles.Left)));
  257. this.listView1.HideSelection = false;
  258. this.listView1.Location = new System.Drawing.Point(7, 20);
  259. this.listView1.MultiSelect = false;
  260. this.listView1.Name = "listView1";
  261. this.listView1.ShowItemToolTips = true;
  262. this.listView1.Size = new System.Drawing.Size(187, 259);
  263. this.listView1.TabIndex = 0;
  264. this.listView1.UseCompatibleStateImageBehavior = false;
  265. //
  266. // ImageIndexForm
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.ClientSize = new System.Drawing.Size(800, 450);
  271. this.Controls.Add(this.btn_Hide);
  272. this.Controls.Add(this.button11);
  273. this.Controls.Add(this.groupBox2);
  274. this.Controls.Add(this.button8);
  275. this.Controls.Add(this.pictureBox1);
  276. this.Controls.Add(this.button7);
  277. this.Controls.Add(this.groupBox1);
  278. this.Name = "ImageIndexForm";
  279. this.Text = "图像索引";
  280. this.groupBox2.ResumeLayout(false);
  281. this.groupBox2.PerformLayout();
  282. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  283. this.groupBox1.ResumeLayout(false);
  284. this.ResumeLayout(false);
  285. }
  286. #endregion
  287. private System.Windows.Forms.Button btn_Hide;
  288. private System.Windows.Forms.Button button11;
  289. private System.Windows.Forms.GroupBox groupBox2;
  290. private System.Windows.Forms.Button button5;
  291. private System.Windows.Forms.Button button6;
  292. private System.Windows.Forms.Button button9;
  293. private System.Windows.Forms.Button button4;
  294. private System.Windows.Forms.Button button3;
  295. private System.Windows.Forms.Button button2;
  296. private System.Windows.Forms.Label label3;
  297. private System.Windows.Forms.Label label2;
  298. private System.Windows.Forms.Label label1;
  299. private System.Windows.Forms.ComboBox comboBox4;
  300. private System.Windows.Forms.ComboBox comboBox3;
  301. private System.Windows.Forms.ComboBox comboBox2;
  302. private System.Windows.Forms.Button button1;
  303. private System.Windows.Forms.ComboBox comboBox1;
  304. private System.Windows.Forms.Button button8;
  305. private System.Windows.Forms.PictureBox pictureBox1;
  306. private System.Windows.Forms.Button button7;
  307. private System.Windows.Forms.GroupBox groupBox1;
  308. private System.Windows.Forms.ListView listView1;
  309. }
  310. }