FrmEntrustApproval.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
  2. {
  3. partial class FrmEntrustApproval
  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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  30. this.cmbPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.txtNote = new System.Windows.Forms.TextBox();
  34. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  35. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  36. this.plPline = new System.Windows.Forms.Panel();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.cmbTrans = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.chkFlag2 = new System.Windows.Forms.CheckBox();
  40. this.chkFlag1 = new System.Windows.Forms.CheckBox();
  41. this.panel2 = new System.Windows.Forms.Panel();
  42. ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).BeginInit();
  43. this.plPline.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.cmbTrans)).BeginInit();
  45. this.panel2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // cmbPline
  49. //
  50. this.cmbPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  51. this.cmbPline.Location = new System.Drawing.Point(92, 11);
  52. this.cmbPline.Name = "cmbPline";
  53. this.cmbPline.Size = new System.Drawing.Size(208, 21);
  54. this.cmbPline.TabIndex = 890;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Location = new System.Drawing.Point(21, 14);
  60. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(53, 12);
  63. this.label1.TabIndex = 891;
  64. this.label1.Text = "委托产线";
  65. //
  66. // label2
  67. //
  68. this.label2.AutoSize = true;
  69. this.label2.Location = new System.Drawing.Point(21, 17);
  70. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(47, 12);
  73. this.label2.TabIndex = 892;
  74. this.label2.Text = "备 注";
  75. //
  76. // txtNote
  77. //
  78. this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  79. | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.txtNote.Location = new System.Drawing.Point(92, 14);
  82. this.txtNote.Margin = new System.Windows.Forms.Padding(2);
  83. this.txtNote.Multiline = true;
  84. this.txtNote.Name = "txtNote";
  85. this.txtNote.Size = new System.Drawing.Size(229, 96);
  86. this.txtNote.TabIndex = 893;
  87. //
  88. // ultraButton2
  89. //
  90. this.ultraButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  91. this.ultraButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  92. this.ultraButton2.Location = new System.Drawing.Point(244, 130);
  93. this.ultraButton2.Name = "ultraButton2";
  94. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  95. this.ultraButton2.TabIndex = 1;
  96. this.ultraButton2.Text = "取消";
  97. //
  98. // ultraButton1
  99. //
  100. this.ultraButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  101. this.ultraButton1.Location = new System.Drawing.Point(111, 130);
  102. this.ultraButton1.Name = "ultraButton1";
  103. this.ultraButton1.Size = new System.Drawing.Size(75, 23);
  104. this.ultraButton1.TabIndex = 0;
  105. this.ultraButton1.Text = "确认";
  106. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  107. //
  108. // plPline
  109. //
  110. this.plPline.Controls.Add(this.label3);
  111. this.plPline.Controls.Add(this.cmbTrans);
  112. this.plPline.Controls.Add(this.chkFlag2);
  113. this.plPline.Controls.Add(this.chkFlag1);
  114. this.plPline.Controls.Add(this.label1);
  115. this.plPline.Controls.Add(this.cmbPline);
  116. this.plPline.Dock = System.Windows.Forms.DockStyle.Top;
  117. this.plPline.Location = new System.Drawing.Point(0, 0);
  118. this.plPline.Margin = new System.Windows.Forms.Padding(2);
  119. this.plPline.Name = "plPline";
  120. this.plPline.Size = new System.Drawing.Size(355, 101);
  121. this.plPline.TabIndex = 894;
  122. //
  123. // label3
  124. //
  125. this.label3.AutoSize = true;
  126. this.label3.Location = new System.Drawing.Point(21, 41);
  127. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  128. this.label3.Name = "label3";
  129. this.label3.Size = new System.Drawing.Size(53, 12);
  130. this.label3.TabIndex = 896;
  131. this.label3.Text = "用车方式";
  132. //
  133. // cmbTrans
  134. //
  135. this.cmbTrans.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  136. valueListItem1.DataValue = "1";
  137. valueListItem1.DisplayText = "自提";
  138. valueListItem3.DataValue = "2";
  139. valueListItem3.DisplayText = "派车";
  140. this.cmbTrans.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  141. valueListItem1,
  142. valueListItem3});
  143. this.cmbTrans.Location = new System.Drawing.Point(92, 38);
  144. this.cmbTrans.Name = "cmbTrans";
  145. this.cmbTrans.Size = new System.Drawing.Size(208, 21);
  146. this.cmbTrans.TabIndex = 895;
  147. //
  148. // chkFlag2
  149. //
  150. this.chkFlag2.AutoSize = true;
  151. this.chkFlag2.Location = new System.Drawing.Point(218, 72);
  152. this.chkFlag2.Margin = new System.Windows.Forms.Padding(2);
  153. this.chkFlag2.Name = "chkFlag2";
  154. this.chkFlag2.Size = new System.Drawing.Size(96, 16);
  155. this.chkFlag2.TabIndex = 894;
  156. this.chkFlag2.Text = "自动委托完成";
  157. this.chkFlag2.UseVisualStyleBackColor = true;
  158. //
  159. // chkFlag1
  160. //
  161. this.chkFlag1.AutoSize = true;
  162. this.chkFlag1.Location = new System.Drawing.Point(92, 72);
  163. this.chkFlag1.Margin = new System.Windows.Forms.Padding(2);
  164. this.chkFlag1.Name = "chkFlag1";
  165. this.chkFlag1.Size = new System.Drawing.Size(108, 16);
  166. this.chkFlag1.TabIndex = 892;
  167. this.chkFlag1.Text = "质保部自动审批";
  168. this.chkFlag1.UseVisualStyleBackColor = true;
  169. //
  170. // panel2
  171. //
  172. this.panel2.Controls.Add(this.label2);
  173. this.panel2.Controls.Add(this.txtNote);
  174. this.panel2.Controls.Add(this.ultraButton1);
  175. this.panel2.Controls.Add(this.ultraButton2);
  176. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.panel2.Location = new System.Drawing.Point(0, 101);
  178. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  179. this.panel2.Name = "panel2";
  180. this.panel2.Size = new System.Drawing.Size(355, 173);
  181. this.panel2.TabIndex = 895;
  182. //
  183. // FrmEntrustApproval
  184. //
  185. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  186. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  187. this.ClientSize = new System.Drawing.Size(355, 274);
  188. this.Controls.Add(this.panel2);
  189. this.Controls.Add(this.plPline);
  190. this.Margin = new System.Windows.Forms.Padding(2);
  191. this.Name = "FrmEntrustApproval";
  192. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  193. this.Text = "委托审批";
  194. ((System.ComponentModel.ISupportInitialize)(this.cmbPline)).EndInit();
  195. this.plPline.ResumeLayout(false);
  196. this.plPline.PerformLayout();
  197. ((System.ComponentModel.ISupportInitialize)(this.cmbTrans)).EndInit();
  198. this.panel2.ResumeLayout(false);
  199. this.panel2.PerformLayout();
  200. this.ResumeLayout(false);
  201. }
  202. #endregion
  203. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPline;
  204. private System.Windows.Forms.Label label1;
  205. private System.Windows.Forms.Label label2;
  206. private System.Windows.Forms.TextBox txtNote;
  207. private Infragistics.Win.Misc.UltraButton ultraButton2;
  208. private Infragistics.Win.Misc.UltraButton ultraButton1;
  209. private System.Windows.Forms.Panel plPline;
  210. private System.Windows.Forms.Panel panel2;
  211. private System.Windows.Forms.CheckBox chkFlag2;
  212. private System.Windows.Forms.CheckBox chkFlag1;
  213. private System.Windows.Forms.Label label3;
  214. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbTrans;
  215. }
  216. }