InputWt.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace Core.StlMes.Client.LgResMgt.Mcms
  2. {
  3. partial class InputWt
  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.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  29. this.ubtOK = new Infragistics.Win.Misc.UltraButton();
  30. this.ubtCancel = new Infragistics.Win.Misc.UltraButton();
  31. this.editWt = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  32. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  33. this.ultraPanel2.ClientArea.SuspendLayout();
  34. this.ultraPanel2.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.editWt)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // ultraPanel2
  39. //
  40. //
  41. // ultraPanel2.ClientArea
  42. //
  43. this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
  44. this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
  45. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  46. this.ultraPanel2.Location = new System.Drawing.Point(0, 90);
  47. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  48. this.ultraPanel2.Name = "ultraPanel2";
  49. this.ultraPanel2.Size = new System.Drawing.Size(354, 45);
  50. this.ultraPanel2.TabIndex = 3;
  51. //
  52. // ubtOK
  53. //
  54. this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
  55. this.ubtOK.Location = new System.Drawing.Point(133, 6);
  56. this.ubtOK.Margin = new System.Windows.Forms.Padding(4);
  57. this.ubtOK.Name = "ubtOK";
  58. this.ubtOK.Size = new System.Drawing.Size(100, 29);
  59. this.ubtOK.TabIndex = 5;
  60. this.ubtOK.Text = "确认";
  61. this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
  62. //
  63. // ubtCancel
  64. //
  65. this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  66. this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  67. this.ubtCancel.Location = new System.Drawing.Point(241, 6);
  68. this.ubtCancel.Margin = new System.Windows.Forms.Padding(4);
  69. this.ubtCancel.Name = "ubtCancel";
  70. this.ubtCancel.Size = new System.Drawing.Size(100, 29);
  71. this.ubtCancel.TabIndex = 4;
  72. this.ubtCancel.Text = "取消";
  73. //
  74. // editWt
  75. //
  76. this.editWt.Location = new System.Drawing.Point(86, 27);
  77. this.editWt.MaskInput = "nnnnnn.nnn";
  78. this.editWt.MinValue = 0;
  79. this.editWt.Name = "editWt";
  80. this.editWt.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  81. this.editWt.Size = new System.Drawing.Size(170, 24);
  82. this.editWt.TabIndex = 6;
  83. //
  84. // ultraLabel1
  85. //
  86. this.ultraLabel1.AutoSize = true;
  87. this.ultraLabel1.Location = new System.Drawing.Point(24, 31);
  88. this.ultraLabel1.Name = "ultraLabel1";
  89. this.ultraLabel1.Size = new System.Drawing.Size(36, 19);
  90. this.ultraLabel1.TabIndex = 7;
  91. this.ultraLabel1.Text = "重量";
  92. //
  93. // InputWt
  94. //
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  96. this.ClientSize = new System.Drawing.Size(354, 135);
  97. this.Controls.Add(this.ultraLabel1);
  98. this.Controls.Add(this.editWt);
  99. this.Controls.Add(this.ultraPanel2);
  100. this.Name = "InputWt";
  101. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  102. this.Text = "录入总吨";
  103. this.ultraPanel2.ClientArea.ResumeLayout(false);
  104. this.ultraPanel2.ResumeLayout(false);
  105. ((System.ComponentModel.ISupportInitialize)(this.editWt)).EndInit();
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  111. private Infragistics.Win.Misc.UltraButton ubtOK;
  112. private Infragistics.Win.Misc.UltraButton ubtCancel;
  113. private Infragistics.Win.UltraWinEditors.UltraNumericEditor editWt;
  114. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  115. }
  116. }