Preview2SettingDialog.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. 
  2. namespace PaintDotNet.Preview2
  3. {
  4. partial class Preview2SettingDialog
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.toolStrip2 = new System.Windows.Forms.ToolStrip();
  32. this.btnCamRefresh = new System.Windows.Forms.ToolStripButton();
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.btnSave = new System.Windows.Forms.ToolStripButton();
  35. this.btnAdd = new System.Windows.Forms.ToolStripButton();
  36. this.btnDel = new System.Windows.Forms.ToolStripButton();
  37. this.cmbConfig = new System.Windows.Forms.ComboBox();
  38. this.cmbCamera = new System.Windows.Forms.ComboBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.metroTabControl1 = new System.Windows.Forms.TabControl();
  42. this.tabPageCamera = new System.Windows.Forms.TabPage();
  43. this.tabPageImage = new System.Windows.Forms.TabPage();
  44. this.tbgBase = new System.Windows.Forms.TabPage();
  45. this.groupBox2 = new System.Windows.Forms.GroupBox();
  46. this.btnCross = new System.Windows.Forms.Button();
  47. this.btnCircle = new System.Windows.Forms.Button();
  48. this.btnRect = new System.Windows.Forms.Button();
  49. this.btnGrid = new System.Windows.Forms.Button();
  50. this.groupBox1 = new System.Windows.Forms.GroupBox();
  51. this.btnGridSet = new System.Windows.Forms.Button();
  52. this.btnRulerSet = new System.Windows.Forms.Button();
  53. this.txbNameEx = new System.Windows.Forms.TextBox();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.ckbCapFocus = new System.Windows.Forms.CheckBox();
  56. this.ckbCapRuler = new System.Windows.Forms.CheckBox();
  57. this.ckbCapClose = new System.Windows.Forms.CheckBox();
  58. this.tabPage4 = new System.Windows.Forms.TabPage();
  59. this.toolkitEditControlR = new PaintDotNet.Preview2.ToolkitEditControl();
  60. this.toolkitEditControlL = new PaintDotNet.Preview2.ToolkitEditControl();
  61. this.groupBox4 = new System.Windows.Forms.GroupBox();
  62. this.rdbR = new System.Windows.Forms.RadioButton();
  63. this.rdbL = new System.Windows.Forms.RadioButton();
  64. this.label5 = new System.Windows.Forms.Label();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.ckbR = new System.Windows.Forms.CheckBox();
  67. this.ckbL = new System.Windows.Forms.CheckBox();
  68. this.timer1 = new System.Windows.Forms.Timer(this.components);
  69. this.panel1.SuspendLayout();
  70. this.toolStrip2.SuspendLayout();
  71. this.toolStrip1.SuspendLayout();
  72. this.metroTabControl1.SuspendLayout();
  73. this.tbgBase.SuspendLayout();
  74. this.groupBox2.SuspendLayout();
  75. this.groupBox1.SuspendLayout();
  76. this.tabPage4.SuspendLayout();
  77. this.groupBox4.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // panel1
  81. //
  82. this.panel1.Controls.Add(this.toolStrip2);
  83. this.panel1.Controls.Add(this.toolStrip1);
  84. this.panel1.Controls.Add(this.cmbConfig);
  85. this.panel1.Controls.Add(this.cmbCamera);
  86. this.panel1.Controls.Add(this.label2);
  87. this.panel1.Controls.Add(this.label1);
  88. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  89. this.panel1.Location = new System.Drawing.Point(4, 4);
  90. this.panel1.Name = "panel1";
  91. this.panel1.Size = new System.Drawing.Size(297, 62);
  92. this.panel1.TabIndex = 1;
  93. //
  94. // toolStrip2
  95. //
  96. this.toolStrip2.AllowMerge = false;
  97. this.toolStrip2.AutoSize = false;
  98. this.toolStrip2.BackColor = System.Drawing.Color.Transparent;
  99. this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
  100. this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  101. this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  102. this.btnCamRefresh});
  103. this.toolStrip2.Location = new System.Drawing.Point(252, 2);
  104. this.toolStrip2.Name = "toolStrip2";
  105. this.toolStrip2.Padding = new System.Windows.Forms.Padding(1);
  106. this.toolStrip2.Size = new System.Drawing.Size(41, 25);
  107. this.toolStrip2.TabIndex = 8;
  108. this.toolStrip2.Text = "toolStrip2";
  109. //
  110. // btnCamRefresh
  111. //
  112. this.btnCamRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  113. this.btnCamRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.btnCamRefresh.Margin = new System.Windows.Forms.Padding(0);
  115. this.btnCamRefresh.Name = "btnCamRefresh";
  116. this.btnCamRefresh.Size = new System.Drawing.Size(23, 23);
  117. this.btnCamRefresh.Text = "保存当前配置";
  118. this.btnCamRefresh.Click += new System.EventHandler(this.btnCamRefresh_Click);
  119. //
  120. // toolStrip1
  121. //
  122. this.toolStrip1.AllowMerge = false;
  123. this.toolStrip1.AutoSize = false;
  124. this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
  125. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
  126. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  127. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  128. this.btnSave,
  129. this.btnAdd,
  130. this.btnDel});
  131. this.toolStrip1.Location = new System.Drawing.Point(204, 30);
  132. this.toolStrip1.Name = "toolStrip1";
  133. this.toolStrip1.Padding = new System.Windows.Forms.Padding(1);
  134. this.toolStrip1.Size = new System.Drawing.Size(89, 25);
  135. this.toolStrip1.TabIndex = 7;
  136. this.toolStrip1.Text = "toolStrip1";
  137. //
  138. // btnSave
  139. //
  140. this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  141. this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.btnSave.Margin = new System.Windows.Forms.Padding(0);
  143. this.btnSave.Name = "btnSave";
  144. this.btnSave.Size = new System.Drawing.Size(23, 23);
  145. this.btnSave.Text = "保存当前配置";
  146. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  147. //
  148. // btnAdd
  149. //
  150. this.btnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  151. this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  152. this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.btnAdd.Name = "btnAdd";
  154. this.btnAdd.Size = new System.Drawing.Size(23, 23);
  155. this.btnAdd.Text = "添加并保存配置";
  156. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  157. //
  158. // btnDel
  159. //
  160. this.btnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  161. this.btnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
  162. this.btnDel.Margin = new System.Windows.Forms.Padding(0);
  163. this.btnDel.Name = "btnDel";
  164. this.btnDel.Size = new System.Drawing.Size(23, 23);
  165. this.btnDel.Text = "删除当前配置";
  166. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  167. //
  168. // cmbConfig
  169. //
  170. this.cmbConfig.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  171. this.cmbConfig.FormattingEnabled = true;
  172. this.cmbConfig.Location = new System.Drawing.Point(68, 32);
  173. this.cmbConfig.Name = "cmbConfig";
  174. this.cmbConfig.Size = new System.Drawing.Size(133, 20);
  175. this.cmbConfig.TabIndex = 3;
  176. this.cmbConfig.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbConfig_KeyDown);
  177. //
  178. // cmbCamera
  179. //
  180. this.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  181. this.cmbCamera.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  182. this.cmbCamera.FormattingEnabled = true;
  183. this.cmbCamera.Location = new System.Drawing.Point(68, 5);
  184. this.cmbCamera.Name = "cmbCamera";
  185. this.cmbCamera.Size = new System.Drawing.Size(181, 20);
  186. this.cmbCamera.TabIndex = 2;
  187. this.cmbCamera.SelectedIndexChanged += new System.EventHandler(this.cmbCamera_SelectedIndexChanged);
  188. //
  189. // label2
  190. //
  191. this.label2.AutoSize = true;
  192. this.label2.Location = new System.Drawing.Point(3, 35);
  193. this.label2.Name = "label2";
  194. this.label2.Size = new System.Drawing.Size(59, 12);
  195. this.label2.TabIndex = 1;
  196. this.label2.Text = "选择配置:";
  197. //
  198. // label1
  199. //
  200. this.label1.AutoSize = true;
  201. this.label1.Location = new System.Drawing.Point(3, 8);
  202. this.label1.Name = "label1";
  203. this.label1.Size = new System.Drawing.Size(59, 12);
  204. this.label1.TabIndex = 0;
  205. this.label1.Text = "选择相机:";
  206. //
  207. // metroTabControl1
  208. //
  209. this.metroTabControl1.Controls.Add(this.tabPageCamera);
  210. this.metroTabControl1.Controls.Add(this.tabPageImage);
  211. this.metroTabControl1.Controls.Add(this.tbgBase);
  212. this.metroTabControl1.Controls.Add(this.tabPage4);
  213. this.metroTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.metroTabControl1.Location = new System.Drawing.Point(4, 66);
  215. this.metroTabControl1.Margin = new System.Windows.Forms.Padding(0);
  216. this.metroTabControl1.Name = "metroTabControl1";
  217. this.metroTabControl1.Padding = new System.Drawing.Point(6, 8);
  218. this.metroTabControl1.SelectedIndex = 0;
  219. this.metroTabControl1.Size = new System.Drawing.Size(297, 691);
  220. this.metroTabControl1.TabIndex = 2;
  221. //
  222. // tabPageCamera
  223. //
  224. this.tabPageCamera.AutoScroll = true;
  225. this.tabPageCamera.BackColor = System.Drawing.Color.Transparent;
  226. this.tabPageCamera.Location = new System.Drawing.Point(4, 32);
  227. this.tabPageCamera.Name = "tabPageCamera";
  228. this.tabPageCamera.Padding = new System.Windows.Forms.Padding(4);
  229. this.tabPageCamera.Size = new System.Drawing.Size(289, 655);
  230. this.tabPageCamera.TabIndex = 0;
  231. this.tabPageCamera.Text = "相机设置 ";
  232. //
  233. // tabPageImage
  234. //
  235. this.tabPageImage.AutoScroll = true;
  236. this.tabPageImage.Location = new System.Drawing.Point(4, 32);
  237. this.tabPageImage.Name = "tabPageImage";
  238. this.tabPageImage.Padding = new System.Windows.Forms.Padding(4);
  239. this.tabPageImage.Size = new System.Drawing.Size(289, 655);
  240. this.tabPageImage.TabIndex = 1;
  241. this.tabPageImage.Text = " 图像设置 ";
  242. //
  243. // tbgBase
  244. //
  245. this.tbgBase.Controls.Add(this.groupBox2);
  246. this.tbgBase.Controls.Add(this.groupBox1);
  247. this.tbgBase.Location = new System.Drawing.Point(4, 32);
  248. this.tbgBase.Name = "tbgBase";
  249. this.tbgBase.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
  250. this.tbgBase.Size = new System.Drawing.Size(289, 655);
  251. this.tbgBase.TabIndex = 2;
  252. this.tbgBase.Text = " 基础设置";
  253. //
  254. // groupBox2
  255. //
  256. this.groupBox2.Controls.Add(this.btnCross);
  257. this.groupBox2.Controls.Add(this.btnCircle);
  258. this.groupBox2.Controls.Add(this.btnRect);
  259. this.groupBox2.Controls.Add(this.btnGrid);
  260. this.groupBox2.Location = new System.Drawing.Point(4, 172);
  261. this.groupBox2.Name = "groupBox2";
  262. this.groupBox2.Size = new System.Drawing.Size(283, 58);
  263. this.groupBox2.TabIndex = 1;
  264. this.groupBox2.TabStop = false;
  265. this.groupBox2.Text = "网格";
  266. //
  267. // btnCross
  268. //
  269. this.btnCross.Location = new System.Drawing.Point(211, 23);
  270. this.btnCross.Name = "btnCross";
  271. this.btnCross.Size = new System.Drawing.Size(61, 23);
  272. this.btnCross.TabIndex = 3;
  273. this.btnCross.Text = "十字线";
  274. this.btnCross.UseVisualStyleBackColor = true;
  275. this.btnCross.Click += new System.EventHandler(this.btnCross_Click);
  276. //
  277. // btnCircle
  278. //
  279. this.btnCircle.Location = new System.Drawing.Point(143, 23);
  280. this.btnCircle.Name = "btnCircle";
  281. this.btnCircle.Size = new System.Drawing.Size(61, 23);
  282. this.btnCircle.TabIndex = 2;
  283. this.btnCircle.Text = "圆形";
  284. this.btnCircle.UseVisualStyleBackColor = true;
  285. this.btnCircle.Click += new System.EventHandler(this.btnCircle_Click);
  286. //
  287. // btnRect
  288. //
  289. this.btnRect.Location = new System.Drawing.Point(75, 23);
  290. this.btnRect.Name = "btnRect";
  291. this.btnRect.Size = new System.Drawing.Size(61, 23);
  292. this.btnRect.TabIndex = 1;
  293. this.btnRect.Text = "矩形";
  294. this.btnRect.UseVisualStyleBackColor = true;
  295. this.btnRect.Click += new System.EventHandler(this.btnRect_Click);
  296. //
  297. // btnGrid
  298. //
  299. this.btnGrid.Location = new System.Drawing.Point(7, 23);
  300. this.btnGrid.Name = "btnGrid";
  301. this.btnGrid.Size = new System.Drawing.Size(61, 23);
  302. this.btnGrid.TabIndex = 0;
  303. this.btnGrid.Text = "网格";
  304. this.btnGrid.UseVisualStyleBackColor = true;
  305. this.btnGrid.Click += new System.EventHandler(this.btnGrid_Click);
  306. //
  307. // groupBox1
  308. //
  309. this.groupBox1.Controls.Add(this.btnGridSet);
  310. this.groupBox1.Controls.Add(this.btnRulerSet);
  311. this.groupBox1.Controls.Add(this.txbNameEx);
  312. this.groupBox1.Controls.Add(this.label3);
  313. this.groupBox1.Controls.Add(this.ckbCapFocus);
  314. this.groupBox1.Controls.Add(this.ckbCapRuler);
  315. this.groupBox1.Controls.Add(this.ckbCapClose);
  316. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  317. this.groupBox1.Location = new System.Drawing.Point(4, 12);
  318. this.groupBox1.Name = "groupBox1";
  319. this.groupBox1.Size = new System.Drawing.Size(281, 154);
  320. this.groupBox1.TabIndex = 0;
  321. this.groupBox1.TabStop = false;
  322. this.groupBox1.Text = "基础设置";
  323. //
  324. // btnGridSet
  325. //
  326. this.btnGridSet.Location = new System.Drawing.Point(10, 121);
  327. this.btnGridSet.Name = "btnGridSet";
  328. this.btnGridSet.Size = new System.Drawing.Size(75, 23);
  329. this.btnGridSet.TabIndex = 6;
  330. this.btnGridSet.Text = "网格设置";
  331. this.btnGridSet.UseVisualStyleBackColor = true;
  332. this.btnGridSet.Click += new System.EventHandler(this.btnGridSet_Click);
  333. //
  334. // btnRulerSet
  335. //
  336. this.btnRulerSet.Location = new System.Drawing.Point(91, 121);
  337. this.btnRulerSet.Name = "btnRulerSet";
  338. this.btnRulerSet.Size = new System.Drawing.Size(75, 23);
  339. this.btnRulerSet.TabIndex = 6;
  340. this.btnRulerSet.Text = "标尺设置";
  341. this.btnRulerSet.UseVisualStyleBackColor = true;
  342. this.btnRulerSet.Click += new System.EventHandler(this.btnRulerSet_Click);
  343. //
  344. // txbNameEx
  345. //
  346. this.txbNameEx.Location = new System.Drawing.Point(75, 94);
  347. this.txbNameEx.Name = "txbNameEx";
  348. this.txbNameEx.Size = new System.Drawing.Size(106, 21);
  349. this.txbNameEx.TabIndex = 4;
  350. this.txbNameEx.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txbNameEx_KeyDown);
  351. //
  352. // label3
  353. //
  354. this.label3.AutoSize = true;
  355. this.label3.Location = new System.Drawing.Point(8, 97);
  356. this.label3.Name = "label3";
  357. this.label3.Size = new System.Drawing.Size(65, 12);
  358. this.label3.TabIndex = 3;
  359. this.label3.Text = "相机别名:";
  360. //
  361. // ckbCapFocus
  362. //
  363. this.ckbCapFocus.AutoSize = true;
  364. this.ckbCapFocus.Location = new System.Drawing.Point(8, 72);
  365. this.ckbCapFocus.Name = "ckbCapFocus";
  366. this.ckbCapFocus.Size = new System.Drawing.Size(72, 16);
  367. this.ckbCapFocus.TabIndex = 2;
  368. this.ckbCapFocus.Text = "辅助调焦";
  369. this.ckbCapFocus.UseVisualStyleBackColor = true;
  370. this.ckbCapFocus.Click += new System.EventHandler(this.ckbCapFocus_Click);
  371. //
  372. // ckbCapRuler
  373. //
  374. this.ckbCapRuler.AutoSize = true;
  375. this.ckbCapRuler.Location = new System.Drawing.Point(8, 48);
  376. this.ckbCapRuler.Name = "ckbCapRuler";
  377. this.ckbCapRuler.Size = new System.Drawing.Size(72, 16);
  378. this.ckbCapRuler.TabIndex = 1;
  379. this.ckbCapRuler.Text = "拍摄标尺";
  380. this.ckbCapRuler.UseVisualStyleBackColor = true;
  381. this.ckbCapRuler.Click += new System.EventHandler(this.ckbCapRuler_Click);
  382. //
  383. // ckbCapClose
  384. //
  385. this.ckbCapClose.AutoSize = true;
  386. this.ckbCapClose.Location = new System.Drawing.Point(8, 26);
  387. this.ckbCapClose.Name = "ckbCapClose";
  388. this.ckbCapClose.Size = new System.Drawing.Size(84, 16);
  389. this.ckbCapClose.TabIndex = 0;
  390. this.ckbCapClose.Text = "拍照后关闭";
  391. this.ckbCapClose.UseVisualStyleBackColor = true;
  392. this.ckbCapClose.Click += new System.EventHandler(this.ckbCapClose_Click);
  393. //
  394. // tabPage4
  395. //
  396. this.tabPage4.Controls.Add(this.toolkitEditControlR);
  397. this.tabPage4.Controls.Add(this.toolkitEditControlL);
  398. this.tabPage4.Controls.Add(this.groupBox4);
  399. this.tabPage4.Location = new System.Drawing.Point(4, 32);
  400. this.tabPage4.Name = "tabPage4";
  401. this.tabPage4.Padding = new System.Windows.Forms.Padding(4, 12, 4, 4);
  402. this.tabPage4.Size = new System.Drawing.Size(289, 655);
  403. this.tabPage4.TabIndex = 3;
  404. this.tabPage4.Text = " 边栏设置 ";
  405. //
  406. // toolkitEditControlR
  407. //
  408. this.toolkitEditControlR.Dock = System.Windows.Forms.DockStyle.Fill;
  409. this.toolkitEditControlR.Location = new System.Drawing.Point(4, 93);
  410. this.toolkitEditControlR.Margin = new System.Windows.Forms.Padding(0);
  411. this.toolkitEditControlR.Name = "toolkitEditControlR";
  412. this.toolkitEditControlR.Size = new System.Drawing.Size(281, 558);
  413. this.toolkitEditControlR.TabIndex = 3;
  414. this.toolkitEditControlR.Visible = false;
  415. //
  416. // toolkitEditControlL
  417. //
  418. this.toolkitEditControlL.Dock = System.Windows.Forms.DockStyle.Fill;
  419. this.toolkitEditControlL.Location = new System.Drawing.Point(4, 93);
  420. this.toolkitEditControlL.Margin = new System.Windows.Forms.Padding(0);
  421. this.toolkitEditControlL.Name = "toolkitEditControlL";
  422. this.toolkitEditControlL.Size = new System.Drawing.Size(281, 558);
  423. this.toolkitEditControlL.TabIndex = 1;
  424. //
  425. // groupBox4
  426. //
  427. this.groupBox4.Controls.Add(this.rdbR);
  428. this.groupBox4.Controls.Add(this.rdbL);
  429. this.groupBox4.Controls.Add(this.label5);
  430. this.groupBox4.Controls.Add(this.label4);
  431. this.groupBox4.Controls.Add(this.ckbR);
  432. this.groupBox4.Controls.Add(this.ckbL);
  433. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
  434. this.groupBox4.Location = new System.Drawing.Point(4, 12);
  435. this.groupBox4.Name = "groupBox4";
  436. this.groupBox4.Size = new System.Drawing.Size(281, 81);
  437. this.groupBox4.TabIndex = 2;
  438. this.groupBox4.TabStop = false;
  439. this.groupBox4.Text = "边栏位置";
  440. //
  441. // rdbR
  442. //
  443. this.rdbR.AutoSize = true;
  444. this.rdbR.Location = new System.Drawing.Point(133, 55);
  445. this.rdbR.Name = "rdbR";
  446. this.rdbR.Size = new System.Drawing.Size(47, 16);
  447. this.rdbR.TabIndex = 4;
  448. this.rdbR.Text = "右侧";
  449. this.rdbR.UseVisualStyleBackColor = true;
  450. this.rdbR.Click += new System.EventHandler(this.ToolkitEditSelect_Click);
  451. //
  452. // rdbL
  453. //
  454. this.rdbL.AutoSize = true;
  455. this.rdbL.Checked = true;
  456. this.rdbL.Location = new System.Drawing.Point(77, 55);
  457. this.rdbL.Name = "rdbL";
  458. this.rdbL.Size = new System.Drawing.Size(47, 16);
  459. this.rdbL.TabIndex = 3;
  460. this.rdbL.TabStop = true;
  461. this.rdbL.Text = "左侧";
  462. this.rdbL.UseVisualStyleBackColor = true;
  463. this.rdbL.Click += new System.EventHandler(this.ToolkitEditSelect_Click);
  464. //
  465. // label5
  466. //
  467. this.label5.AutoSize = true;
  468. this.label5.Location = new System.Drawing.Point(6, 57);
  469. this.label5.Name = "label5";
  470. this.label5.Size = new System.Drawing.Size(59, 12);
  471. this.label5.TabIndex = 2;
  472. this.label5.Text = "边栏编辑:";
  473. //
  474. // label4
  475. //
  476. this.label4.AutoSize = true;
  477. this.label4.Location = new System.Drawing.Point(6, 27);
  478. this.label4.Name = "label4";
  479. this.label4.Size = new System.Drawing.Size(59, 12);
  480. this.label4.TabIndex = 1;
  481. this.label4.Text = "边栏显示:";
  482. //
  483. // ckbR
  484. //
  485. this.ckbR.AutoSize = true;
  486. this.ckbR.Location = new System.Drawing.Point(133, 25);
  487. this.ckbR.Name = "ckbR";
  488. this.ckbR.Size = new System.Drawing.Size(48, 16);
  489. this.ckbR.TabIndex = 0;
  490. this.ckbR.Text = "右侧";
  491. this.ckbR.UseVisualStyleBackColor = true;
  492. this.ckbR.Click += new System.EventHandler(this.ToolkitsideChanged_Click);
  493. //
  494. // ckbL
  495. //
  496. this.ckbL.AutoSize = true;
  497. this.ckbL.Location = new System.Drawing.Point(77, 25);
  498. this.ckbL.Name = "ckbL";
  499. this.ckbL.Size = new System.Drawing.Size(48, 16);
  500. this.ckbL.TabIndex = 0;
  501. this.ckbL.Text = "左侧";
  502. this.ckbL.UseVisualStyleBackColor = true;
  503. this.ckbL.Click += new System.EventHandler(this.ToolkitsideChanged_Click);
  504. //
  505. // timer1
  506. //
  507. this.timer1.Interval = 250;
  508. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  509. //
  510. // Preview2SettingDialog
  511. //
  512. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  513. this.ClientSize = new System.Drawing.Size(305, 761);
  514. this.Controls.Add(this.metroTabControl1);
  515. this.Controls.Add(this.panel1);
  516. this.MaximumSize = new System.Drawing.Size(321, 1024);
  517. this.MinimumSize = new System.Drawing.Size(321, 800);
  518. this.Name = "Preview2SettingDialog";
  519. this.Padding = new System.Windows.Forms.Padding(4);
  520. this.Text = "预览配置";
  521. this.TopMost = true;
  522. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Preview2SettingDialog_FormClosing);
  523. this.Controls.SetChildIndex(this.panel1, 0);
  524. this.Controls.SetChildIndex(this.metroTabControl1, 0);
  525. this.panel1.ResumeLayout(false);
  526. this.panel1.PerformLayout();
  527. this.toolStrip2.ResumeLayout(false);
  528. this.toolStrip2.PerformLayout();
  529. this.toolStrip1.ResumeLayout(false);
  530. this.toolStrip1.PerformLayout();
  531. this.metroTabControl1.ResumeLayout(false);
  532. this.tbgBase.ResumeLayout(false);
  533. this.groupBox2.ResumeLayout(false);
  534. this.groupBox1.ResumeLayout(false);
  535. this.groupBox1.PerformLayout();
  536. this.tabPage4.ResumeLayout(false);
  537. this.groupBox4.ResumeLayout(false);
  538. this.groupBox4.PerformLayout();
  539. this.ResumeLayout(false);
  540. }
  541. #endregion
  542. private System.Windows.Forms.Panel panel1;
  543. private System.Windows.Forms.Label label2;
  544. private System.Windows.Forms.Label label1;
  545. private System.Windows.Forms.ComboBox cmbConfig;
  546. private System.Windows.Forms.ComboBox cmbCamera;
  547. // private System.Windows.Forms.TabControl metroTabControl1;
  548. private System.Windows.Forms.TabControl metroTabControl1;
  549. private System.Windows.Forms.TabPage tabPageCamera;
  550. private System.Windows.Forms.TabPage tabPageImage;
  551. private System.Windows.Forms.TabPage tbgBase;
  552. private System.Windows.Forms.TabPage tabPage4;
  553. private System.Windows.Forms.GroupBox groupBox2;
  554. private System.Windows.Forms.Button btnCross;
  555. private System.Windows.Forms.Button btnCircle;
  556. private System.Windows.Forms.Button btnRect;
  557. private System.Windows.Forms.Button btnGrid;
  558. private System.Windows.Forms.GroupBox groupBox1;
  559. private System.Windows.Forms.CheckBox ckbCapFocus;
  560. private System.Windows.Forms.CheckBox ckbCapRuler;
  561. private System.Windows.Forms.CheckBox ckbCapClose;
  562. private System.Windows.Forms.Timer timer1;
  563. private PaintDotNet.Preview2.ToolkitEditControl toolkitEditControlL;
  564. private System.Windows.Forms.ToolStrip toolStrip1;
  565. private System.Windows.Forms.ToolStripButton btnSave;
  566. private System.Windows.Forms.ToolStripButton btnAdd;
  567. private System.Windows.Forms.ToolStripButton btnDel;
  568. private System.Windows.Forms.TextBox txbNameEx;
  569. private System.Windows.Forms.Label label3;
  570. private System.Windows.Forms.GroupBox groupBox4;
  571. private System.Windows.Forms.Label label5;
  572. private System.Windows.Forms.Label label4;
  573. private System.Windows.Forms.CheckBox ckbR;
  574. private System.Windows.Forms.CheckBox ckbL;
  575. private System.Windows.Forms.RadioButton rdbR;
  576. private System.Windows.Forms.RadioButton rdbL;
  577. private ToolkitEditControl toolkitEditControlR;
  578. private System.Windows.Forms.Button btnGridSet;
  579. private System.Windows.Forms.Button btnRulerSet;
  580. private System.Windows.Forms.ToolStrip toolStrip2;
  581. private System.Windows.Forms.ToolStripButton btnCamRefresh;
  582. }
  583. }