FrmSubCon.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. namespace Core.StlMes.Client.Mcp.Control.Base
  2. {
  3. partial class FrmSubCon
  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(FrmSubCon));
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.txt_Rmark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  31. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  34. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  35. this.groupBox1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).BeginInit();
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // groupBox1
  41. //
  42. this.groupBox1.BackColor = System.Drawing.Color.LightSteelBlue;
  43. this.groupBox1.Controls.Add(this.txt_Rmark);
  44. this.groupBox1.Controls.Add(this.ultraLabel3);
  45. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  47. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  48. this.groupBox1.Name = "groupBox1";
  49. this.groupBox1.Size = new System.Drawing.Size(365, 59);
  50. this.groupBox1.TabIndex = 0;
  51. this.groupBox1.TabStop = false;
  52. this.groupBox1.Text = "编辑区";
  53. //
  54. // txt_Rmark
  55. //
  56. this.txt_Rmark.Location = new System.Drawing.Point(100, 25);
  57. this.txt_Rmark.Name = "txt_Rmark";
  58. this.txt_Rmark.Size = new System.Drawing.Size(226, 21);
  59. this.txt_Rmark.TabIndex = 5;
  60. //
  61. // ultraLabel3
  62. //
  63. this.ultraLabel3.Location = new System.Drawing.Point(30, 29);
  64. this.ultraLabel3.Name = "ultraLabel3";
  65. this.ultraLabel3.Size = new System.Drawing.Size(100, 23);
  66. this.ultraLabel3.TabIndex = 2;
  67. this.ultraLabel3.Text = "委外说明";
  68. //
  69. // panel1
  70. //
  71. this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
  72. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  73. this.panel1.Controls.Add(this.ultraButton2);
  74. this.panel1.Controls.Add(this.ultraButton1);
  75. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  76. this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
  77. this.panel1.Location = new System.Drawing.Point(0, 59);
  78. this.panel1.Name = "panel1";
  79. this.panel1.Size = new System.Drawing.Size(365, 49);
  80. this.panel1.TabIndex = 1;
  81. //
  82. // ultraButton2
  83. //
  84. this.ultraButton2.Location = new System.Drawing.Point(184, 13);
  85. this.ultraButton2.Name = "ultraButton2";
  86. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  87. this.ultraButton2.TabIndex = 1;
  88. this.ultraButton2.Text = "取消";
  89. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  90. //
  91. // ultraButton1
  92. //
  93. this.ultraButton1.Location = new System.Drawing.Point(75, 14);
  94. this.ultraButton1.Name = "ultraButton1";
  95. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  96. this.ultraButton1.TabIndex = 0;
  97. this.ultraButton1.Text = "确认";
  98. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  99. //
  100. // FrmSubCon
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(365, 108);
  105. this.Controls.Add(this.groupBox1);
  106. this.Controls.Add(this.panel1);
  107. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  108. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  109. this.MaximizeBox = false;
  110. this.MinimizeBox = false;
  111. this.Name = "FrmSubCon";
  112. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  113. this.Text = "委外说明";
  114. this.groupBox1.ResumeLayout(false);
  115. this.groupBox1.PerformLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).EndInit();
  117. this.panel1.ResumeLayout(false);
  118. this.ResumeLayout(false);
  119. }
  120. #endregion
  121. private System.Windows.Forms.GroupBox groupBox1;
  122. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  123. private System.Windows.Forms.Panel panel1;
  124. private Infragistics.Win.Misc.UltraButton ultraButton1;
  125. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Rmark;
  126. private Infragistics.Win.Misc.UltraButton ultraButton2;
  127. }
  128. }