版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

113 lines
5.0 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmShowDefectImage
  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(FrmShowDefectImage));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnRefesh = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnDefectList = new System.Windows.Forms.ToolStripDropDownButton();
  33. this.ucImageView1 = new ProductionControl.UIExtend.UCImageView();
  34. this.toolStrip1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // toolStrip1
  38. //
  39. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  40. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  41. this.tsbtnRefesh,
  42. this.toolStripSeparator4,
  43. this.tsbtnDefectList});
  44. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  45. this.toolStrip1.Name = "toolStrip1";
  46. this.toolStrip1.Size = new System.Drawing.Size(1507, 38);
  47. this.toolStrip1.TabIndex = 6;
  48. this.toolStrip1.Text = "toolStrip1";
  49. //
  50. // tsbtnRefesh
  51. //
  52. this.tsbtnRefesh.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRefesh.Image")));
  53. this.tsbtnRefesh.ImageTransparentColor = System.Drawing.Color.Magenta;
  54. this.tsbtnRefesh.Name = "tsbtnRefesh";
  55. this.tsbtnRefesh.Size = new System.Drawing.Size(74, 33);
  56. this.tsbtnRefesh.Text = "刷新";
  57. this.tsbtnRefesh.Click += new System.EventHandler(this.tsbtnRefesh_Click);
  58. //
  59. // toolStripSeparator4
  60. //
  61. this.toolStripSeparator4.Name = "toolStripSeparator4";
  62. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 38);
  63. //
  64. // tsbtnDefectList
  65. //
  66. this.tsbtnDefectList.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDefectList.Image")));
  67. this.tsbtnDefectList.ImageTransparentColor = System.Drawing.Color.Magenta;
  68. this.tsbtnDefectList.Name = "tsbtnDefectList";
  69. this.tsbtnDefectList.Size = new System.Drawing.Size(124, 33);
  70. this.tsbtnDefectList.Text = "类型过滤";
  71. //
  72. // ucImageView1
  73. //
  74. this.ucImageView1.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.ucImageView1.Location = new System.Drawing.Point(0, 38);
  76. this.ucImageView1.Name = "ucImageView1";
  77. this.ucImageView1.Size = new System.Drawing.Size(1507, 752);
  78. this.ucImageView1.TabIndex = 7;
  79. //
  80. // FrmShowDefectImage
  81. //
  82. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  83. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  84. this.ClientSize = new System.Drawing.Size(1507, 790);
  85. this.Controls.Add(this.ucImageView1);
  86. this.Controls.Add(this.toolStrip1);
  87. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  88. this.MaximizeBox = false;
  89. this.MinimizeBox = false;
  90. this.Name = "FrmShowDefectImage";
  91. this.ShowIcon = false;
  92. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  93. this.Text = "缺陷分布图";
  94. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  95. this.Load += new System.EventHandler(this.FrmShowSizeTag_Load);
  96. this.toolStrip1.ResumeLayout(false);
  97. this.toolStrip1.PerformLayout();
  98. this.ResumeLayout(false);
  99. this.PerformLayout();
  100. }
  101. #endregion
  102. private System.Windows.Forms.ToolStrip toolStrip1;
  103. private System.Windows.Forms.ToolStripButton tsbtnRefesh;
  104. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  105. private System.Windows.Forms.ToolStripDropDownButton tsbtnDefectList;
  106. private UIExtend.UCImageView ucImageView1;
  107. }
  108. }