ucManualOperateUnit.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. namespace Core.StlMes.Client.LgCommon
  2. {
  3. partial class ucManualOperateUnit
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  34. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  35. this.ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
  36. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  37. this.ultraGroupBox1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // ultraGroupBox1
  42. //
  43. this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
  44. this.ultraGroupBox1.Controls.Add(this.ultraOptionSet1);
  45. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. appearance1.BackColor = System.Drawing.Color.PapayaWhip;
  47. this.ultraGroupBox1.HeaderAppearance = appearance1;
  48. this.ultraGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
  49. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  50. this.ultraGroupBox1.Name = "ultraGroupBox1";
  51. this.ultraGroupBox1.Size = new System.Drawing.Size(298, 66);
  52. this.ultraGroupBox1.TabIndex = 0;
  53. //
  54. // ultraOptionSet1
  55. //
  56. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
  57. this.ultraOptionSet1.Appearance = appearance2;
  58. this.ultraOptionSet1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
  59. this.ultraOptionSet1.BackColorInternal = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
  60. this.ultraOptionSet1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
  61. this.ultraOptionSet1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. appearance3.FontData.Name = "宋体";
  63. appearance3.FontData.SizeInPoints = 10F;
  64. this.ultraOptionSet1.ItemAppearance = appearance3;
  65. this.ultraOptionSet1.ItemOrigin = new System.Drawing.Point(12, 5);
  66. valueListItem1.DataValue = "ValueListItem0";
  67. valueListItem2.DataValue = "ValueListItem1";
  68. valueListItem3.DataValue = "ValueListItem2";
  69. this.ultraOptionSet1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  70. valueListItem1,
  71. valueListItem2,
  72. valueListItem3});
  73. this.ultraOptionSet1.ItemSpacingHorizontal = 5;
  74. this.ultraOptionSet1.ItemSpacingVertical = 8;
  75. this.ultraOptionSet1.Location = new System.Drawing.Point(1, 4);
  76. this.ultraOptionSet1.Name = "ultraOptionSet1";
  77. this.ultraOptionSet1.Size = new System.Drawing.Size(296, 61);
  78. this.ultraOptionSet1.TabIndex = 0;
  79. this.ultraOptionSet1.UseFlatMode = Infragistics.Win.DefaultableBoolean.False;
  80. this.ultraOptionSet1.ValueChanged += new System.EventHandler(this.ultraOptionSet1_ValueChanged);
  81. //
  82. // ucManualOperateUnit
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.Controls.Add(this.ultraGroupBox1);
  87. this.Name = "ucManualOperateUnit";
  88. this.Size = new System.Drawing.Size(298, 66);
  89. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  90. this.ultraGroupBox1.ResumeLayout(false);
  91. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).EndInit();
  92. this.ResumeLayout(false);
  93. }
  94. #endregion
  95. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  96. private Infragistics.Win.UltraWinEditors.UltraOptionSet ultraOptionSet1;
  97. }
  98. }