frmMixInIronNo.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace Core.LgMes.Client.lgJobMgt.弹出窗体
  2. {
  3. partial class frmMixInIronNo
  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. #region Windows 窗体设计器生成的代码
  14. /// <summary>
  15. /// 设计器支持所需的方法 - 不要
  16. /// 使用代码编辑器修改此方法的内容。
  17. /// </summary>
  18. private void InitializeComponent()
  19. {
  20. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  21. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  22. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  23. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  24. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  25. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  26. this.ulbtnCancel = new Infragistics.Win.Misc.UltraButton();
  27. this.ulbtnOK = new Infragistics.Win.Misc.UltraButton();
  28. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  29. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  30. this.ultraGroupBox1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // ultraGrid1
  34. //
  35. appearance1.BackColor = System.Drawing.Color.Snow;
  36. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  37. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  38. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2;
  39. appearance3.BackColor = System.Drawing.Color.GhostWhite;
  40. this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance3;
  41. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  42. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4;
  43. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  44. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 22;
  45. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
  46. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  47. this.ultraGrid1.Name = "ultraGrid1";
  48. this.ultraGrid1.Size = new System.Drawing.Size(430, 262);
  49. this.ultraGrid1.TabIndex = 2;
  50. //
  51. // ultraGroupBox1
  52. //
  53. this.ultraGroupBox1.BackColor = System.Drawing.Color.Gainsboro;
  54. this.ultraGroupBox1.Controls.Add(this.ulbtnCancel);
  55. this.ultraGroupBox1.Controls.Add(this.ulbtnOK);
  56. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 262);
  58. this.ultraGroupBox1.Name = "ultraGroupBox1";
  59. this.ultraGroupBox1.Size = new System.Drawing.Size(430, 41);
  60. this.ultraGroupBox1.SupportThemes = false;
  61. this.ultraGroupBox1.TabIndex = 3;
  62. //
  63. // ulbtnCancel
  64. //
  65. this.ulbtnCancel.BackColor = System.Drawing.Color.Gainsboro;
  66. this.ulbtnCancel.ButtonStyle = Infragistics.Win.UIElementButtonStyle.PopupSoft;
  67. this.ulbtnCancel.Location = new System.Drawing.Point(258, 9);
  68. this.ulbtnCancel.Name = "ulbtnCancel";
  69. this.ulbtnCancel.Size = new System.Drawing.Size(75, 23);
  70. this.ulbtnCancel.TabIndex = 11;
  71. this.ulbtnCancel.Text = "取消";
  72. this.ulbtnCancel.Click += new System.EventHandler(this.ulbtnCancel_Click);
  73. //
  74. // ulbtnOK
  75. //
  76. this.ulbtnOK.BackColor = System.Drawing.Color.Gainsboro;
  77. this.ulbtnOK.ButtonStyle = Infragistics.Win.UIElementButtonStyle.PopupSoft;
  78. this.ulbtnOK.Location = new System.Drawing.Point(98, 9);
  79. this.ulbtnOK.Name = "ulbtnOK";
  80. this.ulbtnOK.Size = new System.Drawing.Size(75, 23);
  81. this.ulbtnOK.TabIndex = 10;
  82. this.ulbtnOK.Text = "确定";
  83. this.ulbtnOK.Click += new System.EventHandler(this.ulbtnOK_Click);
  84. //
  85. // frmMixInIronNo
  86. //
  87. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  88. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  89. this.ClientSize = new System.Drawing.Size(430, 303);
  90. this.Controls.Add(this.ultraGroupBox1);
  91. this.Controls.Add(this.ultraGrid1);
  92. this.Name = "frmMixInIronNo";
  93. this.Text = "进站铁水信息";
  94. this.Load += new System.EventHandler(this.frmMixInIronNo_Load);
  95. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  97. this.ultraGroupBox1.ResumeLayout(false);
  98. this.ResumeLayout(false);
  99. }
  100. #endregion
  101. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  102. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  103. private Infragistics.Win.Misc.UltraButton ulbtnCancel;
  104. private Infragistics.Win.Misc.UltraButton ulbtnOK;
  105. }
  106. }