FrmComMscPhyStdNote.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmComMscPhyStdNote
  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.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PHY_CODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PHY_NAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDEX_SEQ", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STD_DESC");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDEX_SEQ_GROUP");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GUID");
  45. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  57. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  58. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool2");
  60. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool3");
  61. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool5");
  62. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool6");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
  64. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool2");
  66. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool3");
  68. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool4");
  70. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool5");
  71. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool6");
  73. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool7");
  75. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmComMscPhyStdNote));
  76. this.FrmComMscPhyStdNote_Fill_Panel = new System.Windows.Forms.Panel();
  77. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  78. this.dataSet1 = new System.Data.DataSet();
  79. this.dataTable1 = new System.Data.DataTable();
  80. this.dataColumn1 = new System.Data.DataColumn();
  81. this.dataColumn2 = new System.Data.DataColumn();
  82. this.dataColumn3 = new System.Data.DataColumn();
  83. this.dataColumn4 = new System.Data.DataColumn();
  84. this.dataColumn5 = new System.Data.DataColumn();
  85. this.dataColumn6 = new System.Data.DataColumn();
  86. this.dataColumn7 = new System.Data.DataColumn();
  87. this.dataColumn8 = new System.Data.DataColumn();
  88. this.dataColumn9 = new System.Data.DataColumn();
  89. this.dataColumn10 = new System.Data.DataColumn();
  90. this.dataColumn11 = new System.Data.DataColumn();
  91. this.dataColumn12 = new System.Data.DataColumn();
  92. this.dataColumn13 = new System.Data.DataColumn();
  93. this.dataColumn14 = new System.Data.DataColumn();
  94. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  95. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  96. this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  97. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  98. this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  99. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  100. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  101. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  102. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  103. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  104. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  105. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  106. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  107. this.ultraPopupControlContainer1 = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
  108. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  109. this.FrmComMscPhyStdNote_Fill_Panel.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  114. this.ultraGroupBox1.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  120. this.SuspendLayout();
  121. //
  122. // FrmComMscPhyStdNote_Fill_Panel
  123. //
  124. this.FrmComMscPhyStdNote_Fill_Panel.Controls.Add(this.ultraGrid1);
  125. this.FrmComMscPhyStdNote_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  126. this.FrmComMscPhyStdNote_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  127. this.FrmComMscPhyStdNote_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.FrmComMscPhyStdNote_Fill_Panel.Location = new System.Drawing.Point(0, 24);
  129. this.FrmComMscPhyStdNote_Fill_Panel.Name = "FrmComMscPhyStdNote_Fill_Panel";
  130. this.FrmComMscPhyStdNote_Fill_Panel.Size = new System.Drawing.Size(923, 402);
  131. this.FrmComMscPhyStdNote_Fill_Panel.TabIndex = 0;
  132. //
  133. // ultraGrid1
  134. //
  135. this.ultraGrid1.DataMember = "Table1";
  136. this.ultraGrid1.DataSource = this.dataSet1;
  137. appearance23.BackColor = System.Drawing.SystemColors.Window;
  138. appearance23.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  139. this.ultraGrid1.DisplayLayout.Appearance = appearance23;
  140. ultraGridColumn1.Header.VisiblePosition = 0;
  141. ultraGridColumn1.Hidden = true;
  142. ultraGridColumn2.Header.VisiblePosition = 1;
  143. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  144. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  145. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  146. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  147. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  148. ultraGridColumn3.Header.VisiblePosition = 2;
  149. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 1;
  150. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  151. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0);
  152. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  153. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  154. ultraGridColumn4.Header.VisiblePosition = 3;
  155. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 2;
  156. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  157. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(105, 0);
  158. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  159. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  160. ultraGridColumn5.Header.VisiblePosition = 4;
  161. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 3;
  162. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  163. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0);
  164. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  165. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  166. ultraGridColumn6.Header.VisiblePosition = 5;
  167. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
  168. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  169. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  170. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  171. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  172. ultraGridColumn7.Header.VisiblePosition = 6;
  173. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 7;
  174. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  175. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
  176. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  177. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  178. ultraGridColumn8.Header.VisiblePosition = 7;
  179. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 8;
  180. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  181. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0);
  182. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  183. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  184. ultraGridColumn9.Header.VisiblePosition = 8;
  185. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 9;
  186. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  187. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  188. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  189. ultraGridColumn10.Header.VisiblePosition = 9;
  190. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 10;
  191. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  192. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  193. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  194. ultraGridColumn11.Header.VisiblePosition = 10;
  195. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 11;
  196. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  197. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
  198. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  199. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  200. ultraGridColumn12.Header.VisiblePosition = 11;
  201. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 5;
  202. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  203. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  204. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  205. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
  206. ultraGridColumn13.Header.VisiblePosition = 12;
  207. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 4;
  208. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  209. ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(89, 0);
  210. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  211. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  212. ultraGridColumn14.Header.VisiblePosition = 13;
  213. ultraGridColumn14.Hidden = true;
  214. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 6;
  215. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  216. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  217. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  218. ultraGridBand1.Columns.AddRange(new object[] {
  219. ultraGridColumn1,
  220. ultraGridColumn2,
  221. ultraGridColumn3,
  222. ultraGridColumn4,
  223. ultraGridColumn5,
  224. ultraGridColumn6,
  225. ultraGridColumn7,
  226. ultraGridColumn8,
  227. ultraGridColumn9,
  228. ultraGridColumn10,
  229. ultraGridColumn11,
  230. ultraGridColumn12,
  231. ultraGridColumn13,
  232. ultraGridColumn14});
  233. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  234. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  235. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  236. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  237. appearance24.BackColor = System.Drawing.SystemColors.ActiveBorder;
  238. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  239. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  240. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  241. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance24;
  242. appearance30.ForeColor = System.Drawing.SystemColors.GrayText;
  243. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance30;
  244. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  245. appearance31.BackColor = System.Drawing.SystemColors.ControlLightLight;
  246. appearance31.BackColor2 = System.Drawing.SystemColors.Control;
  247. appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  248. appearance31.ForeColor = System.Drawing.SystemColors.GrayText;
  249. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance31;
  250. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  251. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  252. appearance32.BackColor = System.Drawing.SystemColors.Window;
  253. appearance32.ForeColor = System.Drawing.SystemColors.ControlText;
  254. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance32;
  255. appearance33.BackColor = System.Drawing.SystemColors.Highlight;
  256. appearance33.ForeColor = System.Drawing.SystemColors.HighlightText;
  257. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance33;
  258. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  259. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  260. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  261. appearance34.BackColor = System.Drawing.SystemColors.Window;
  262. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance34;
  263. appearance35.BorderColor = System.Drawing.Color.Silver;
  264. appearance35.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  265. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance35;
  266. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  267. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  268. appearance36.BackColor = System.Drawing.SystemColors.Control;
  269. appearance36.BackColor2 = System.Drawing.SystemColors.ControlDark;
  270. appearance36.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  271. appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  272. appearance36.BorderColor = System.Drawing.SystemColors.Window;
  273. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance36;
  274. appearance37.TextHAlignAsString = "Left";
  275. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance37;
  276. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  277. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  278. appearance38.BackColor = System.Drawing.SystemColors.Window;
  279. appearance38.BorderColor = System.Drawing.Color.Silver;
  280. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance38;
  281. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  282. appearance39.BackColor = System.Drawing.SystemColors.ControlLight;
  283. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance39;
  284. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  285. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  286. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  287. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  288. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  290. this.ultraGrid1.Name = "ultraGrid1";
  291. this.ultraGrid1.Size = new System.Drawing.Size(923, 338);
  292. this.ultraGrid1.TabIndex = 1;
  293. this.ultraGrid1.Text = "ultraGrid1";
  294. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  295. //
  296. // dataSet1
  297. //
  298. this.dataSet1.DataSetName = "NewDataSet";
  299. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  300. this.dataTable1});
  301. //
  302. // dataTable1
  303. //
  304. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  305. this.dataColumn1,
  306. this.dataColumn2,
  307. this.dataColumn3,
  308. this.dataColumn4,
  309. this.dataColumn5,
  310. this.dataColumn6,
  311. this.dataColumn7,
  312. this.dataColumn8,
  313. this.dataColumn9,
  314. this.dataColumn10,
  315. this.dataColumn11,
  316. this.dataColumn12,
  317. this.dataColumn13,
  318. this.dataColumn14});
  319. this.dataTable1.TableName = "Table1";
  320. //
  321. // dataColumn1
  322. //
  323. this.dataColumn1.Caption = "理化检验项代码";
  324. this.dataColumn1.ColumnName = "PHY_CODE";
  325. //
  326. // dataColumn2
  327. //
  328. this.dataColumn2.Caption = "理化检验项";
  329. this.dataColumn2.ColumnName = "PHY_NAME";
  330. //
  331. // dataColumn3
  332. //
  333. this.dataColumn3.Caption = "序号";
  334. this.dataColumn3.ColumnName = "INDEX_SEQ";
  335. this.dataColumn3.DataType = typeof(int);
  336. //
  337. // dataColumn4
  338. //
  339. this.dataColumn4.Caption = "标准要求";
  340. this.dataColumn4.ColumnName = "STD_DESC";
  341. //
  342. // dataColumn5
  343. //
  344. this.dataColumn5.Caption = "序号组合";
  345. this.dataColumn5.ColumnName = "INDEX_SEQ_GROUP";
  346. //
  347. // dataColumn6
  348. //
  349. this.dataColumn6.Caption = "创建人";
  350. this.dataColumn6.ColumnName = "CREATE_NAME";
  351. //
  352. // dataColumn7
  353. //
  354. this.dataColumn7.Caption = "创建时间";
  355. this.dataColumn7.ColumnName = "CREATE_TIME";
  356. //
  357. // dataColumn8
  358. //
  359. this.dataColumn8.Caption = "修改人";
  360. this.dataColumn8.ColumnName = "UPDATE_NAME";
  361. //
  362. // dataColumn9
  363. //
  364. this.dataColumn9.Caption = "修改时间";
  365. this.dataColumn9.ColumnName = "UPDATE_TIME";
  366. //
  367. // dataColumn10
  368. //
  369. this.dataColumn10.Caption = "删除人";
  370. this.dataColumn10.ColumnName = "DELETE_NAME";
  371. //
  372. // dataColumn11
  373. //
  374. this.dataColumn11.Caption = "删除时间";
  375. this.dataColumn11.ColumnName = "DELETE_TIME";
  376. //
  377. // dataColumn12
  378. //
  379. this.dataColumn12.Caption = "有效标志";
  380. this.dataColumn12.ColumnName = "VALIDFLAG";
  381. //
  382. // dataColumn13
  383. //
  384. this.dataColumn13.Caption = "备注";
  385. this.dataColumn13.ColumnName = "MEMO";
  386. //
  387. // dataColumn14
  388. //
  389. this.dataColumn14.ColumnName = "GUID";
  390. //
  391. // ultraGroupBox1
  392. //
  393. this.ultraGroupBox1.Controls.Add(this.ultraCheckEditor1);
  394. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor4);
  395. this.ultraGroupBox1.Controls.Add(this.ultraLabel4);
  396. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor3);
  397. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  398. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor2);
  399. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  400. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  401. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 338);
  402. this.ultraGroupBox1.Name = "ultraGroupBox1";
  403. this.ultraGroupBox1.Size = new System.Drawing.Size(923, 64);
  404. this.ultraGroupBox1.TabIndex = 0;
  405. this.ultraGroupBox1.Text = "编辑区";
  406. //
  407. // ultraCheckEditor1
  408. //
  409. this.ultraCheckEditor1.AutoSize = true;
  410. this.ultraCheckEditor1.Location = new System.Drawing.Point(414, 25);
  411. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  412. this.ultraCheckEditor1.Size = new System.Drawing.Size(71, 19);
  413. this.ultraCheckEditor1.TabIndex = 2;
  414. this.ultraCheckEditor1.Text = "是否组合";
  415. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  416. //
  417. // ultraTextEditor4
  418. //
  419. this.ultraTextEditor4.Location = new System.Drawing.Point(778, 22);
  420. this.ultraTextEditor4.Name = "ultraTextEditor4";
  421. this.ultraTextEditor4.Size = new System.Drawing.Size(138, 21);
  422. this.ultraTextEditor4.TabIndex = 1;
  423. //
  424. // ultraLabel4
  425. //
  426. this.ultraLabel4.AutoSize = true;
  427. this.ultraLabel4.Location = new System.Drawing.Point(743, 26);
  428. this.ultraLabel4.Name = "ultraLabel4";
  429. this.ultraLabel4.Size = new System.Drawing.Size(29, 16);
  430. this.ultraLabel4.TabIndex = 0;
  431. this.ultraLabel4.Text = "备注";
  432. //
  433. // ultraTextEditor3
  434. //
  435. editorButton1.Text = "?";
  436. this.ultraTextEditor3.ButtonsRight.Add(editorButton1);
  437. this.ultraTextEditor3.Enabled = false;
  438. this.ultraTextEditor3.Location = new System.Drawing.Point(551, 24);
  439. this.ultraTextEditor3.Name = "ultraTextEditor3";
  440. this.ultraTextEditor3.ReadOnly = true;
  441. this.ultraTextEditor3.Size = new System.Drawing.Size(186, 21);
  442. this.ultraTextEditor3.TabIndex = 1;
  443. this.ultraTextEditor3.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor3_EditorButtonClick);
  444. //
  445. // ultraLabel3
  446. //
  447. this.ultraLabel3.AutoSize = true;
  448. this.ultraLabel3.Location = new System.Drawing.Point(491, 26);
  449. this.ultraLabel3.Name = "ultraLabel3";
  450. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  451. this.ultraLabel3.TabIndex = 0;
  452. this.ultraLabel3.Text = "标准组合";
  453. //
  454. // ultraTextEditor2
  455. //
  456. this.ultraTextEditor2.Location = new System.Drawing.Point(59, 21);
  457. this.ultraTextEditor2.MaxLength = 250;
  458. this.ultraTextEditor2.Name = "ultraTextEditor2";
  459. this.ultraTextEditor2.Size = new System.Drawing.Size(349, 21);
  460. this.ultraTextEditor2.TabIndex = 1;
  461. //
  462. // ultraLabel2
  463. //
  464. this.ultraLabel2.AutoSize = true;
  465. this.ultraLabel2.Location = new System.Drawing.Point(6, 26);
  466. this.ultraLabel2.Name = "ultraLabel2";
  467. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  468. this.ultraLabel2.TabIndex = 0;
  469. this.ultraLabel2.Text = "标准要求";
  470. //
  471. // _FrmComMscPhyStdNote_Toolbars_Dock_Area_Left
  472. //
  473. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  474. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  475. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  476. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  477. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  478. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.Name = "_FrmComMscPhyStdNote_Toolbars_Dock_Area_Left";
  479. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 402);
  480. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  481. //
  482. // ultraToolbarsManager1
  483. //
  484. this.ultraToolbarsManager1.DesignerFlags = 1;
  485. this.ultraToolbarsManager1.DockWithinContainer = this;
  486. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  487. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  488. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  489. ultraToolbar1.DockedColumn = 0;
  490. ultraToolbar1.DockedRow = 0;
  491. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  492. buttonTool21,
  493. buttonTool22,
  494. buttonTool23,
  495. buttonTool25,
  496. buttonTool26});
  497. ultraToolbar1.Text = "UltraToolbar1";
  498. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  499. ultraToolbar1});
  500. appearance25.Image = global::Core.StlMes.Client.Qcm.Properties.Resources.Query;
  501. buttonTool28.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  502. buttonTool28.SharedPropsInternal.Caption = "查询";
  503. buttonTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  504. appearance26.Image = global::Core.StlMes.Client.Qcm.Properties.Resources.Add;
  505. buttonTool29.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
  506. buttonTool29.SharedPropsInternal.Caption = "新增";
  507. buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  508. appearance27.Image = global::Core.StlMes.Client.Qcm.Properties.Resources.ReLogin;
  509. buttonTool30.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
  510. buttonTool30.SharedPropsInternal.Caption = "选择确定";
  511. buttonTool30.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  512. buttonTool31.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  513. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  514. buttonTool32.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  515. buttonTool32.SharedPropsInternal.Caption = "修改";
  516. buttonTool32.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  517. appearance29.Image = global::Core.StlMes.Client.Qcm.Properties.Resources.Exit;
  518. buttonTool33.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  519. buttonTool33.SharedPropsInternal.Caption = "关闭";
  520. buttonTool33.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  521. buttonTool34.SharedPropsInternal.Caption = "ButtonTool7";
  522. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  523. buttonTool28,
  524. buttonTool29,
  525. buttonTool30,
  526. buttonTool31,
  527. buttonTool32,
  528. buttonTool33,
  529. buttonTool34});
  530. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  531. //
  532. // _FrmComMscPhyStdNote_Toolbars_Dock_Area_Right
  533. //
  534. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  535. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  536. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  537. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  538. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(923, 24);
  539. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.Name = "_FrmComMscPhyStdNote_Toolbars_Dock_Area_Right";
  540. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 402);
  541. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  542. //
  543. // _FrmComMscPhyStdNote_Toolbars_Dock_Area_Top
  544. //
  545. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  546. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  547. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  548. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  549. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  550. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.Name = "_FrmComMscPhyStdNote_Toolbars_Dock_Area_Top";
  551. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(923, 24);
  552. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  553. //
  554. // _FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom
  555. //
  556. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  557. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  558. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  559. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  560. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 426);
  561. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.Name = "_FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom";
  562. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(923, 0);
  563. this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  564. //
  565. // ultraLabel1
  566. //
  567. this.ultraLabel1.AutoSize = true;
  568. this.ultraLabel1.Location = new System.Drawing.Point(396, 5);
  569. this.ultraLabel1.Name = "ultraLabel1";
  570. this.ultraLabel1.Size = new System.Drawing.Size(313, 16);
  571. this.ultraLabel1.TabIndex = 5;
  572. this.ultraLabel1.Text = "列最左边黄色代表此记录已关联弹出此窗体的理化子记录";
  573. //
  574. // FrmComMscPhyStdNote
  575. //
  576. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  577. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  578. this.ClientSize = new System.Drawing.Size(923, 426);
  579. this.Controls.Add(this.ultraLabel1);
  580. this.Controls.Add(this.FrmComMscPhyStdNote_Fill_Panel);
  581. this.Controls.Add(this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Left);
  582. this.Controls.Add(this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Right);
  583. this.Controls.Add(this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Top);
  584. this.Controls.Add(this._FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom);
  585. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  586. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  587. this.Name = "FrmComMscPhyStdNote";
  588. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  589. this.Text = "理化标准文本补充";
  590. this.Load += new System.EventHandler(this.FrmComMscPhyStdNote_Load);
  591. this.FrmComMscPhyStdNote_Fill_Panel.ResumeLayout(false);
  592. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  594. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  595. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  596. this.ultraGroupBox1.ResumeLayout(false);
  597. this.ultraGroupBox1.PerformLayout();
  598. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  599. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).EndInit();
  600. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
  601. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  602. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  603. this.ResumeLayout(false);
  604. this.PerformLayout();
  605. }
  606. #endregion
  607. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  608. private System.Windows.Forms.Panel FrmComMscPhyStdNote_Fill_Panel;
  609. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmComMscPhyStdNote_Toolbars_Dock_Area_Left;
  610. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmComMscPhyStdNote_Toolbars_Dock_Area_Right;
  611. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmComMscPhyStdNote_Toolbars_Dock_Area_Top;
  612. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmComMscPhyStdNote_Toolbars_Dock_Area_Bottom;
  613. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  614. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  615. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  616. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  617. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
  618. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  619. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
  620. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  621. private System.Data.DataSet dataSet1;
  622. private System.Data.DataTable dataTable1;
  623. private System.Data.DataColumn dataColumn1;
  624. private System.Data.DataColumn dataColumn2;
  625. private System.Data.DataColumn dataColumn3;
  626. private System.Data.DataColumn dataColumn4;
  627. private System.Data.DataColumn dataColumn5;
  628. private System.Data.DataColumn dataColumn6;
  629. private System.Data.DataColumn dataColumn7;
  630. private System.Data.DataColumn dataColumn8;
  631. private System.Data.DataColumn dataColumn9;
  632. private System.Data.DataColumn dataColumn10;
  633. private System.Data.DataColumn dataColumn11;
  634. private System.Data.DataColumn dataColumn12;
  635. private System.Data.DataColumn dataColumn13;
  636. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  637. private Infragistics.Win.Misc.UltraPopupControlContainer ultraPopupControlContainer1;
  638. private System.Data.DataColumn dataColumn14;
  639. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  640. }
  641. }