namespace Core.StlMes.Client.Mcp.Mch.Report { partial class FrmMeasureReport { /// /// 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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem(); Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem(); this.uteFlag = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); ((System.ComponentModel.ISupportInitialize)(this.uteFlag)).BeginInit(); this.SuspendLayout(); // // uteFlag // this.uteFlag.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; valueListItem1.DataValue = "0"; valueListItem1.DisplayText = "匹配二级数据"; valueListItem2.DataValue = "1"; valueListItem2.DisplayText = "手动录入总支吨"; valueListItem4.DataValue = "2"; valueListItem4.DisplayText = "计产返线(不重新喷印)"; this.uteFlag.Items.AddRange(new Infragistics.Win.ValueListItem[] { valueListItem1, valueListItem2, valueListItem4}); this.uteFlag.Location = new System.Drawing.Point(730, 322); this.uteFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.uteFlag.Name = "uteFlag"; this.uteFlag.Size = new System.Drawing.Size(144, 24); this.uteFlag.TabIndex = 85; this.uteFlag.Visible = false; // // FrmMeasureReport // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1604, 669); this.Controls.Add(this.uteFlag); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FrmMeasureReport"; this.Text = "测量点台帐"; ((System.ComponentModel.ISupportInitialize)(this.uteFlag)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Infragistics.Win.UltraWinEditors.UltraComboEditor uteFlag; } }