frmSetAddit.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. namespace Core.LgMes.Client.LgResMgt
  2. {
  3. partial class frmSetAddit
  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. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.btClose = new System.Windows.Forms.Button();
  31. this.btOK = new System.Windows.Forms.Button();
  32. this.ulgridMtrInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  34. this.ultraGroupBox5.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // ultraGroupBox5
  39. //
  40. this.ultraGroupBox5.Controls.Add(this.button1);
  41. this.ultraGroupBox5.Controls.Add(this.btClose);
  42. this.ultraGroupBox5.Controls.Add(this.btOK);
  43. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
  44. this.ultraGroupBox5.Location = new System.Drawing.Point(0, 408);
  45. this.ultraGroupBox5.Name = "ultraGroupBox5";
  46. this.ultraGroupBox5.Size = new System.Drawing.Size(388, 56);
  47. this.ultraGroupBox5.SupportThemes = false;
  48. this.ultraGroupBox5.TabIndex = 5;
  49. //
  50. // button1
  51. //
  52. this.button1.Location = new System.Drawing.Point(157, 17);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(70, 23);
  55. this.button1.TabIndex = 10;
  56. this.button1.Text = "清空";
  57. this.button1.UseVisualStyleBackColor = false;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // btClose
  61. //
  62. this.btClose.Location = new System.Drawing.Point(272, 17);
  63. this.btClose.Name = "btClose";
  64. this.btClose.Size = new System.Drawing.Size(70, 23);
  65. this.btClose.TabIndex = 9;
  66. this.btClose.Text = "关闭";
  67. this.btClose.UseVisualStyleBackColor = false;
  68. this.btClose.Click += new System.EventHandler(this.btClose_Click);
  69. //
  70. // btOK
  71. //
  72. this.btOK.Location = new System.Drawing.Point(42, 17);
  73. this.btOK.Name = "btOK";
  74. this.btOK.Size = new System.Drawing.Size(70, 23);
  75. this.btOK.TabIndex = 8;
  76. this.btOK.Text = "确定";
  77. this.btOK.UseVisualStyleBackColor = false;
  78. this.btOK.Click += new System.EventHandler(this.btOK_Click);
  79. //
  80. // ulgridMtrInfo
  81. //
  82. this.ulgridMtrInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.ulgridMtrInfo.Location = new System.Drawing.Point(0, 0);
  84. this.ulgridMtrInfo.Name = "ulgridMtrInfo";
  85. this.ulgridMtrInfo.Size = new System.Drawing.Size(388, 408);
  86. this.ulgridMtrInfo.TabIndex = 6;
  87. //
  88. // frmSetAddit
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(388, 464);
  93. this.Controls.Add(this.ulgridMtrInfo);
  94. this.Controls.Add(this.ultraGroupBox5);
  95. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  96. this.MaximizeBox = false;
  97. this.MinimizeBox = false;
  98. this.Name = "frmSetAddit";
  99. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  100. this.Text = "物料信息";
  101. this.Load += new System.EventHandler(this.frmSetHopper_Load);
  102. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  103. this.ultraGroupBox5.ResumeLayout(false);
  104. ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).EndInit();
  105. this.ResumeLayout(false);
  106. }
  107. #endregion
  108. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  109. private System.Windows.Forms.Button btClose;
  110. private System.Windows.Forms.Button btOK;
  111. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridMtrInfo;
  112. private System.Windows.Forms.Button button1;
  113. }
  114. }