frmPurRequirePlanMAdd.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. namespace Pur.require_plan
  2. {
  3. partial class frmPurRequirePlanMAdd
  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 valueListItem4 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  31. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  34. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPurRequirePlanMAdd));
  36. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  37. this.txt_auditType_lab = new Infragistics.Win.Misc.UltraLabel();
  38. this.txt_auditType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  39. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  40. this.txt_RequeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  41. this.txt_MRPERIODEND = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  42. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  43. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  44. this.txt_URGENCYTYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  46. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  47. this.btn_add = new Infragistics.Win.Misc.UltraButton();
  48. this.txt_REQORGNAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  50. this.ultraGroupBox1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txt_auditType)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  56. this.ultraGroupBox2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // ultraGroupBox1
  61. //
  62. this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
  63. this.ultraGroupBox1.Controls.Add(this.txt_REQORGNAME);
  64. this.ultraGroupBox1.Controls.Add(this.txt_auditType_lab);
  65. this.ultraGroupBox1.Controls.Add(this.txt_auditType);
  66. this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
  67. this.ultraGroupBox1.Controls.Add(this.txt_RequeType);
  68. this.ultraGroupBox1.Controls.Add(this.txt_MRPERIODEND);
  69. this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
  70. this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
  71. this.ultraGroupBox1.Controls.Add(this.txt_URGENCYTYPE);
  72. this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
  73. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  75. this.ultraGroupBox1.Name = "ultraGroupBox1";
  76. this.ultraGroupBox1.Size = new System.Drawing.Size(310, 149);
  77. this.ultraGroupBox1.TabIndex = 0;
  78. this.ultraGroupBox1.Text = "项目";
  79. //
  80. // txt_auditType_lab
  81. //
  82. this.txt_auditType_lab.AutoSize = true;
  83. this.txt_auditType_lab.Location = new System.Drawing.Point(19, 124);
  84. this.txt_auditType_lab.Margin = new System.Windows.Forms.Padding(2);
  85. this.txt_auditType_lab.Name = "txt_auditType_lab";
  86. this.txt_auditType_lab.Size = new System.Drawing.Size(54, 16);
  87. this.txt_auditType_lab.TabIndex = 193;
  88. this.txt_auditType_lab.Text = "审批流程";
  89. //
  90. // txt_auditType
  91. //
  92. this.txt_auditType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  93. this.txt_auditType.DisplayMember = "";
  94. this.txt_auditType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  95. valueListItem4.DataValue = "2";
  96. valueListItem4.DisplayText = "常规";
  97. valueListItem12.DataValue = "1";
  98. valueListItem12.DisplayText = "紧急";
  99. this.txt_auditType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  100. valueListItem4,
  101. valueListItem12});
  102. this.txt_auditType.Location = new System.Drawing.Point(78, 121);
  103. this.txt_auditType.Margin = new System.Windows.Forms.Padding(2);
  104. this.txt_auditType.Name = "txt_auditType";
  105. this.txt_auditType.Size = new System.Drawing.Size(200, 21);
  106. this.txt_auditType.TabIndex = 192;
  107. //
  108. // ultraLabel12
  109. //
  110. this.ultraLabel12.AutoSize = true;
  111. this.ultraLabel12.Location = new System.Drawing.Point(19, 27);
  112. this.ultraLabel12.Margin = new System.Windows.Forms.Padding(2);
  113. this.ultraLabel12.Name = "ultraLabel12";
  114. this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
  115. this.ultraLabel12.TabIndex = 191;
  116. this.ultraLabel12.Text = "计划类型";
  117. //
  118. // txt_RequeType
  119. //
  120. this.txt_RequeType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  121. this.txt_RequeType.DisplayMember = "";
  122. this.txt_RequeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  123. this.txt_RequeType.Location = new System.Drawing.Point(78, 25);
  124. this.txt_RequeType.Margin = new System.Windows.Forms.Padding(2);
  125. this.txt_RequeType.Name = "txt_RequeType";
  126. this.txt_RequeType.Size = new System.Drawing.Size(200, 21);
  127. this.txt_RequeType.TabIndex = 190;
  128. //
  129. // txt_MRPERIODEND
  130. //
  131. this.txt_MRPERIODEND.DateButtons.Add(dateButton1);
  132. this.txt_MRPERIODEND.Format = "yyyy/MM";
  133. this.txt_MRPERIODEND.Location = new System.Drawing.Point(78, 73);
  134. this.txt_MRPERIODEND.Margin = new System.Windows.Forms.Padding(2);
  135. this.txt_MRPERIODEND.Name = "txt_MRPERIODEND";
  136. this.txt_MRPERIODEND.NonAutoSizeHeight = 25;
  137. this.txt_MRPERIODEND.Size = new System.Drawing.Size(200, 21);
  138. this.txt_MRPERIODEND.TabIndex = 184;
  139. this.txt_MRPERIODEND.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
  140. //
  141. // ultraLabel4
  142. //
  143. this.ultraLabel4.AutoSize = true;
  144. this.ultraLabel4.Location = new System.Drawing.Point(19, 73);
  145. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
  146. this.ultraLabel4.Name = "ultraLabel4";
  147. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  148. this.ultraLabel4.TabIndex = 189;
  149. this.ultraLabel4.Text = "计划月份";
  150. //
  151. // ultraLabel5
  152. //
  153. this.ultraLabel5.AutoSize = true;
  154. this.ultraLabel5.Location = new System.Drawing.Point(19, 50);
  155. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
  156. this.ultraLabel5.Name = "ultraLabel5";
  157. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  158. this.ultraLabel5.TabIndex = 188;
  159. this.ultraLabel5.Text = "紧急程度";
  160. //
  161. // txt_URGENCYTYPE
  162. //
  163. this.txt_URGENCYTYPE.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  164. this.txt_URGENCYTYPE.DisplayMember = "";
  165. this.txt_URGENCYTYPE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  166. valueListItem14.DataValue = "2";
  167. valueListItem14.DisplayText = "常规";
  168. valueListItem15.DataValue = "1";
  169. valueListItem15.DisplayText = "紧急";
  170. this.txt_URGENCYTYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  171. valueListItem14,
  172. valueListItem15});
  173. this.txt_URGENCYTYPE.Location = new System.Drawing.Point(78, 49);
  174. this.txt_URGENCYTYPE.Margin = new System.Windows.Forms.Padding(2);
  175. this.txt_URGENCYTYPE.Name = "txt_URGENCYTYPE";
  176. this.txt_URGENCYTYPE.Size = new System.Drawing.Size(200, 21);
  177. this.txt_URGENCYTYPE.TabIndex = 185;
  178. this.txt_URGENCYTYPE.ValueChanged += new System.EventHandler(this.txt_URGENCYTYPE_ValueChanged);
  179. //
  180. // ultraLabel8
  181. //
  182. this.ultraLabel8.AutoSize = true;
  183. this.ultraLabel8.Location = new System.Drawing.Point(19, 99);
  184. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
  185. this.ultraLabel8.Name = "ultraLabel8";
  186. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  187. this.ultraLabel8.TabIndex = 187;
  188. this.ultraLabel8.Text = "申请单位";
  189. //
  190. // ultraGroupBox2
  191. //
  192. this.ultraGroupBox2.Controls.Add(this.btn_add);
  193. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  194. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 149);
  195. this.ultraGroupBox2.Name = "ultraGroupBox2";
  196. this.ultraGroupBox2.Size = new System.Drawing.Size(310, 32);
  197. this.ultraGroupBox2.TabIndex = 1;
  198. //
  199. // btn_add
  200. //
  201. this.btn_add.Dock = System.Windows.Forms.DockStyle.Right;
  202. this.btn_add.Location = new System.Drawing.Point(212, 0);
  203. this.btn_add.Name = "btn_add";
  204. this.btn_add.Size = new System.Drawing.Size(95, 29);
  205. this.btn_add.TabIndex = 0;
  206. this.btn_add.Text = "创建&A";
  207. this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
  208. //
  209. // txt_REQORGNAME
  210. //
  211. appearance1.TextHAlignAsString = "Center";
  212. appearance1.TextVAlignAsString = "Middle";
  213. editorButton1.Appearance = appearance1;
  214. editorButton1.Text = "+";
  215. this.txt_REQORGNAME.ButtonsRight.Add(editorButton1);
  216. this.txt_REQORGNAME.Location = new System.Drawing.Point(78, 97);
  217. this.txt_REQORGNAME.Name = "txt_REQORGNAME";
  218. this.txt_REQORGNAME.Size = new System.Drawing.Size(200, 21);
  219. this.txt_REQORGNAME.TabIndex = 194;
  220. this.txt_REQORGNAME.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_REQORGNAME_EditorButtonClick);
  221. //
  222. // frmPurRequirePlanMAdd
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.ClientSize = new System.Drawing.Size(310, 181);
  227. this.Controls.Add(this.ultraGroupBox1);
  228. this.Controls.Add(this.ultraGroupBox2);
  229. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  230. this.MaximizeBox = false;
  231. this.MinimizeBox = false;
  232. this.Name = "frmPurRequirePlanMAdd";
  233. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  234. this.Text = "需求计划头新增";
  235. this.Load += new System.EventHandler(this.frmPurRequirePlanMAdd_Load);
  236. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  237. this.ultraGroupBox1.ResumeLayout(false);
  238. this.ultraGroupBox1.PerformLayout();
  239. ((System.ComponentModel.ISupportInitialize)(this.txt_auditType)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).EndInit();
  241. ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).EndInit();
  242. ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  244. this.ultraGroupBox2.ResumeLayout(false);
  245. ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).EndInit();
  246. this.ResumeLayout(false);
  247. }
  248. #endregion
  249. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  250. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  251. private Infragistics.Win.Misc.UltraLabel txt_auditType_lab;
  252. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_auditType;
  253. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  254. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_RequeType;
  255. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_MRPERIODEND;
  256. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  257. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  258. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_URGENCYTYPE;
  259. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  260. private Infragistics.Win.Misc.UltraButton btn_add;
  261. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQORGNAME;
  262. }
  263. }