ComBaseWell.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBaseWell
  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 appearance25 = 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("WELL_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WELL_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHT");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  41. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  52. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  53. this.dataSet1 = new System.Data.DataSet();
  54. this.dataTable1 = new System.Data.DataTable();
  55. this.dataColumn1 = new System.Data.DataColumn();
  56. this.dataColumn2 = new System.Data.DataColumn();
  57. this.dataColumn3 = new System.Data.DataColumn();
  58. this.dataColumn4 = new System.Data.DataColumn();
  59. this.dataColumn5 = new System.Data.DataColumn();
  60. this.dataColumn6 = new System.Data.DataColumn();
  61. this.dataColumn7 = new System.Data.DataColumn();
  62. this.dataColumn8 = new System.Data.DataColumn();
  63. this.dataColumn9 = new System.Data.DataColumn();
  64. this.dataColumn10 = new System.Data.DataColumn();
  65. this.dataColumn11 = new System.Data.DataColumn();
  66. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  67. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  68. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  69. this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  70. this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  71. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  72. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  74. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  75. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  76. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  77. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  78. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  82. this.ultraExpandableGroupBox1.SuspendLayout();
  83. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  88. this.ultraPanel1.ClientArea.SuspendLayout();
  89. this.ultraPanel1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  91. this.SuspendLayout();
  92. //
  93. // ultraGrid1
  94. //
  95. this.ultraGrid1.DataSource = this.dataSet1;
  96. appearance25.BackColor = System.Drawing.SystemColors.Window;
  97. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  98. this.ultraGrid1.DisplayLayout.Appearance = appearance25;
  99. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  100. ultraGridColumn1.Header.VisiblePosition = 0;
  101. ultraGridColumn1.Width = 83;
  102. ultraGridColumn2.Header.VisiblePosition = 1;
  103. ultraGridColumn2.Width = 119;
  104. ultraGridColumn3.Header.VisiblePosition = 2;
  105. ultraGridColumn3.Width = 92;
  106. ultraGridColumn4.Header.VisiblePosition = 3;
  107. ultraGridColumn4.Width = 101;
  108. ultraGridColumn5.Header.VisiblePosition = 4;
  109. ultraGridColumn5.Width = 101;
  110. ultraGridColumn6.Header.VisiblePosition = 5;
  111. ultraGridColumn6.Width = 101;
  112. ultraGridColumn7.Header.VisiblePosition = 6;
  113. ultraGridColumn7.Width = 101;
  114. ultraGridColumn8.Header.VisiblePosition = 7;
  115. ultraGridColumn8.Width = 101;
  116. ultraGridColumn9.Header.VisiblePosition = 8;
  117. ultraGridColumn9.Width = 101;
  118. ultraGridColumn10.Header.VisiblePosition = 9;
  119. ultraGridColumn10.Width = 101;
  120. ultraGridColumn11.Header.VisiblePosition = 10;
  121. ultraGridColumn11.Width = 101;
  122. ultraGridBand1.Columns.AddRange(new object[] {
  123. ultraGridColumn1,
  124. ultraGridColumn2,
  125. ultraGridColumn3,
  126. ultraGridColumn4,
  127. ultraGridColumn5,
  128. ultraGridColumn6,
  129. ultraGridColumn7,
  130. ultraGridColumn8,
  131. ultraGridColumn9,
  132. ultraGridColumn10,
  133. ultraGridColumn11});
  134. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  135. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  136. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  137. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  138. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  139. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  140. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  141. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  142. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  143. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  144. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  145. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  146. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  147. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  148. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  149. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  150. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  151. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  152. appearance29.BackColor = System.Drawing.SystemColors.Window;
  153. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  155. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  156. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  157. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  158. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  159. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  160. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  161. appearance31.BackColor = System.Drawing.SystemColors.Window;
  162. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  163. appearance32.BorderColor = System.Drawing.Color.Silver;
  164. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  165. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  166. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  167. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  168. appearance33.BackColor = System.Drawing.SystemColors.Control;
  169. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  170. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  171. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  172. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  173. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  174. appearance34.TextHAlignAsString = "Left";
  175. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  176. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  177. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  178. appearance35.BackColor = System.Drawing.SystemColors.Window;
  179. appearance35.BorderColor = System.Drawing.Color.Silver;
  180. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
  181. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  182. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  183. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  184. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  185. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  186. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  187. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.ultraGrid1.Location = new System.Drawing.Point(0, 30);
  190. this.ultraGrid1.Name = "ultraGrid1";
  191. this.ultraGrid1.Size = new System.Drawing.Size(1104, 506);
  192. this.ultraGrid1.TabIndex = 0;
  193. this.ultraGrid1.Text = "ultraGrid1";
  194. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  195. //
  196. // dataSet1
  197. //
  198. this.dataSet1.DataSetName = "NewDataSet";
  199. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  200. this.dataTable1});
  201. //
  202. // dataTable1
  203. //
  204. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  205. this.dataColumn1,
  206. this.dataColumn2,
  207. this.dataColumn3,
  208. this.dataColumn4,
  209. this.dataColumn5,
  210. this.dataColumn6,
  211. this.dataColumn7,
  212. this.dataColumn8,
  213. this.dataColumn9,
  214. this.dataColumn10,
  215. this.dataColumn11});
  216. this.dataTable1.TableName = "Table1";
  217. //
  218. // dataColumn1
  219. //
  220. this.dataColumn1.Caption = "产能井代码";
  221. this.dataColumn1.ColumnName = "WELL_CODE";
  222. //
  223. // dataColumn2
  224. //
  225. this.dataColumn2.Caption = "产能井描述";
  226. this.dataColumn2.ColumnName = "WELL_NAME";
  227. //
  228. // dataColumn3
  229. //
  230. this.dataColumn3.Caption = "最大产能";
  231. this.dataColumn3.ColumnName = "WEIGHT";
  232. //
  233. // dataColumn4
  234. //
  235. this.dataColumn4.Caption = "创建人";
  236. this.dataColumn4.ColumnName = "CREATE_NAME";
  237. //
  238. // dataColumn5
  239. //
  240. this.dataColumn5.Caption = "创建时间";
  241. this.dataColumn5.ColumnName = "CREATE_TIME";
  242. //
  243. // dataColumn6
  244. //
  245. this.dataColumn6.Caption = "修改人";
  246. this.dataColumn6.ColumnName = "UPDATE_NAME";
  247. //
  248. // dataColumn7
  249. //
  250. this.dataColumn7.Caption = "修改时间";
  251. this.dataColumn7.ColumnName = "UPDATE_TIME";
  252. //
  253. // dataColumn8
  254. //
  255. this.dataColumn8.Caption = "删除人";
  256. this.dataColumn8.ColumnName = "DELETE_NAME";
  257. //
  258. // dataColumn9
  259. //
  260. this.dataColumn9.Caption = "删除时间";
  261. this.dataColumn9.ColumnName = "DELETE_TIME";
  262. //
  263. // dataColumn10
  264. //
  265. this.dataColumn10.Caption = "有效标志";
  266. this.dataColumn10.ColumnName = "VALIDFLAGNAME";
  267. //
  268. // dataColumn11
  269. //
  270. this.dataColumn11.Caption = "备注";
  271. this.dataColumn11.ColumnName = "MEMO";
  272. //
  273. // ultraExpandableGroupBox1
  274. //
  275. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  276. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  277. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1104, 63);
  278. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 536);
  279. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  280. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1104, 63);
  281. this.ultraExpandableGroupBox1.TabIndex = 1;
  282. this.ultraExpandableGroupBox1.Text = "编辑区";
  283. //
  284. // ultraExpandableGroupBoxPanel1
  285. //
  286. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor1);
  287. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor4);
  288. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor3);
  289. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTextEditor2);
  290. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  291. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  292. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  293. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  294. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  296. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  297. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1098, 39);
  298. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  299. //
  300. // ultraTextEditor1
  301. //
  302. this.ultraTextEditor1.Location = new System.Drawing.Point(105, 3);
  303. this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(4);
  304. this.ultraTextEditor1.MaxLength = 100;
  305. this.ultraTextEditor1.Name = "ultraTextEditor1";
  306. this.ultraTextEditor1.Size = new System.Drawing.Size(151, 24);
  307. this.ultraTextEditor1.TabIndex = 9;
  308. //
  309. // ultraTextEditor4
  310. //
  311. this.ultraTextEditor4.Location = new System.Drawing.Point(885, 3);
  312. this.ultraTextEditor4.Margin = new System.Windows.Forms.Padding(4);
  313. this.ultraTextEditor4.MaxLength = 100;
  314. this.ultraTextEditor4.Name = "ultraTextEditor4";
  315. this.ultraTextEditor4.Size = new System.Drawing.Size(151, 24);
  316. this.ultraTextEditor4.TabIndex = 12;
  317. //
  318. // ultraTextEditor3
  319. //
  320. this.ultraTextEditor3.Location = new System.Drawing.Point(630, 3);
  321. this.ultraTextEditor3.Margin = new System.Windows.Forms.Padding(4);
  322. this.ultraTextEditor3.MaxLength = 100;
  323. this.ultraTextEditor3.Name = "ultraTextEditor3";
  324. this.ultraTextEditor3.Size = new System.Drawing.Size(151, 24);
  325. this.ultraTextEditor3.TabIndex = 11;
  326. //
  327. // ultraTextEditor2
  328. //
  329. this.ultraTextEditor2.Location = new System.Drawing.Point(376, 3);
  330. this.ultraTextEditor2.Margin = new System.Windows.Forms.Padding(4);
  331. this.ultraTextEditor2.MaxLength = 100;
  332. this.ultraTextEditor2.Name = "ultraTextEditor2";
  333. this.ultraTextEditor2.Size = new System.Drawing.Size(151, 24);
  334. this.ultraTextEditor2.TabIndex = 10;
  335. //
  336. // ultraLabel8
  337. //
  338. this.ultraLabel8.Location = new System.Drawing.Point(831, 3);
  339. this.ultraLabel8.Name = "ultraLabel8";
  340. this.ultraLabel8.Padding = new System.Drawing.Size(3, 3);
  341. this.ultraLabel8.Size = new System.Drawing.Size(52, 23);
  342. this.ultraLabel8.TabIndex = 8;
  343. this.ultraLabel8.Text = "备注";
  344. //
  345. // ultraLabel3
  346. //
  347. this.ultraLabel3.Location = new System.Drawing.Point(546, 3);
  348. this.ultraLabel3.Name = "ultraLabel3";
  349. this.ultraLabel3.Padding = new System.Drawing.Size(3, 3);
  350. this.ultraLabel3.Size = new System.Drawing.Size(77, 23);
  351. this.ultraLabel3.TabIndex = 3;
  352. this.ultraLabel3.Text = "最大产能";
  353. //
  354. // ultraLabel2
  355. //
  356. this.ultraLabel2.Location = new System.Drawing.Point(280, 3);
  357. this.ultraLabel2.Name = "ultraLabel2";
  358. this.ultraLabel2.Padding = new System.Drawing.Size(3, 3);
  359. this.ultraLabel2.Size = new System.Drawing.Size(89, 23);
  360. this.ultraLabel2.TabIndex = 2;
  361. this.ultraLabel2.Text = "产能井描述";
  362. //
  363. // ultraLabel1
  364. //
  365. this.ultraLabel1.Location = new System.Drawing.Point(9, 3);
  366. this.ultraLabel1.Name = "ultraLabel1";
  367. this.ultraLabel1.Padding = new System.Drawing.Size(3, 3);
  368. this.ultraLabel1.Size = new System.Drawing.Size(96, 23);
  369. this.ultraLabel1.TabIndex = 0;
  370. this.ultraLabel1.Text = "产能井代码";
  371. //
  372. // ultraPanel1
  373. //
  374. //
  375. // ultraPanel1.ClientArea
  376. //
  377. this.ultraPanel1.ClientArea.Controls.Add(this.ultraCheckEditor1);
  378. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  379. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  380. this.ultraPanel1.Name = "ultraPanel1";
  381. this.ultraPanel1.Size = new System.Drawing.Size(1104, 30);
  382. this.ultraPanel1.TabIndex = 2;
  383. //
  384. // ultraCheckEditor1
  385. //
  386. this.ultraCheckEditor1.Location = new System.Drawing.Point(31, 7);
  387. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  388. this.ultraCheckEditor1.Size = new System.Drawing.Size(120, 20);
  389. this.ultraCheckEditor1.TabIndex = 0;
  390. this.ultraCheckEditor1.Text = "包含无效";
  391. //
  392. // ComBaseWell
  393. //
  394. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  395. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  396. this.ClientSize = new System.Drawing.Size(1104, 599);
  397. this.Controls.Add(this.ultraGrid1);
  398. this.Controls.Add(this.ultraPanel1);
  399. this.Controls.Add(this.ultraExpandableGroupBox1);
  400. this.Name = "ComBaseWell";
  401. this.Text = "ComBaseWell";
  402. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  404. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  405. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  406. this.ultraExpandableGroupBox1.ResumeLayout(false);
  407. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  408. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  409. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
  412. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  413. this.ultraPanel1.ClientArea.ResumeLayout(false);
  414. this.ultraPanel1.ResumeLayout(false);
  415. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  416. this.ResumeLayout(false);
  417. }
  418. #endregion
  419. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  420. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  421. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  422. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  423. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  424. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  425. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  426. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
  427. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
  428. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  429. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  430. private System.Data.DataSet dataSet1;
  431. private System.Data.DataTable dataTable1;
  432. private System.Data.DataColumn dataColumn1;
  433. private System.Data.DataColumn dataColumn2;
  434. private System.Data.DataColumn dataColumn3;
  435. private System.Data.DataColumn dataColumn4;
  436. private System.Data.DataColumn dataColumn5;
  437. private System.Data.DataColumn dataColumn6;
  438. private System.Data.DataColumn dataColumn7;
  439. private System.Data.DataColumn dataColumn8;
  440. private System.Data.DataColumn dataColumn9;
  441. private System.Data.DataColumn dataColumn10;
  442. private System.Data.DataColumn dataColumn11;
  443. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  444. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  445. }
  446. }