WinCancelSampleComfirm.Designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class WinCancelSampleComfirm
  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.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  29. this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  30. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  31. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  32. this.ultraGroupBox1.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // ultraGroupBox1
  37. //
  38. this.ultraGroupBox1.Controls.Add(this.txtREMARK);
  39. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  40. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 41);
  41. this.ultraGroupBox1.Name = "ultraGroupBox1";
  42. this.ultraGroupBox1.Size = new System.Drawing.Size(288, 201);
  43. this.ultraGroupBox1.TabIndex = 222;
  44. this.ultraGroupBox1.Text = "取消说明";
  45. //
  46. // txtREMARK
  47. //
  48. this.txtREMARK.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.txtREMARK.Location = new System.Drawing.Point(3, 18);
  50. this.txtREMARK.MaxLength = 100;
  51. this.txtREMARK.Multiline = true;
  52. this.txtREMARK.Name = "txtREMARK";
  53. this.txtREMARK.Size = new System.Drawing.Size(282, 180);
  54. this.txtREMARK.TabIndex = 2;
  55. //
  56. // btnOk
  57. //
  58. this.btnOk.Location = new System.Drawing.Point(107, 12);
  59. this.btnOk.Name = "btnOk";
  60. this.btnOk.Size = new System.Drawing.Size(75, 23);
  61. this.btnOk.TabIndex = 223;
  62. this.btnOk.Text = "确定";
  63. this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  64. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  65. //
  66. // WinCancelSampleComfirm
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.ClientSize = new System.Drawing.Size(288, 242);
  71. this.Controls.Add(this.btnOk);
  72. this.Controls.Add(this.ultraGroupBox1);
  73. this.Name = "WinCancelSampleComfirm";
  74. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  75. this.Text = "取消说明";
  76. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  77. this.ultraGroupBox1.ResumeLayout(false);
  78. this.ultraGroupBox1.PerformLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  84. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
  85. private Infragistics.Win.Misc.UltraButton btnOk;
  86. }
  87. }