| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- namespace Pur.Pop_upWindow
- {
- partial class frmPopOrgBudgetDetail
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopOrgBudgetDetail));
- this.panel1 = new System.Windows.Forms.Panel();
- this.txt_budgetCanUse = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.txt_budgetUsed = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.txt_bugetAll = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.Q_time = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_budgetCanUse)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_budgetUsed)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_bugetAll)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Q_time)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.ultraButton1);
- this.panel1.Controls.Add(this.Q_time);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.txt_budgetCanUse);
- this.panel1.Controls.Add(this.txt_budgetUsed);
- this.panel1.Controls.Add(this.txt_bugetAll);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label1);
- 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(271, 132);
- this.panel1.TabIndex = 0;
- //
- // txt_budgetCanUse
- //
- appearance2.ForeColor = System.Drawing.Color.Red;
- this.txt_budgetCanUse.Appearance = appearance2;
- this.txt_budgetCanUse.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
- this.txt_budgetCanUse.Location = new System.Drawing.Point(110, 99);
- this.txt_budgetCanUse.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
- this.txt_budgetCanUse.MaskInput = "{double:-9.4}";
- this.txt_budgetCanUse.Name = "txt_budgetCanUse";
- this.txt_budgetCanUse.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
- this.txt_budgetCanUse.ReadOnly = true;
- this.txt_budgetCanUse.Size = new System.Drawing.Size(141, 17);
- this.txt_budgetCanUse.TabIndex = 10;
- //
- // txt_budgetUsed
- //
- this.txt_budgetUsed.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
- this.txt_budgetUsed.Location = new System.Drawing.Point(110, 69);
- this.txt_budgetUsed.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
- this.txt_budgetUsed.MaskInput = "{double:-9.4}";
- this.txt_budgetUsed.Name = "txt_budgetUsed";
- this.txt_budgetUsed.Nullable = true;
- this.txt_budgetUsed.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
- this.txt_budgetUsed.ReadOnly = true;
- this.txt_budgetUsed.Size = new System.Drawing.Size(141, 17);
- this.txt_budgetUsed.TabIndex = 9;
- //
- // txt_bugetAll
- //
- this.txt_bugetAll.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
- this.txt_bugetAll.Location = new System.Drawing.Point(110, 39);
- this.txt_bugetAll.MaskClipMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
- this.txt_bugetAll.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiteralsWithPadding;
- this.txt_bugetAll.MaskInput = "{double:-9.4}";
- this.txt_bugetAll.Name = "txt_bugetAll";
- this.txt_bugetAll.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
- this.txt_bugetAll.ReadOnly = true;
- this.txt_bugetAll.Size = new System.Drawing.Size(141, 17);
- this.txt_bugetAll.TabIndex = 8;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(29, 103);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(83, 12);
- this.label4.TabIndex = 7;
- this.label4.Text = "可用预算/元:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(29, 73);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(83, 12);
- this.label2.TabIndex = 5;
- this.label2.Text = "已用预算/元:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(29, 43);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(83, 12);
- this.label1.TabIndex = 4;
- this.label1.Text = "本月预算/元:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(47, 16);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 11;
- this.label3.Text = "计划月份:";
- //
- // Q_time
- //
- this.Q_time.DateButtons.Add(dateButton1);
- this.Q_time.Format = "yyyy/MM";
- this.Q_time.Location = new System.Drawing.Point(109, 12);
- this.Q_time.Margin = new System.Windows.Forms.Padding(2);
- this.Q_time.Name = "Q_time";
- this.Q_time.NonAutoSizeHeight = 25;
- this.Q_time.Size = new System.Drawing.Size(80, 21);
- this.Q_time.TabIndex = 73;
- this.Q_time.Value = new System.DateTime(2016, 3, 31, 0, 0, 0, 0);
- //
- // ultraButton1
- //
- this.ultraButton1.Location = new System.Drawing.Point(194, 11);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(57, 23);
- this.ultraButton1.TabIndex = 74;
- this.ultraButton1.Text = "查询";
- this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
- //
- // frmPopOrgBudgetDetail
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(271, 132);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmPopOrgBudgetDetail";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "部门预算查询";
- this.Load += new System.EventHandler(this.frmPopOrgBudgetDetail_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_budgetCanUse)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_budgetUsed)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_bugetAll)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Q_time)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_budgetCanUse;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_budgetUsed;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_bugetAll;
- private System.Windows.Forms.Label label3;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo Q_time;
- private Infragistics.Win.Misc.UltraButton ultraButton1;
- }
- }
|