ArtworkPointUserControl.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace PaintDotNet.GeneralAnalysis.Artwork
  2. {
  3. partial class ArtworkPointUserControl
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.pnlTargetTools = new System.Windows.Forms.Panel();
  30. this.pnlTarget = new System.Windows.Forms.Panel();
  31. this.txtArtTrbValue = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.chkLine = new System.Windows.Forms.CheckBox();
  34. this.chkGrids = new System.Windows.Forms.CheckBox();
  35. this.groupBox4 = new System.Windows.Forms.GroupBox();
  36. this.trbArt = new System.Windows.Forms.TrackBar();
  37. this.groupBox3 = new System.Windows.Forms.GroupBox();
  38. this.pnlArtTools = new System.Windows.Forms.Panel();
  39. this.pnlArt = new System.Windows.Forms.Panel();
  40. this.groupBox2 = new System.Windows.Forms.GroupBox();
  41. this.picSelected = new System.Windows.Forms.PictureBox();
  42. this.groupBox5 = new System.Windows.Forms.GroupBox();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.txtTargetTrbValue = new System.Windows.Forms.TextBox();
  45. this.trbTarget = new System.Windows.Forms.TrackBar();
  46. this.groupBox1.SuspendLayout();
  47. this.groupBox4.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.trbArt)).BeginInit();
  49. this.groupBox3.SuspendLayout();
  50. this.groupBox2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.picSelected)).BeginInit();
  52. this.groupBox5.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.trbTarget)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // groupBox1
  57. //
  58. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.groupBox1.Controls.Add(this.pnlTargetTools);
  61. this.groupBox1.Controls.Add(this.pnlTarget);
  62. this.groupBox1.Location = new System.Drawing.Point(317, 2);
  63. this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  64. this.groupBox1.Name = "groupBox1";
  65. this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  66. this.groupBox1.Size = new System.Drawing.Size(236, 495);
  67. this.groupBox1.TabIndex = 17;
  68. this.groupBox1.TabStop = false;
  69. this.groupBox1.Text = "目标图片";
  70. //
  71. // pnlTargetTools
  72. //
  73. this.pnlTargetTools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.pnlTargetTools.Location = new System.Drawing.Point(4, 454);
  76. this.pnlTargetTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  77. this.pnlTargetTools.Name = "pnlTargetTools";
  78. this.pnlTargetTools.Size = new System.Drawing.Size(227, 33);
  79. this.pnlTargetTools.TabIndex = 5;
  80. //
  81. // pnlTarget
  82. //
  83. this.pnlTarget.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.pnlTarget.Location = new System.Drawing.Point(4, 19);
  87. this.pnlTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  88. this.pnlTarget.Name = "pnlTarget";
  89. this.pnlTarget.Size = new System.Drawing.Size(227, 423);
  90. this.pnlTarget.TabIndex = 4;
  91. //
  92. // txtArtTrbValue
  93. //
  94. this.txtArtTrbValue.Location = new System.Drawing.Point(156, 59);
  95. this.txtArtTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  96. this.txtArtTrbValue.Name = "txtArtTrbValue";
  97. this.txtArtTrbValue.Size = new System.Drawing.Size(38, 21);
  98. this.txtArtTrbValue.TabIndex = 4;
  99. this.txtArtTrbValue.Text = "255";
  100. this.txtArtTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtArtTrbValue_KeyPress);
  101. //
  102. // label2
  103. //
  104. this.label2.AutoSize = true;
  105. this.label2.Location = new System.Drawing.Point(10, 62);
  106. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  107. this.label2.Name = "label2";
  108. this.label2.Size = new System.Drawing.Size(41, 12);
  109. this.label2.TabIndex = 2;
  110. this.label2.Text = "透明度";
  111. //
  112. // chkLine
  113. //
  114. this.chkLine.AutoSize = true;
  115. this.chkLine.Location = new System.Drawing.Point(13, 39);
  116. this.chkLine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  117. this.chkLine.Name = "chkLine";
  118. this.chkLine.Size = new System.Drawing.Size(84, 16);
  119. this.chkLine.TabIndex = 1;
  120. this.chkLine.Text = "显示辅助线";
  121. this.chkLine.UseVisualStyleBackColor = true;
  122. this.chkLine.CheckedChanged += new System.EventHandler(this.chkLine_CheckedChanged);
  123. //
  124. // chkGrids
  125. //
  126. this.chkGrids.AutoSize = true;
  127. this.chkGrids.Location = new System.Drawing.Point(13, 19);
  128. this.chkGrids.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  129. this.chkGrids.Name = "chkGrids";
  130. this.chkGrids.Size = new System.Drawing.Size(72, 16);
  131. this.chkGrids.TabIndex = 0;
  132. this.chkGrids.Text = "显示网格";
  133. this.chkGrids.UseVisualStyleBackColor = true;
  134. this.chkGrids.CheckedChanged += new System.EventHandler(this.chkGrids_CheckedChanged);
  135. //
  136. // groupBox4
  137. //
  138. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  139. this.groupBox4.Controls.Add(this.label2);
  140. this.groupBox4.Controls.Add(this.trbArt);
  141. this.groupBox4.Controls.Add(this.txtArtTrbValue);
  142. this.groupBox4.Controls.Add(this.chkLine);
  143. this.groupBox4.Controls.Add(this.chkGrids);
  144. this.groupBox4.Location = new System.Drawing.Point(558, 2);
  145. this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  146. this.groupBox4.Name = "groupBox4";
  147. this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  148. this.groupBox4.Size = new System.Drawing.Size(208, 84);
  149. this.groupBox4.TabIndex = 14;
  150. this.groupBox4.TabStop = false;
  151. this.groupBox4.Text = "设置";
  152. //
  153. // trbArt
  154. //
  155. this.trbArt.AutoSize = false;
  156. this.trbArt.Location = new System.Drawing.Point(44, 59);
  157. this.trbArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  158. this.trbArt.Maximum = 255;
  159. this.trbArt.Name = "trbArt";
  160. this.trbArt.Size = new System.Drawing.Size(110, 20);
  161. this.trbArt.TabIndex = 5;
  162. this.trbArt.TickStyle = System.Windows.Forms.TickStyle.None;
  163. this.trbArt.Value = 255;
  164. this.trbArt.ValueChanged += new System.EventHandler(this.trbArt_ValueChanged);
  165. //
  166. // groupBox3
  167. //
  168. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)
  170. | System.Windows.Forms.AnchorStyles.Right)));
  171. this.groupBox3.Controls.Add(this.pnlArtTools);
  172. this.groupBox3.Controls.Add(this.pnlArt);
  173. this.groupBox3.Location = new System.Drawing.Point(2, 2);
  174. this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  175. this.groupBox3.Name = "groupBox3";
  176. this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  177. this.groupBox3.Size = new System.Drawing.Size(309, 495);
  178. this.groupBox3.TabIndex = 13;
  179. this.groupBox3.TabStop = false;
  180. this.groupBox3.Text = "工艺图图片";
  181. //
  182. // pnlArtTools
  183. //
  184. this.pnlArtTools.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.pnlArtTools.Location = new System.Drawing.Point(4, 454);
  187. this.pnlArtTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  188. this.pnlArtTools.Name = "pnlArtTools";
  189. this.pnlArtTools.Size = new System.Drawing.Size(300, 33);
  190. this.pnlArtTools.TabIndex = 5;
  191. //
  192. // pnlArt
  193. //
  194. this.pnlArt.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  195. | System.Windows.Forms.AnchorStyles.Left)
  196. | System.Windows.Forms.AnchorStyles.Right)));
  197. this.pnlArt.Location = new System.Drawing.Point(4, 19);
  198. this.pnlArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  199. this.pnlArt.Name = "pnlArt";
  200. this.pnlArt.Size = new System.Drawing.Size(300, 423);
  201. this.pnlArt.TabIndex = 4;
  202. //
  203. // groupBox2
  204. //
  205. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  206. this.groupBox2.Controls.Add(this.picSelected);
  207. this.groupBox2.Location = new System.Drawing.Point(558, 155);
  208. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  209. this.groupBox2.Name = "groupBox2";
  210. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  211. this.groupBox2.Size = new System.Drawing.Size(208, 223);
  212. this.groupBox2.TabIndex = 18;
  213. this.groupBox2.TabStop = false;
  214. this.groupBox2.Text = "选中定点放大区域显示";
  215. //
  216. // picSelected
  217. //
  218. this.picSelected.Location = new System.Drawing.Point(12, 36);
  219. this.picSelected.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  220. this.picSelected.Name = "picSelected";
  221. this.picSelected.Size = new System.Drawing.Size(180, 158);
  222. this.picSelected.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  223. this.picSelected.TabIndex = 0;
  224. this.picSelected.TabStop = false;
  225. //
  226. // groupBox5
  227. //
  228. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  229. this.groupBox5.Controls.Add(this.label1);
  230. this.groupBox5.Controls.Add(this.txtTargetTrbValue);
  231. this.groupBox5.Controls.Add(this.trbTarget);
  232. this.groupBox5.Location = new System.Drawing.Point(558, 91);
  233. this.groupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  234. this.groupBox5.Name = "groupBox5";
  235. this.groupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  236. this.groupBox5.Size = new System.Drawing.Size(208, 48);
  237. this.groupBox5.TabIndex = 19;
  238. this.groupBox5.TabStop = false;
  239. this.groupBox5.Text = "目标图控制";
  240. //
  241. // label1
  242. //
  243. this.label1.AutoSize = true;
  244. this.label1.Location = new System.Drawing.Point(12, 22);
  245. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  246. this.label1.Name = "label1";
  247. this.label1.Size = new System.Drawing.Size(41, 12);
  248. this.label1.TabIndex = 6;
  249. this.label1.Text = "透明度";
  250. //
  251. // txtTargetTrbValue
  252. //
  253. this.txtTargetTrbValue.Location = new System.Drawing.Point(158, 19);
  254. this.txtTargetTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  255. this.txtTargetTrbValue.Name = "txtTargetTrbValue";
  256. this.txtTargetTrbValue.Size = new System.Drawing.Size(38, 21);
  257. this.txtTargetTrbValue.TabIndex = 7;
  258. this.txtTargetTrbValue.Text = "255";
  259. this.txtTargetTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTargetTrbValue_KeyPress);
  260. //
  261. // trbTarget
  262. //
  263. this.trbTarget.AutoSize = false;
  264. this.trbTarget.Location = new System.Drawing.Point(46, 19);
  265. this.trbTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  266. this.trbTarget.Maximum = 255;
  267. this.trbTarget.Name = "trbTarget";
  268. this.trbTarget.Size = new System.Drawing.Size(110, 20);
  269. this.trbTarget.TabIndex = 8;
  270. this.trbTarget.TickStyle = System.Windows.Forms.TickStyle.None;
  271. this.trbTarget.Value = 255;
  272. this.trbTarget.ValueChanged += new System.EventHandler(this.trbTarget_ValueChanged);
  273. //
  274. // ArtworkPointUserControl
  275. //
  276. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  277. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  278. this.Controls.Add(this.groupBox5);
  279. this.Controls.Add(this.groupBox2);
  280. this.Controls.Add(this.groupBox1);
  281. this.Controls.Add(this.groupBox4);
  282. this.Controls.Add(this.groupBox3);
  283. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  284. this.Name = "ArtworkPointUserControl";
  285. this.Size = new System.Drawing.Size(768, 503);
  286. this.Resize += new System.EventHandler(this.ArtworkPointUserControl_Resize);
  287. this.groupBox1.ResumeLayout(false);
  288. this.groupBox4.ResumeLayout(false);
  289. this.groupBox4.PerformLayout();
  290. ((System.ComponentModel.ISupportInitialize)(this.trbArt)).EndInit();
  291. this.groupBox3.ResumeLayout(false);
  292. this.groupBox2.ResumeLayout(false);
  293. ((System.ComponentModel.ISupportInitialize)(this.picSelected)).EndInit();
  294. this.groupBox5.ResumeLayout(false);
  295. this.groupBox5.PerformLayout();
  296. ((System.ComponentModel.ISupportInitialize)(this.trbTarget)).EndInit();
  297. this.ResumeLayout(false);
  298. }
  299. #endregion
  300. private System.Windows.Forms.GroupBox groupBox1;
  301. private System.Windows.Forms.TextBox txtArtTrbValue;
  302. private System.Windows.Forms.Label label2;
  303. private System.Windows.Forms.CheckBox chkLine;
  304. private System.Windows.Forms.CheckBox chkGrids;
  305. private System.Windows.Forms.GroupBox groupBox4;
  306. private System.Windows.Forms.GroupBox groupBox3;
  307. private System.Windows.Forms.GroupBox groupBox2;
  308. private System.Windows.Forms.PictureBox picSelected;
  309. private System.Windows.Forms.Panel pnlTargetTools;
  310. private System.Windows.Forms.Panel pnlTarget;
  311. private System.Windows.Forms.Panel pnlArtTools;
  312. private System.Windows.Forms.Panel pnlArt;
  313. private System.Windows.Forms.TrackBar trbArt;
  314. private System.Windows.Forms.GroupBox groupBox5;
  315. private System.Windows.Forms.Label label1;
  316. private System.Windows.Forms.TextBox txtTargetTrbValue;
  317. private System.Windows.Forms.TrackBar trbTarget;
  318. }
  319. }