| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- namespace Pur.Pop_upWindow
- {
- partial class FrmPopCopyBudgetData
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPopCopyBudgetData));
- this.panel1 = new System.Windows.Forms.Panel();
- this.lab_orgMsg = new System.Windows.Forms.Label();
- this.lab_YearMsg = new System.Windows.Forms.Label();
- this.txt_Year = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txt_Text = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.lab_year = new System.Windows.Forms.Label();
- this.lab_text = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btn_Cancel = new Infragistics.Win.Misc.UltraButton();
- this.btn_Sure = new Infragistics.Win.Misc.UltraButton();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_Year)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_Text)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.lab_orgMsg);
- this.panel1.Controls.Add(this.lab_YearMsg);
- this.panel1.Controls.Add(this.txt_Year);
- this.panel1.Controls.Add(this.txt_Text);
- this.panel1.Controls.Add(this.lab_year);
- this.panel1.Controls.Add(this.lab_text);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(300, 149);
- this.panel1.TabIndex = 0;
- //
- // lab_orgMsg
- //
- this.lab_orgMsg.AutoSize = true;
- this.lab_orgMsg.ForeColor = System.Drawing.Color.Red;
- this.lab_orgMsg.Location = new System.Drawing.Point(43, 120);
- this.lab_orgMsg.Name = "lab_orgMsg";
- this.lab_orgMsg.Size = new System.Drawing.Size(245, 12);
- this.lab_orgMsg.TabIndex = 5;
- this.lab_orgMsg.Text = "*存在相同的部门数据将随机选择1个进行复制";
- //
- // lab_YearMsg
- //
- this.lab_YearMsg.AutoSize = true;
- this.lab_YearMsg.ForeColor = System.Drawing.Color.Red;
- this.lab_YearMsg.Location = new System.Drawing.Point(43, 102);
- this.lab_YearMsg.Name = "lab_YearMsg";
- this.lab_YearMsg.Size = new System.Drawing.Size(203, 12);
- this.lab_YearMsg.TabIndex = 4;
- this.lab_YearMsg.Text = "*已在指定年份的数据将不再进行复制";
- //
- // txt_Year
- //
- this.txt_Year.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_Year.Location = new System.Drawing.Point(61, 14);
- this.txt_Year.Name = "txt_Year";
- this.txt_Year.Size = new System.Drawing.Size(200, 21);
- this.txt_Year.TabIndex = 3;
- //
- // txt_Text
- //
- this.txt_Text.Location = new System.Drawing.Point(61, 40);
- this.txt_Text.Multiline = true;
- this.txt_Text.Name = "txt_Text";
- this.txt_Text.Size = new System.Drawing.Size(200, 57);
- this.txt_Text.TabIndex = 2;
- //
- // lab_year
- //
- this.lab_year.AutoSize = true;
- this.lab_year.Location = new System.Drawing.Point(16, 18);
- this.lab_year.Name = "lab_year";
- this.lab_year.Size = new System.Drawing.Size(41, 12);
- this.lab_year.TabIndex = 1;
- this.lab_year.Text = "年份:";
- //
- // lab_text
- //
- this.lab_text.AutoSize = true;
- this.lab_text.Location = new System.Drawing.Point(16, 44);
- this.lab_text.Name = "lab_text";
- this.lab_text.Size = new System.Drawing.Size(41, 12);
- this.lab_text.TabIndex = 0;
- this.lab_text.Text = "备注:";
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btn_Cancel);
- this.panel2.Controls.Add(this.btn_Sure);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(3, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(294, 35);
- this.panel2.TabIndex = 1;
- //
- // btn_Cancel
- //
- this.btn_Cancel.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_Cancel.Location = new System.Drawing.Point(138, 0);
- this.btn_Cancel.Name = "btn_Cancel";
- this.btn_Cancel.Size = new System.Drawing.Size(78, 35);
- this.btn_Cancel.TabIndex = 1;
- this.btn_Cancel.Text = "取消";
- this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
- //
- // btn_Sure
- //
- this.btn_Sure.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_Sure.Location = new System.Drawing.Point(216, 0);
- this.btn_Sure.Name = "btn_Sure";
- this.btn_Sure.Size = new System.Drawing.Size(78, 35);
- this.btn_Sure.TabIndex = 0;
- this.btn_Sure.Text = "确定";
- this.btn_Sure.Click += new System.EventHandler(this.btn_Sure_Click);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.panel2);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 149);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(300, 38);
- this.ultraGroupBox1.TabIndex = 1;
- //
- // FrmPopCopyBudgetData
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(300, 187);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.ultraGroupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmPopCopyBudgetData";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "部门预算复制";
- this.Load += new System.EventHandler(this.FrmPopCopyBudgetData_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_Year)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_Text)).EndInit();
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.Misc.UltraButton btn_Cancel;
- private Infragistics.Win.Misc.UltraButton btn_Sure;
- private System.Windows.Forms.Label lab_year;
- private System.Windows.Forms.Label lab_text;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_Year;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Text;
- private System.Windows.Forms.Label lab_orgMsg;
- private System.Windows.Forms.Label lab_YearMsg;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- }
- }
|