ComBaseSplineCopyStdFrm.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBaseSplineCopyStdFrm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComBaseSplineCopyStdFrm));
  31. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  32. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  35. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  36. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // ultraLabel1
  42. //
  43. this.ultraLabel1.AutoSize = true;
  44. this.ultraLabel1.Location = new System.Drawing.Point(51, 36);
  45. this.ultraLabel1.Name = "ultraLabel1";
  46. this.ultraLabel1.Size = new System.Drawing.Size(52, 19);
  47. this.ultraLabel1.TabIndex = 0;
  48. this.ultraLabel1.Text = "旧标准";
  49. //
  50. // ultraTextEditor1
  51. //
  52. editorButton1.Text = "选择";
  53. this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
  54. this.ultraTextEditor1.Location = new System.Drawing.Point(106, 31);
  55. this.ultraTextEditor1.Name = "ultraTextEditor1";
  56. this.ultraTextEditor1.ReadOnly = true;
  57. this.ultraTextEditor1.Size = new System.Drawing.Size(236, 24);
  58. this.ultraTextEditor1.TabIndex = 1;
  59. this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.UltraTextEditor1_EditorButtonClick);
  60. //
  61. // ultraTextEditor2
  62. //
  63. editorButton2.Text = "选择";
  64. this.ultraTextEditor2.ButtonsRight.Add(editorButton2);
  65. this.ultraTextEditor2.Location = new System.Drawing.Point(106, 102);
  66. this.ultraTextEditor2.Name = "ultraTextEditor2";
  67. this.ultraTextEditor2.ReadOnly = true;
  68. this.ultraTextEditor2.Size = new System.Drawing.Size(232, 24);
  69. this.ultraTextEditor2.TabIndex = 3;
  70. this.ultraTextEditor2.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.UltraTextEditor2_EditorButtonClick);
  71. //
  72. // ultraLabel2
  73. //
  74. this.ultraLabel2.AutoSize = true;
  75. this.ultraLabel2.Location = new System.Drawing.Point(52, 106);
  76. this.ultraLabel2.Name = "ultraLabel2";
  77. this.ultraLabel2.Size = new System.Drawing.Size(52, 19);
  78. this.ultraLabel2.TabIndex = 2;
  79. this.ultraLabel2.Text = "新标准";
  80. //
  81. // ultraLabel3
  82. //
  83. this.ultraLabel3.AutoSize = true;
  84. this.ultraLabel3.Location = new System.Drawing.Point(191, 72);
  85. this.ultraLabel3.Name = "ultraLabel3";
  86. this.ultraLabel3.Size = new System.Drawing.Size(21, 17);
  87. this.ultraLabel3.TabIndex = 4;
  88. this.ultraLabel3.Text = "↓";
  89. //
  90. // ultraButton1
  91. //
  92. this.ultraButton1.Location = new System.Drawing.Point(384, 102);
  93. this.ultraButton1.Name = "ultraButton1";
  94. this.ultraButton1.Size = new System.Drawing.Size(75, 27);
  95. this.ultraButton1.TabIndex = 5;
  96. this.ultraButton1.Text = "确认";
  97. this.ultraButton1.Click += new System.EventHandler(this.UltraButton1_Click);
  98. //
  99. // ComBaseSplineCopyStdFrm
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(502, 170);
  104. this.Controls.Add(this.ultraButton1);
  105. this.Controls.Add(this.ultraLabel3);
  106. this.Controls.Add(this.ultraTextEditor2);
  107. this.Controls.Add(this.ultraLabel2);
  108. this.Controls.Add(this.ultraTextEditor1);
  109. this.Controls.Add(this.ultraLabel1);
  110. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  111. this.Name = "ComBaseSplineCopyStdFrm";
  112. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  113. this.Text = "选择换版标准";
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  116. this.ResumeLayout(false);
  117. this.PerformLayout();
  118. }
  119. #endregion
  120. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  121. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  122. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  123. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  124. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  125. private Infragistics.Win.Misc.UltraButton ultraButton1;
  126. }
  127. }