ResultsViewRange.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. 
  2. using System.Windows.Forms;
  3. namespace SmartCoalApplication.AutomaticMeasurement
  4. {
  5. partial class ResultsViewRange
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.components = new System.ComponentModel.Container();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.checkBox1 = new System.Windows.Forms.CheckBox();
  33. this.buttonOKDraw = new System.Windows.Forms.Button();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.button7 = new System.Windows.Forms.Button();
  36. this.button6 = new System.Windows.Forms.Button();
  37. this.button5 = new System.Windows.Forms.Button();
  38. this.textBox3 = new System.Windows.Forms.TextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.groupBox3 = new System.Windows.Forms.GroupBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.textBox2 = new System.Windows.Forms.TextBox();
  43. this.button4 = new System.Windows.Forms.Button();
  44. this.button3 = new System.Windows.Forms.Button();
  45. this.button2 = new System.Windows.Forms.Button();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.textBox1 = new System.Windows.Forms.TextBox();
  48. this.triangleTrackBar1 = new SmartCoalApplication.Core.CustomControl.TriangleTrackBar();
  49. this.listPictureName = new System.Windows.Forms.ListBox();
  50. this.groupBoxZhangshu = new System.Windows.Forms.GroupBox();
  51. this.timer1 = new System.Windows.Forms.Timer(this.components);
  52. this.groupBox1.SuspendLayout();
  53. this.groupBox2.SuspendLayout();
  54. this.groupBox3.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // groupBox1
  58. //
  59. this.groupBox1.Controls.Add(this.checkBox1);
  60. this.groupBox1.Controls.Add(this.buttonOKDraw);
  61. this.groupBox1.Location = new System.Drawing.Point(9, 10);
  62. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  63. this.groupBox1.Name = "groupBox1";
  64. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  65. this.groupBox1.Size = new System.Drawing.Size(206, 57);
  66. this.groupBox1.TabIndex = 0;
  67. this.groupBox1.TabStop = false;
  68. this.groupBox1.Text = "操作";
  69. //
  70. // checkBox1
  71. //
  72. this.checkBox1.AutoSize = true;
  73. this.checkBox1.Location = new System.Drawing.Point(14, 24);
  74. this.checkBox1.Name = "checkBox1";
  75. this.checkBox1.Size = new System.Drawing.Size(72, 16);
  76. this.checkBox1.TabIndex = 3;
  77. this.checkBox1.Text = "暂停绘制";
  78. this.checkBox1.UseVisualStyleBackColor = true;
  79. //
  80. // buttonOKDraw
  81. //
  82. this.buttonOKDraw.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
  83. this.buttonOKDraw.Location = new System.Drawing.Point(135, 18);
  84. this.buttonOKDraw.Margin = new System.Windows.Forms.Padding(2);
  85. this.buttonOKDraw.Name = "buttonOKDraw";
  86. this.buttonOKDraw.Size = new System.Drawing.Size(64, 27);
  87. this.buttonOKDraw.TabIndex = 2;
  88. this.buttonOKDraw.Text = "確定繪製";
  89. this.buttonOKDraw.UseVisualStyleBackColor = true;
  90. this.buttonOKDraw.Click += new System.EventHandler(this.buttonOKDraw_Click);
  91. //
  92. // groupBox2
  93. //
  94. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95. | System.Windows.Forms.AnchorStyles.Left)));
  96. this.groupBox2.Controls.Add(this.button7);
  97. this.groupBox2.Controls.Add(this.button6);
  98. this.groupBox2.Controls.Add(this.button5);
  99. this.groupBox2.Controls.Add(this.textBox3);
  100. this.groupBox2.Controls.Add(this.label1);
  101. this.groupBox2.Controls.Add(this.groupBox3);
  102. this.groupBox2.Controls.Add(this.listPictureName);
  103. this.groupBox2.Location = new System.Drawing.Point(9, 71);
  104. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  105. this.groupBox2.Name = "groupBox2";
  106. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  107. this.groupBox2.Size = new System.Drawing.Size(206, 525);
  108. this.groupBox2.TabIndex = 1;
  109. this.groupBox2.TabStop = false;
  110. this.groupBox2.Text = "圖片列表";
  111. //
  112. // button7
  113. //
  114. this.button7.Anchor = System.Windows.Forms.AnchorStyles.Top;
  115. this.button7.Location = new System.Drawing.Point(136, 18);
  116. this.button7.Margin = new System.Windows.Forms.Padding(2);
  117. this.button7.Name = "button7";
  118. this.button7.Size = new System.Drawing.Size(63, 27);
  119. this.button7.TabIndex = 8;
  120. this.button7.Text = "旋轉";
  121. this.button7.UseVisualStyleBackColor = true;
  122. this.button7.Click += new System.EventHandler(this.button7_Click);
  123. //
  124. // button6
  125. //
  126. this.button6.Anchor = System.Windows.Forms.AnchorStyles.Top;
  127. this.button6.Location = new System.Drawing.Point(72, 18);
  128. this.button6.Margin = new System.Windows.Forms.Padding(2);
  129. this.button6.Name = "button6";
  130. this.button6.Size = new System.Drawing.Size(63, 27);
  131. this.button6.TabIndex = 7;
  132. this.button6.Text = "叠加";
  133. this.button6.UseVisualStyleBackColor = true;
  134. this.button6.Click += new System.EventHandler(this.button6_Click);
  135. //
  136. // button5
  137. //
  138. this.button5.Anchor = System.Windows.Forms.AnchorStyles.Top;
  139. this.button5.Location = new System.Drawing.Point(8, 18);
  140. this.button5.Margin = new System.Windows.Forms.Padding(2);
  141. this.button5.Name = "button5";
  142. this.button5.Size = new System.Drawing.Size(63, 27);
  143. this.button5.TabIndex = 6;
  144. this.button5.Text = "正常";
  145. this.button5.UseVisualStyleBackColor = true;
  146. this.button5.Click += new System.EventHandler(this.button5_Click);
  147. //
  148. // textBox3
  149. //
  150. this.textBox3.Location = new System.Drawing.Point(71, 143);
  151. this.textBox3.Name = "textBox3";
  152. this.textBox3.Size = new System.Drawing.Size(128, 21);
  153. this.textBox3.TabIndex = 5;
  154. this.textBox3.Text = "255";
  155. this.textBox3.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox3_TextChanged);
  156. //
  157. // label1
  158. //
  159. this.label1.AutoSize = true;
  160. this.label1.Location = new System.Drawing.Point(12, 146);
  161. this.label1.Name = "label1";
  162. this.label1.Size = new System.Drawing.Size(53, 12);
  163. this.label1.TabIndex = 4;
  164. this.label1.Text = "透明度:";
  165. //
  166. // groupBox3
  167. //
  168. this.groupBox3.Controls.Add(this.label2);
  169. this.groupBox3.Controls.Add(this.textBox2);
  170. this.groupBox3.Controls.Add(this.button4);
  171. this.groupBox3.Controls.Add(this.button3);
  172. this.groupBox3.Controls.Add(this.button2);
  173. this.groupBox3.Controls.Add(this.button1);
  174. this.groupBox3.Controls.Add(this.textBox1);
  175. this.groupBox3.Controls.Add(this.triangleTrackBar1);
  176. this.groupBox3.Location = new System.Drawing.Point(8, 41);
  177. this.groupBox3.Name = "groupBox3";
  178. this.groupBox3.Size = new System.Drawing.Size(191, 90);
  179. this.groupBox3.TabIndex = 1;
  180. this.groupBox3.TabStop = false;
  181. //
  182. // label2
  183. //
  184. this.label2.AutoSize = true;
  185. this.label2.Location = new System.Drawing.Point(167, 56);
  186. this.label2.Name = "label2";
  187. this.label2.Size = new System.Drawing.Size(17, 12);
  188. this.label2.TabIndex = 7;
  189. this.label2.Text = "ms";
  190. //
  191. // textBox2
  192. //
  193. this.textBox2.Location = new System.Drawing.Point(130, 51);
  194. this.textBox2.Name = "textBox2";
  195. this.textBox2.Size = new System.Drawing.Size(34, 21);
  196. this.textBox2.TabIndex = 6;
  197. this.textBox2.Text = "1000";
  198. this.textBox2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox2_TextChanged);
  199. //
  200. // button4
  201. //
  202. this.button4.Location = new System.Drawing.Point(68, 51);
  203. this.button4.Name = "button4";
  204. this.button4.Size = new System.Drawing.Size(28, 23);
  205. this.button4.TabIndex = 5;
  206. this.button4.UseVisualStyleBackColor = true;
  207. this.button4.Click += new System.EventHandler(this.button4_Click);
  208. //
  209. // button3
  210. //
  211. this.button3.Location = new System.Drawing.Point(99, 51);
  212. this.button3.Name = "button3";
  213. this.button3.Size = new System.Drawing.Size(28, 23);
  214. this.button3.TabIndex = 4;
  215. this.button3.UseVisualStyleBackColor = true;
  216. this.button3.Click += new System.EventHandler(this.button3_Click);
  217. //
  218. // button2
  219. //
  220. this.button2.Location = new System.Drawing.Point(37, 51);
  221. this.button2.Name = "button2";
  222. this.button2.Size = new System.Drawing.Size(28, 23);
  223. this.button2.TabIndex = 3;
  224. this.button2.UseVisualStyleBackColor = true;
  225. this.button2.Click += new System.EventHandler(this.button2_Click);
  226. //
  227. // button1
  228. //
  229. this.button1.Location = new System.Drawing.Point(6, 51);
  230. this.button1.Name = "button1";
  231. this.button1.Size = new System.Drawing.Size(28, 23);
  232. this.button1.TabIndex = 2;
  233. this.button1.UseVisualStyleBackColor = true;
  234. this.button1.Click += new System.EventHandler(this.button1_Click);
  235. //
  236. // textBox1
  237. //
  238. this.textBox1.Location = new System.Drawing.Point(146, 20);
  239. this.textBox1.Name = "textBox1";
  240. this.textBox1.ReadOnly = true;
  241. this.textBox1.Size = new System.Drawing.Size(39, 21);
  242. this.textBox1.TabIndex = 1;
  243. //
  244. // triangleTrackBar1
  245. //
  246. this.triangleTrackBar1.Location = new System.Drawing.Point(6, 15);
  247. this.triangleTrackBar1.Margin = new System.Windows.Forms.Padding(4);
  248. this.triangleTrackBar1.Maximum = 500;
  249. this.triangleTrackBar1.Minimum = 1;
  250. this.triangleTrackBar1.Name = "triangleTrackBar1";
  251. this.triangleTrackBar1.Size = new System.Drawing.Size(134, 30);
  252. this.triangleTrackBar1.TabIndex = 0;
  253. this.triangleTrackBar1.Value = 150;
  254. this.triangleTrackBar1.TrackBarScroll += new System.EventHandler(this.trackBar_Scroll);
  255. //
  256. // listPictureName
  257. //
  258. this.listPictureName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  259. | System.Windows.Forms.AnchorStyles.Left)));
  260. this.listPictureName.FormattingEnabled = true;
  261. this.listPictureName.ItemHeight = 12;
  262. this.listPictureName.Location = new System.Drawing.Point(8, 175);
  263. this.listPictureName.Name = "listPictureName";
  264. this.listPictureName.Size = new System.Drawing.Size(191, 328);
  265. this.listPictureName.TabIndex = 0;
  266. this.listPictureName.SelectedValueChanged += new System.EventHandler(this.listPictureName_MouseDown);
  267. //
  268. // groupBoxZhangshu
  269. //
  270. this.groupBoxZhangshu.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  271. | System.Windows.Forms.AnchorStyles.Left)
  272. | System.Windows.Forms.AnchorStyles.Right)));
  273. this.groupBoxZhangshu.Location = new System.Drawing.Point(219, 10);
  274. this.groupBoxZhangshu.Margin = new System.Windows.Forms.Padding(2);
  275. this.groupBoxZhangshu.Name = "groupBoxZhangshu";
  276. this.groupBoxZhangshu.Padding = new System.Windows.Forms.Padding(2);
  277. this.groupBoxZhangshu.Size = new System.Drawing.Size(819, 586);
  278. this.groupBoxZhangshu.TabIndex = 2;
  279. this.groupBoxZhangshu.TabStop = false;
  280. this.groupBoxZhangshu.Text = "第一張";
  281. //
  282. // timer1
  283. //
  284. this.timer1.Interval = 1000;
  285. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  286. //
  287. // ResultsViewRange
  288. //
  289. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  290. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  291. this.ClientSize = new System.Drawing.Size(1049, 607);
  292. this.Controls.Add(this.groupBoxZhangshu);
  293. this.Controls.Add(this.groupBox2);
  294. this.Controls.Add(this.groupBox1);
  295. this.Margin = new System.Windows.Forms.Padding(2);
  296. this.MinimizeBox = false;
  297. this.Name = "ResultsViewRange";
  298. this.Text = "繪製測量範圍";
  299. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  300. this.Controls.SetChildIndex(this.groupBox1, 0);
  301. this.Controls.SetChildIndex(this.groupBox2, 0);
  302. this.Controls.SetChildIndex(this.groupBoxZhangshu, 0);
  303. this.groupBox1.ResumeLayout(false);
  304. this.groupBox1.PerformLayout();
  305. this.groupBox2.ResumeLayout(false);
  306. this.groupBox2.PerformLayout();
  307. this.groupBox3.ResumeLayout(false);
  308. this.groupBox3.PerformLayout();
  309. this.ResumeLayout(false);
  310. }
  311. #endregion
  312. private System.Windows.Forms.Timer timer1;
  313. private System.Windows.Forms.GroupBox groupBox1;
  314. private System.Windows.Forms.Button buttonOKDraw;
  315. private System.Windows.Forms.GroupBox groupBox2;
  316. private System.Windows.Forms.GroupBox groupBoxZhangshu;
  317. private System.Windows.Forms.ListBox listPictureName;
  318. private System.Windows.Forms.GroupBox groupBox3;
  319. private System.Windows.Forms.TextBox textBox1;
  320. private Core.CustomControl.TriangleTrackBar triangleTrackBar1;
  321. private System.Windows.Forms.Button button4;
  322. private System.Windows.Forms.Button button3;
  323. private System.Windows.Forms.Button button2;
  324. private System.Windows.Forms.Button button1;
  325. private System.Windows.Forms.CheckBox checkBox1;
  326. private System.Windows.Forms.TextBox textBox2;
  327. private System.Windows.Forms.TextBox textBox3;
  328. private System.Windows.Forms.Label label1;
  329. private Label label2;
  330. private Button button6;
  331. private Button button5;
  332. private Button button7;
  333. }
  334. }