frmBasePlineReback.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace Core.StlMes.Client.PnCost
  2. {
  3. partial class frmBasePlineReback
  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. this.dataSet1 = new System.Data.DataSet();
  29. this.dataTable1 = new System.Data.DataTable();
  30. this.dataColumn1 = new System.Data.DataColumn();
  31. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  32. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  33. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  34. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  39. this.ultraPanel1.ClientArea.SuspendLayout();
  40. this.ultraPanel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // dataSet1
  45. //
  46. this.dataSet1.DataSetName = "NewDataSet";
  47. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  48. this.dataTable1});
  49. //
  50. // dataTable1
  51. //
  52. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  53. this.dataColumn1});
  54. this.dataTable1.TableName = "Table1";
  55. //
  56. // dataColumn1
  57. //
  58. this.dataColumn1.ColumnName = "Column1";
  59. //
  60. // ultraTextEditor1
  61. //
  62. this.ultraTextEditor1.Location = new System.Drawing.Point(87, 10);
  63. this.ultraTextEditor1.Name = "ultraTextEditor1";
  64. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  65. this.ultraTextEditor1.TabIndex = 3;
  66. //
  67. // ultraCheckEditor1
  68. //
  69. this.ultraCheckEditor1.Location = new System.Drawing.Point(24, 12);
  70. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  71. this.ultraCheckEditor1.Size = new System.Drawing.Size(57, 20);
  72. this.ultraCheckEditor1.TabIndex = 2;
  73. this.ultraCheckEditor1.Text = "产线";
  74. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  75. //
  76. // ultraPanel1
  77. //
  78. //
  79. // ultraPanel1.ClientArea
  80. //
  81. this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor1);
  82. this.ultraPanel1.ClientArea.Controls.Add(this.ultraTextEditor1);
  83. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  85. this.ultraPanel1.Name = "ultraPanel1";
  86. this.ultraPanel1.Size = new System.Drawing.Size(666, 47);
  87. this.ultraPanel1.TabIndex = 4;
  88. //
  89. // ultraGrid1
  90. //
  91. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.ultraGrid1.Location = new System.Drawing.Point(0, 47);
  93. this.ultraGrid1.Name = "ultraGrid1";
  94. this.ultraGrid1.Size = new System.Drawing.Size(666, 358);
  95. this.ultraGrid1.TabIndex = 5;
  96. this.ultraGrid1.Text = "ultraGrid1";
  97. //
  98. // frmBasePlineReback
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.ClientSize = new System.Drawing.Size(666, 405);
  103. this.Controls.Add(this.ultraGrid1);
  104. this.Controls.Add(this.ultraPanel1);
  105. this.Name = "frmBasePlineReback";
  106. this.Text = "frmBasePlineReback";
  107. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  111. this.ultraPanel1.ClientArea.ResumeLayout(false);
  112. this.ultraPanel1.ClientArea.PerformLayout();
  113. this.ultraPanel1.ResumeLayout(false);
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private System.Data.DataSet dataSet1;
  119. private System.Data.DataTable dataTable1;
  120. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  121. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  122. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  123. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  124. private System.Data.DataColumn dataColumn1;
  125. }
  126. }