FirstTestSettingForm.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace YangjieTester.主界面
  2. {
  3. partial class FirstTestSettingForm
  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.txt载带1首件打样数量 = new PlcUiControl.PlcUiNumberInput();
  31. this.uiLabel47 = new Sunny.UI.UILabel();
  32. this.uiTabControl1.SuspendLayout();
  33. this.tabPage1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // uiTabControl1
  37. //
  38. this.uiTabControl1.Controls.Add(this.tabPage1);
  39. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  41. this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  43. this.uiTabControl1.Location = new System.Drawing.Point(0, 35);
  44. this.uiTabControl1.MainPage = "";
  45. this.uiTabControl1.Name = "uiTabControl1";
  46. this.uiTabControl1.SelectedIndex = 0;
  47. this.uiTabControl1.Size = new System.Drawing.Size(359, 128);
  48. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  49. this.uiTabControl1.TabIndex = 207;
  50. this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. //
  52. // tabPage1
  53. //
  54. this.tabPage1.Controls.Add(this.txt载带1首件打样数量);
  55. this.tabPage1.Controls.Add(this.uiLabel47);
  56. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  57. this.tabPage1.Name = "tabPage1";
  58. this.tabPage1.Size = new System.Drawing.Size(359, 88);
  59. this.tabPage1.TabIndex = 0;
  60. this.tabPage1.Text = "载带";
  61. this.tabPage1.UseVisualStyleBackColor = true;
  62. //
  63. // txt载带1首件打样数量
  64. //
  65. this.txt载带1首件打样数量.Cursor = System.Windows.Forms.Cursors.IBeam;
  66. this.txt载带1首件打样数量.DisabilityTriggerNode = null;
  67. this.txt载带1首件打样数量.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.txt载带1首件打样数量.Gain = 1D;
  69. this.txt载带1首件打样数量.IntegerDigits = 0;
  70. this.txt载带1首件打样数量.InvisibilityTriggerNode = null;
  71. this.txt载带1首件打样数量.Location = new System.Drawing.Point(113, 5);
  72. this.txt载带1首件打样数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  73. this.txt载带1首件打样数量.MinimumSize = new System.Drawing.Size(1, 16);
  74. this.txt载带1首件打样数量.Name = "txt载带1首件打样数量";
  75. this.txt载带1首件打样数量.Padding = new System.Windows.Forms.Padding(5);
  76. this.txt载带1首件打样数量.ReadNode = new Node("Application.A33_Encapsulation1_Auto.dw_QC样本带长度设定", NodeType.DWORD, null);
  77. this.txt载带1首件打样数量.ShowText = false;
  78. this.txt载带1首件打样数量.Size = new System.Drawing.Size(125, 27);
  79. this.txt载带1首件打样数量.TabIndex = 67;
  80. this.txt载带1首件打样数量.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  81. this.txt载带1首件打样数量.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  82. this.txt载带1首件打样数量.Watermark = "";
  83. this.txt载带1首件打样数量.WriteNode = new Node("Application.A33_Encapsulation1_Auto.dw_QC样本带长度设定", NodeType.DWORD, null);
  84. //
  85. // uiLabel47
  86. //
  87. this.uiLabel47.AutoSize = true;
  88. this.uiLabel47.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.uiLabel47.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  90. this.uiLabel47.Location = new System.Drawing.Point(3, 9);
  91. this.uiLabel47.Name = "uiLabel47";
  92. this.uiLabel47.Size = new System.Drawing.Size(103, 16);
  93. this.uiLabel47.TabIndex = 66;
  94. this.uiLabel47.Text = "首件打样数量";
  95. //
  96. // FirstTestSettingForm
  97. //
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  99. this.ClientSize = new System.Drawing.Size(359, 163);
  100. this.Controls.Add(this.uiTabControl1);
  101. this.MaximizeBox = false;
  102. this.MinimizeBox = false;
  103. this.Name = "FirstTestSettingForm";
  104. this.Text = "首件打样测试";
  105. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  106. this.uiTabControl1.ResumeLayout(false);
  107. this.tabPage1.ResumeLayout(false);
  108. this.tabPage1.PerformLayout();
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private Sunny.UI.UITabControl uiTabControl1;
  113. private System.Windows.Forms.TabPage tabPage1;
  114. private PlcUiControl.PlcUiNumberInput txt载带1首件打样数量;
  115. private Sunny.UI.UILabel uiLabel47;
  116. }
  117. }