Form5.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. namespace Core.StlMes
  2. {
  3. partial class Form5
  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. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column4");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column5");
  34. this.dataSet1 = new System.Data.DataSet();
  35. this.dataTable1 = new System.Data.DataTable();
  36. this.dataColumn1 = new System.Data.DataColumn();
  37. this.dataColumn2 = new System.Data.DataColumn();
  38. this.dataColumn3 = new System.Data.DataColumn();
  39. this.dataColumn4 = new System.Data.DataColumn();
  40. this.dataColumn5 = new System.Data.DataColumn();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  44. this.textBox1 = new System.Windows.Forms.TextBox();
  45. this.button1 = new System.Windows.Forms.Button();
  46. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  48. this.panel1.SuspendLayout();
  49. this.panel2.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // dataSet1
  54. //
  55. this.dataSet1.DataSetName = "NewDataSet";
  56. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  57. this.dataTable1});
  58. //
  59. // dataTable1
  60. //
  61. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  62. this.dataColumn1,
  63. this.dataColumn2,
  64. this.dataColumn3,
  65. this.dataColumn4,
  66. this.dataColumn5});
  67. this.dataTable1.TableName = "Table1";
  68. //
  69. // dataColumn1
  70. //
  71. this.dataColumn1.ColumnName = "Column1";
  72. //
  73. // dataColumn2
  74. //
  75. this.dataColumn2.ColumnName = "Column2";
  76. //
  77. // dataColumn3
  78. //
  79. this.dataColumn3.ColumnName = "Column3";
  80. //
  81. // dataColumn4
  82. //
  83. this.dataColumn4.ColumnName = "Column4";
  84. //
  85. // dataColumn5
  86. //
  87. this.dataColumn5.ColumnName = "Column5";
  88. //
  89. // panel1
  90. //
  91. this.panel1.Controls.Add(this.ultraGrid1);
  92. this.panel1.Controls.Add(this.panel2);
  93. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.panel1.Location = new System.Drawing.Point(0, 0);
  95. this.panel1.Name = "panel1";
  96. this.panel1.Size = new System.Drawing.Size(608, 345);
  97. this.panel1.TabIndex = 0;
  98. //
  99. // panel2
  100. //
  101. this.panel2.Controls.Add(this.button1);
  102. this.panel2.Controls.Add(this.textBox1);
  103. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  104. this.panel2.Location = new System.Drawing.Point(0, 0);
  105. this.panel2.Name = "panel2";
  106. this.panel2.Size = new System.Drawing.Size(608, 71);
  107. this.panel2.TabIndex = 0;
  108. //
  109. // ultraGrid1
  110. //
  111. this.ultraGrid1.DataSource = this.dataSet1;
  112. ultraGridColumn1.DefaultCellValue = "False";
  113. ultraGridColumn1.Header.VisiblePosition = 0;
  114. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  115. ultraGridColumn2.Header.VisiblePosition = 1;
  116. ultraGridColumn3.Header.VisiblePosition = 2;
  117. ultraGridColumn4.Header.VisiblePosition = 3;
  118. ultraGridColumn5.Header.VisiblePosition = 4;
  119. ultraGridBand1.Columns.AddRange(new object[] {
  120. ultraGridColumn1,
  121. ultraGridColumn2,
  122. ultraGridColumn3,
  123. ultraGridColumn4,
  124. ultraGridColumn5});
  125. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  126. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  127. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.ultraGrid1.Location = new System.Drawing.Point(0, 71);
  130. this.ultraGrid1.Name = "ultraGrid1";
  131. this.ultraGrid1.Size = new System.Drawing.Size(608, 274);
  132. this.ultraGrid1.TabIndex = 1;
  133. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  134. //
  135. // textBox1
  136. //
  137. this.textBox1.Location = new System.Drawing.Point(215, 12);
  138. this.textBox1.Name = "textBox1";
  139. this.textBox1.Size = new System.Drawing.Size(100, 21);
  140. this.textBox1.TabIndex = 0;
  141. //
  142. // button1
  143. //
  144. this.button1.Location = new System.Drawing.Point(341, 12);
  145. this.button1.Name = "button1";
  146. this.button1.Size = new System.Drawing.Size(67, 21);
  147. this.button1.TabIndex = 1;
  148. this.button1.Text = "enumTest";
  149. this.button1.UseVisualStyleBackColor = true;
  150. this.button1.Click += new System.EventHandler(this.button1_Click);
  151. //
  152. // Form5
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(608, 345);
  157. this.Controls.Add(this.panel1);
  158. this.Name = "Form5";
  159. this.Text = "Form5";
  160. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  162. this.panel1.ResumeLayout(false);
  163. this.panel2.ResumeLayout(false);
  164. this.panel2.PerformLayout();
  165. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. private System.Data.DataSet dataSet1;
  170. private System.Data.DataTable dataTable1;
  171. private System.Data.DataColumn dataColumn1;
  172. private System.Data.DataColumn dataColumn2;
  173. private System.Data.DataColumn dataColumn3;
  174. private System.Data.DataColumn dataColumn4;
  175. private System.Data.DataColumn dataColumn5;
  176. private System.Windows.Forms.Panel panel1;
  177. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  178. private System.Windows.Forms.Panel panel2;
  179. private System.Windows.Forms.TextBox textBox1;
  180. private System.Windows.Forms.Button button1;
  181. }
  182. }