版博士V2.0程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

476 Zeilen
27 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class FrmGetPosByPic
  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(FrmGetPosByPic));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  34. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  35. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnShowAll = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClear = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  42. this.stLabel = new System.Windows.Forms.ToolStripLabel();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  45. this.groupBox1 = new System.Windows.Forms.GroupBox();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.cbPointName = new System.Windows.Forms.ComboBox();
  48. this.btnAdd = new System.Windows.Forms.Button();
  49. this.btnDown = new System.Windows.Forms.Button();
  50. this.btnUp = new System.Windows.Forms.Button();
  51. this.btnDel = new System.Windows.Forms.Button();
  52. this.btnInsert = new System.Windows.Forms.Button();
  53. this.dgvPointTable = new System.Windows.Forms.DataGridView();
  54. this.imageBox1 = new ImageToolKits.ImageBox();
  55. this.colPointCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.toolStrip1.SuspendLayout();
  59. this.panel1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  61. this.splitContainer1.Panel1.SuspendLayout();
  62. this.splitContainer1.Panel2.SuspendLayout();
  63. this.splitContainer1.SuspendLayout();
  64. this.groupBox1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvPointTable)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // uiTitel1
  69. //
  70. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  71. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.uiTitel1.FatherForm = null;
  73. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  74. this.uiTitel1.Name = "uiTitel1";
  75. this.uiTitel1.Size = new System.Drawing.Size(1097, 46);
  76. this.uiTitel1.TabIndex = 17;
  77. //
  78. // toolStrip1
  79. //
  80. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  81. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  82. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  83. this.tsbtnSave,
  84. this.toolStripSeparator2,
  85. this.tsbtnShowAll,
  86. this.tsbtnClear,
  87. this.toolStripSeparator1,
  88. this.tsbtnClose,
  89. this.toolStripSeparator3,
  90. this.stLabel});
  91. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  92. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  93. this.toolStrip1.Name = "toolStrip1";
  94. this.toolStrip1.Size = new System.Drawing.Size(1097, 56);
  95. this.toolStrip1.TabIndex = 18;
  96. this.toolStrip1.Text = "toolStrip1";
  97. //
  98. // tsbtnSave
  99. //
  100. this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  101. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  102. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  103. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbtnSave.Name = "tsbtnSave";
  105. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  106. this.tsbtnSave.Text = " 保存 ";
  107. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  108. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  109. //
  110. // toolStripSeparator2
  111. //
  112. this.toolStripSeparator2.Name = "toolStripSeparator2";
  113. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  114. //
  115. // tsbtnShowAll
  116. //
  117. this.tsbtnShowAll.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  118. this.tsbtnShowAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnShowAll.Image")));
  119. this.tsbtnShowAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.tsbtnShowAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.tsbtnShowAll.Name = "tsbtnShowAll";
  122. this.tsbtnShowAll.Size = new System.Drawing.Size(84, 53);
  123. this.tsbtnShowAll.Text = "查看所有标点";
  124. this.tsbtnShowAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  125. this.tsbtnShowAll.ToolTipText = "显示标点";
  126. this.tsbtnShowAll.Click += new System.EventHandler(this.tsbtnShowAll_Click);
  127. //
  128. // tsbtnClear
  129. //
  130. this.tsbtnClear.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  131. this.tsbtnClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClear.Image")));
  132. this.tsbtnClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  133. this.tsbtnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
  134. this.tsbtnClear.Name = "tsbtnClear";
  135. this.tsbtnClear.Size = new System.Drawing.Size(84, 53);
  136. this.tsbtnClear.Text = "清空所有标点";
  137. this.tsbtnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  138. this.tsbtnClear.ToolTipText = "删除标点";
  139. this.tsbtnClear.Click += new System.EventHandler(this.tsbtnClear_Click);
  140. //
  141. // toolStripSeparator1
  142. //
  143. this.toolStripSeparator1.Name = "toolStripSeparator1";
  144. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  145. //
  146. // tsbtnClose
  147. //
  148. this.tsbtnClose.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  149. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  150. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  151. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  152. this.tsbtnClose.Name = "tsbtnClose";
  153. this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
  154. this.tsbtnClose.Text = " 关闭 ";
  155. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  156. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  157. //
  158. // toolStripSeparator3
  159. //
  160. this.toolStripSeparator3.Name = "toolStripSeparator3";
  161. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56);
  162. //
  163. // stLabel
  164. //
  165. this.stLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  166. this.stLabel.Name = "stLabel";
  167. this.stLabel.Size = new System.Drawing.Size(774, 53);
  168. this.stLabel.Text = "Y轴方向PT值检测(0),线宽正面(0),反面检测(0),X轴方向PT值检测(0),主栅连接线检测(0),主栅宽度检测(0),主栅间距(0),细栅间距检测(0)," +
  169. "背极宽度(0)";
  170. //
  171. // panel1
  172. //
  173. this.panel1.Controls.Add(this.splitContainer1);
  174. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.panel1.Location = new System.Drawing.Point(0, 102);
  176. this.panel1.Name = "panel1";
  177. this.panel1.Size = new System.Drawing.Size(1097, 519);
  178. this.panel1.TabIndex = 19;
  179. //
  180. // splitContainer1
  181. //
  182. this.splitContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  183. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  185. this.splitContainer1.Name = "splitContainer1";
  186. //
  187. // splitContainer1.Panel1
  188. //
  189. this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
  190. this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
  191. //
  192. // splitContainer1.Panel2
  193. //
  194. this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
  195. this.splitContainer1.Panel2.Controls.Add(this.imageBox1);
  196. this.splitContainer1.Size = new System.Drawing.Size(1097, 519);
  197. this.splitContainer1.SplitterDistance = 305;
  198. this.splitContainer1.TabIndex = 17;
  199. //
  200. // groupBox1
  201. //
  202. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  203. this.groupBox1.Controls.Add(this.label1);
  204. this.groupBox1.Controls.Add(this.cbPointName);
  205. this.groupBox1.Controls.Add(this.btnAdd);
  206. this.groupBox1.Controls.Add(this.btnDown);
  207. this.groupBox1.Controls.Add(this.btnUp);
  208. this.groupBox1.Controls.Add(this.btnDel);
  209. this.groupBox1.Controls.Add(this.btnInsert);
  210. this.groupBox1.Controls.Add(this.dgvPointTable);
  211. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  213. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  214. this.groupBox1.Name = "groupBox1";
  215. this.groupBox1.Size = new System.Drawing.Size(305, 519);
  216. this.groupBox1.TabIndex = 0;
  217. this.groupBox1.TabStop = false;
  218. this.groupBox1.Text = "点位数据";
  219. //
  220. // label1
  221. //
  222. this.label1.AutoSize = true;
  223. this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.label1.Location = new System.Drawing.Point(12, 30);
  225. this.label1.Name = "label1";
  226. this.label1.Size = new System.Drawing.Size(69, 26);
  227. this.label1.TabIndex = 26;
  228. this.label1.Text = "测试项";
  229. //
  230. // cbPointName
  231. //
  232. this.cbPointName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  233. this.cbPointName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.cbPointName.FormattingEnabled = true;
  235. this.cbPointName.Items.AddRange(new object[] {
  236. "Y轴方向PT值检测",
  237. "线宽正面",
  238. "反面检测",
  239. "X轴方向PT值检测",
  240. "主栅连接线检测",
  241. "主栅宽度检测",
  242. "主栅间距",
  243. "细栅间距检测",
  244. "背极宽度"});
  245. this.cbPointName.Location = new System.Drawing.Point(89, 30);
  246. this.cbPointName.Name = "cbPointName";
  247. this.cbPointName.Size = new System.Drawing.Size(203, 30);
  248. this.cbPointName.TabIndex = 25;
  249. this.cbPointName.SelectedIndexChanged += new System.EventHandler(this.cbPointName_SelectedIndexChanged);
  250. //
  251. // btnAdd
  252. //
  253. this.btnAdd.BackColor = System.Drawing.SystemColors.ButtonFace;
  254. this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
  255. this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  256. this.btnAdd.ForeColor = System.Drawing.SystemColors.ControlText;
  257. this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  258. this.btnAdd.Location = new System.Drawing.Point(17, 142);
  259. this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
  260. this.btnAdd.Name = "btnAdd";
  261. this.btnAdd.Size = new System.Drawing.Size(59, 61);
  262. this.btnAdd.TabIndex = 24;
  263. this.btnAdd.Text = "追加->>";
  264. this.btnAdd.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  265. this.btnAdd.UseVisualStyleBackColor = false;
  266. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  267. //
  268. // btnDown
  269. //
  270. this.btnDown.BackColor = System.Drawing.SystemColors.ButtonFace;
  271. this.btnDown.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown.BackgroundImage")));
  272. this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  273. this.btnDown.ForeColor = System.Drawing.SystemColors.ControlText;
  274. this.btnDown.Location = new System.Drawing.Point(17, 406);
  275. this.btnDown.Margin = new System.Windows.Forms.Padding(2);
  276. this.btnDown.Name = "btnDown";
  277. this.btnDown.Size = new System.Drawing.Size(59, 64);
  278. this.btnDown.TabIndex = 23;
  279. this.btnDown.Text = "下移";
  280. this.btnDown.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  281. this.btnDown.UseVisualStyleBackColor = false;
  282. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  283. //
  284. // btnUp
  285. //
  286. this.btnUp.BackColor = System.Drawing.SystemColors.ButtonFace;
  287. this.btnUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUp.BackgroundImage")));
  288. this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  289. this.btnUp.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this.btnUp.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  291. this.btnUp.Location = new System.Drawing.Point(17, 339);
  292. this.btnUp.Margin = new System.Windows.Forms.Padding(2);
  293. this.btnUp.Name = "btnUp";
  294. this.btnUp.Size = new System.Drawing.Size(59, 63);
  295. this.btnUp.TabIndex = 22;
  296. this.btnUp.Text = "上移";
  297. this.btnUp.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  298. this.btnUp.UseVisualStyleBackColor = false;
  299. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  300. //
  301. // btnDel
  302. //
  303. this.btnDel.BackColor = System.Drawing.SystemColors.ButtonFace;
  304. this.btnDel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDel.BackgroundImage")));
  305. this.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  306. this.btnDel.ForeColor = System.Drawing.SystemColors.ControlText;
  307. this.btnDel.Location = new System.Drawing.Point(17, 273);
  308. this.btnDel.Margin = new System.Windows.Forms.Padding(2);
  309. this.btnDel.Name = "btnDel";
  310. this.btnDel.Size = new System.Drawing.Size(59, 62);
  311. this.btnDel.TabIndex = 21;
  312. this.btnDel.Text = "<<-移除";
  313. this.btnDel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  314. this.btnDel.UseVisualStyleBackColor = false;
  315. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  316. //
  317. // btnInsert
  318. //
  319. this.btnInsert.BackColor = System.Drawing.SystemColors.ButtonFace;
  320. this.btnInsert.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInsert.BackgroundImage")));
  321. this.btnInsert.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  322. this.btnInsert.ForeColor = System.Drawing.SystemColors.ControlText;
  323. this.btnInsert.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  324. this.btnInsert.Location = new System.Drawing.Point(17, 207);
  325. this.btnInsert.Margin = new System.Windows.Forms.Padding(2);
  326. this.btnInsert.Name = "btnInsert";
  327. this.btnInsert.Size = new System.Drawing.Size(59, 61);
  328. this.btnInsert.TabIndex = 20;
  329. this.btnInsert.Text = "插入->>";
  330. this.btnInsert.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  331. this.btnInsert.UseVisualStyleBackColor = false;
  332. this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);
  333. //
  334. // dgvPointTable
  335. //
  336. this.dgvPointTable.AllowUserToAddRows = false;
  337. this.dgvPointTable.AllowUserToDeleteRows = false;
  338. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  339. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  340. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  342. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  343. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  344. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  345. this.dgvPointTable.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  346. this.dgvPointTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  347. this.dgvPointTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  348. this.colPointCode,
  349. this.colX,
  350. this.colY});
  351. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  352. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  353. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  355. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  356. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  357. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  358. this.dgvPointTable.DefaultCellStyle = dataGridViewCellStyle3;
  359. this.dgvPointTable.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  360. this.dgvPointTable.Location = new System.Drawing.Point(89, 85);
  361. this.dgvPointTable.Margin = new System.Windows.Forms.Padding(2);
  362. this.dgvPointTable.MultiSelect = false;
  363. this.dgvPointTable.Name = "dgvPointTable";
  364. this.dgvPointTable.RowHeadersVisible = false;
  365. this.dgvPointTable.RowHeadersWidth = 62;
  366. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.dgvPointTable.RowsDefaultCellStyle = dataGridViewCellStyle4;
  368. this.dgvPointTable.RowTemplate.Height = 30;
  369. this.dgvPointTable.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  370. this.dgvPointTable.Size = new System.Drawing.Size(203, 423);
  371. this.dgvPointTable.TabIndex = 4;
  372. //
  373. // imageBox1
  374. //
  375. this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  376. this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
  377. this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  378. this.imageBox1.DrawParam = null;
  379. this.imageBox1.Image = null;
  380. this.imageBox1.Location = new System.Drawing.Point(0, 0);
  381. this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
  382. this.imageBox1.Name = "imageBox1";
  383. this.imageBox1.Size = new System.Drawing.Size(788, 519);
  384. this.imageBox1.TabIndex = 16;
  385. //
  386. // colPointCode
  387. //
  388. this.colPointCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  389. this.colPointCode.DataPropertyName = "PointCode";
  390. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  391. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.colPointCode.DefaultCellStyle = dataGridViewCellStyle2;
  393. this.colPointCode.HeaderText = "code";
  394. this.colPointCode.MinimumWidth = 8;
  395. this.colPointCode.Name = "colPointCode";
  396. this.colPointCode.Visible = false;
  397. //
  398. // colX
  399. //
  400. this.colX.DataPropertyName = "X";
  401. this.colX.HeaderText = "X";
  402. this.colX.MinimumWidth = 60;
  403. this.colX.Name = "colX";
  404. this.colX.ReadOnly = true;
  405. this.colX.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  406. this.colX.Width = 80;
  407. //
  408. // colY
  409. //
  410. this.colY.DataPropertyName = "Y";
  411. this.colY.HeaderText = "Y";
  412. this.colY.MinimumWidth = 60;
  413. this.colY.Name = "colY";
  414. this.colY.ReadOnly = true;
  415. this.colY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  416. this.colY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  417. this.colY.Width = 80;
  418. //
  419. // FrmGetPosByPic
  420. //
  421. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  422. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  423. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  424. this.ClientSize = new System.Drawing.Size(1097, 621);
  425. this.Controls.Add(this.panel1);
  426. this.Controls.Add(this.toolStrip1);
  427. this.Controls.Add(this.uiTitel1);
  428. this.Name = "FrmGetPosByPic";
  429. this.Text = "图纸抓取点位";
  430. this.Load += new System.EventHandler(this.FrmGetPosByPic_Load);
  431. this.toolStrip1.ResumeLayout(false);
  432. this.toolStrip1.PerformLayout();
  433. this.panel1.ResumeLayout(false);
  434. this.splitContainer1.Panel1.ResumeLayout(false);
  435. this.splitContainer1.Panel2.ResumeLayout(false);
  436. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  437. this.splitContainer1.ResumeLayout(false);
  438. this.groupBox1.ResumeLayout(false);
  439. this.groupBox1.PerformLayout();
  440. ((System.ComponentModel.ISupportInitialize)(this.dgvPointTable)).EndInit();
  441. this.ResumeLayout(false);
  442. this.PerformLayout();
  443. }
  444. #endregion
  445. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  446. private System.Windows.Forms.ToolStrip toolStrip1;
  447. private System.Windows.Forms.ToolStripButton tsbtnSave;
  448. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  449. private System.Windows.Forms.ToolStripButton tsbtnClear;
  450. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  451. private System.Windows.Forms.ToolStripButton tsbtnClose;
  452. private System.Windows.Forms.Panel panel1;
  453. private System.Windows.Forms.SplitContainer splitContainer1;
  454. private System.Windows.Forms.GroupBox groupBox1;
  455. private ImageToolKits.ImageBox imageBox1;
  456. private System.Windows.Forms.DataGridView dgvPointTable;
  457. private System.Windows.Forms.Button btnAdd;
  458. private System.Windows.Forms.Button btnDown;
  459. private System.Windows.Forms.Button btnUp;
  460. private System.Windows.Forms.Button btnDel;
  461. private System.Windows.Forms.Button btnInsert;
  462. private System.Windows.Forms.ComboBox cbPointName;
  463. private System.Windows.Forms.Label label1;
  464. private System.Windows.Forms.ToolStripButton tsbtnShowAll;
  465. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  466. private System.Windows.Forms.ToolStripLabel stLabel;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn colPointCode;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn colX;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn colY;
  470. }
  471. }