FormEyeHandCalib.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. namespace EyeHandCalibTool
  2. {
  3. partial class FormEyeHandCalib
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEyeHandCalib));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  34. this.tsbtRunTool = new System.Windows.Forms.ToolStripButton();
  35. this.statusStrip = new System.Windows.Forms.StatusStrip();
  36. this.lb_RunStatus = new System.Windows.Forms.ToolStripStatusLabel();
  37. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  38. this.lb_RunTime = new System.Windows.Forms.ToolStripStatusLabel();
  39. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  40. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  41. this.uiLabel1 = new Sunny.UI.UILabel();
  42. this.chbSelectCalibType = new Sunny.UI.UIComboBox();
  43. this.uiPanel1 = new Sunny.UI.UIPanel();
  44. this.CalibDataGrid = new Sunny.UI.UIDataGridView();
  45. this.btnImportData = new Sunny.UI.UISymbolButton();
  46. this.btnExportData = new Sunny.UI.UISymbolButton();
  47. this.uiTabControl1 = new Sunny.UI.UITabControl();
  48. this.tabPage1 = new System.Windows.Forms.TabPage();
  49. this.tabPage2 = new System.Windows.Forms.TabPage();
  50. this.btnCalibAuto = new Sunny.UI.UISymbolButton();
  51. this.btnCalibManual = new Sunny.UI.UISymbolButton();
  52. this.txbTheta = new Sunny.UI.UITextBox();
  53. this.txbRatation = new Sunny.UI.UITextBox();
  54. this.txbScaleY = new Sunny.UI.UITextBox();
  55. this.txbScaleX = new Sunny.UI.UITextBox();
  56. this.txbMoveY = new Sunny.UI.UITextBox();
  57. this.txbMoveX = new Sunny.UI.UITextBox();
  58. this.uiLabel7 = new Sunny.UI.UILabel();
  59. this.uiLabel6 = new Sunny.UI.UILabel();
  60. this.uiLabel5 = new Sunny.UI.UILabel();
  61. this.uiLabel4 = new Sunny.UI.UILabel();
  62. this.uiLabel3 = new Sunny.UI.UILabel();
  63. this.uiLabel2 = new Sunny.UI.UILabel();
  64. this.toolStrip1.SuspendLayout();
  65. this.statusStrip.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  67. this.splitContainer1.Panel1.SuspendLayout();
  68. this.splitContainer1.Panel2.SuspendLayout();
  69. this.splitContainer1.SuspendLayout();
  70. this.uiGroupBox1.SuspendLayout();
  71. this.uiPanel1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.CalibDataGrid)).BeginInit();
  73. this.uiTabControl1.SuspendLayout();
  74. this.tabPage1.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // toolStrip1
  78. //
  79. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
  80. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  81. this.tsbtRunTool});
  82. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  83. this.toolStrip1.Name = "toolStrip1";
  84. this.toolStrip1.Size = new System.Drawing.Size(823, 32);
  85. this.toolStrip1.TabIndex = 5;
  86. this.toolStrip1.Text = "toolStrip1";
  87. //
  88. // tsbtRunTool
  89. //
  90. this.tsbtRunTool.Image = ((System.Drawing.Image)(resources.GetObject("tsbtRunTool.Image")));
  91. this.tsbtRunTool.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.tsbtRunTool.Name = "tsbtRunTool";
  93. this.tsbtRunTool.Size = new System.Drawing.Size(85, 29);
  94. this.tsbtRunTool.Text = "运行工具";
  95. this.tsbtRunTool.Click += new System.EventHandler(this.tsbtRunTool_Click);
  96. //
  97. // statusStrip
  98. //
  99. this.statusStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  101. this.lb_RunStatus,
  102. this.toolStripStatusLabel1,
  103. this.lb_RunTime});
  104. this.statusStrip.Location = new System.Drawing.Point(0, 500);
  105. this.statusStrip.Name = "statusStrip";
  106. this.statusStrip.Size = new System.Drawing.Size(823, 22);
  107. this.statusStrip.TabIndex = 4;
  108. //
  109. // lb_RunStatus
  110. //
  111. this.lb_RunStatus.Name = "lb_RunStatus";
  112. this.lb_RunStatus.Size = new System.Drawing.Size(0, 17);
  113. //
  114. // toolStripStatusLabel1
  115. //
  116. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  117. this.toolStripStatusLabel1.Size = new System.Drawing.Size(16, 17);
  118. this.toolStripStatusLabel1.Text = " ";
  119. //
  120. // lb_RunTime
  121. //
  122. this.lb_RunTime.Name = "lb_RunTime";
  123. this.lb_RunTime.Size = new System.Drawing.Size(0, 17);
  124. //
  125. // splitContainer1
  126. //
  127. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.splitContainer1.Location = new System.Drawing.Point(0, 32);
  129. this.splitContainer1.Name = "splitContainer1";
  130. //
  131. // splitContainer1.Panel1
  132. //
  133. this.splitContainer1.Panel1.Controls.Add(this.CalibDataGrid);
  134. this.splitContainer1.Panel1.Controls.Add(this.uiPanel1);
  135. this.splitContainer1.Panel1.Controls.Add(this.uiGroupBox1);
  136. //
  137. // splitContainer1.Panel2
  138. //
  139. this.splitContainer1.Panel2.Controls.Add(this.uiTabControl1);
  140. this.splitContainer1.Size = new System.Drawing.Size(823, 468);
  141. this.splitContainer1.SplitterDistance = 542;
  142. this.splitContainer1.TabIndex = 6;
  143. //
  144. // uiGroupBox1
  145. //
  146. this.uiGroupBox1.BackColor = System.Drawing.Color.White;
  147. this.uiGroupBox1.Controls.Add(this.uiLabel1);
  148. this.uiGroupBox1.Controls.Add(this.chbSelectCalibType);
  149. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  150. this.uiGroupBox1.FillColor = System.Drawing.Color.White;
  151. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.uiGroupBox1.IsScaled = false;
  153. this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
  154. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  155. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  156. this.uiGroupBox1.Name = "uiGroupBox1";
  157. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  158. this.uiGroupBox1.Size = new System.Drawing.Size(542, 82);
  159. this.uiGroupBox1.Style = Sunny.UI.UIStyle.Custom;
  160. this.uiGroupBox1.TabIndex = 26;
  161. this.uiGroupBox1.Text = "选择标定模式";
  162. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  163. //
  164. // uiLabel1
  165. //
  166. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.uiLabel1.Location = new System.Drawing.Point(12, 38);
  168. this.uiLabel1.Name = "uiLabel1";
  169. this.uiLabel1.Size = new System.Drawing.Size(96, 23);
  170. this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
  171. this.uiLabel1.TabIndex = 26;
  172. this.uiLabel1.Text = "标定类型:";
  173. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  174. //
  175. // chbSelectCalibType
  176. //
  177. this.chbSelectCalibType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  178. | System.Windows.Forms.AnchorStyles.Right)));
  179. this.chbSelectCalibType.DataSource = null;
  180. this.chbSelectCalibType.FillColor = System.Drawing.Color.White;
  181. this.chbSelectCalibType.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.chbSelectCalibType.IsScaled = false;
  183. this.chbSelectCalibType.Items.AddRange(new object[] {
  184. "四点标定",
  185. "九点标定"});
  186. this.chbSelectCalibType.Location = new System.Drawing.Point(146, 38);
  187. this.chbSelectCalibType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  188. this.chbSelectCalibType.MinimumSize = new System.Drawing.Size(63, 0);
  189. this.chbSelectCalibType.Name = "chbSelectCalibType";
  190. this.chbSelectCalibType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  191. this.chbSelectCalibType.Size = new System.Drawing.Size(285, 29);
  192. this.chbSelectCalibType.Style = Sunny.UI.UIStyle.Custom;
  193. this.chbSelectCalibType.TabIndex = 25;
  194. this.chbSelectCalibType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  195. this.chbSelectCalibType.SelectedIndexChanged += new System.EventHandler(this.chbSelectCalibType_SelectedIndexChanged);
  196. //
  197. // uiPanel1
  198. //
  199. this.uiPanel1.Controls.Add(this.btnExportData);
  200. this.uiPanel1.Controls.Add(this.btnImportData);
  201. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  202. this.uiPanel1.FillColor = System.Drawing.Color.White;
  203. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.uiPanel1.IsScaled = false;
  205. this.uiPanel1.Location = new System.Drawing.Point(0, 418);
  206. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  207. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  208. this.uiPanel1.Name = "uiPanel1";
  209. this.uiPanel1.Size = new System.Drawing.Size(542, 50);
  210. this.uiPanel1.Style = Sunny.UI.UIStyle.Custom;
  211. this.uiPanel1.TabIndex = 27;
  212. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  213. //
  214. // CalibDataGrid
  215. //
  216. this.CalibDataGrid.AllowUserToAddRows = false;
  217. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  218. this.CalibDataGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  219. this.CalibDataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  220. this.CalibDataGrid.BackgroundColor = System.Drawing.Color.White;
  221. this.CalibDataGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  222. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  223. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  224. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  226. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  227. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  228. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  229. this.CalibDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  230. this.CalibDataGrid.ColumnHeadersHeight = 32;
  231. this.CalibDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  232. this.CalibDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.CalibDataGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  234. this.CalibDataGrid.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.CalibDataGrid.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  236. this.CalibDataGrid.Location = new System.Drawing.Point(0, 82);
  237. this.CalibDataGrid.Name = "CalibDataGrid";
  238. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  239. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  240. dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  242. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  243. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.White;
  244. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  245. this.CalibDataGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
  246. dataGridViewCellStyle12.BackColor = System.Drawing.Color.White;
  247. this.CalibDataGrid.RowsDefaultCellStyle = dataGridViewCellStyle12;
  248. this.CalibDataGrid.RowTemplate.Height = 23;
  249. this.CalibDataGrid.SelectedIndex = -1;
  250. this.CalibDataGrid.ShowGridLine = true;
  251. this.CalibDataGrid.Size = new System.Drawing.Size(542, 336);
  252. this.CalibDataGrid.TabIndex = 28;
  253. this.CalibDataGrid.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.CalibDataGrid_RowPostPaint);
  254. //
  255. // btnImportData
  256. //
  257. this.btnImportData.Cursor = System.Windows.Forms.Cursors.Hand;
  258. this.btnImportData.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.btnImportData.IsScaled = false;
  260. this.btnImportData.Location = new System.Drawing.Point(86, 6);
  261. this.btnImportData.MinimumSize = new System.Drawing.Size(1, 1);
  262. this.btnImportData.Name = "btnImportData";
  263. this.btnImportData.Size = new System.Drawing.Size(114, 35);
  264. this.btnImportData.Style = Sunny.UI.UIStyle.Custom;
  265. this.btnImportData.Symbol = 61568;
  266. this.btnImportData.TabIndex = 0;
  267. this.btnImportData.Text = "数据导入";
  268. this.btnImportData.Click += new System.EventHandler(this.btnImportData_Click);
  269. //
  270. // btnExportData
  271. //
  272. this.btnExportData.Cursor = System.Windows.Forms.Cursors.Hand;
  273. this.btnExportData.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.btnExportData.IsScaled = false;
  275. this.btnExportData.Location = new System.Drawing.Point(273, 6);
  276. this.btnExportData.MinimumSize = new System.Drawing.Size(1, 1);
  277. this.btnExportData.Name = "btnExportData";
  278. this.btnExportData.Size = new System.Drawing.Size(114, 35);
  279. this.btnExportData.Style = Sunny.UI.UIStyle.Custom;
  280. this.btnExportData.Symbol = 61584;
  281. this.btnExportData.TabIndex = 0;
  282. this.btnExportData.Text = "数据导出";
  283. this.btnExportData.Click += new System.EventHandler(this.btnExportData_Click);
  284. //
  285. // uiTabControl1
  286. //
  287. this.uiTabControl1.Controls.Add(this.tabPage1);
  288. this.uiTabControl1.Controls.Add(this.tabPage2);
  289. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  291. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.uiTabControl1.ItemSize = new System.Drawing.Size(100, 40);
  293. this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
  294. this.uiTabControl1.MainPage = "";
  295. this.uiTabControl1.Name = "uiTabControl1";
  296. this.uiTabControl1.SelectedIndex = 0;
  297. this.uiTabControl1.Size = new System.Drawing.Size(277, 468);
  298. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  299. this.uiTabControl1.TabIndex = 0;
  300. //
  301. // tabPage1
  302. //
  303. this.tabPage1.BackColor = System.Drawing.Color.White;
  304. this.tabPage1.Controls.Add(this.btnCalibAuto);
  305. this.tabPage1.Controls.Add(this.btnCalibManual);
  306. this.tabPage1.Controls.Add(this.txbTheta);
  307. this.tabPage1.Controls.Add(this.txbRatation);
  308. this.tabPage1.Controls.Add(this.txbScaleY);
  309. this.tabPage1.Controls.Add(this.txbScaleX);
  310. this.tabPage1.Controls.Add(this.txbMoveY);
  311. this.tabPage1.Controls.Add(this.txbMoveX);
  312. this.tabPage1.Controls.Add(this.uiLabel7);
  313. this.tabPage1.Controls.Add(this.uiLabel6);
  314. this.tabPage1.Controls.Add(this.uiLabel5);
  315. this.tabPage1.Controls.Add(this.uiLabel4);
  316. this.tabPage1.Controls.Add(this.uiLabel3);
  317. this.tabPage1.Controls.Add(this.uiLabel2);
  318. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  319. this.tabPage1.Name = "tabPage1";
  320. this.tabPage1.Size = new System.Drawing.Size(277, 428);
  321. this.tabPage1.TabIndex = 0;
  322. this.tabPage1.Text = "标定结果";
  323. //
  324. // tabPage2
  325. //
  326. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  327. this.tabPage2.Name = "tabPage2";
  328. this.tabPage2.Size = new System.Drawing.Size(277, 428);
  329. this.tabPage2.TabIndex = 1;
  330. this.tabPage2.Text = "转换结果";
  331. this.tabPage2.UseVisualStyleBackColor = true;
  332. //
  333. // btnCalibAuto
  334. //
  335. this.btnCalibAuto.Cursor = System.Windows.Forms.Cursors.Hand;
  336. this.btnCalibAuto.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.btnCalibAuto.IsScaled = false;
  338. this.btnCalibAuto.Location = new System.Drawing.Point(151, 352);
  339. this.btnCalibAuto.MinimumSize = new System.Drawing.Size(1, 1);
  340. this.btnCalibAuto.Name = "btnCalibAuto";
  341. this.btnCalibAuto.Size = new System.Drawing.Size(103, 35);
  342. this.btnCalibAuto.Style = Sunny.UI.UIStyle.Custom;
  343. this.btnCalibAuto.Symbol = 261778;
  344. this.btnCalibAuto.TabIndex = 15;
  345. this.btnCalibAuto.Text = "自动标定";
  346. //
  347. // btnCalibManual
  348. //
  349. this.btnCalibManual.Cursor = System.Windows.Forms.Cursors.Hand;
  350. this.btnCalibManual.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.btnCalibManual.IsScaled = false;
  352. this.btnCalibManual.Location = new System.Drawing.Point(23, 352);
  353. this.btnCalibManual.MinimumSize = new System.Drawing.Size(1, 1);
  354. this.btnCalibManual.Name = "btnCalibManual";
  355. this.btnCalibManual.Size = new System.Drawing.Size(103, 35);
  356. this.btnCalibManual.Style = Sunny.UI.UIStyle.Custom;
  357. this.btnCalibManual.Symbol = 363128;
  358. this.btnCalibManual.TabIndex = 16;
  359. this.btnCalibManual.Text = "手动标定";
  360. this.btnCalibManual.Click += new System.EventHandler(this.btnCalibManual_Click);
  361. //
  362. // txbTheta
  363. //
  364. this.txbTheta.ButtonSymbol = 61761;
  365. this.txbTheta.Cursor = System.Windows.Forms.Cursors.IBeam;
  366. this.txbTheta.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.txbTheta.IsScaled = false;
  368. this.txbTheta.Location = new System.Drawing.Point(104, 292);
  369. this.txbTheta.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  370. this.txbTheta.Maximum = 2147483647D;
  371. this.txbTheta.Minimum = -2147483648D;
  372. this.txbTheta.MinimumSize = new System.Drawing.Size(1, 16);
  373. this.txbTheta.Name = "txbTheta";
  374. this.txbTheta.Size = new System.Drawing.Size(150, 29);
  375. this.txbTheta.Style = Sunny.UI.UIStyle.Custom;
  376. this.txbTheta.TabIndex = 9;
  377. this.txbTheta.Text = "0";
  378. this.txbTheta.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  379. //
  380. // txbRatation
  381. //
  382. this.txbRatation.ButtonSymbol = 61761;
  383. this.txbRatation.Cursor = System.Windows.Forms.Cursors.IBeam;
  384. this.txbRatation.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.txbRatation.IsScaled = false;
  386. this.txbRatation.Location = new System.Drawing.Point(104, 242);
  387. this.txbRatation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  388. this.txbRatation.Maximum = 2147483647D;
  389. this.txbRatation.Minimum = -2147483648D;
  390. this.txbRatation.MinimumSize = new System.Drawing.Size(1, 16);
  391. this.txbRatation.Name = "txbRatation";
  392. this.txbRatation.Size = new System.Drawing.Size(150, 29);
  393. this.txbRatation.Style = Sunny.UI.UIStyle.Custom;
  394. this.txbRatation.TabIndex = 10;
  395. this.txbRatation.Text = "0";
  396. this.txbRatation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  397. //
  398. // txbScaleY
  399. //
  400. this.txbScaleY.ButtonSymbol = 61761;
  401. this.txbScaleY.Cursor = System.Windows.Forms.Cursors.IBeam;
  402. this.txbScaleY.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.txbScaleY.IsScaled = false;
  404. this.txbScaleY.Location = new System.Drawing.Point(104, 192);
  405. this.txbScaleY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  406. this.txbScaleY.Maximum = 2147483647D;
  407. this.txbScaleY.Minimum = -2147483648D;
  408. this.txbScaleY.MinimumSize = new System.Drawing.Size(1, 16);
  409. this.txbScaleY.Name = "txbScaleY";
  410. this.txbScaleY.Size = new System.Drawing.Size(150, 29);
  411. this.txbScaleY.Style = Sunny.UI.UIStyle.Custom;
  412. this.txbScaleY.TabIndex = 11;
  413. this.txbScaleY.Text = "0";
  414. this.txbScaleY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  415. //
  416. // txbScaleX
  417. //
  418. this.txbScaleX.ButtonSymbol = 61761;
  419. this.txbScaleX.Cursor = System.Windows.Forms.Cursors.IBeam;
  420. this.txbScaleX.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.txbScaleX.IsScaled = false;
  422. this.txbScaleX.Location = new System.Drawing.Point(104, 142);
  423. this.txbScaleX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  424. this.txbScaleX.Maximum = 2147483647D;
  425. this.txbScaleX.Minimum = -2147483648D;
  426. this.txbScaleX.MinimumSize = new System.Drawing.Size(1, 16);
  427. this.txbScaleX.Name = "txbScaleX";
  428. this.txbScaleX.Size = new System.Drawing.Size(150, 29);
  429. this.txbScaleX.Style = Sunny.UI.UIStyle.Custom;
  430. this.txbScaleX.TabIndex = 12;
  431. this.txbScaleX.Text = "0";
  432. this.txbScaleX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  433. //
  434. // txbMoveY
  435. //
  436. this.txbMoveY.ButtonSymbol = 61761;
  437. this.txbMoveY.Cursor = System.Windows.Forms.Cursors.IBeam;
  438. this.txbMoveY.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.txbMoveY.IsScaled = false;
  440. this.txbMoveY.Location = new System.Drawing.Point(104, 92);
  441. this.txbMoveY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  442. this.txbMoveY.Maximum = 2147483647D;
  443. this.txbMoveY.Minimum = -2147483648D;
  444. this.txbMoveY.MinimumSize = new System.Drawing.Size(1, 16);
  445. this.txbMoveY.Name = "txbMoveY";
  446. this.txbMoveY.Size = new System.Drawing.Size(150, 29);
  447. this.txbMoveY.Style = Sunny.UI.UIStyle.Custom;
  448. this.txbMoveY.TabIndex = 13;
  449. this.txbMoveY.Text = "0";
  450. this.txbMoveY.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  451. //
  452. // txbMoveX
  453. //
  454. this.txbMoveX.ButtonSymbol = 61761;
  455. this.txbMoveX.Cursor = System.Windows.Forms.Cursors.IBeam;
  456. this.txbMoveX.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.txbMoveX.IsScaled = false;
  458. this.txbMoveX.Location = new System.Drawing.Point(104, 42);
  459. this.txbMoveX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  460. this.txbMoveX.Maximum = 2147483647D;
  461. this.txbMoveX.Minimum = -2147483648D;
  462. this.txbMoveX.MinimumSize = new System.Drawing.Size(1, 16);
  463. this.txbMoveX.Name = "txbMoveX";
  464. this.txbMoveX.Size = new System.Drawing.Size(150, 29);
  465. this.txbMoveX.Style = Sunny.UI.UIStyle.Custom;
  466. this.txbMoveX.TabIndex = 14;
  467. this.txbMoveX.Text = "0";
  468. this.txbMoveX.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  469. //
  470. // uiLabel7
  471. //
  472. this.uiLabel7.BackColor = System.Drawing.Color.White;
  473. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.uiLabel7.Location = new System.Drawing.Point(24, 292);
  475. this.uiLabel7.Name = "uiLabel7";
  476. this.uiLabel7.Size = new System.Drawing.Size(73, 23);
  477. this.uiLabel7.Style = Sunny.UI.UIStyle.Custom;
  478. this.uiLabel7.TabIndex = 3;
  479. this.uiLabel7.Text = "斜切:";
  480. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  481. //
  482. // uiLabel6
  483. //
  484. this.uiLabel6.BackColor = System.Drawing.Color.White;
  485. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.uiLabel6.Location = new System.Drawing.Point(24, 242);
  487. this.uiLabel6.Name = "uiLabel6";
  488. this.uiLabel6.Size = new System.Drawing.Size(73, 23);
  489. this.uiLabel6.Style = Sunny.UI.UIStyle.Custom;
  490. this.uiLabel6.TabIndex = 4;
  491. this.uiLabel6.Text = "旋转:";
  492. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  493. //
  494. // uiLabel5
  495. //
  496. this.uiLabel5.BackColor = System.Drawing.Color.White;
  497. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.uiLabel5.Location = new System.Drawing.Point(24, 192);
  499. this.uiLabel5.Name = "uiLabel5";
  500. this.uiLabel5.Size = new System.Drawing.Size(73, 23);
  501. this.uiLabel5.Style = Sunny.UI.UIStyle.Custom;
  502. this.uiLabel5.TabIndex = 5;
  503. this.uiLabel5.Text = "缩放Y:";
  504. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  505. //
  506. // uiLabel4
  507. //
  508. this.uiLabel4.BackColor = System.Drawing.Color.White;
  509. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.uiLabel4.Location = new System.Drawing.Point(24, 142);
  511. this.uiLabel4.Name = "uiLabel4";
  512. this.uiLabel4.Size = new System.Drawing.Size(73, 23);
  513. this.uiLabel4.Style = Sunny.UI.UIStyle.Custom;
  514. this.uiLabel4.TabIndex = 6;
  515. this.uiLabel4.Text = "缩放X:";
  516. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  517. //
  518. // uiLabel3
  519. //
  520. this.uiLabel3.BackColor = System.Drawing.Color.White;
  521. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.uiLabel3.Location = new System.Drawing.Point(24, 92);
  523. this.uiLabel3.Name = "uiLabel3";
  524. this.uiLabel3.Size = new System.Drawing.Size(73, 23);
  525. this.uiLabel3.Style = Sunny.UI.UIStyle.Custom;
  526. this.uiLabel3.TabIndex = 7;
  527. this.uiLabel3.Text = "平移Y:";
  528. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  529. //
  530. // uiLabel2
  531. //
  532. this.uiLabel2.BackColor = System.Drawing.Color.White;
  533. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  534. this.uiLabel2.Location = new System.Drawing.Point(24, 42);
  535. this.uiLabel2.Name = "uiLabel2";
  536. this.uiLabel2.Size = new System.Drawing.Size(73, 23);
  537. this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
  538. this.uiLabel2.TabIndex = 8;
  539. this.uiLabel2.Text = "平移X:";
  540. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  541. //
  542. // FormEyeHandCalib
  543. //
  544. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  545. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  546. this.ClientSize = new System.Drawing.Size(823, 522);
  547. this.Controls.Add(this.splitContainer1);
  548. this.Controls.Add(this.toolStrip1);
  549. this.Controls.Add(this.statusStrip);
  550. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  551. this.Name = "FormEyeHandCalib";
  552. this.Text = "手眼标定工具";
  553. this.Load += new System.EventHandler(this.FormEyeHandCalib_Load);
  554. this.toolStrip1.ResumeLayout(false);
  555. this.toolStrip1.PerformLayout();
  556. this.statusStrip.ResumeLayout(false);
  557. this.statusStrip.PerformLayout();
  558. this.splitContainer1.Panel1.ResumeLayout(false);
  559. this.splitContainer1.Panel2.ResumeLayout(false);
  560. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  561. this.splitContainer1.ResumeLayout(false);
  562. this.uiGroupBox1.ResumeLayout(false);
  563. this.uiPanel1.ResumeLayout(false);
  564. ((System.ComponentModel.ISupportInitialize)(this.CalibDataGrid)).EndInit();
  565. this.uiTabControl1.ResumeLayout(false);
  566. this.tabPage1.ResumeLayout(false);
  567. this.ResumeLayout(false);
  568. this.PerformLayout();
  569. }
  570. #endregion
  571. private System.Windows.Forms.ToolStrip toolStrip1;
  572. private System.Windows.Forms.ToolStripButton tsbtRunTool;
  573. private System.Windows.Forms.StatusStrip statusStrip;
  574. private System.Windows.Forms.ToolStripStatusLabel lb_RunStatus;
  575. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  576. private System.Windows.Forms.ToolStripStatusLabel lb_RunTime;
  577. private System.Windows.Forms.SplitContainer splitContainer1;
  578. private Sunny.UI.UIComboBox chbSelectCalibType;
  579. private Sunny.UI.UIGroupBox uiGroupBox1;
  580. private Sunny.UI.UILabel uiLabel1;
  581. private Sunny.UI.UIDataGridView CalibDataGrid;
  582. private Sunny.UI.UIPanel uiPanel1;
  583. private Sunny.UI.UISymbolButton btnExportData;
  584. private Sunny.UI.UISymbolButton btnImportData;
  585. private Sunny.UI.UITabControl uiTabControl1;
  586. private System.Windows.Forms.TabPage tabPage1;
  587. private System.Windows.Forms.TabPage tabPage2;
  588. private Sunny.UI.UISymbolButton btnCalibAuto;
  589. private Sunny.UI.UISymbolButton btnCalibManual;
  590. private Sunny.UI.UITextBox txbTheta;
  591. private Sunny.UI.UITextBox txbRatation;
  592. private Sunny.UI.UITextBox txbScaleY;
  593. public Sunny.UI.UITextBox txbScaleX;
  594. public Sunny.UI.UITextBox txbMoveY;
  595. public Sunny.UI.UITextBox txbMoveX;
  596. private Sunny.UI.UILabel uiLabel7;
  597. private Sunny.UI.UILabel uiLabel6;
  598. private Sunny.UI.UILabel uiLabel5;
  599. private Sunny.UI.UILabel uiLabel4;
  600. private Sunny.UI.UILabel uiLabel3;
  601. private Sunny.UI.UILabel uiLabel2;
  602. }
  603. }