FrmCheckNLK.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class FrmCheckNLK
  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(FrmCheckNLK));
  29. this.txtReason = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  30. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  31. this.btnBack = new Infragistics.Win.Misc.UltraButton();
  32. this.btnPass = new Infragistics.Win.Misc.UltraButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.txtReason)).BeginInit();
  34. this.ultraPanel1.ClientArea.SuspendLayout();
  35. this.ultraPanel1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // txtReason
  39. //
  40. this.txtReason.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.txtReason.Location = new System.Drawing.Point(0, 0);
  42. this.txtReason.Multiline = true;
  43. this.txtReason.Name = "txtReason";
  44. this.txtReason.ReadOnly = true;
  45. this.txtReason.Size = new System.Drawing.Size(284, 214);
  46. this.txtReason.TabIndex = 0;
  47. //
  48. // ultraPanel1
  49. //
  50. //
  51. // ultraPanel1.ClientArea
  52. //
  53. this.ultraPanel1.ClientArea.Controls.Add(this.btnBack);
  54. this.ultraPanel1.ClientArea.Controls.Add(this.btnPass);
  55. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  56. this.ultraPanel1.Location = new System.Drawing.Point(0, 214);
  57. this.ultraPanel1.Name = "ultraPanel1";
  58. this.ultraPanel1.Size = new System.Drawing.Size(284, 47);
  59. this.ultraPanel1.TabIndex = 1;
  60. //
  61. // btnBack
  62. //
  63. this.btnBack.Location = new System.Drawing.Point(159, 6);
  64. this.btnBack.Name = "btnBack";
  65. this.btnBack.Size = new System.Drawing.Size(90, 29);
  66. this.btnBack.TabIndex = 1;
  67. this.btnBack.Text = "审核不通过";
  68. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  69. //
  70. // btnPass
  71. //
  72. this.btnPass.Location = new System.Drawing.Point(35, 6);
  73. this.btnPass.Name = "btnPass";
  74. this.btnPass.Size = new System.Drawing.Size(90, 29);
  75. this.btnPass.TabIndex = 0;
  76. this.btnPass.Text = "审核通过";
  77. this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
  78. //
  79. // FrmCheckNLK
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.ClientSize = new System.Drawing.Size(284, 261);
  84. this.Controls.Add(this.txtReason);
  85. this.Controls.Add(this.ultraPanel1);
  86. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  87. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  88. this.MaximizeBox = false;
  89. this.MinimizeBox = false;
  90. this.Name = "FrmCheckNLK";
  91. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  92. this.Text = "审核不利库原因";
  93. this.Load += new System.EventHandler(this.FrmCheckNLK_Load);
  94. ((System.ComponentModel.ISupportInitialize)(this.txtReason)).EndInit();
  95. this.ultraPanel1.ClientArea.ResumeLayout(false);
  96. this.ultraPanel1.ResumeLayout(false);
  97. this.ResumeLayout(false);
  98. this.PerformLayout();
  99. }
  100. #endregion
  101. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtReason;
  102. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  103. private Infragistics.Win.Misc.UltraButton btnBack;
  104. private Infragistics.Win.Misc.UltraButton btnPass;
  105. }
  106. }