frmIronNo.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmIronNo
  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 Windows 窗体设计器生成的代码
  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.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // ultraGrid1
  37. //
  38. appearance1.BackColor = System.Drawing.Color.Snow;
  39. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  40. appearance2.BackColor = System.Drawing.Color.LightBlue;
  41. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2;
  42. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  43. appearance3.BackColor = System.Drawing.Color.GhostWhite;
  44. this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance3;
  45. appearance4.BackColor = System.Drawing.Color.LightBlue;
  46. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4;
  47. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  49. this.ultraGrid1.Name = "ultraGrid1";
  50. this.ultraGrid1.Size = new System.Drawing.Size(383, 171);
  51. this.ultraGrid1.TabIndex = 1;
  52. this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  53. //
  54. // frmIronNo
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.ClientSize = new System.Drawing.Size(383, 171);
  59. this.Controls.Add(this.ultraGrid1);
  60. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  61. this.MaximizeBox = false;
  62. this.MinimizeBox = false;
  63. this.Name = "frmIronNo";
  64. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  65. this.Text = "选择铁包号";
  66. this.Load += new System.EventHandler(this.frmIronNo_Load);
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  68. this.ResumeLayout(false);
  69. }
  70. #endregion
  71. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  72. }
  73. }