FrmQcmAddAsk.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. namespace Core.StlMes.Client.Mcp.Coupling
  2. {
  3. partial class FrmQcmAddAsk
  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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("QcmAddAskEntity", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JugdeApplyCode");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JudgeStoveNo");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DesginKey");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskItme");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskItmeDesc");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItme");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItmeDesc");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItmeVal");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskSubItmeValDesc");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskIsComfrim");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AskValDesc");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComfrimName");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ComfrimTime");
  45. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  51. this.ultraASK_IS_COMFRIM = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  52. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  53. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  54. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  55. this.btnOK = new Infragistics.Win.Misc.UltraButton();
  56. this.label3 = new System.Windows.Forms.Label();
  57. this.dataSet1 = new System.Data.DataSet();
  58. this.dtPipeSize = new System.Data.DataTable();
  59. this.dataColumn6 = new System.Data.DataColumn();
  60. this.dataColumn7 = new System.Data.DataColumn();
  61. this.dataColumn8 = new System.Data.DataColumn();
  62. this.dataColumn9 = new System.Data.DataColumn();
  63. this.dataColumn10 = new System.Data.DataColumn();
  64. this.dataColumn11 = new System.Data.DataColumn();
  65. this.dataColumn12 = new System.Data.DataColumn();
  66. this.dataColumn13 = new System.Data.DataColumn();
  67. this.dataColumn17 = new System.Data.DataColumn();
  68. this.dataColumn1 = new System.Data.DataColumn();
  69. this.qcmAddAskEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraASK_IS_COMFRIM)).BeginInit();
  71. this.tableLayoutPanel1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  74. this.ultraGroupBox1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.qcmAddAskEntityBindingSource)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // ultraASK_IS_COMFRIM
  81. //
  82. this.ultraASK_IS_COMFRIM.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  83. valueListItem1.DataValue = "0";
  84. valueListItem1.DisplayText = "未确认";
  85. valueListItem2.DataValue = "1";
  86. valueListItem2.DisplayText = "确认";
  87. this.ultraASK_IS_COMFRIM.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  88. valueListItem1,
  89. valueListItem2});
  90. this.ultraASK_IS_COMFRIM.Location = new System.Drawing.Point(452, 18);
  91. this.ultraASK_IS_COMFRIM.Margin = new System.Windows.Forms.Padding(4);
  92. this.ultraASK_IS_COMFRIM.Name = "ultraASK_IS_COMFRIM";
  93. this.ultraASK_IS_COMFRIM.Size = new System.Drawing.Size(192, 24);
  94. this.ultraASK_IS_COMFRIM.TabIndex = 57;
  95. this.ultraASK_IS_COMFRIM.Visible = false;
  96. //
  97. // tableLayoutPanel1
  98. //
  99. this.tableLayoutPanel1.ColumnCount = 1;
  100. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  101. this.tableLayoutPanel1.Controls.Add(this.ultraGrid3, 0, 1);
  102. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  103. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  105. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
  106. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  107. this.tableLayoutPanel1.RowCount = 2;
  108. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 72F));
  109. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  110. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  111. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  112. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  113. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
  114. this.tableLayoutPanel1.Size = new System.Drawing.Size(996, 561);
  115. this.tableLayoutPanel1.TabIndex = 0;
  116. //
  117. // ultraGrid3
  118. //
  119. this.ultraGrid3.DataSource = this.qcmAddAskEntityBindingSource;
  120. ultraGridColumn1.Header.VisiblePosition = 0;
  121. ultraGridColumn2.Header.VisiblePosition = 1;
  122. ultraGridColumn3.Header.VisiblePosition = 2;
  123. ultraGridColumn4.Header.VisiblePosition = 3;
  124. ultraGridColumn5.Header.VisiblePosition = 4;
  125. ultraGridColumn6.Header.VisiblePosition = 5;
  126. ultraGridColumn7.Header.VisiblePosition = 6;
  127. ultraGridColumn8.Header.VisiblePosition = 7;
  128. ultraGridColumn9.Header.VisiblePosition = 8;
  129. ultraGridColumn10.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
  130. ultraGridColumn10.EditorComponent = this.ultraASK_IS_COMFRIM;
  131. ultraGridColumn10.Header.VisiblePosition = 9;
  132. ultraGridColumn10.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  133. ultraGridColumn11.Header.VisiblePosition = 10;
  134. ultraGridColumn12.Header.VisiblePosition = 11;
  135. ultraGridColumn13.Header.VisiblePosition = 12;
  136. ultraGridBand1.Columns.AddRange(new object[] {
  137. ultraGridColumn1,
  138. ultraGridColumn2,
  139. ultraGridColumn3,
  140. ultraGridColumn4,
  141. ultraGridColumn5,
  142. ultraGridColumn6,
  143. ultraGridColumn7,
  144. ultraGridColumn8,
  145. ultraGridColumn9,
  146. ultraGridColumn10,
  147. ultraGridColumn11,
  148. ultraGridColumn12,
  149. ultraGridColumn13});
  150. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  151. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  152. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  153. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  154. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  155. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  156. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  157. this.ultraGrid3.DisplayLayout.InterBandSpacing = 8;
  158. appearance7.FontData.BoldAsString = "True";
  159. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  160. this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  161. this.ultraGrid3.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  162. appearance8.BackColor = System.Drawing.Color.Transparent;
  163. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance8;
  164. appearance9.TextVAlignAsString = "Middle";
  165. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance9;
  166. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  167. this.ultraGrid3.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  168. appearance10.BackColor = System.Drawing.Color.LightSteelBlue;
  169. appearance10.TextHAlignAsString = "Center";
  170. appearance10.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  171. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance10;
  172. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  173. this.ultraGrid3.DisplayLayout.Override.MaxSelectedRows = 1;
  174. this.ultraGrid3.DisplayLayout.Override.MinRowHeight = 21;
  175. appearance11.BackColor = System.Drawing.Color.LightSteelBlue;
  176. this.ultraGrid3.DisplayLayout.Override.RowSelectorAppearance = appearance11;
  177. this.ultraGrid3.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  178. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  179. this.ultraGrid3.DisplayLayout.Override.RowSelectorWidth = 26;
  180. this.ultraGrid3.DisplayLayout.Override.RowSpacingBefore = 0;
  181. appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  182. appearance12.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  183. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  184. appearance12.ForeColor = System.Drawing.Color.Black;
  185. this.ultraGrid3.DisplayLayout.Override.SelectedRowAppearance = appearance12;
  186. this.ultraGrid3.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  187. this.ultraGrid3.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  188. this.ultraGrid3.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  189. this.ultraGrid3.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  190. this.ultraGrid3.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  191. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  192. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  193. this.ultraGrid3.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  194. this.ultraGrid3.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  195. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.ultraGrid3.Location = new System.Drawing.Point(4, 76);
  198. this.ultraGrid3.Margin = new System.Windows.Forms.Padding(4);
  199. this.ultraGrid3.Name = "ultraGrid3";
  200. this.ultraGrid3.Size = new System.Drawing.Size(988, 481);
  201. this.ultraGrid3.TabIndex = 8;
  202. //
  203. // ultraGroupBox1
  204. //
  205. this.ultraGroupBox1.Controls.Add(this.ultraASK_IS_COMFRIM);
  206. this.ultraGroupBox1.Controls.Add(this.btnOK);
  207. this.ultraGroupBox1.Controls.Add(this.label3);
  208. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.ultraGroupBox1.Location = new System.Drawing.Point(4, 4);
  210. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  211. this.ultraGroupBox1.Name = "ultraGroupBox1";
  212. this.ultraGroupBox1.Size = new System.Drawing.Size(988, 64);
  213. this.ultraGroupBox1.TabIndex = 9;
  214. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  215. //
  216. // btnOK
  217. //
  218. this.btnOK.Location = new System.Drawing.Point(39, 18);
  219. this.btnOK.Margin = new System.Windows.Forms.Padding(4);
  220. this.btnOK.Name = "btnOK";
  221. this.btnOK.Size = new System.Drawing.Size(103, 32);
  222. this.btnOK.TabIndex = 56;
  223. this.btnOK.Text = "确定";
  224. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  225. //
  226. // label3
  227. //
  228. this.label3.AutoSize = true;
  229. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  230. this.label3.Location = new System.Drawing.Point(31, 24);
  231. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  232. this.label3.Name = "label3";
  233. this.label3.Size = new System.Drawing.Size(0, 15);
  234. this.label3.TabIndex = 54;
  235. //
  236. // dataSet1
  237. //
  238. this.dataSet1.DataSetName = "NewDataSet";
  239. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  240. this.dtPipeSize});
  241. //
  242. // dtPipeSize
  243. //
  244. this.dtPipeSize.Columns.AddRange(new System.Data.DataColumn[] {
  245. this.dataColumn6,
  246. this.dataColumn7,
  247. this.dataColumn8,
  248. this.dataColumn9,
  249. this.dataColumn10,
  250. this.dataColumn11,
  251. this.dataColumn12,
  252. this.dataColumn13,
  253. this.dataColumn17,
  254. this.dataColumn1});
  255. this.dtPipeSize.TableName = "Table3";
  256. //
  257. // dataColumn6
  258. //
  259. this.dataColumn6.Caption = "抽检管编号";
  260. this.dataColumn6.ColumnName = "SAMPLE_PIPE_NO";
  261. //
  262. // dataColumn7
  263. //
  264. this.dataColumn7.Caption = "D1";
  265. this.dataColumn7.ColumnName = "D1";
  266. //
  267. // dataColumn8
  268. //
  269. this.dataColumn8.ColumnName = "D2";
  270. //
  271. // dataColumn9
  272. //
  273. this.dataColumn9.ColumnName = "S1";
  274. //
  275. // dataColumn10
  276. //
  277. this.dataColumn10.ColumnName = "S2";
  278. //
  279. // dataColumn11
  280. //
  281. this.dataColumn11.ColumnName = "S3";
  282. //
  283. // dataColumn12
  284. //
  285. this.dataColumn12.ColumnName = "S4";
  286. //
  287. // dataColumn13
  288. //
  289. this.dataColumn13.Caption = "位置(管段/管体)";
  290. this.dataColumn13.ColumnName = "LOCATION";
  291. //
  292. // dataColumn17
  293. //
  294. this.dataColumn17.Caption = "抽检管序号";
  295. this.dataColumn17.ColumnName = "SAMPLE_PIPE_SEQ";
  296. //
  297. // dataColumn1
  298. //
  299. this.dataColumn1.Caption = "删除";
  300. this.dataColumn1.ColumnName = "BTN_DELETE";
  301. //
  302. // qcmAddAskEntityBindingSource
  303. //
  304. this.qcmAddAskEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Entity.QcmAddAskEntity);
  305. //
  306. // FrmQcmAddAsk
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.ClientSize = new System.Drawing.Size(996, 561);
  311. this.Controls.Add(this.tableLayoutPanel1);
  312. this.Margin = new System.Windows.Forms.Padding(5);
  313. this.Name = "FrmQcmAddAsk";
  314. this.Text = "附加要求分项确认";
  315. this.Load += new System.EventHandler(this.FrmQcmAddAsk_Load);
  316. ((System.ComponentModel.ISupportInitialize)(this.ultraASK_IS_COMFRIM)).EndInit();
  317. this.tableLayoutPanel1.ResumeLayout(false);
  318. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  320. this.ultraGroupBox1.ResumeLayout(false);
  321. this.ultraGroupBox1.PerformLayout();
  322. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.dtPipeSize)).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)(this.qcmAddAskEntityBindingSource)).EndInit();
  325. this.ResumeLayout(false);
  326. }
  327. #endregion
  328. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  329. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  330. private System.Data.DataSet dataSet1;
  331. private System.Data.DataTable dtPipeSize;
  332. private System.Data.DataColumn dataColumn6;
  333. private System.Data.DataColumn dataColumn7;
  334. private System.Data.DataColumn dataColumn8;
  335. private System.Data.DataColumn dataColumn9;
  336. private System.Data.DataColumn dataColumn10;
  337. private System.Data.DataColumn dataColumn11;
  338. private System.Data.DataColumn dataColumn12;
  339. private System.Data.DataColumn dataColumn13;
  340. private System.Data.DataColumn dataColumn17;
  341. private System.Data.DataColumn dataColumn1;
  342. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  343. private System.Windows.Forms.Label label3;
  344. private Infragistics.Win.Misc.UltraButton btnOK;
  345. private System.Windows.Forms.BindingSource qcmAddAskEntityBindingSource;
  346. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraASK_IS_COMFRIM;
  347. }
  348. }