FrmTwistinReport.Designer.cs 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmTwistinReport
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  30. this.top = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. ((System.ComponentModel.ISupportInitialize)(this.top)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // top
  35. //
  36. this.top.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  37. valueListItem9.DataValue = "0";
  38. valueListItem9.DisplayText = "不合格";
  39. valueListItem10.DataValue = "1";
  40. valueListItem10.DisplayText = "合格";
  41. this.top.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  42. valueListItem9,
  43. valueListItem10});
  44. this.top.Location = new System.Drawing.Point(765, 322);
  45. this.top.Margin = new System.Windows.Forms.Padding(4);
  46. this.top.Name = "top";
  47. this.top.Size = new System.Drawing.Size(75, 24);
  48. this.top.TabIndex = 85;
  49. this.top.Visible = false;
  50. //
  51. // FrmTwistinReport
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(1604, 669);
  56. this.Controls.Add(this.top);
  57. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  58. this.Name = "FrmTwistinReport";
  59. this.Text = "拧接台帐";
  60. ((System.ComponentModel.ISupportInitialize)(this.top)).EndInit();
  61. this.ResumeLayout(false);
  62. this.PerformLayout();
  63. }
  64. #endregion
  65. protected Infragistics.Win.UltraWinEditors.UltraComboEditor top;
  66. }
  67. }