FrmPopCopyBudgetData.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class FrmPopCopyBudgetData
  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(FrmPopCopyBudgetData));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.lab_orgMsg = new System.Windows.Forms.Label();
  31. this.lab_YearMsg = new System.Windows.Forms.Label();
  32. this.txt_Year = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  33. this.txt_Text = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.lab_year = new System.Windows.Forms.Label();
  35. this.lab_text = new System.Windows.Forms.Label();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.btn_Cancel = new Infragistics.Win.Misc.UltraButton();
  38. this.btn_Sure = new Infragistics.Win.Misc.UltraButton();
  39. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.txt_Year)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txt_Text)).BeginInit();
  43. this.panel2.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  45. this.ultraGroupBox1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.Controls.Add(this.lab_orgMsg);
  51. this.panel1.Controls.Add(this.lab_YearMsg);
  52. this.panel1.Controls.Add(this.txt_Year);
  53. this.panel1.Controls.Add(this.txt_Text);
  54. this.panel1.Controls.Add(this.lab_year);
  55. this.panel1.Controls.Add(this.lab_text);
  56. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.panel1.Location = new System.Drawing.Point(0, 0);
  58. this.panel1.Name = "panel1";
  59. this.panel1.Size = new System.Drawing.Size(300, 149);
  60. this.panel1.TabIndex = 0;
  61. //
  62. // lab_orgMsg
  63. //
  64. this.lab_orgMsg.AutoSize = true;
  65. this.lab_orgMsg.ForeColor = System.Drawing.Color.Red;
  66. this.lab_orgMsg.Location = new System.Drawing.Point(43, 120);
  67. this.lab_orgMsg.Name = "lab_orgMsg";
  68. this.lab_orgMsg.Size = new System.Drawing.Size(245, 12);
  69. this.lab_orgMsg.TabIndex = 5;
  70. this.lab_orgMsg.Text = "*存在相同的部门数据将随机选择1个进行复制";
  71. //
  72. // lab_YearMsg
  73. //
  74. this.lab_YearMsg.AutoSize = true;
  75. this.lab_YearMsg.ForeColor = System.Drawing.Color.Red;
  76. this.lab_YearMsg.Location = new System.Drawing.Point(43, 102);
  77. this.lab_YearMsg.Name = "lab_YearMsg";
  78. this.lab_YearMsg.Size = new System.Drawing.Size(203, 12);
  79. this.lab_YearMsg.TabIndex = 4;
  80. this.lab_YearMsg.Text = "*已在指定年份的数据将不再进行复制";
  81. //
  82. // txt_Year
  83. //
  84. this.txt_Year.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  85. this.txt_Year.Location = new System.Drawing.Point(61, 14);
  86. this.txt_Year.Name = "txt_Year";
  87. this.txt_Year.Size = new System.Drawing.Size(200, 21);
  88. this.txt_Year.TabIndex = 3;
  89. //
  90. // txt_Text
  91. //
  92. this.txt_Text.Location = new System.Drawing.Point(61, 40);
  93. this.txt_Text.Multiline = true;
  94. this.txt_Text.Name = "txt_Text";
  95. this.txt_Text.Size = new System.Drawing.Size(200, 57);
  96. this.txt_Text.TabIndex = 2;
  97. //
  98. // lab_year
  99. //
  100. this.lab_year.AutoSize = true;
  101. this.lab_year.Location = new System.Drawing.Point(16, 18);
  102. this.lab_year.Name = "lab_year";
  103. this.lab_year.Size = new System.Drawing.Size(41, 12);
  104. this.lab_year.TabIndex = 1;
  105. this.lab_year.Text = "年份:";
  106. //
  107. // lab_text
  108. //
  109. this.lab_text.AutoSize = true;
  110. this.lab_text.Location = new System.Drawing.Point(16, 44);
  111. this.lab_text.Name = "lab_text";
  112. this.lab_text.Size = new System.Drawing.Size(41, 12);
  113. this.lab_text.TabIndex = 0;
  114. this.lab_text.Text = "备注:";
  115. //
  116. // panel2
  117. //
  118. this.panel2.Controls.Add(this.btn_Cancel);
  119. this.panel2.Controls.Add(this.btn_Sure);
  120. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.panel2.Location = new System.Drawing.Point(3, 0);
  122. this.panel2.Name = "panel2";
  123. this.panel2.Size = new System.Drawing.Size(294, 35);
  124. this.panel2.TabIndex = 1;
  125. //
  126. // btn_Cancel
  127. //
  128. this.btn_Cancel.Dock = System.Windows.Forms.DockStyle.Right;
  129. this.btn_Cancel.Location = new System.Drawing.Point(138, 0);
  130. this.btn_Cancel.Name = "btn_Cancel";
  131. this.btn_Cancel.Size = new System.Drawing.Size(78, 35);
  132. this.btn_Cancel.TabIndex = 1;
  133. this.btn_Cancel.Text = "取消";
  134. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  135. //
  136. // btn_Sure
  137. //
  138. this.btn_Sure.Dock = System.Windows.Forms.DockStyle.Right;
  139. this.btn_Sure.Location = new System.Drawing.Point(216, 0);
  140. this.btn_Sure.Name = "btn_Sure";
  141. this.btn_Sure.Size = new System.Drawing.Size(78, 35);
  142. this.btn_Sure.TabIndex = 0;
  143. this.btn_Sure.Text = "确定";
  144. this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
  145. //
  146. // ultraGroupBox1
  147. //
  148. this.ultraGroupBox1.Controls.Add(this.panel2);
  149. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  150. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 149);
  151. this.ultraGroupBox1.Name = "ultraGroupBox1";
  152. this.ultraGroupBox1.Size = new System.Drawing.Size(300, 38);
  153. this.ultraGroupBox1.TabIndex = 1;
  154. //
  155. // FrmPopCopyBudgetData
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(300, 187);
  160. this.Controls.Add(this.panel1);
  161. this.Controls.Add(this.ultraGroupBox1);
  162. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  163. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  164. this.MaximizeBox = false;
  165. this.MinimizeBox = false;
  166. this.Name = "FrmPopCopyBudgetData";
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  168. this.Text = "部门预算复制";
  169. this.Load += new System.EventHandler(this.FrmPopCopyBudgetData_Load);
  170. this.panel1.ResumeLayout(false);
  171. this.panel1.PerformLayout();
  172. ((System.ComponentModel.ISupportInitialize)(this.txt_Year)).EndInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.txt_Text)).EndInit();
  174. this.panel2.ResumeLayout(false);
  175. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  176. this.ultraGroupBox1.ResumeLayout(false);
  177. this.ResumeLayout(false);
  178. }
  179. #endregion
  180. private System.Windows.Forms.Panel panel1;
  181. private System.Windows.Forms.Panel panel2;
  182. private Infragistics.Win.Misc.UltraButton btn_Cancel;
  183. private Infragistics.Win.Misc.UltraButton btn_Sure;
  184. private System.Windows.Forms.Label lab_year;
  185. private System.Windows.Forms.Label lab_text;
  186. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_Year;
  187. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Text;
  188. private System.Windows.Forms.Label lab_orgMsg;
  189. private System.Windows.Forms.Label lab_YearMsg;
  190. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  191. }
  192. }