FrmOutSouCon.Designer.cs 7.3 KB

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