革博士V2程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
7.5 KiB

  1. namespace GeBoShi.UI.Product
  2. {
  3. partial class MesSelectPdt
  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.components = new System.ComponentModel.Container();
  29. this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.tbMFID = new System.Windows.Forms.TextBox();
  32. this.cbDefectCode = new System.Windows.Forms.ComboBox();
  33. this.label8 = new System.Windows.Forms.Label();
  34. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  35. this.SuspendLayout();
  36. //
  37. // uiTitel1
  38. //
  39. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  40. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  41. this.uiTitel1.FatherForm = null;
  42. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  43. this.uiTitel1.Name = "uiTitel1";
  44. this.uiTitel1.Size = new System.Drawing.Size(584, 46);
  45. this.uiTitel1.TabIndex = 30;
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.label1.Location = new System.Drawing.Point(39, 86);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(140, 21);
  54. this.label1.TabIndex = 31;
  55. this.label1.Text = "当前成品ID-MFID";
  56. //
  57. // tbMFID
  58. //
  59. this.tbMFID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.tbMFID.Location = new System.Drawing.Point(200, 83);
  61. this.tbMFID.Name = "tbMFID";
  62. this.tbMFID.ReadOnly = true;
  63. this.tbMFID.Size = new System.Drawing.Size(277, 29);
  64. this.tbMFID.TabIndex = 32;
  65. //
  66. // cbDefectCode
  67. //
  68. this.cbDefectCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  69. | System.Windows.Forms.AnchorStyles.Right)));
  70. this.cbDefectCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.cbDefectCode.FormattingEnabled = true;
  72. this.cbDefectCode.Items.AddRange(new object[] {
  73. "1",
  74. "2",
  75. "3",
  76. "4",
  77. "5"});
  78. this.cbDefectCode.Location = new System.Drawing.Point(200, 140);
  79. this.cbDefectCode.Name = "cbDefectCode";
  80. this.cbDefectCode.Size = new System.Drawing.Size(277, 28);
  81. this.cbDefectCode.TabIndex = 34;
  82. //
  83. // label8
  84. //
  85. this.label8.AutoSize = true;
  86. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
  88. this.label8.Location = new System.Drawing.Point(39, 143);
  89. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  90. this.label8.Name = "label8";
  91. this.label8.Size = new System.Drawing.Size(90, 21);
  92. this.label8.TabIndex = 33;
  93. this.label8.Text = "检测标准:";
  94. //
  95. // skinButton1
  96. //
  97. this.skinButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  98. this.skinButton1.BackColor = System.Drawing.Color.White;
  99. this.skinButton1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  100. this.skinButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  101. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  102. this.skinButton1.DownBack = null;
  103. this.skinButton1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.skinButton1.ForeColor = System.Drawing.SystemColors.ControlText;
  105. this.skinButton1.GlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(157)))), ((int)(((byte)(253)))));
  106. this.skinButton1.InnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(193)))), ((int)(((byte)(64)))));
  107. this.skinButton1.Location = new System.Drawing.Point(200, 203);
  108. this.skinButton1.Margin = new System.Windows.Forms.Padding(7, 8, 7, 8);
  109. this.skinButton1.MouseBack = null;
  110. this.skinButton1.Name = "skinButton1";
  111. this.skinButton1.NormlBack = null;
  112. this.skinButton1.RoundStyle = CCWin.SkinClass.RoundStyle.All;
  113. this.skinButton1.Size = new System.Drawing.Size(126, 41);
  114. this.skinButton1.TabIndex = 102;
  115. this.skinButton1.Text = "绑定";
  116. this.skinButton1.UseVisualStyleBackColor = false;
  117. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  118. //
  119. // MesSelectPdt
  120. //
  121. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  122. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  123. this.ClientSize = new System.Drawing.Size(584, 261);
  124. this.Controls.Add(this.skinButton1);
  125. this.Controls.Add(this.cbDefectCode);
  126. this.Controls.Add(this.label8);
  127. this.Controls.Add(this.tbMFID);
  128. this.Controls.Add(this.label1);
  129. this.Controls.Add(this.uiTitel1);
  130. this.Name = "MesSelectPdt";
  131. this.Text = "Mes-对应成品ID选择检测标准";
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private UIKits.MaiMuMenu.UITitel_LT uiTitel1;
  137. private System.Windows.Forms.Label label1;
  138. private System.Windows.Forms.TextBox tbMFID;
  139. private System.Windows.Forms.ComboBox cbDefectCode;
  140. private System.Windows.Forms.Label label8;
  141. private CCWin.SkinControl.SkinButton skinButton1;
  142. }
  143. }