ArtworkCenterUserControl.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace PaintDotNet.GeneralAnalysis.Artwork
  2. {
  3. partial class ArtworkCenterUserControl
  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.groupBox6 = new System.Windows.Forms.GroupBox();
  29. this.rdoSubfield = new System.Windows.Forms.RadioButton();
  30. this.rdoTargetImg = new System.Windows.Forms.RadioButton();
  31. this.rdoShowArtwork = new System.Windows.Forms.RadioButton();
  32. this.rdoShowAll = new System.Windows.Forms.RadioButton();
  33. this.groupBox5 = new System.Windows.Forms.GroupBox();
  34. this.btnRotateFlip = new System.Windows.Forms.Button();
  35. this.txtDistance = new System.Windows.Forms.TextBox();
  36. this.btnRight = new System.Windows.Forms.Button();
  37. this.btnLeft = new System.Windows.Forms.Button();
  38. this.btnDown = new System.Windows.Forms.Button();
  39. this.btnUp = new System.Windows.Forms.Button();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.txtTargetTrbValue = new System.Windows.Forms.TextBox();
  42. this.trbTarget = new System.Windows.Forms.TrackBar();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.txtRotateFlip = new System.Windows.Forms.TextBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.groupBox4 = new System.Windows.Forms.GroupBox();
  47. this.txtArtTrbValue = new System.Windows.Forms.TextBox();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.chkLine = new System.Windows.Forms.CheckBox();
  50. this.chkGrids = new System.Windows.Forms.CheckBox();
  51. this.trbArt = new System.Windows.Forms.TrackBar();
  52. this.groupBox3 = new System.Windows.Forms.GroupBox();
  53. this.pnlArtTools = new System.Windows.Forms.Panel();
  54. this.pnlArt = new System.Windows.Forms.Panel();
  55. this.groupBox1 = new System.Windows.Forms.GroupBox();
  56. this.pnlTargetTools = new System.Windows.Forms.Panel();
  57. this.pnlTarget = new System.Windows.Forms.Panel();
  58. this.groupBox6.SuspendLayout();
  59. this.groupBox5.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.trbTarget)).BeginInit();
  61. this.groupBox4.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.trbArt)).BeginInit();
  63. this.groupBox3.SuspendLayout();
  64. this.groupBox1.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // groupBox6
  68. //
  69. this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  70. this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
  71. this.groupBox6.Controls.Add(this.rdoSubfield);
  72. this.groupBox6.Controls.Add(this.rdoTargetImg);
  73. this.groupBox6.Controls.Add(this.rdoShowArtwork);
  74. this.groupBox6.Controls.Add(this.rdoShowAll);
  75. this.groupBox6.Location = new System.Drawing.Point(634, 294);
  76. this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  77. this.groupBox6.Name = "groupBox6";
  78. this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  79. this.groupBox6.Size = new System.Drawing.Size(208, 188);
  80. this.groupBox6.TabIndex = 11;
  81. this.groupBox6.TabStop = false;
  82. this.groupBox6.Text = "显示方式设置";
  83. //
  84. // rdoSubfield
  85. //
  86. this.rdoSubfield.AutoSize = true;
  87. this.rdoSubfield.Location = new System.Drawing.Point(20, 117);
  88. this.rdoSubfield.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  89. this.rdoSubfield.Name = "rdoSubfield";
  90. this.rdoSubfield.Size = new System.Drawing.Size(71, 16);
  91. this.rdoSubfield.TabIndex = 3;
  92. this.rdoSubfield.Text = "分栏显示";
  93. this.rdoSubfield.UseVisualStyleBackColor = true;
  94. this.rdoSubfield.CheckedChanged += new System.EventHandler(this.rdoSubfield_CheckedChanged);
  95. //
  96. // rdoTargetImg
  97. //
  98. this.rdoTargetImg.AutoSize = true;
  99. this.rdoTargetImg.Location = new System.Drawing.Point(20, 88);
  100. this.rdoTargetImg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  101. this.rdoTargetImg.Name = "rdoTargetImg";
  102. this.rdoTargetImg.Size = new System.Drawing.Size(59, 16);
  103. this.rdoTargetImg.TabIndex = 2;
  104. this.rdoTargetImg.Text = "目标图";
  105. this.rdoTargetImg.UseVisualStyleBackColor = true;
  106. this.rdoTargetImg.CheckedChanged += new System.EventHandler(this.rdoTargetImg_CheckedChanged);
  107. //
  108. // rdoShowArtwork
  109. //
  110. this.rdoShowArtwork.AutoSize = true;
  111. this.rdoShowArtwork.Location = new System.Drawing.Point(20, 59);
  112. this.rdoShowArtwork.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  113. this.rdoShowArtwork.Name = "rdoShowArtwork";
  114. this.rdoShowArtwork.Size = new System.Drawing.Size(59, 16);
  115. this.rdoShowArtwork.TabIndex = 1;
  116. this.rdoShowArtwork.Text = "工艺图";
  117. this.rdoShowArtwork.UseVisualStyleBackColor = true;
  118. this.rdoShowArtwork.CheckedChanged += new System.EventHandler(this.rdoShowArtwork_CheckedChanged);
  119. //
  120. // rdoShowAll
  121. //
  122. this.rdoShowAll.AutoSize = true;
  123. this.rdoShowAll.Checked = true;
  124. this.rdoShowAll.Location = new System.Drawing.Point(20, 30);
  125. this.rdoShowAll.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  126. this.rdoShowAll.Name = "rdoShowAll";
  127. this.rdoShowAll.Size = new System.Drawing.Size(71, 16);
  128. this.rdoShowAll.TabIndex = 0;
  129. this.rdoShowAll.TabStop = true;
  130. this.rdoShowAll.Text = "全部显示";
  131. this.rdoShowAll.UseVisualStyleBackColor = true;
  132. this.rdoShowAll.CheckedChanged += new System.EventHandler(this.rdoShowAll_CheckedChanged);
  133. //
  134. // groupBox5
  135. //
  136. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  137. this.groupBox5.BackColor = System.Drawing.SystemColors.Control;
  138. this.groupBox5.Controls.Add(this.btnRotateFlip);
  139. this.groupBox5.Controls.Add(this.txtDistance);
  140. this.groupBox5.Controls.Add(this.btnRight);
  141. this.groupBox5.Controls.Add(this.btnLeft);
  142. this.groupBox5.Controls.Add(this.btnDown);
  143. this.groupBox5.Controls.Add(this.btnUp);
  144. this.groupBox5.Controls.Add(this.label5);
  145. this.groupBox5.Controls.Add(this.txtTargetTrbValue);
  146. this.groupBox5.Controls.Add(this.trbTarget);
  147. this.groupBox5.Controls.Add(this.label4);
  148. this.groupBox5.Controls.Add(this.txtRotateFlip);
  149. this.groupBox5.Controls.Add(this.label3);
  150. this.groupBox5.Location = new System.Drawing.Point(634, 91);
  151. this.groupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  152. this.groupBox5.Name = "groupBox5";
  153. this.groupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  154. this.groupBox5.Size = new System.Drawing.Size(208, 198);
  155. this.groupBox5.TabIndex = 10;
  156. this.groupBox5.TabStop = false;
  157. this.groupBox5.Text = "目标图控制";
  158. //
  159. // btnRotateFlip
  160. //
  161. this.btnRotateFlip.Location = new System.Drawing.Point(128, 23);
  162. this.btnRotateFlip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  163. this.btnRotateFlip.Name = "btnRotateFlip";
  164. this.btnRotateFlip.Size = new System.Drawing.Size(40, 20);
  165. this.btnRotateFlip.TabIndex = 15;
  166. this.btnRotateFlip.Text = "确定";
  167. this.btnRotateFlip.UseVisualStyleBackColor = true;
  168. this.btnRotateFlip.Click += new System.EventHandler(this.btnRotateFlip_Click);
  169. //
  170. // txtDistance
  171. //
  172. this.txtDistance.Location = new System.Drawing.Point(86, 122);
  173. this.txtDistance.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  174. this.txtDistance.Name = "txtDistance";
  175. this.txtDistance.Size = new System.Drawing.Size(38, 21);
  176. this.txtDistance.TabIndex = 14;
  177. this.txtDistance.Text = "1";
  178. this.txtDistance.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDistance_KeyPress);
  179. //
  180. // btnRight
  181. //
  182. this.btnRight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btnRight.Location = new System.Drawing.Point(140, 118);
  184. this.btnRight.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  185. this.btnRight.Name = "btnRight";
  186. this.btnRight.Size = new System.Drawing.Size(18, 25);
  187. this.btnRight.TabIndex = 13;
  188. this.btnRight.Text = "▶";
  189. this.btnRight.UseVisualStyleBackColor = true;
  190. this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
  191. //
  192. // btnLeft
  193. //
  194. this.btnLeft.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.btnLeft.Location = new System.Drawing.Point(50, 118);
  196. this.btnLeft.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  197. this.btnLeft.Name = "btnLeft";
  198. this.btnLeft.Size = new System.Drawing.Size(19, 25);
  199. this.btnLeft.TabIndex = 12;
  200. this.btnLeft.Text = "◀";
  201. this.btnLeft.UseVisualStyleBackColor = true;
  202. this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
  203. //
  204. // btnDown
  205. //
  206. this.btnDown.Location = new System.Drawing.Point(94, 155);
  207. this.btnDown.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  208. this.btnDown.Name = "btnDown";
  209. this.btnDown.Size = new System.Drawing.Size(22, 20);
  210. this.btnDown.TabIndex = 11;
  211. this.btnDown.Text = "▼";
  212. this.btnDown.UseVisualStyleBackColor = true;
  213. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  214. //
  215. // btnUp
  216. //
  217. this.btnUp.Location = new System.Drawing.Point(92, 86);
  218. this.btnUp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  219. this.btnUp.Name = "btnUp";
  220. this.btnUp.Size = new System.Drawing.Size(23, 22);
  221. this.btnUp.TabIndex = 10;
  222. this.btnUp.Text = "▲";
  223. this.btnUp.UseVisualStyleBackColor = true;
  224. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  225. //
  226. // label5
  227. //
  228. this.label5.AutoSize = true;
  229. this.label5.Location = new System.Drawing.Point(10, 78);
  230. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  231. this.label5.Name = "label5";
  232. this.label5.Size = new System.Drawing.Size(41, 12);
  233. this.label5.TabIndex = 9;
  234. this.label5.Text = "移动:";
  235. //
  236. // txtTargetTrbValue
  237. //
  238. this.txtTargetTrbValue.Location = new System.Drawing.Point(157, 50);
  239. this.txtTargetTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  240. this.txtTargetTrbValue.Name = "txtTargetTrbValue";
  241. this.txtTargetTrbValue.Size = new System.Drawing.Size(38, 21);
  242. this.txtTargetTrbValue.TabIndex = 8;
  243. this.txtTargetTrbValue.Text = "255";
  244. this.txtTargetTrbValue.TextChanged += new System.EventHandler(this.txtTargetTrbValue_TextChanged);
  245. this.txtTargetTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTargetTrbValue_KeyPress);
  246. //
  247. // trbTarget
  248. //
  249. this.trbTarget.AutoSize = false;
  250. this.trbTarget.Location = new System.Drawing.Point(55, 50);
  251. this.trbTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  252. this.trbTarget.Maximum = 255;
  253. this.trbTarget.Name = "trbTarget";
  254. this.trbTarget.Size = new System.Drawing.Size(104, 20);
  255. this.trbTarget.TabIndex = 7;
  256. this.trbTarget.TickStyle = System.Windows.Forms.TickStyle.None;
  257. this.trbTarget.Value = 255;
  258. this.trbTarget.ValueChanged += new System.EventHandler(this.trbTarget_ValueChanged);
  259. //
  260. // label4
  261. //
  262. this.label4.AutoSize = true;
  263. this.label4.Location = new System.Drawing.Point(10, 53);
  264. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  265. this.label4.Name = "label4";
  266. this.label4.Size = new System.Drawing.Size(53, 12);
  267. this.label4.TabIndex = 6;
  268. this.label4.Text = "透明度:";
  269. //
  270. // txtRotateFlip
  271. //
  272. this.txtRotateFlip.Location = new System.Drawing.Point(57, 23);
  273. this.txtRotateFlip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  274. this.txtRotateFlip.Name = "txtRotateFlip";
  275. this.txtRotateFlip.Size = new System.Drawing.Size(63, 21);
  276. this.txtRotateFlip.TabIndex = 5;
  277. this.txtRotateFlip.Text = "0";
  278. this.txtRotateFlip.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRotateFlip_KeyPress);
  279. this.txtRotateFlip.Leave += new System.EventHandler(this.txtRotateFlip_Leave);
  280. //
  281. // label3
  282. //
  283. this.label3.AutoSize = true;
  284. this.label3.Location = new System.Drawing.Point(10, 27);
  285. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  286. this.label3.Name = "label3";
  287. this.label3.Size = new System.Drawing.Size(41, 12);
  288. this.label3.TabIndex = 0;
  289. this.label3.Text = "旋转:";
  290. //
  291. // groupBox4
  292. //
  293. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  294. this.groupBox4.BackColor = System.Drawing.SystemColors.Control;
  295. this.groupBox4.Controls.Add(this.txtArtTrbValue);
  296. this.groupBox4.Controls.Add(this.label2);
  297. this.groupBox4.Controls.Add(this.chkLine);
  298. this.groupBox4.Controls.Add(this.chkGrids);
  299. this.groupBox4.Controls.Add(this.trbArt);
  300. this.groupBox4.Location = new System.Drawing.Point(634, 2);
  301. this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  302. this.groupBox4.Name = "groupBox4";
  303. this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  304. this.groupBox4.Size = new System.Drawing.Size(208, 84);
  305. this.groupBox4.TabIndex = 9;
  306. this.groupBox4.TabStop = false;
  307. this.groupBox4.Text = "设置";
  308. //
  309. // txtArtTrbValue
  310. //
  311. this.txtArtTrbValue.Location = new System.Drawing.Point(157, 59);
  312. this.txtArtTrbValue.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  313. this.txtArtTrbValue.Name = "txtArtTrbValue";
  314. this.txtArtTrbValue.Size = new System.Drawing.Size(38, 21);
  315. this.txtArtTrbValue.TabIndex = 4;
  316. this.txtArtTrbValue.Text = "255";
  317. this.txtArtTrbValue.TextChanged += new System.EventHandler(this.txtArtTrbValue_TextChanged);
  318. this.txtArtTrbValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtArtTrbValue_KeyPress);
  319. //
  320. // label2
  321. //
  322. this.label2.AutoSize = true;
  323. this.label2.Location = new System.Drawing.Point(10, 62);
  324. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  325. this.label2.Name = "label2";
  326. this.label2.Size = new System.Drawing.Size(41, 12);
  327. this.label2.TabIndex = 2;
  328. this.label2.Text = "透明度";
  329. //
  330. // chkLine
  331. //
  332. this.chkLine.AutoSize = true;
  333. this.chkLine.Location = new System.Drawing.Point(13, 39);
  334. this.chkLine.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  335. this.chkLine.Name = "chkLine";
  336. this.chkLine.Size = new System.Drawing.Size(84, 16);
  337. this.chkLine.TabIndex = 1;
  338. this.chkLine.Text = "显示辅助线";
  339. this.chkLine.UseVisualStyleBackColor = true;
  340. this.chkLine.CheckedChanged += new System.EventHandler(this.chkLine_CheckedChanged);
  341. //
  342. // chkGrids
  343. //
  344. this.chkGrids.AutoSize = true;
  345. this.chkGrids.Location = new System.Drawing.Point(13, 19);
  346. this.chkGrids.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  347. this.chkGrids.Name = "chkGrids";
  348. this.chkGrids.Size = new System.Drawing.Size(72, 16);
  349. this.chkGrids.TabIndex = 0;
  350. this.chkGrids.Text = "显示网格";
  351. this.chkGrids.UseVisualStyleBackColor = true;
  352. this.chkGrids.CheckedChanged += new System.EventHandler(this.chkGrids_CheckedChanged);
  353. //
  354. // trbArt
  355. //
  356. this.trbArt.AutoSize = false;
  357. this.trbArt.Location = new System.Drawing.Point(49, 59);
  358. this.trbArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  359. this.trbArt.Maximum = 255;
  360. this.trbArt.Name = "trbArt";
  361. this.trbArt.Size = new System.Drawing.Size(110, 20);
  362. this.trbArt.TabIndex = 3;
  363. this.trbArt.TickStyle = System.Windows.Forms.TickStyle.None;
  364. this.trbArt.Value = 255;
  365. this.trbArt.ValueChanged += new System.EventHandler(this.trbArt_ValueChanged);
  366. //
  367. // groupBox3
  368. //
  369. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  370. | System.Windows.Forms.AnchorStyles.Left)
  371. | System.Windows.Forms.AnchorStyles.Right)));
  372. this.groupBox3.Controls.Add(this.pnlArtTools);
  373. this.groupBox3.Controls.Add(this.pnlArt);
  374. this.groupBox3.Location = new System.Drawing.Point(2, 2);
  375. this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  376. this.groupBox3.Name = "groupBox3";
  377. this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  378. this.groupBox3.Size = new System.Drawing.Size(336, 512);
  379. this.groupBox3.TabIndex = 8;
  380. this.groupBox3.TabStop = false;
  381. this.groupBox3.Text = "工艺图图片";
  382. //
  383. // pnlArtTools
  384. //
  385. this.pnlArtTools.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  386. this.pnlArtTools.BackColor = System.Drawing.SystemColors.Control;
  387. this.pnlArtTools.Location = new System.Drawing.Point(4, 466);
  388. this.pnlArtTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  389. this.pnlArtTools.Name = "pnlArtTools";
  390. this.pnlArtTools.Size = new System.Drawing.Size(327, 33);
  391. this.pnlArtTools.TabIndex = 1;
  392. //
  393. // pnlArt
  394. //
  395. this.pnlArt.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  396. | System.Windows.Forms.AnchorStyles.Left)
  397. | System.Windows.Forms.AnchorStyles.Right)));
  398. this.pnlArt.BackColor = System.Drawing.SystemColors.Control;
  399. this.pnlArt.Location = new System.Drawing.Point(4, 19);
  400. this.pnlArt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  401. this.pnlArt.Name = "pnlArt";
  402. this.pnlArt.Size = new System.Drawing.Size(327, 432);
  403. this.pnlArt.TabIndex = 0;
  404. //
  405. // groupBox1
  406. //
  407. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  408. | System.Windows.Forms.AnchorStyles.Right)));
  409. this.groupBox1.Controls.Add(this.pnlTargetTools);
  410. this.groupBox1.Controls.Add(this.pnlTarget);
  411. this.groupBox1.Location = new System.Drawing.Point(343, 2);
  412. this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  413. this.groupBox1.Name = "groupBox1";
  414. this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
  415. this.groupBox1.Size = new System.Drawing.Size(286, 515);
  416. this.groupBox1.TabIndex = 12;
  417. this.groupBox1.TabStop = false;
  418. this.groupBox1.Text = "目标图片";
  419. //
  420. // pnlTargetTools
  421. //
  422. this.pnlTargetTools.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
  423. this.pnlTargetTools.BackColor = System.Drawing.SystemColors.Control;
  424. this.pnlTargetTools.Location = new System.Drawing.Point(4, 468);
  425. this.pnlTargetTools.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  426. this.pnlTargetTools.Name = "pnlTargetTools";
  427. this.pnlTargetTools.Size = new System.Drawing.Size(278, 33);
  428. this.pnlTargetTools.TabIndex = 3;
  429. //
  430. // pnlTarget
  431. //
  432. this.pnlTarget.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  433. | System.Windows.Forms.AnchorStyles.Left)
  434. | System.Windows.Forms.AnchorStyles.Right)));
  435. this.pnlTarget.Location = new System.Drawing.Point(4, 21);
  436. this.pnlTarget.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  437. this.pnlTarget.Name = "pnlTarget";
  438. this.pnlTarget.Size = new System.Drawing.Size(278, 432);
  439. this.pnlTarget.TabIndex = 2;
  440. //
  441. // ArtworkCenterUserControl
  442. //
  443. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  444. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  445. this.BackColor = System.Drawing.SystemColors.Control;
  446. this.Controls.Add(this.groupBox1);
  447. this.Controls.Add(this.groupBox6);
  448. this.Controls.Add(this.groupBox5);
  449. this.Controls.Add(this.groupBox4);
  450. this.Controls.Add(this.groupBox3);
  451. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  452. this.Name = "ArtworkCenterUserControl";
  453. this.Size = new System.Drawing.Size(844, 520);
  454. this.Resize += new System.EventHandler(this.ArtworkCenterUserControl_Resize);
  455. this.groupBox6.ResumeLayout(false);
  456. this.groupBox6.PerformLayout();
  457. this.groupBox5.ResumeLayout(false);
  458. this.groupBox5.PerformLayout();
  459. ((System.ComponentModel.ISupportInitialize)(this.trbTarget)).EndInit();
  460. this.groupBox4.ResumeLayout(false);
  461. this.groupBox4.PerformLayout();
  462. ((System.ComponentModel.ISupportInitialize)(this.trbArt)).EndInit();
  463. this.groupBox3.ResumeLayout(false);
  464. this.groupBox1.ResumeLayout(false);
  465. this.ResumeLayout(false);
  466. }
  467. #endregion
  468. private System.Windows.Forms.GroupBox groupBox6;
  469. private System.Windows.Forms.RadioButton rdoSubfield;
  470. private System.Windows.Forms.RadioButton rdoTargetImg;
  471. private System.Windows.Forms.RadioButton rdoShowArtwork;
  472. private System.Windows.Forms.RadioButton rdoShowAll;
  473. private System.Windows.Forms.GroupBox groupBox5;
  474. private System.Windows.Forms.TextBox txtDistance;
  475. private System.Windows.Forms.Button btnRight;
  476. private System.Windows.Forms.Button btnLeft;
  477. private System.Windows.Forms.Button btnDown;
  478. private System.Windows.Forms.Button btnUp;
  479. private System.Windows.Forms.Label label5;
  480. private System.Windows.Forms.TextBox txtTargetTrbValue;
  481. private System.Windows.Forms.TrackBar trbTarget;
  482. private System.Windows.Forms.Label label4;
  483. private System.Windows.Forms.TextBox txtRotateFlip;
  484. private System.Windows.Forms.Label label3;
  485. private System.Windows.Forms.GroupBox groupBox4;
  486. private System.Windows.Forms.TextBox txtArtTrbValue;
  487. private System.Windows.Forms.Label label2;
  488. private System.Windows.Forms.CheckBox chkLine;
  489. private System.Windows.Forms.CheckBox chkGrids;
  490. private System.Windows.Forms.TrackBar trbArt;
  491. private System.Windows.Forms.GroupBox groupBox3;
  492. private System.Windows.Forms.GroupBox groupBox1;
  493. private System.Windows.Forms.Panel pnlArtTools;
  494. private System.Windows.Forms.Panel pnlArt;
  495. private System.Windows.Forms.Panel pnlTargetTools;
  496. private System.Windows.Forms.Panel pnlTarget;
  497. private System.Windows.Forms.Button btnRotateFlip;
  498. }
  499. }