| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- namespace Core.StlMes.Client.Mcp.Mch.Report
- {
- partial class FrmMeasureReport
- {
- /// <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 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;
- }
- }
|