DetectionPopup.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class DetectionPopup
  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(DetectionPopup));
  29. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  30. this.labelNumericText1 = new Core.Mes.Client.Comm.Control.LabelNumericText();
  31. ((System.ComponentModel.ISupportInitialize)(this.labelNumericText1.UltraNumbericEditor)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // ultraButton1
  35. //
  36. this.ultraButton1.Location = new System.Drawing.Point(132, 16);
  37. this.ultraButton1.Name = "ultraButton1";
  38. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  39. this.ultraButton1.TabIndex = 1;
  40. this.ultraButton1.Text = "确认";
  41. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  42. //
  43. // labelNumericText1
  44. //
  45. //
  46. //
  47. //
  48. this.labelNumericText1.CheckBox.AutoSize = true;
  49. this.labelNumericText1.CheckBox.Checked = true;
  50. this.labelNumericText1.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  51. this.labelNumericText1.CheckBox.Location = new System.Drawing.Point(4, 5);
  52. this.labelNumericText1.CheckBox.Name = "checkBox1";
  53. this.labelNumericText1.CheckBox.Size = new System.Drawing.Size(15, 14);
  54. this.labelNumericText1.CheckBox.TabIndex = 1;
  55. this.labelNumericText1.CheckBox.UseVisualStyleBackColor = true;
  56. this.labelNumericText1.CheckBox.Visible = false;
  57. //
  58. //
  59. //
  60. this.labelNumericText1.Label.AutoSize = true;
  61. this.labelNumericText1.Label.Location = new System.Drawing.Point(4, 5);
  62. this.labelNumericText1.Label.Name = "label1";
  63. this.labelNumericText1.Label.Size = new System.Drawing.Size(29, 12);
  64. this.labelNumericText1.Label.TabIndex = 0;
  65. this.labelNumericText1.Label.Text = "切长";
  66. this.labelNumericText1.Location = new System.Drawing.Point(20, 16);
  67. this.labelNumericText1.Name = "labelNumericText1";
  68. this.labelNumericText1.Size = new System.Drawing.Size(92, 21);
  69. this.labelNumericText1.TabIndex = 2;
  70. //
  71. //
  72. //
  73. this.labelNumericText1.UltraNumbericEditor.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.labelNumericText1.UltraNumbericEditor.Location = new System.Drawing.Point(0, 0);
  75. this.labelNumericText1.UltraNumbericEditor.MaskInput = "nnnnnn";
  76. this.labelNumericText1.UltraNumbericEditor.MinValue = 0;
  77. this.labelNumericText1.UltraNumbericEditor.Name = "ultraNumericEditor1";
  78. this.labelNumericText1.UltraNumbericEditor.Nullable = true;
  79. this.labelNumericText1.UltraNumbericEditor.Size = new System.Drawing.Size(56, 21);
  80. this.labelNumericText1.UltraNumbericEditor.TabIndex = 0;
  81. //
  82. // DetectionPopup
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.ClientSize = new System.Drawing.Size(219, 54);
  87. this.Controls.Add(this.labelNumericText1);
  88. this.Controls.Add(this.ultraButton1);
  89. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  90. this.MaximizeBox = false;
  91. this.MinimizeBox = false;
  92. this.Name = "DetectionPopup";
  93. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  94. this.Text = "在线机探盲区切长";
  95. ((System.ComponentModel.ISupportInitialize)(this.labelNumericText1.UltraNumbericEditor)).EndInit();
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private Infragistics.Win.Misc.UltraButton ultraButton1;
  100. private Mes.Client.Comm.Control.LabelNumericText labelNumericText1;
  101. public Mes.Client.Comm.Control.LabelNumericText LabelNumericText1
  102. {
  103. get { return labelNumericText1; }
  104. set { labelNumericText1 = value; }
  105. }
  106. }
  107. }