|
- namespace ProductionControl.UI
- {
- partial class FrmGetPosByPic
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGetPosByPic));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnShowAll = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClear = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.stLabel = new System.Windows.Forms.ToolStripLabel();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.panel1 = new System.Windows.Forms.Panel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label1 = new System.Windows.Forms.Label();
- this.cbPointName = new System.Windows.Forms.ComboBox();
- this.btnAdd = new System.Windows.Forms.Button();
- this.btnDown = new System.Windows.Forms.Button();
- this.btnUp = new System.Windows.Forms.Button();
- this.btnDel = new System.Windows.Forms.Button();
- this.btnInsert = new System.Windows.Forms.Button();
- this.dgvPointTable = new System.Windows.Forms.DataGridView();
- this.colPointCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.imageBox1 = new ImageToolKits.ImageBox();
- this.toolStrip1.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvPointTable)).BeginInit();
- this.SuspendLayout();
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.FatherForm = null;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(1167, 46);
- this.uiTitel1.TabIndex = 17;
- //
- // toolStrip1
- //
- this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
- this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSave,
- this.toolStripSeparator2,
- this.tsbtnShowAll,
- this.tsbtnClear,
- this.toolStripSeparator1,
- this.tsbtnClose,
- this.toolStripSeparator3,
- this.stLabel,
- this.toolStripSeparator4});
- this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
- this.toolStrip1.Location = new System.Drawing.Point(0, 46);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(1167, 56);
- this.toolStrip1.TabIndex = 18;
- this.toolStrip1.Text = "toolStrip1";
- //
- // tsbtnSave
- //
- this.tsbtnSave.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
- this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSave.Name = "tsbtnSave";
- this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
- this.tsbtnSave.Text = " 保存 ";
- this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
- //
- // tsbtnShowAll
- //
- this.tsbtnShowAll.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.tsbtnShowAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnShowAll.Image")));
- this.tsbtnShowAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnShowAll.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnShowAll.Name = "tsbtnShowAll";
- this.tsbtnShowAll.Size = new System.Drawing.Size(84, 53);
- this.tsbtnShowAll.Text = "查看所有标点";
- this.tsbtnShowAll.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnShowAll.ToolTipText = "显示标点";
- this.tsbtnShowAll.Click += new System.EventHandler(this.tsbtnShowAll_Click);
- //
- // tsbtnClear
- //
- this.tsbtnClear.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.tsbtnClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClear.Image")));
- this.tsbtnClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClear.Name = "tsbtnClear";
- this.tsbtnClear.Size = new System.Drawing.Size(84, 53);
- this.tsbtnClear.Text = "清空所有标点";
- this.tsbtnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnClear.ToolTipText = "删除标点";
- this.tsbtnClear.Click += new System.EventHandler(this.tsbtnClear_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
- //
- // tsbtnClose
- //
- this.tsbtnClose.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(52, 53);
- this.tsbtnClose.Text = " 关闭 ";
- this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56);
- //
- // stLabel
- //
- this.stLabel.AutoToolTip = true;
- this.stLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.stLabel.Name = "stLabel";
- this.stLabel.Size = new System.Drawing.Size(774, 53);
- this.stLabel.Text = "Y轴方向PT值检测(0),线宽正面(0),反面检测(0),X轴方向PT值检测(0),主栅连接线检测(0),主栅宽度检测(0),主栅间距(0),细栅间距检测(0)," +
- "背极宽度(0)";
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.splitContainer1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 102);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1167, 530);
- this.panel1.TabIndex = 19;
- //
- // splitContainer1
- //
- this.splitContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
- this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White;
- this.splitContainer1.Panel2.Controls.Add(this.imageBox1);
- this.splitContainer1.Size = new System.Drawing.Size(1167, 530);
- this.splitContainer1.SplitterDistance = 324;
- this.splitContainer1.TabIndex = 17;
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.cbPointName);
- this.groupBox1.Controls.Add(this.btnAdd);
- this.groupBox1.Controls.Add(this.btnDown);
- this.groupBox1.Controls.Add(this.btnUp);
- this.groupBox1.Controls.Add(this.btnDel);
- this.groupBox1.Controls.Add(this.btnInsert);
- this.groupBox1.Controls.Add(this.dgvPointTable);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(324, 530);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "点位数据";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(12, 30);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(69, 26);
- this.label1.TabIndex = 26;
- this.label1.Text = "测试项";
- //
- // cbPointName
- //
- this.cbPointName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbPointName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbPointName.FormattingEnabled = true;
- this.cbPointName.Items.AddRange(new object[] {
- "Y轴方向PT值检测",
- "线宽正面",
- "反面检测",
- "X轴方向PT值检测",
- "主栅连接线检测",
- "主栅宽度检测",
- "主栅间距",
- "细栅间距检测",
- "背极宽度",
- "主栅长度检测",
- "Mark点横向间距",
- "Mark点竖向间距",
- "鱼叉口长",
- "鱼叉口宽",
- "鱼叉口间距",
- "蜈蚣角长",
- "蜈蚣角宽"});
- this.cbPointName.Location = new System.Drawing.Point(89, 30);
- this.cbPointName.Name = "cbPointName";
- this.cbPointName.Size = new System.Drawing.Size(203, 30);
- this.cbPointName.TabIndex = 25;
- this.cbPointName.SelectedIndexChanged += new System.EventHandler(this.cbPointName_SelectedIndexChanged);
- //
- // btnAdd
- //
- this.btnAdd.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnAdd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdd.BackgroundImage")));
- this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnAdd.ForeColor = System.Drawing.SystemColors.ControlText;
- this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnAdd.Location = new System.Drawing.Point(17, 142);
- this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(59, 61);
- this.btnAdd.TabIndex = 24;
- this.btnAdd.Text = "追加->>";
- this.btnAdd.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnAdd.UseVisualStyleBackColor = false;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // btnDown
- //
- this.btnDown.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnDown.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown.BackgroundImage")));
- this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnDown.ForeColor = System.Drawing.SystemColors.ControlText;
- this.btnDown.Location = new System.Drawing.Point(17, 406);
- this.btnDown.Margin = new System.Windows.Forms.Padding(2);
- this.btnDown.Name = "btnDown";
- this.btnDown.Size = new System.Drawing.Size(59, 64);
- this.btnDown.TabIndex = 23;
- this.btnDown.Text = "下移";
- this.btnDown.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnDown.UseVisualStyleBackColor = false;
- this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
- //
- // btnUp
- //
- this.btnUp.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnUp.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUp.BackgroundImage")));
- this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnUp.ForeColor = System.Drawing.SystemColors.ControlText;
- this.btnUp.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnUp.Location = new System.Drawing.Point(17, 339);
- this.btnUp.Margin = new System.Windows.Forms.Padding(2);
- this.btnUp.Name = "btnUp";
- this.btnUp.Size = new System.Drawing.Size(59, 63);
- this.btnUp.TabIndex = 22;
- this.btnUp.Text = "上移";
- this.btnUp.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnUp.UseVisualStyleBackColor = false;
- this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
- //
- // btnDel
- //
- this.btnDel.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnDel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDel.BackgroundImage")));
- this.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnDel.ForeColor = System.Drawing.SystemColors.ControlText;
- this.btnDel.Location = new System.Drawing.Point(17, 273);
- this.btnDel.Margin = new System.Windows.Forms.Padding(2);
- this.btnDel.Name = "btnDel";
- this.btnDel.Size = new System.Drawing.Size(59, 62);
- this.btnDel.TabIndex = 21;
- this.btnDel.Text = "<<-移除";
- this.btnDel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnDel.UseVisualStyleBackColor = false;
- this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
- //
- // btnInsert
- //
- this.btnInsert.BackColor = System.Drawing.SystemColors.ButtonFace;
- this.btnInsert.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnInsert.BackgroundImage")));
- this.btnInsert.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
- this.btnInsert.ForeColor = System.Drawing.SystemColors.ControlText;
- this.btnInsert.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
- this.btnInsert.Location = new System.Drawing.Point(17, 207);
- this.btnInsert.Margin = new System.Windows.Forms.Padding(2);
- this.btnInsert.Name = "btnInsert";
- this.btnInsert.Size = new System.Drawing.Size(59, 61);
- this.btnInsert.TabIndex = 20;
- this.btnInsert.Text = "插入->>";
- this.btnInsert.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btnInsert.UseVisualStyleBackColor = false;
- this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);
- //
- // dgvPointTable
- //
- this.dgvPointTable.AllowUserToAddRows = false;
- this.dgvPointTable.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvPointTable.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvPointTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvPointTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colPointCode,
- this.colX,
- this.colY});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvPointTable.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvPointTable.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dgvPointTable.Location = new System.Drawing.Point(89, 85);
- this.dgvPointTable.Margin = new System.Windows.Forms.Padding(2);
- this.dgvPointTable.MultiSelect = false;
- this.dgvPointTable.Name = "dgvPointTable";
- this.dgvPointTable.RowHeadersVisible = false;
- this.dgvPointTable.RowHeadersWidth = 62;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvPointTable.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvPointTable.RowTemplate.Height = 30;
- this.dgvPointTable.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvPointTable.Size = new System.Drawing.Size(203, 423);
- this.dgvPointTable.TabIndex = 4;
- //
- // colPointCode
- //
- this.colPointCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.colPointCode.DataPropertyName = "PointCode";
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.colPointCode.DefaultCellStyle = dataGridViewCellStyle2;
- this.colPointCode.HeaderText = "code";
- this.colPointCode.MinimumWidth = 8;
- this.colPointCode.Name = "colPointCode";
- this.colPointCode.Visible = false;
- //
- // colX
- //
- this.colX.DataPropertyName = "X";
- this.colX.HeaderText = "X";
- this.colX.MinimumWidth = 60;
- this.colX.Name = "colX";
- this.colX.ReadOnly = true;
- this.colX.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.colX.Width = 80;
- //
- // colY
- //
- this.colY.DataPropertyName = "Y";
- this.colY.HeaderText = "Y";
- this.colY.MinimumWidth = 60;
- this.colY.Name = "colY";
- this.colY.ReadOnly = true;
- this.colY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.colY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.colY.Width = 80;
- //
- // imageBox1
- //
- this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
- this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.imageBox1.DrawParam = null;
- this.imageBox1.Image = null;
- this.imageBox1.Location = new System.Drawing.Point(0, 0);
- this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
- this.imageBox1.Name = "imageBox1";
- this.imageBox1.Size = new System.Drawing.Size(839, 530);
- this.imageBox1.TabIndex = 16;
- //
- // FrmGetPosByPic
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.ClientSize = new System.Drawing.Size(1167, 632);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "FrmGetPosByPic";
- this.Text = "图纸抓取点位";
- this.Load += new System.EventHandler(this.FrmGetPosByPic_Load);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvPointTable)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSave;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton tsbtnClear;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.GroupBox groupBox1;
- private ImageToolKits.ImageBox imageBox1;
- private System.Windows.Forms.DataGridView dgvPointTable;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Button btnDown;
- private System.Windows.Forms.Button btnUp;
- private System.Windows.Forms.Button btnDel;
- private System.Windows.Forms.Button btnInsert;
- private System.Windows.Forms.ComboBox cbPointName;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ToolStripButton tsbtnShowAll;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripLabel stLabel;
- private System.Windows.Forms.DataGridViewTextBoxColumn colPointCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colX;
- private System.Windows.Forms.DataGridViewTextBoxColumn colY;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- }
- }
|