PhyItemsConfirmResult.Designer.cs 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace Core.StlMes.Client.Lims.Port
  2. {
  3. partial class PhyItemsConfirmResult
  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. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  31. this.ultraIS_CORRECT = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  33. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  34. this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  35. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.ultraIS_CORRECT)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  38. this.ultraGroupBox1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // ultraIS_CORRECT
  43. //
  44. valueListItem3.DataValue = "11";
  45. valueListItem3.DisplayText = "成立";
  46. valueListItem4.DataValue = "10";
  47. valueListItem4.DisplayText = "不成立";
  48. this.ultraIS_CORRECT.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  49. valueListItem3,
  50. valueListItem4});
  51. this.ultraIS_CORRECT.Location = new System.Drawing.Point(98, 19);
  52. this.ultraIS_CORRECT.Name = "ultraIS_CORRECT";
  53. this.ultraIS_CORRECT.Size = new System.Drawing.Size(65, 21);
  54. this.ultraIS_CORRECT.TabIndex = 221;
  55. this.ultraIS_CORRECT.Text = "成立";
  56. //
  57. // ultraLabel15
  58. //
  59. appearance42.TextHAlignAsString = "Right";
  60. appearance42.TextVAlignAsString = "Middle";
  61. this.ultraLabel15.Appearance = appearance42;
  62. this.ultraLabel15.AutoSize = true;
  63. this.ultraLabel15.Location = new System.Drawing.Point(40, 22);
  64. this.ultraLabel15.Name = "ultraLabel15";
  65. this.ultraLabel15.Size = new System.Drawing.Size(54, 16);
  66. this.ultraLabel15.TabIndex = 220;
  67. this.ultraLabel15.Text = "确认结果";
  68. //
  69. // ultraGroupBox1
  70. //
  71. this.ultraGroupBox1.Controls.Add(this.txtREMARK);
  72. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  73. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 49);
  74. this.ultraGroupBox1.Name = "ultraGroupBox1";
  75. this.ultraGroupBox1.Size = new System.Drawing.Size(288, 193);
  76. this.ultraGroupBox1.TabIndex = 222;
  77. this.ultraGroupBox1.Text = "不成立说明";
  78. //
  79. // txtREMARK
  80. //
  81. this.txtREMARK.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.txtREMARK.Location = new System.Drawing.Point(3, 18);
  83. this.txtREMARK.MaxLength = 100;
  84. this.txtREMARK.Multiline = true;
  85. this.txtREMARK.Name = "txtREMARK";
  86. this.txtREMARK.Size = new System.Drawing.Size(282, 172);
  87. this.txtREMARK.TabIndex = 2;
  88. //
  89. // btnOk
  90. //
  91. this.btnOk.Location = new System.Drawing.Point(169, 18);
  92. this.btnOk.Name = "btnOk";
  93. this.btnOk.Size = new System.Drawing.Size(75, 23);
  94. this.btnOk.TabIndex = 223;
  95. this.btnOk.Text = "确定";
  96. this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  97. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  98. //
  99. // PhyItemsConfirmResult
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(288, 242);
  104. this.Controls.Add(this.btnOk);
  105. this.Controls.Add(this.ultraGroupBox1);
  106. this.Controls.Add(this.ultraIS_CORRECT);
  107. this.Controls.Add(this.ultraLabel15);
  108. this.Name = "PhyItemsConfirmResult";
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  110. this.Text = "确认结果说明";
  111. ((System.ComponentModel.ISupportInitialize)(this.ultraIS_CORRECT)).EndInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  113. this.ultraGroupBox1.ResumeLayout(false);
  114. this.ultraGroupBox1.PerformLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
  116. this.ResumeLayout(false);
  117. this.PerformLayout();
  118. }
  119. #endregion
  120. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraIS_CORRECT;
  121. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  122. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  123. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
  124. private Infragistics.Win.Misc.UltraButton btnOk;
  125. }
  126. }