| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- namespace Pur.require_plan
- {
- partial class frmPurRequirePlanMAdd
- {
- /// <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.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPurRequirePlanMAdd));
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.txt_auditType_lab = new Infragistics.Win.Misc.UltraLabel();
- this.txt_auditType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_RequeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txt_MRPERIODEND = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_URGENCYTYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.btn_add = new Infragistics.Win.Misc.UltraButton();
- this.txt_REQORGNAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_auditType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
- this.ultraGroupBox1.Controls.Add(this.txt_REQORGNAME);
- this.ultraGroupBox1.Controls.Add(this.txt_auditType_lab);
- this.ultraGroupBox1.Controls.Add(this.txt_auditType);
- this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
- this.ultraGroupBox1.Controls.Add(this.txt_RequeType);
- this.ultraGroupBox1.Controls.Add(this.txt_MRPERIODEND);
- this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
- this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
- this.ultraGroupBox1.Controls.Add(this.txt_URGENCYTYPE);
- this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(310, 149);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "项目";
- //
- // txt_auditType_lab
- //
- this.txt_auditType_lab.AutoSize = true;
- this.txt_auditType_lab.Location = new System.Drawing.Point(19, 124);
- this.txt_auditType_lab.Margin = new System.Windows.Forms.Padding(2);
- this.txt_auditType_lab.Name = "txt_auditType_lab";
- this.txt_auditType_lab.Size = new System.Drawing.Size(54, 16);
- this.txt_auditType_lab.TabIndex = 193;
- this.txt_auditType_lab.Text = "审批流程";
- //
- // txt_auditType
- //
- this.txt_auditType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
- this.txt_auditType.DisplayMember = "";
- this.txt_auditType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem4.DataValue = "2";
- valueListItem4.DisplayText = "常规";
- valueListItem12.DataValue = "1";
- valueListItem12.DisplayText = "紧急";
- this.txt_auditType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem4,
- valueListItem12});
- this.txt_auditType.Location = new System.Drawing.Point(78, 121);
- this.txt_auditType.Margin = new System.Windows.Forms.Padding(2);
- this.txt_auditType.Name = "txt_auditType";
- this.txt_auditType.Size = new System.Drawing.Size(200, 21);
- this.txt_auditType.TabIndex = 192;
- //
- // ultraLabel12
- //
- this.ultraLabel12.AutoSize = true;
- this.ultraLabel12.Location = new System.Drawing.Point(19, 27);
- this.ultraLabel12.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel12.TabIndex = 191;
- this.ultraLabel12.Text = "计划类型";
- //
- // txt_RequeType
- //
- this.txt_RequeType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
- this.txt_RequeType.DisplayMember = "";
- this.txt_RequeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_RequeType.Location = new System.Drawing.Point(78, 25);
- this.txt_RequeType.Margin = new System.Windows.Forms.Padding(2);
- this.txt_RequeType.Name = "txt_RequeType";
- this.txt_RequeType.Size = new System.Drawing.Size(200, 21);
- this.txt_RequeType.TabIndex = 190;
- //
- // txt_MRPERIODEND
- //
- this.txt_MRPERIODEND.DateButtons.Add(dateButton1);
- this.txt_MRPERIODEND.Format = "yyyy/MM";
- this.txt_MRPERIODEND.Location = new System.Drawing.Point(78, 73);
- this.txt_MRPERIODEND.Margin = new System.Windows.Forms.Padding(2);
- this.txt_MRPERIODEND.Name = "txt_MRPERIODEND";
- this.txt_MRPERIODEND.NonAutoSizeHeight = 25;
- this.txt_MRPERIODEND.Size = new System.Drawing.Size(200, 21);
- this.txt_MRPERIODEND.TabIndex = 184;
- this.txt_MRPERIODEND.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(19, 73);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel4.TabIndex = 189;
- this.ultraLabel4.Text = "计划月份";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(19, 50);
- this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel5.TabIndex = 188;
- this.ultraLabel5.Text = "紧急程度";
- //
- // txt_URGENCYTYPE
- //
- this.txt_URGENCYTYPE.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
- this.txt_URGENCYTYPE.DisplayMember = "";
- this.txt_URGENCYTYPE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem14.DataValue = "2";
- valueListItem14.DisplayText = "常规";
- valueListItem15.DataValue = "1";
- valueListItem15.DisplayText = "紧急";
- this.txt_URGENCYTYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem14,
- valueListItem15});
- this.txt_URGENCYTYPE.Location = new System.Drawing.Point(78, 49);
- this.txt_URGENCYTYPE.Margin = new System.Windows.Forms.Padding(2);
- this.txt_URGENCYTYPE.Name = "txt_URGENCYTYPE";
- this.txt_URGENCYTYPE.Size = new System.Drawing.Size(200, 21);
- this.txt_URGENCYTYPE.TabIndex = 185;
- this.txt_URGENCYTYPE.ValueChanged += new System.EventHandler(this.txt_URGENCYTYPE_ValueChanged);
- //
- // ultraLabel8
- //
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(19, 99);
- this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel8.TabIndex = 187;
- this.ultraLabel8.Text = "申请单位";
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.btn_add);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 149);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(310, 32);
- this.ultraGroupBox2.TabIndex = 1;
- //
- // btn_add
- //
- this.btn_add.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_add.Location = new System.Drawing.Point(212, 0);
- this.btn_add.Name = "btn_add";
- this.btn_add.Size = new System.Drawing.Size(95, 29);
- this.btn_add.TabIndex = 0;
- this.btn_add.Text = "创建&A";
- this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
- //
- // txt_REQORGNAME
- //
- appearance1.TextHAlignAsString = "Center";
- appearance1.TextVAlignAsString = "Middle";
- editorButton1.Appearance = appearance1;
- editorButton1.Text = "+";
- this.txt_REQORGNAME.ButtonsRight.Add(editorButton1);
- this.txt_REQORGNAME.Location = new System.Drawing.Point(78, 97);
- this.txt_REQORGNAME.Name = "txt_REQORGNAME";
- this.txt_REQORGNAME.Size = new System.Drawing.Size(200, 21);
- this.txt_REQORGNAME.TabIndex = 194;
- this.txt_REQORGNAME.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_REQORGNAME_EditorButtonClick);
- //
- // frmPurRequirePlanMAdd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(310, 181);
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this.ultraGroupBox2);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmPurRequirePlanMAdd";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "需求计划头新增";
- this.Load += new System.EventHandler(this.frmPurRequirePlanMAdd_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_auditType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_RequeType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_MRPERIODEND)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_URGENCYTYPE)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txt_REQORGNAME)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.Misc.UltraLabel txt_auditType_lab;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_auditType;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_RequeType;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_MRPERIODEND;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_URGENCYTYPE;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.Misc.UltraButton btn_add;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQORGNAME;
- }
- }
|