WinStdUpdate.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class WinStdUpdate
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  30. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  31. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  32. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  33. this.newStd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.oldStd = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  35. ((System.ComponentModel.ISupportInitialize)(this.newStd)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.oldStd)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // ultraLabel2
  40. //
  41. this.ultraLabel2.AutoSize = true;
  42. this.ultraLabel2.Location = new System.Drawing.Point(71, 146);
  43. this.ultraLabel2.Name = "ultraLabel2";
  44. this.ultraLabel2.Size = new System.Drawing.Size(52, 19);
  45. this.ultraLabel2.TabIndex = 4;
  46. this.ultraLabel2.Text = "新标准";
  47. //
  48. // ultraLabel1
  49. //
  50. this.ultraLabel1.AutoSize = true;
  51. this.ultraLabel1.Location = new System.Drawing.Point(71, 72);
  52. this.ultraLabel1.Name = "ultraLabel1";
  53. this.ultraLabel1.Size = new System.Drawing.Size(52, 19);
  54. this.ultraLabel1.TabIndex = 3;
  55. this.ultraLabel1.Text = "旧标准";
  56. //
  57. // ultraButton1
  58. //
  59. this.ultraButton1.Location = new System.Drawing.Point(444, 138);
  60. this.ultraButton1.Name = "ultraButton1";
  61. this.ultraButton1.Size = new System.Drawing.Size(75, 27);
  62. this.ultraButton1.TabIndex = 8;
  63. this.ultraButton1.Text = "确认";
  64. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  65. //
  66. // newStd
  67. //
  68. editorButton1.Text = "选择";
  69. this.newStd.ButtonsRight.Add(editorButton1);
  70. this.newStd.Location = new System.Drawing.Point(166, 138);
  71. this.newStd.Name = "newStd";
  72. this.newStd.Size = new System.Drawing.Size(236, 24);
  73. this.newStd.TabIndex = 7;
  74. this.newStd.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.newStd_EditorButtonClick);
  75. //
  76. // oldStd
  77. //
  78. editorButton2.Text = "选择";
  79. this.oldStd.ButtonsRight.Add(editorButton2);
  80. this.oldStd.Location = new System.Drawing.Point(166, 67);
  81. this.oldStd.Name = "oldStd";
  82. this.oldStd.Size = new System.Drawing.Size(236, 24);
  83. this.oldStd.TabIndex = 6;
  84. this.oldStd.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.oldStd_EditorButtonClick);
  85. //
  86. // WinStdUpdate
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.ClientSize = new System.Drawing.Size(571, 213);
  91. this.Controls.Add(this.ultraButton1);
  92. this.Controls.Add(this.newStd);
  93. this.Controls.Add(this.oldStd);
  94. this.Controls.Add(this.ultraLabel2);
  95. this.Controls.Add(this.ultraLabel1);
  96. this.Name = "WinStdUpdate";
  97. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  98. this.Text = "方法标准更新";
  99. ((System.ComponentModel.ISupportInitialize)(this.newStd)).EndInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.oldStd)).EndInit();
  101. this.ResumeLayout(false);
  102. this.PerformLayout();
  103. }
  104. #endregion
  105. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  106. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  107. private Infragistics.Win.Misc.UltraButton ultraButton1;
  108. private Infragistics.Win.UltraWinEditors.UltraTextEditor newStd;
  109. private Infragistics.Win.UltraWinEditors.UltraTextEditor oldStd;
  110. }
  111. }