frmPopOrgBudgetDetail.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class frmPopOrgBudgetDetail
  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 appearance2 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopOrgBudgetDetail));
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.txt_budgetCanUse = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  33. this.txt_budgetUsed = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  34. this.txt_bugetAll = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.Q_time = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  40. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.txt_budgetCanUse)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txt_budgetUsed)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txt_bugetAll)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.Q_time)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.Controls.Add(this.ultraButton1);
  51. this.panel1.Controls.Add(this.Q_time);
  52. this.panel1.Controls.Add(this.label3);
  53. this.panel1.Controls.Add(this.txt_budgetCanUse);
  54. this.panel1.Controls.Add(this.txt_budgetUsed);
  55. this.panel1.Controls.Add(this.txt_bugetAll);
  56. this.panel1.Controls.Add(this.label4);
  57. this.panel1.Controls.Add(this.label2);
  58. this.panel1.Controls.Add(this.label1);
  59. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.panel1.Location = new System.Drawing.Point(0, 0);
  61. this.panel1.Name = "panel1";
  62. this.panel1.Size = new System.Drawing.Size(271, 132);
  63. this.panel1.TabIndex = 0;
  64. //
  65. // txt_budgetCanUse
  66. //
  67. appearance2.ForeColor = System.Drawing.Color.Red;
  68. this.txt_budgetCanUse.Appearance = appearance2;
  69. this.txt_budgetCanUse.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  70. this.txt_budgetCanUse.Location = new System.Drawing.Point(110, 99);
  71. this.txt_budgetCanUse.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
  72. this.txt_budgetCanUse.MaskInput = "{double:-9.4}";
  73. this.txt_budgetCanUse.Name = "txt_budgetCanUse";
  74. this.txt_budgetCanUse.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  75. this.txt_budgetCanUse.ReadOnly = true;
  76. this.txt_budgetCanUse.Size = new System.Drawing.Size(141, 17);
  77. this.txt_budgetCanUse.TabIndex = 10;
  78. //
  79. // txt_budgetUsed
  80. //
  81. this.txt_budgetUsed.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  82. this.txt_budgetUsed.Location = new System.Drawing.Point(110, 69);
  83. this.txt_budgetUsed.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
  84. this.txt_budgetUsed.MaskInput = "{double:-9.4}";
  85. this.txt_budgetUsed.Name = "txt_budgetUsed";
  86. this.txt_budgetUsed.Nullable = true;
  87. this.txt_budgetUsed.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  88. this.txt_budgetUsed.ReadOnly = true;
  89. this.txt_budgetUsed.Size = new System.Drawing.Size(141, 17);
  90. this.txt_budgetUsed.TabIndex = 9;
  91. //
  92. // txt_bugetAll
  93. //
  94. this.txt_bugetAll.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  95. this.txt_bugetAll.Location = new System.Drawing.Point(110, 39);
  96. this.txt_bugetAll.MaskClipMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
  97. this.txt_bugetAll.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
  98. this.txt_bugetAll.MaskInput = "{double:-9.4}";
  99. this.txt_bugetAll.Name = "txt_bugetAll";
  100. this.txt_bugetAll.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  101. this.txt_bugetAll.ReadOnly = true;
  102. this.txt_bugetAll.Size = new System.Drawing.Size(141, 17);
  103. this.txt_bugetAll.TabIndex = 8;
  104. //
  105. // label4
  106. //
  107. this.label4.AutoSize = true;
  108. this.label4.Location = new System.Drawing.Point(29, 103);
  109. this.label4.Name = "label4";
  110. this.label4.Size = new System.Drawing.Size(83, 12);
  111. this.label4.TabIndex = 7;
  112. this.label4.Text = "可用预算/元:";
  113. //
  114. // label2
  115. //
  116. this.label2.AutoSize = true;
  117. this.label2.Location = new System.Drawing.Point(29, 73);
  118. this.label2.Name = "label2";
  119. this.label2.Size = new System.Drawing.Size(83, 12);
  120. this.label2.TabIndex = 5;
  121. this.label2.Text = "已用预算/元:";
  122. //
  123. // label1
  124. //
  125. this.label1.AutoSize = true;
  126. this.label1.Location = new System.Drawing.Point(29, 43);
  127. this.label1.Name = "label1";
  128. this.label1.Size = new System.Drawing.Size(83, 12);
  129. this.label1.TabIndex = 4;
  130. this.label1.Text = "本月预算/元:";
  131. //
  132. // label3
  133. //
  134. this.label3.AutoSize = true;
  135. this.label3.Location = new System.Drawing.Point(47, 16);
  136. this.label3.Name = "label3";
  137. this.label3.Size = new System.Drawing.Size(65, 12);
  138. this.label3.TabIndex = 11;
  139. this.label3.Text = "计划月份:";
  140. //
  141. // Q_time
  142. //
  143. this.Q_time.DateButtons.Add(dateButton1);
  144. this.Q_time.Format = "yyyy/MM";
  145. this.Q_time.Location = new System.Drawing.Point(109, 12);
  146. this.Q_time.Margin = new System.Windows.Forms.Padding(2);
  147. this.Q_time.Name = "Q_time";
  148. this.Q_time.NonAutoSizeHeight = 25;
  149. this.Q_time.Size = new System.Drawing.Size(80, 21);
  150. this.Q_time.TabIndex = 73;
  151. this.Q_time.Value = new System.DateTime(2016, 3, 31, 0, 0, 0, 0);
  152. //
  153. // ultraButton1
  154. //
  155. this.ultraButton1.Location = new System.Drawing.Point(194, 11);
  156. this.ultraButton1.Name = "ultraButton1";
  157. this.ultraButton1.Size = new System.Drawing.Size(57, 23);
  158. this.ultraButton1.TabIndex = 74;
  159. this.ultraButton1.Text = "查询";
  160. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  161. //
  162. // frmPopOrgBudgetDetail
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.ClientSize = new System.Drawing.Size(271, 132);
  167. this.Controls.Add(this.panel1);
  168. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  169. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  170. this.MaximizeBox = false;
  171. this.MinimizeBox = false;
  172. this.Name = "frmPopOrgBudgetDetail";
  173. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  174. this.Text = "部门预算查询";
  175. this.Load += new System.EventHandler(this.frmPopOrgBudgetDetail_Load);
  176. this.panel1.ResumeLayout(false);
  177. this.panel1.PerformLayout();
  178. ((System.ComponentModel.ISupportInitialize)(this.txt_budgetCanUse)).EndInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.txt_budgetUsed)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.txt_bugetAll)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.Q_time)).EndInit();
  182. this.ResumeLayout(false);
  183. }
  184. #endregion
  185. private System.Windows.Forms.Panel panel1;
  186. private System.Windows.Forms.Label label4;
  187. private System.Windows.Forms.Label label2;
  188. private System.Windows.Forms.Label label1;
  189. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_budgetCanUse;
  190. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_budgetUsed;
  191. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_bugetAll;
  192. private System.Windows.Forms.Label label3;
  193. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo Q_time;
  194. private Infragistics.Win.Misc.UltraButton ultraButton1;
  195. }
  196. }