FrmOut.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace Core.StlMes.Client.Mcp.Coupling
  2. {
  3. partial class FrmOut
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  37. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  38. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.txt_Rmark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  41. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  42. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  43. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  44. this.cmbGx = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.label1 = new System.Windows.Forms.Label();
  46. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  47. this.ultraGroupBox1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.cmbGx)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // ultraGroupBox1
  54. //
  55. this.ultraGroupBox1.Controls.Add(this.ultraComboEditor1);
  56. this.ultraGroupBox1.Controls.Add(this.label2);
  57. this.ultraGroupBox1.Controls.Add(this.txt_Rmark);
  58. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  59. this.ultraGroupBox1.Controls.Add(this.ultraButton2);
  60. this.ultraGroupBox1.Controls.Add(this.ultraButton1);
  61. this.ultraGroupBox1.Controls.Add(this.cmbGx);
  62. this.ultraGroupBox1.Controls.Add(this.label1);
  63. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  65. this.ultraGroupBox1.Name = "ultraGroupBox1";
  66. this.ultraGroupBox1.Size = new System.Drawing.Size(346, 117);
  67. this.ultraGroupBox1.TabIndex = 0;
  68. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  69. //
  70. // ultraComboEditor1
  71. //
  72. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  73. this.ultraComboEditor1.Location = new System.Drawing.Point(93, 12);
  74. this.ultraComboEditor1.Name = "ultraComboEditor1";
  75. this.ultraComboEditor1.Size = new System.Drawing.Size(111, 21);
  76. this.ultraComboEditor1.TabIndex = 132;
  77. //
  78. // label2
  79. //
  80. this.label2.AutoSize = true;
  81. this.label2.BackColor = System.Drawing.Color.Transparent;
  82. this.label2.Location = new System.Drawing.Point(23, 15);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(53, 12);
  85. this.label2.TabIndex = 131;
  86. this.label2.Text = "委外单位";
  87. //
  88. // txt_Rmark
  89. //
  90. this.txt_Rmark.Location = new System.Drawing.Point(93, 61);
  91. this.txt_Rmark.Name = "txt_Rmark";
  92. this.txt_Rmark.Size = new System.Drawing.Size(226, 21);
  93. this.txt_Rmark.TabIndex = 130;
  94. //
  95. // ultraLabel3
  96. //
  97. appearance1.BackColor = System.Drawing.Color.Transparent;
  98. appearance1.TextHAlignAsString = "Left";
  99. appearance1.TextVAlignAsString = "Middle";
  100. this.ultraLabel3.Appearance = appearance1;
  101. this.ultraLabel3.Location = new System.Drawing.Point(23, 64);
  102. this.ultraLabel3.Name = "ultraLabel3";
  103. this.ultraLabel3.Size = new System.Drawing.Size(65, 17);
  104. this.ultraLabel3.TabIndex = 129;
  105. this.ultraLabel3.Text = "委外说明";
  106. //
  107. // ultraButton2
  108. //
  109. this.ultraButton2.Location = new System.Drawing.Point(177, 85);
  110. this.ultraButton2.Name = "ultraButton2";
  111. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  112. this.ultraButton2.TabIndex = 128;
  113. this.ultraButton2.Text = "取消";
  114. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  115. //
  116. // ultraButton1
  117. //
  118. this.ultraButton1.Location = new System.Drawing.Point(78, 85);
  119. this.ultraButton1.Name = "ultraButton1";
  120. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  121. this.ultraButton1.TabIndex = 127;
  122. this.ultraButton1.Text = "确认";
  123. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  124. //
  125. // cmbGx
  126. //
  127. this.cmbGx.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  128. valueListItem1.DataValue = " ";
  129. valueListItem4.DataValue = "2";
  130. valueListItem4.DisplayText = "锯切";
  131. valueListItem2.DataValue = "0";
  132. valueListItem2.DisplayText = "扒皮";
  133. valueListItem3.DataValue = "1";
  134. valueListItem3.DisplayText = "镗孔";
  135. valueListItem5.DataValue = "4";
  136. valueListItem5.DisplayText = "锯切、扒皮";
  137. valueListItem6.DataValue = "5";
  138. valueListItem6.DisplayText = "锯切、镗孔";
  139. valueListItem7.DataValue = "3";
  140. valueListItem7.DisplayText = "扒皮、镗孔";
  141. valueListItem8.DataValue = "6";
  142. valueListItem8.DisplayText = "锯切、扒皮、镗孔";
  143. this.cmbGx.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  144. valueListItem1,
  145. valueListItem4,
  146. valueListItem2,
  147. valueListItem3,
  148. valueListItem5,
  149. valueListItem6,
  150. valueListItem7,
  151. valueListItem8});
  152. this.cmbGx.Location = new System.Drawing.Point(93, 37);
  153. this.cmbGx.Name = "cmbGx";
  154. this.cmbGx.Size = new System.Drawing.Size(111, 21);
  155. this.cmbGx.TabIndex = 126;
  156. //
  157. // label1
  158. //
  159. this.label1.AutoSize = true;
  160. this.label1.BackColor = System.Drawing.Color.Transparent;
  161. this.label1.Location = new System.Drawing.Point(23, 40);
  162. this.label1.Name = "label1";
  163. this.label1.Size = new System.Drawing.Size(65, 12);
  164. this.label1.TabIndex = 125;
  165. this.label1.Text = "粗加工类型";
  166. //
  167. // FrmOut
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.ClientSize = new System.Drawing.Size(346, 117);
  172. this.Controls.Add(this.ultraGroupBox1);
  173. this.Name = "FrmOut";
  174. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  175. this.Text = "委外";
  176. this.Load += new System.EventHandler(this.FrmOut_Load);
  177. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  178. this.ultraGroupBox1.ResumeLayout(false);
  179. this.ultraGroupBox1.PerformLayout();
  180. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.txt_Rmark)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.cmbGx)).EndInit();
  183. this.ResumeLayout(false);
  184. }
  185. #endregion
  186. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  187. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGx;
  188. private System.Windows.Forms.Label label1;
  189. private Infragistics.Win.Misc.UltraButton ultraButton2;
  190. private Infragistics.Win.Misc.UltraButton ultraButton1;
  191. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Rmark;
  192. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  193. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  194. private System.Windows.Forms.Label label2;
  195. }
  196. }