Test.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class Test
  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.Appearance appearance4 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TIME");
  33. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. this.dataSet1 = new System.Data.DataSet();
  45. this.dataTable1 = new System.Data.DataTable();
  46. this.dataColumn1 = new System.Data.DataColumn();
  47. this.dataColumn2 = new System.Data.DataColumn();
  48. this.dataColumn3 = new System.Data.DataColumn();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  51. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.txtName = new System.Windows.Forms.TextBox();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.dtTime = new System.Windows.Forms.DateTimePicker();
  56. this.panel1 = new System.Windows.Forms.Panel();
  57. this.label3 = new System.Windows.Forms.Label();
  58. this.txtName2 = new System.Windows.Forms.TextBox();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  63. this.ultraExpandableGroupBox1.SuspendLayout();
  64. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  65. this.panel1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // dataSet1
  69. //
  70. this.dataSet1.DataSetName = "NewDataSet";
  71. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  72. this.dataTable1});
  73. //
  74. // dataTable1
  75. //
  76. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  77. this.dataColumn1,
  78. this.dataColumn2,
  79. this.dataColumn3});
  80. this.dataTable1.TableName = "Table1";
  81. //
  82. // dataColumn1
  83. //
  84. this.dataColumn1.Caption = "编码";
  85. this.dataColumn1.ColumnName = "CODE";
  86. //
  87. // dataColumn2
  88. //
  89. this.dataColumn2.Caption = "名称";
  90. this.dataColumn2.ColumnName = "NAME";
  91. //
  92. // dataColumn3
  93. //
  94. this.dataColumn3.Caption = "时间";
  95. this.dataColumn3.ColumnName = "TIME";
  96. //
  97. // ultraGrid1
  98. //
  99. this.ultraGrid1.DataMember = "Table1";
  100. this.ultraGrid1.DataSource = this.dataSet1;
  101. appearance4.BackColor = System.Drawing.SystemColors.Window;
  102. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  103. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  104. ultraGridColumn1.Header.VisiblePosition = 0;
  105. ultraGridColumn2.Header.VisiblePosition = 1;
  106. ultraGridColumn3.Header.VisiblePosition = 2;
  107. ultraGridBand1.Columns.AddRange(new object[] {
  108. ultraGridColumn1,
  109. ultraGridColumn2,
  110. ultraGridColumn3});
  111. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  112. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  113. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  114. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  115. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  116. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  117. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  118. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance1;
  119. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  120. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  121. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  122. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  123. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  124. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  125. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  126. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  127. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  128. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  129. appearance12.BackColor = System.Drawing.SystemColors.Window;
  130. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  131. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  132. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  133. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  134. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  135. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  136. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  137. appearance6.BackColor = System.Drawing.SystemColors.Window;
  138. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance6;
  139. appearance5.BorderColor = System.Drawing.Color.Silver;
  140. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  141. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5;
  142. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  143. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  144. appearance9.BackColor = System.Drawing.SystemColors.Control;
  145. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  146. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  147. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  148. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  149. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  150. appearance11.TextHAlignAsString = "Left";
  151. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance11;
  152. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  153. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  154. appearance10.BackColor = System.Drawing.SystemColors.Window;
  155. appearance10.BorderColor = System.Drawing.Color.Silver;
  156. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance10;
  157. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  158. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  159. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  160. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  161. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  162. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  163. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.ultraGrid1.Location = new System.Drawing.Point(0, 34);
  165. this.ultraGrid1.Name = "ultraGrid1";
  166. this.ultraGrid1.Size = new System.Drawing.Size(1024, 274);
  167. this.ultraGrid1.TabIndex = 0;
  168. this.ultraGrid1.Text = "ultraGrid1";
  169. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  170. //
  171. // ultraExpandableGroupBox1
  172. //
  173. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  174. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  175. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1024, 98);
  176. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 308);
  177. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  178. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1024, 98);
  179. this.ultraExpandableGroupBox1.TabIndex = 1;
  180. this.ultraExpandableGroupBox1.Text = "编辑区域";
  181. //
  182. // ultraExpandableGroupBoxPanel1
  183. //
  184. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.dtTime);
  185. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label2);
  186. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
  187. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
  188. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  190. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  191. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1018, 76);
  192. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  193. //
  194. // label1
  195. //
  196. this.label1.AutoSize = true;
  197. this.label1.Location = new System.Drawing.Point(11, 7);
  198. this.label1.Name = "label1";
  199. this.label1.Size = new System.Drawing.Size(29, 12);
  200. this.label1.TabIndex = 0;
  201. this.label1.Text = "名称";
  202. //
  203. // txtName
  204. //
  205. this.txtName.Location = new System.Drawing.Point(40, 3);
  206. this.txtName.Name = "txtName";
  207. this.txtName.Size = new System.Drawing.Size(157, 21);
  208. this.txtName.TabIndex = 1;
  209. //
  210. // label2
  211. //
  212. this.label2.AutoSize = true;
  213. this.label2.Location = new System.Drawing.Point(12, 31);
  214. this.label2.Name = "label2";
  215. this.label2.Size = new System.Drawing.Size(29, 12);
  216. this.label2.TabIndex = 2;
  217. this.label2.Text = "时间";
  218. //
  219. // dtTime
  220. //
  221. this.dtTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  222. this.dtTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  223. this.dtTime.Location = new System.Drawing.Point(42, 27);
  224. this.dtTime.Name = "dtTime";
  225. this.dtTime.Size = new System.Drawing.Size(157, 21);
  226. this.dtTime.TabIndex = 3;
  227. //
  228. // panel1
  229. //
  230. this.panel1.Controls.Add(this.txtName2);
  231. this.panel1.Controls.Add(this.label3);
  232. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  233. this.panel1.Location = new System.Drawing.Point(0, 0);
  234. this.panel1.Name = "panel1";
  235. this.panel1.Size = new System.Drawing.Size(1024, 34);
  236. this.panel1.TabIndex = 2;
  237. //
  238. // label3
  239. //
  240. this.label3.AutoSize = true;
  241. this.label3.Location = new System.Drawing.Point(17, 10);
  242. this.label3.Name = "label3";
  243. this.label3.Size = new System.Drawing.Size(29, 12);
  244. this.label3.TabIndex = 0;
  245. this.label3.Text = "名称";
  246. //
  247. // txtName2
  248. //
  249. this.txtName2.Location = new System.Drawing.Point(47, 6);
  250. this.txtName2.Name = "txtName2";
  251. this.txtName2.Size = new System.Drawing.Size(100, 21);
  252. this.txtName2.TabIndex = 1;
  253. //
  254. // Test
  255. //
  256. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  257. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  258. this.ClientSize = new System.Drawing.Size(1024, 406);
  259. this.Controls.Add(this.ultraGrid1);
  260. this.Controls.Add(this.panel1);
  261. this.Controls.Add(this.ultraExpandableGroupBox1);
  262. this.Name = "Test";
  263. this.Text = "Test";
  264. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  268. this.ultraExpandableGroupBox1.ResumeLayout(false);
  269. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  270. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  271. this.panel1.ResumeLayout(false);
  272. this.panel1.PerformLayout();
  273. this.ResumeLayout(false);
  274. }
  275. #endregion
  276. private System.Data.DataSet dataSet1;
  277. private System.Data.DataTable dataTable1;
  278. private System.Data.DataColumn dataColumn1;
  279. private System.Data.DataColumn dataColumn2;
  280. private System.Data.DataColumn dataColumn3;
  281. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  282. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  283. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  284. private System.Windows.Forms.TextBox txtName;
  285. private System.Windows.Forms.Label label1;
  286. private System.Windows.Forms.Label label2;
  287. private System.Windows.Forms.DateTimePicker dtTime;
  288. private System.Windows.Forms.Panel panel1;
  289. private System.Windows.Forms.TextBox txtName2;
  290. private System.Windows.Forms.Label label3;
  291. }
  292. }