UpdateMemo.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. namespace Core.StlMes.Client.LgResMgt.库存位置
  2. {
  3. partial class UpdateMemo
  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.uteMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.lblshow = new Infragistics.Win.Misc.UltraLabel();
  33. this.editNum = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  34. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  35. this.ultraPanel2.ClientArea.SuspendLayout();
  36. this.ultraPanel2.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.uteMemo)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.editNum)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // ultraPanel2
  42. //
  43. //
  44. // ultraPanel2.ClientArea
  45. //
  46. this.ultraPanel2.ClientArea.Controls.Add(this.ubtOK);
  47. this.ultraPanel2.ClientArea.Controls.Add(this.ubtCancel);
  48. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  49. this.ultraPanel2.Location = new System.Drawing.Point(0, 165);
  50. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  51. this.ultraPanel2.Name = "ultraPanel2";
  52. this.ultraPanel2.Size = new System.Drawing.Size(603, 45);
  53. this.ultraPanel2.TabIndex = 3;
  54. //
  55. // ubtOK
  56. //
  57. this.ubtOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
  58. this.ubtOK.Location = new System.Drawing.Point(382, 6);
  59. this.ubtOK.Margin = new System.Windows.Forms.Padding(4);
  60. this.ubtOK.Name = "ubtOK";
  61. this.ubtOK.Size = new System.Drawing.Size(100, 29);
  62. this.ubtOK.TabIndex = 5;
  63. this.ubtOK.Text = "确认";
  64. this.ubtOK.Click += new System.EventHandler(this.ubtOK_Click);
  65. //
  66. // ubtCancel
  67. //
  68. this.ubtCancel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  69. this.ubtCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  70. this.ubtCancel.Location = new System.Drawing.Point(490, 6);
  71. this.ubtCancel.Margin = new System.Windows.Forms.Padding(4);
  72. this.ubtCancel.Name = "ubtCancel";
  73. this.ubtCancel.Size = new System.Drawing.Size(100, 29);
  74. this.ubtCancel.TabIndex = 4;
  75. this.ubtCancel.Text = "取消";
  76. //
  77. // uteMemo
  78. //
  79. this.uteMemo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.uteMemo.Location = new System.Drawing.Point(86, 84);
  81. this.uteMemo.Name = "uteMemo";
  82. this.uteMemo.Size = new System.Drawing.Size(445, 30);
  83. this.uteMemo.TabIndex = 4;
  84. this.uteMemo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteProjectName_KeyPress);
  85. //
  86. // lblshow
  87. //
  88. this.lblshow.AutoSize = true;
  89. this.lblshow.Location = new System.Drawing.Point(24, 92);
  90. this.lblshow.Name = "lblshow";
  91. this.lblshow.Size = new System.Drawing.Size(36, 19);
  92. this.lblshow.TabIndex = 5;
  93. this.lblshow.Text = "备注";
  94. //
  95. // editNum
  96. //
  97. this.editNum.Location = new System.Drawing.Point(86, 27);
  98. this.editNum.MinValue = 1;
  99. this.editNum.Name = "editNum";
  100. this.editNum.Size = new System.Drawing.Size(100, 24);
  101. this.editNum.TabIndex = 6;
  102. //
  103. // ultraLabel1
  104. //
  105. this.ultraLabel1.AutoSize = true;
  106. this.ultraLabel1.Location = new System.Drawing.Point(24, 31);
  107. this.ultraLabel1.Name = "ultraLabel1";
  108. this.ultraLabel1.Size = new System.Drawing.Size(36, 19);
  109. this.ultraLabel1.TabIndex = 7;
  110. this.ultraLabel1.Text = "支数";
  111. //
  112. // UpdateMemo
  113. //
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  115. this.ClientSize = new System.Drawing.Size(603, 210);
  116. this.Controls.Add(this.ultraLabel1);
  117. this.Controls.Add(this.editNum);
  118. this.Controls.Add(this.lblshow);
  119. this.Controls.Add(this.uteMemo);
  120. this.Controls.Add(this.ultraPanel2);
  121. this.Name = "UpdateMemo";
  122. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  123. this.Text = "修改备注";
  124. this.ultraPanel2.ClientArea.ResumeLayout(false);
  125. this.ultraPanel2.ResumeLayout(false);
  126. ((System.ComponentModel.ISupportInitialize)(this.uteMemo)).EndInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.editNum)).EndInit();
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  133. private Infragistics.Win.Misc.UltraButton ubtOK;
  134. private Infragistics.Win.Misc.UltraButton ubtCancel;
  135. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteMemo;
  136. private Infragistics.Win.Misc.UltraLabel lblshow;
  137. private Infragistics.Win.UltraWinEditors.UltraNumericEditor editNum;
  138. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  139. }
  140. }