版博士V2.0程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

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