版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

116 satır
5.1 KiB

  1. namespace MaiMuAOI.SysUI.DefectPicShow
  2. {
  3. partial class CamImageFrm
  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. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.imageBox1 = new ImageToolKits.ImageBox();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  33. this.splitContainer1.Panel1.SuspendLayout();
  34. this.splitContainer1.Panel2.SuspendLayout();
  35. this.splitContainer1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // uiTitel1
  40. //
  41. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  42. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  43. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  44. this.uiTitel1.Name = "uiTitel1";
  45. this.uiTitel1.Size = new System.Drawing.Size(1262, 46);
  46. this.uiTitel1.TabIndex = 34;
  47. //
  48. // splitContainer1
  49. //
  50. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.splitContainer1.Location = new System.Drawing.Point(0, 46);
  52. this.splitContainer1.Name = "splitContainer1";
  53. //
  54. // splitContainer1.Panel1
  55. //
  56. this.splitContainer1.Panel1.Controls.Add(this.imageBox1);
  57. //
  58. // splitContainer1.Panel2
  59. //
  60. this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
  61. this.splitContainer1.Size = new System.Drawing.Size(1262, 655);
  62. this.splitContainer1.SplitterDistance = 649;
  63. this.splitContainer1.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, 0);
  73. this.imageBox1.Margin = new System.Windows.Forms.Padding(0);
  74. this.imageBox1.Name = "imageBox1";
  75. this.imageBox1.Size = new System.Drawing.Size(649, 655);
  76. this.imageBox1.TabIndex = 1;
  77. //
  78. // pictureBox1
  79. //
  80. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  82. this.pictureBox1.Name = "pictureBox1";
  83. this.pictureBox1.Size = new System.Drawing.Size(609, 655);
  84. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  85. this.pictureBox1.TabIndex = 0;
  86. this.pictureBox1.TabStop = false;
  87. //
  88. // CamImageFrm
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(1262, 701);
  93. this.Controls.Add(this.splitContainer1);
  94. this.Controls.Add(this.uiTitel1);
  95. this.Name = "CamImageFrm";
  96. this.Text = "CamImageFrm";
  97. this.splitContainer1.Panel1.ResumeLayout(false);
  98. this.splitContainer1.Panel2.ResumeLayout(false);
  99. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  100. this.splitContainer1.ResumeLayout(false);
  101. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  102. this.ResumeLayout(false);
  103. }
  104. #endregion
  105. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  106. private System.Windows.Forms.SplitContainer splitContainer1;
  107. private ImageToolKits.ImageBox imageBox1;
  108. private System.Windows.Forms.PictureBox pictureBox1;
  109. }
  110. }