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

133 строки
6.6 KiB

  1. namespace MaiMuAOI.SysUI.DefectPicShow
  2. {
  3. partial class DefectImageShowFrm
  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(DefectImageShowFrm));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  31. this.imageBox1 = new ImageToolKits.ImageBox();
  32. this.tsbtnRefesh = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  34. this.tsbtnDefectList = new System.Windows.Forms.ToolStripDropDownButton();
  35. this.toolStrip1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // toolStrip1
  39. //
  40. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  41. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  42. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  43. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  44. this.tsbtnRefesh,
  45. this.toolStripSeparator4,
  46. this.tsbtnDefectList});
  47. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  48. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  49. this.toolStrip1.Name = "toolStrip1";
  50. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  51. this.toolStrip1.Size = new System.Drawing.Size(1150, 39);
  52. this.toolStrip1.TabIndex = 36;
  53. this.toolStrip1.Text = "toolStrip1";
  54. //
  55. // uiTitel1
  56. //
  57. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  58. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.uiTitel1.FatherForm = null;
  60. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  61. this.uiTitel1.Name = "uiTitel1";
  62. this.uiTitel1.Size = new System.Drawing.Size(1150, 46);
  63. this.uiTitel1.TabIndex = 35;
  64. //
  65. // imageBox1
  66. //
  67. this.imageBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  68. this.imageBox1.ColorName = System.Drawing.Color.LimeGreen;
  69. this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.imageBox1.DrawParam = null;
  71. this.imageBox1.Image = null;
  72. this.imageBox1.Location = new System.Drawing.Point(0, 85);
  73. this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
  74. this.imageBox1.Name = "imageBox1";
  75. this.imageBox1.Size = new System.Drawing.Size(1150, 564);
  76. this.imageBox1.TabIndex = 37;
  77. //
  78. // tsbtnRefesh
  79. //
  80. this.tsbtnRefesh.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  81. this.tsbtnRefesh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefesh.Image")));
  82. this.tsbtnRefesh.ImageTransparentColor = System.Drawing.Color.Magenta;
  83. this.tsbtnRefesh.Name = "tsbtnRefesh";
  84. this.tsbtnRefesh.Size = new System.Drawing.Size(68, 36);
  85. this.tsbtnRefesh.Text = "刷新";
  86. this.tsbtnRefesh.Click += new System.EventHandler(this.tsbtnRefesh_Click);
  87. //
  88. // toolStripSeparator4
  89. //
  90. this.toolStripSeparator4.Name = "toolStripSeparator4";
  91. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);
  92. //
  93. // tsbtnDefectList
  94. //
  95. this.tsbtnDefectList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.tsbtnDefectList.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  97. this.tsbtnDefectList.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDefectList.Image")));
  98. this.tsbtnDefectList.ImageTransparentColor = System.Drawing.Color.Magenta;
  99. this.tsbtnDefectList.Name = "tsbtnDefectList";
  100. this.tsbtnDefectList.Size = new System.Drawing.Size(101, 36);
  101. this.tsbtnDefectList.Text = "类型过滤";
  102. //
  103. // DefectImageShowFrm
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.ClientSize = new System.Drawing.Size(1150, 649);
  108. this.Controls.Add(this.imageBox1);
  109. this.Controls.Add(this.toolStrip1);
  110. this.Controls.Add(this.uiTitel1);
  111. this.Name = "DefectImageShowFrm";
  112. this.Text = "缺陷分布显示";
  113. this.Load += new System.EventHandler(this.FrmShowSizeTag_Load);
  114. this.toolStrip1.ResumeLayout(false);
  115. this.toolStrip1.PerformLayout();
  116. this.ResumeLayout(false);
  117. this.PerformLayout();
  118. }
  119. #endregion
  120. private System.Windows.Forms.ToolStrip toolStrip1;
  121. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  122. private ImageToolKits.ImageBox imageBox1;
  123. private System.Windows.Forms.ToolStripButton tsbtnRefesh;
  124. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  125. private System.Windows.Forms.ToolStripDropDownButton tsbtnDefectList;
  126. }
  127. }