革博士V2程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
5.0 KiB

  1. namespace GeBoShi.UI.InageShow
  2. {
  3. partial class defectLabelImage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.imageBox3 = new ImageToolKits.ImageBox();
  29. this.cbLabels = new System.Windows.Forms.ComboBox();
  30. this.cbSkip = new System.Windows.Forms.CheckBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // imageBox3
  35. //
  36. this.imageBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  37. | System.Windows.Forms.AnchorStyles.Left)
  38. | System.Windows.Forms.AnchorStyles.Right)));
  39. this.imageBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  40. this.imageBox3.ColorName = System.Drawing.Color.LimeGreen;
  41. this.imageBox3.DrawParam = null;
  42. this.imageBox3.Image = null;
  43. this.imageBox3.Location = new System.Drawing.Point(0, 0);
  44. this.imageBox3.Margin = new System.Windows.Forms.Padding(0);
  45. this.imageBox3.Name = "imageBox3";
  46. this.imageBox3.Size = new System.Drawing.Size(333, 265);
  47. this.imageBox3.TabIndex = 4;
  48. //
  49. // cbLabels
  50. //
  51. this.cbLabels.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  52. this.cbLabels.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.cbLabels.FormattingEnabled = true;
  54. this.cbLabels.Location = new System.Drawing.Point(1, 274);
  55. this.cbLabels.Name = "cbLabels";
  56. this.cbLabels.Size = new System.Drawing.Size(120, 33);
  57. this.cbLabels.TabIndex = 5;
  58. this.cbLabels.SelectedIndexChanged += new System.EventHandler(this.cbLabels_SelectedIndexChanged);
  59. //
  60. // cbSkip
  61. //
  62. this.cbSkip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  63. this.cbSkip.AutoSize = true;
  64. this.cbSkip.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.cbSkip.Location = new System.Drawing.Point(127, 274);
  66. this.cbSkip.Name = "cbSkip";
  67. this.cbSkip.Size = new System.Drawing.Size(69, 29);
  68. this.cbSkip.TabIndex = 6;
  69. this.cbSkip.Text = "忽略";
  70. this.cbSkip.UseVisualStyleBackColor = true;
  71. //
  72. // label1
  73. //
  74. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  75. this.label1.AutoSize = true;
  76. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label1.Location = new System.Drawing.Point(202, 280);
  78. this.label1.Name = "label1";
  79. this.label1.Size = new System.Drawing.Size(43, 17);
  80. this.label1.TabIndex = 7;
  81. this.label1.Text = "label1";
  82. //
  83. // defectLabelImage
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  88. this.Controls.Add(this.label1);
  89. this.Controls.Add(this.cbSkip);
  90. this.Controls.Add(this.cbLabels);
  91. this.Controls.Add(this.imageBox3);
  92. this.Name = "defectLabelImage";
  93. this.Size = new System.Drawing.Size(333, 311);
  94. this.ResumeLayout(false);
  95. this.PerformLayout();
  96. }
  97. #endregion
  98. private ImageToolKits.ImageBox imageBox3;
  99. private System.Windows.Forms.ComboBox cbLabels;
  100. private System.Windows.Forms.CheckBox cbSkip;
  101. private System.Windows.Forms.Label label1;
  102. }
  103. }