namespace Pur.ck { partial class frmUsePlanMAdd { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem(); Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton(); Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsePlanMAdd)); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.txt_selectlocationCode = new System.Windows.Forms.Label(); this.txt_selectlocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label8 = new System.Windows.Forms.Label(); this.txt_planType = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.txt_ApplyTime = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo(); this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel(); this.label3 = new System.Windows.Forms.Label(); this.txt_WorkShop = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label2 = new System.Windows.Forms.Label(); this.txt_REQ_ORG = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txt_InvPhysic = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.txt_ItemClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.btn_addUsePlan = new Infragistics.Win.Misc.UltraButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_selectlocation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_planType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ApplyTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_WorkShop)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_InvPhysic)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ItemClass)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.SuspendLayout(); // // ultraGroupBox1 // this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center; this.ultraGroupBox1.Controls.Add(this.txt_selectlocationCode); this.ultraGroupBox1.Controls.Add(this.txt_selectlocation); this.ultraGroupBox1.Controls.Add(this.label8); this.ultraGroupBox1.Controls.Add(this.txt_planType); this.ultraGroupBox1.Controls.Add(this.ultraLabel2); this.ultraGroupBox1.Controls.Add(this.txt_ApplyTime); this.ultraGroupBox1.Controls.Add(this.ultraLabel3); this.ultraGroupBox1.Controls.Add(this.label3); this.ultraGroupBox1.Controls.Add(this.txt_WorkShop); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.txt_REQ_ORG); this.ultraGroupBox1.Controls.Add(this.label5); this.ultraGroupBox1.Controls.Add(this.label4); this.ultraGroupBox1.Controls.Add(this.txt_InvPhysic); this.ultraGroupBox1.Controls.Add(this.txt_ItemClass); 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(280, 216); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.Text = "项目"; // // txt_selectlocationCode // this.txt_selectlocationCode.AutoSize = true; this.txt_selectlocationCode.Location = new System.Drawing.Point(84, 189); this.txt_selectlocationCode.Name = "txt_selectlocationCode"; this.txt_selectlocationCode.Size = new System.Drawing.Size(11, 12); this.txt_selectlocationCode.TabIndex = 97; this.txt_selectlocationCode.Text = "-"; // // txt_selectlocation // appearance3.TextHAlignAsString = "Center"; appearance3.TextVAlignAsString = "Middle"; editorButton1.Appearance = appearance3; editorButton1.Text = "+"; this.txt_selectlocation.ButtonsRight.Add(editorButton1); this.txt_selectlocation.Location = new System.Drawing.Point(84, 164); this.txt_selectlocation.Name = "txt_selectlocation"; this.txt_selectlocation.Size = new System.Drawing.Size(166, 21); this.txt_selectlocation.TabIndex = 96; this.txt_selectlocation.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_selectlocation_EditorButtonClick); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(27, 168); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 95; this.label8.Text = "送货地点"; // // txt_planType // this.txt_planType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem3.DataValue = "1"; valueListItem3.DisplayText = "日领用"; valueListItem8.DataValue = "2"; valueListItem8.DisplayText = "月领用"; this.txt_planType.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem3, valueListItem8}); this.txt_planType.Location = new System.Drawing.Point(84, 140); this.txt_planType.Margin = new System.Windows.Forms.Padding(2); this.txt_planType.Name = "txt_planType"; this.txt_planType.Size = new System.Drawing.Size(166, 21); this.txt_planType.TabIndex = 94; // // ultraLabel2 // this.ultraLabel2.AutoSize = true; this.ultraLabel2.Location = new System.Drawing.Point(26, 143); this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(54, 16); this.ultraLabel2.TabIndex = 93; this.ultraLabel2.Text = "计划类型"; // // txt_ApplyTime // this.txt_ApplyTime.DateButtons.Add(dateButton1); this.txt_ApplyTime.Location = new System.Drawing.Point(84, 115); this.txt_ApplyTime.Name = "txt_ApplyTime"; this.txt_ApplyTime.NonAutoSizeHeight = 21; this.txt_ApplyTime.Size = new System.Drawing.Size(166, 21); this.txt_ApplyTime.TabIndex = 92; this.txt_ApplyTime.Value = new System.DateTime(2016, 8, 17, 0, 0, 0, 0); // // ultraLabel3 // this.ultraLabel3.AutoSize = true; this.ultraLabel3.Location = new System.Drawing.Point(26, 117); this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2); this.ultraLabel3.Name = "ultraLabel3"; this.ultraLabel3.Size = new System.Drawing.Size(54, 16); this.ultraLabel3.TabIndex = 91; this.ultraLabel3.Text = "领用时间"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 95); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 90; this.label3.Text = "车 间"; // // txt_WorkShop // this.txt_WorkShop.Location = new System.Drawing.Point(84, 90); this.txt_WorkShop.Name = "txt_WorkShop"; this.txt_WorkShop.Size = new System.Drawing.Size(166, 21); this.txt_WorkShop.TabIndex = 89; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 71); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 88; this.label2.Text = "领用单位"; // // txt_REQ_ORG // editorButton2.Text = "+"; this.txt_REQ_ORG.ButtonsRight.Add(editorButton2); this.txt_REQ_ORG.Location = new System.Drawing.Point(84, 67); this.txt_REQ_ORG.Name = "txt_REQ_ORG"; this.txt_REQ_ORG.ReadOnly = true; this.txt_REQ_ORG.Size = new System.Drawing.Size(166, 21); this.txt_REQ_ORG.TabIndex = 87; this.txt_REQ_ORG.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_REQ_ORG_EditorButtonClick); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(27, 25); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 86; this.label5.Text = "仓 库"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(27, 47); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 85; this.label4.Text = "物料中类"; // // txt_InvPhysic // this.txt_InvPhysic.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.txt_InvPhysic.Location = new System.Drawing.Point(84, 21); this.txt_InvPhysic.Margin = new System.Windows.Forms.Padding(2); this.txt_InvPhysic.Name = "txt_InvPhysic"; this.txt_InvPhysic.Size = new System.Drawing.Size(166, 21); this.txt_InvPhysic.TabIndex = 84; // // txt_ItemClass // this.txt_ItemClass.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.txt_ItemClass.Location = new System.Drawing.Point(84, 44); this.txt_ItemClass.Margin = new System.Windows.Forms.Padding(2); this.txt_ItemClass.Name = "txt_ItemClass"; this.txt_ItemClass.Size = new System.Drawing.Size(166, 21); this.txt_ItemClass.TabIndex = 83; // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.btn_addUsePlan); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 216); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(280, 45); this.ultraGroupBox2.TabIndex = 1; // // btn_addUsePlan // this.btn_addUsePlan.Dock = System.Windows.Forms.DockStyle.Right; this.btn_addUsePlan.Location = new System.Drawing.Point(167, 0); this.btn_addUsePlan.Name = "btn_addUsePlan"; this.btn_addUsePlan.Size = new System.Drawing.Size(110, 42); this.btn_addUsePlan.TabIndex = 0; this.btn_addUsePlan.Text = "创建&A"; this.btn_addUsePlan.Click += new System.EventHandler(this.btn_addUsePlan_Click); // // frmUsePlanMAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(280, 261); 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 = "frmUsePlanMAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "新增领用单头"; this.Load += new System.EventHandler(this.frmUsePlanMAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_selectlocation)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_planType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ApplyTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_WorkShop)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_InvPhysic)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ItemClass)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_InvPhysic; private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ItemClass; private System.Windows.Forms.Label label2; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQ_ORG; private System.Windows.Forms.Label label3; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WorkShop; private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_ApplyTime; private Infragistics.Win.Misc.UltraLabel ultraLabel3; private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_planType; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private System.Windows.Forms.Label txt_selectlocationCode; private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_selectlocation; private System.Windows.Forms.Label label8; private Infragistics.Win.Misc.UltraButton btn_addUsePlan; } }