VisionModeSettingForm.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace YangjieTester.主界面
  2. {
  3. partial class VisionModeSettingForm
  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.uiTabControl1 = new Sunny.UI.UITabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.tabPage2 = new System.Windows.Forms.TabPage();
  31. this.btn3D仿真拍照 = new PlcUiControl.PlcUiButton();
  32. this.tabPage3 = new System.Windows.Forms.TabPage();
  33. this.tabPage4 = new System.Windows.Forms.TabPage();
  34. this.uiTabControl1.SuspendLayout();
  35. this.tabPage2.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // uiTabControl1
  39. //
  40. this.uiTabControl1.Controls.Add(this.tabPage1);
  41. this.uiTabControl1.Controls.Add(this.tabPage2);
  42. this.uiTabControl1.Controls.Add(this.tabPage3);
  43. this.uiTabControl1.Controls.Add(this.tabPage4);
  44. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  46. this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.uiTabControl1.ItemSize = new System.Drawing.Size(80, 40);
  48. this.uiTabControl1.Location = new System.Drawing.Point(0, 35);
  49. this.uiTabControl1.MainPage = "";
  50. this.uiTabControl1.Name = "uiTabControl1";
  51. this.uiTabControl1.SelectedIndex = 0;
  52. this.uiTabControl1.Size = new System.Drawing.Size(521, 286);
  53. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  54. this.uiTabControl1.TabIndex = 30;
  55. this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. //
  57. // tabPage1
  58. //
  59. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  60. this.tabPage1.Name = "tabPage1";
  61. this.tabPage1.Size = new System.Drawing.Size(521, 246);
  62. this.tabPage1.TabIndex = 1;
  63. this.tabPage1.Text = "镭射打标";
  64. this.tabPage1.UseVisualStyleBackColor = true;
  65. //
  66. // tabPage2
  67. //
  68. this.tabPage2.Controls.Add(this.btn3D仿真拍照);
  69. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  70. this.tabPage2.Name = "tabPage2";
  71. this.tabPage2.Size = new System.Drawing.Size(521, 246);
  72. this.tabPage2.TabIndex = 0;
  73. this.tabPage2.Text = "3D";
  74. this.tabPage2.UseVisualStyleBackColor = true;
  75. //
  76. // btn3D仿真拍照
  77. //
  78. this.btn3D仿真拍照.ButtonType = PlcUiControl.ButtonType.交替型;
  79. this.btn3D仿真拍照.Cursor = System.Windows.Forms.Cursors.Hand;
  80. this.btn3D仿真拍照.DisabilityTriggerNode = null;
  81. this.btn3D仿真拍照.FillColor = System.Drawing.Color.Gray;
  82. this.btn3D仿真拍照.FillHoverColor = System.Drawing.Color.Gray;
  83. this.btn3D仿真拍照.FillSelectedColor = System.Drawing.Color.Gray;
  84. this.btn3D仿真拍照.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.btn3D仿真拍照.InvisibilityTriggerNode = null;
  86. this.btn3D仿真拍照.Location = new System.Drawing.Point(3, 33);
  87. this.btn3D仿真拍照.Maximum = 0D;
  88. this.btn3D仿真拍照.Minimum = 0D;
  89. this.btn3D仿真拍照.MinimumSize = new System.Drawing.Size(1, 1);
  90. this.btn3D仿真拍照.Name = "btn3D仿真拍照";
  91. this.btn3D仿真拍照.NeedUserEnsure = false;
  92. this.btn3D仿真拍照.OffColor = System.Drawing.Color.Gray;
  93. this.btn3D仿真拍照.OffSymbol = 0;
  94. this.btn3D仿真拍照.OffText = "仿真拍照";
  95. this.btn3D仿真拍照.OnColor = System.Drawing.Color.Green;
  96. this.btn3D仿真拍照.OnSymbol = 0;
  97. this.btn3D仿真拍照.OnText = "仿真拍照";
  98. this.btn3D仿真拍照.ReadNode = new Node("Application.GVL_A29_Auto.b_仿真拍照", NodeType.BOOL, null);
  99. this.btn3D仿真拍照.Size = new System.Drawing.Size(150, 42);
  100. this.btn3D仿真拍照.Symbol = 0;
  101. this.btn3D仿真拍照.TabIndex = 191;
  102. this.btn3D仿真拍照.Text = "仿真拍照";
  103. this.btn3D仿真拍照.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.btn3D仿真拍照.WriteNode = new Node("Application.GVL_A29_Auto.b_仿真拍照", NodeType.BOOL, null);
  105. //
  106. // tabPage3
  107. //
  108. this.tabPage3.Location = new System.Drawing.Point(0, 40);
  109. this.tabPage3.Name = "tabPage3";
  110. this.tabPage3.Size = new System.Drawing.Size(200, 60);
  111. this.tabPage3.TabIndex = 2;
  112. this.tabPage3.Text = "封装1";
  113. this.tabPage3.UseVisualStyleBackColor = true;
  114. //
  115. // tabPage4
  116. //
  117. this.tabPage4.Location = new System.Drawing.Point(0, 40);
  118. this.tabPage4.Name = "tabPage4";
  119. this.tabPage4.Size = new System.Drawing.Size(200, 60);
  120. this.tabPage4.TabIndex = 3;
  121. this.tabPage4.Text = "封装2";
  122. this.tabPage4.UseVisualStyleBackColor = true;
  123. //
  124. // VisionModeSettingForm
  125. //
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  127. this.ClientSize = new System.Drawing.Size(521, 321);
  128. this.Controls.Add(this.uiTabControl1);
  129. this.MaximizeBox = false;
  130. this.MinimizeBox = false;
  131. this.Name = "VisionModeSettingForm";
  132. this.Text = "视觉检测设置";
  133. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  134. this.uiTabControl1.ResumeLayout(false);
  135. this.tabPage2.ResumeLayout(false);
  136. this.ResumeLayout(false);
  137. }
  138. #endregion
  139. private Sunny.UI.UITabControl uiTabControl1;
  140. private System.Windows.Forms.TabPage tabPage2;
  141. private PlcUiControl.PlcUiButton btn3D仿真拍照;
  142. private System.Windows.Forms.TabPage tabPage1;
  143. private System.Windows.Forms.TabPage tabPage3;
  144. private System.Windows.Forms.TabPage tabPage4;
  145. }
  146. }