frmPopTaskChat.Designer.cs 68 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244
  1. namespace Pur.pur_plan
  2. {
  3. partial class frmPopTaskChat
  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 appearance18 = 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("STATUS");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKID");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKNAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFERTIMESTART");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFERTIMEEND");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BIDCLOSETIME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MRID");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLOWTYPE");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PICKMODE");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECEIVETYPE");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYCONDITION");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYTYPE");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISSUPERVISION");
  48. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  60. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  61. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  63. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPCODE");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPNAME");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("numNotRead");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isInLine");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("check", 0);
  70. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopTaskChat));
  71. this.dataSet1 = new System.Data.DataSet();
  72. this.dataTable1 = new System.Data.DataTable();
  73. this.dataColumn3 = new System.Data.DataColumn();
  74. this.dataColumn1 = new System.Data.DataColumn();
  75. this.dataColumn2 = new System.Data.DataColumn();
  76. this.dataColumn4 = new System.Data.DataColumn();
  77. this.dataColumn5 = new System.Data.DataColumn();
  78. this.dataColumn6 = new System.Data.DataColumn();
  79. this.dataColumn95 = new System.Data.DataColumn();
  80. this.dataColumn96 = new System.Data.DataColumn();
  81. this.dataColumn97 = new System.Data.DataColumn();
  82. this.dataColumn98 = new System.Data.DataColumn();
  83. this.dataColumn99 = new System.Data.DataColumn();
  84. this.dataColumn100 = new System.Data.DataColumn();
  85. this.dataColumn101 = new System.Data.DataColumn();
  86. this.dataColumn102 = new System.Data.DataColumn();
  87. this.dataColumn103 = new System.Data.DataColumn();
  88. this.dataColumn104 = new System.Data.DataColumn();
  89. this.dataColumn125 = new System.Data.DataColumn();
  90. this.dataTable5 = new System.Data.DataTable();
  91. this.dataColumn105 = new System.Data.DataColumn();
  92. this.dataColumn106 = new System.Data.DataColumn();
  93. this.dataColumn107 = new System.Data.DataColumn();
  94. this.dataColumn108 = new System.Data.DataColumn();
  95. this.dataColumn109 = new System.Data.DataColumn();
  96. this.dataColumn110 = new System.Data.DataColumn();
  97. this.dataColumn111 = new System.Data.DataColumn();
  98. this.dataColumn112 = new System.Data.DataColumn();
  99. this.dataColumn113 = new System.Data.DataColumn();
  100. this.dataColumn114 = new System.Data.DataColumn();
  101. this.dataColumn115 = new System.Data.DataColumn();
  102. this.dataSet2 = new System.Data.DataSet();
  103. this.dataTable2 = new System.Data.DataTable();
  104. this.dataColumn17 = new System.Data.DataColumn();
  105. this.dataColumn19 = new System.Data.DataColumn();
  106. this.dataColumn7 = new System.Data.DataColumn();
  107. this.dataColumn8 = new System.Data.DataColumn();
  108. this.dataColumn15 = new System.Data.DataColumn();
  109. this.dataColumn20 = new System.Data.DataColumn();
  110. this.dataColumn24 = new System.Data.DataColumn();
  111. this.dataColumn25 = new System.Data.DataColumn();
  112. this.dataColumn26 = new System.Data.DataColumn();
  113. this.dataColumn27 = new System.Data.DataColumn();
  114. this.dataColumn28 = new System.Data.DataColumn();
  115. this.dataColumn29 = new System.Data.DataColumn();
  116. this.dataColumn30 = new System.Data.DataColumn();
  117. this.dataTable3 = new System.Data.DataTable();
  118. this.dataColumn9 = new System.Data.DataColumn();
  119. this.dataColumn10 = new System.Data.DataColumn();
  120. this.dataColumn16 = new System.Data.DataColumn();
  121. this.dataColumn11 = new System.Data.DataColumn();
  122. this.dataColumn12 = new System.Data.DataColumn();
  123. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  124. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  125. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  126. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  127. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  128. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  129. this.txt_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.txt_createTimeStart = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  131. this.txt_refresh = new Infragistics.Win.Misc.UltraButton();
  132. this.txt_createTimeEnd = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  133. this.ck_ctime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  134. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  135. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  136. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  137. this.ck_isAll = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  138. this.txt_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  139. this.richTextBox2 = new System.Windows.Forms.RichTextBox();
  140. this.txt_cmbSupp = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  141. this.ultraExpandableGroupBox4 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  142. this.ultraExpandableGroupBoxPanel4 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  143. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  144. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  145. this.ultraGrid7 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  146. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  147. this.chk_IsMultiChat = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  148. this.textBox1 = new System.Windows.Forms.TextBox();
  149. this.btn_SendMessage = new System.Windows.Forms.Button();
  150. this.timer1 = new System.Windows.Forms.Timer(this.components);
  151. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  152. this.timer2 = new System.Windows.Forms.Timer(this.components);
  153. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  154. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  155. this.ultraExpandableGroupBox3 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  156. this.ultraExpandableGroupBoxPanel3 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  157. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  158. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  165. this.ultraExpandableGroupBox1.SuspendLayout();
  166. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  167. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  169. this.ultraExpandableGroupBox2.SuspendLayout();
  170. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  171. this.ultraPanel2.ClientArea.SuspendLayout();
  172. this.ultraPanel2.SuspendLayout();
  173. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeStart)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeEnd)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.ck_ctime)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.ck_isAll)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.txt_cmbSupp)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox4)).BeginInit();
  181. this.ultraExpandableGroupBox4.SuspendLayout();
  182. this.ultraExpandableGroupBoxPanel4.SuspendLayout();
  183. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  184. this.ultraGroupBox2.SuspendLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  186. this.splitContainer1.Panel1.SuspendLayout();
  187. this.splitContainer1.Panel2.SuspendLayout();
  188. this.splitContainer1.SuspendLayout();
  189. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid7)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  191. this.ultraGroupBox3.SuspendLayout();
  192. ((System.ComponentModel.ISupportInitialize)(this.chk_IsMultiChat)).BeginInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  194. this.ultraGroupBox5.SuspendLayout();
  195. this.ultraPanel1.ClientArea.SuspendLayout();
  196. this.ultraPanel1.SuspendLayout();
  197. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox3)).BeginInit();
  198. this.ultraExpandableGroupBox3.SuspendLayout();
  199. this.ultraExpandableGroupBoxPanel3.SuspendLayout();
  200. this.SuspendLayout();
  201. //
  202. // dataSet1
  203. //
  204. this.dataSet1.DataSetName = "NewDataSet";
  205. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  206. this.dataTable1,
  207. this.dataTable5});
  208. //
  209. // dataTable1
  210. //
  211. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  212. this.dataColumn3,
  213. this.dataColumn1,
  214. this.dataColumn2,
  215. this.dataColumn4,
  216. this.dataColumn5,
  217. this.dataColumn6,
  218. this.dataColumn95,
  219. this.dataColumn96,
  220. this.dataColumn97,
  221. this.dataColumn98,
  222. this.dataColumn99,
  223. this.dataColumn100,
  224. this.dataColumn101,
  225. this.dataColumn102,
  226. this.dataColumn103,
  227. this.dataColumn104,
  228. this.dataColumn125});
  229. this.dataTable1.TableName = "Table1";
  230. //
  231. // dataColumn3
  232. //
  233. this.dataColumn3.Caption = "状态";
  234. this.dataColumn3.ColumnName = "STATUS";
  235. //
  236. // dataColumn1
  237. //
  238. this.dataColumn1.Caption = "创建人";
  239. this.dataColumn1.ColumnName = "CREATENAME";
  240. //
  241. // dataColumn2
  242. //
  243. this.dataColumn2.Caption = "创建时间";
  244. this.dataColumn2.ColumnName = "CREATETIME";
  245. //
  246. // dataColumn4
  247. //
  248. this.dataColumn4.Caption = "修改人";
  249. this.dataColumn4.ColumnName = "UPDATENAME";
  250. //
  251. // dataColumn5
  252. //
  253. this.dataColumn5.Caption = "修改时间";
  254. this.dataColumn5.ColumnName = "UPDATETIME";
  255. //
  256. // dataColumn6
  257. //
  258. this.dataColumn6.Caption = "任务单号";
  259. this.dataColumn6.ColumnName = "TASKID";
  260. //
  261. // dataColumn95
  262. //
  263. this.dataColumn95.Caption = "任务名称";
  264. this.dataColumn95.ColumnName = "TASKNAME";
  265. //
  266. // dataColumn96
  267. //
  268. this.dataColumn96.Caption = "报价开始时间";
  269. this.dataColumn96.ColumnName = "OFFERTIMESTART";
  270. //
  271. // dataColumn97
  272. //
  273. this.dataColumn97.Caption = "报价结束时间";
  274. this.dataColumn97.ColumnName = "OFFERTIMEEND";
  275. //
  276. // dataColumn98
  277. //
  278. this.dataColumn98.Caption = "任务关闭时间";
  279. this.dataColumn98.ColumnName = "BIDCLOSETIME";
  280. //
  281. // dataColumn99
  282. //
  283. this.dataColumn99.Caption = "采购单号";
  284. this.dataColumn99.ColumnName = "MRID";
  285. //
  286. // dataColumn100
  287. //
  288. this.dataColumn100.Caption = "招标类型";
  289. this.dataColumn100.ColumnName = "FLOWTYPE";
  290. //
  291. // dataColumn101
  292. //
  293. this.dataColumn101.Caption = "报价类型";
  294. this.dataColumn101.ColumnName = "PICKMODE";
  295. //
  296. // dataColumn102
  297. //
  298. this.dataColumn102.Caption = "接收方式";
  299. this.dataColumn102.ColumnName = "RECEIVETYPE";
  300. //
  301. // dataColumn103
  302. //
  303. this.dataColumn103.Caption = "运输条件";
  304. this.dataColumn103.ColumnName = "DELIVERYCONDITION";
  305. //
  306. // dataColumn104
  307. //
  308. this.dataColumn104.Caption = "运输方式";
  309. this.dataColumn104.ColumnName = "DELIVERYTYPE";
  310. //
  311. // dataColumn125
  312. //
  313. this.dataColumn125.Caption = "是否取消监察";
  314. this.dataColumn125.ColumnName = "ISSUPERVISION";
  315. //
  316. // dataTable5
  317. //
  318. this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
  319. this.dataColumn105,
  320. this.dataColumn106,
  321. this.dataColumn107,
  322. this.dataColumn108,
  323. this.dataColumn109,
  324. this.dataColumn110,
  325. this.dataColumn111,
  326. this.dataColumn112,
  327. this.dataColumn113,
  328. this.dataColumn114,
  329. this.dataColumn115});
  330. this.dataTable5.TableName = "Table2";
  331. //
  332. // dataColumn105
  333. //
  334. this.dataColumn105.Caption = "任务单号";
  335. this.dataColumn105.ColumnName = "TASKID";
  336. //
  337. // dataColumn106
  338. //
  339. this.dataColumn106.Caption = "角色ID";
  340. this.dataColumn106.ColumnName = "EVAROLEID";
  341. //
  342. // dataColumn107
  343. //
  344. this.dataColumn107.Caption = "角色名称";
  345. this.dataColumn107.ColumnName = "EVAROLENAME";
  346. //
  347. // dataColumn108
  348. //
  349. this.dataColumn108.Caption = "评标人ID";
  350. this.dataColumn108.ColumnName = "EVAUSERID";
  351. //
  352. // dataColumn109
  353. //
  354. this.dataColumn109.Caption = "评标人姓名";
  355. this.dataColumn109.ColumnName = "EVAUSERNAME";
  356. //
  357. // dataColumn110
  358. //
  359. this.dataColumn110.Caption = "评标人科室ID";
  360. this.dataColumn110.ColumnName = "EVAORGID";
  361. //
  362. // dataColumn111
  363. //
  364. this.dataColumn111.Caption = "评标人科室名称";
  365. this.dataColumn111.ColumnName = "EVAORGNAME";
  366. //
  367. // dataColumn112
  368. //
  369. this.dataColumn112.Caption = "备注";
  370. this.dataColumn112.ColumnName = "REMARK";
  371. //
  372. // dataColumn113
  373. //
  374. this.dataColumn113.Caption = "创建人";
  375. this.dataColumn113.ColumnName = "CREATENAME";
  376. //
  377. // dataColumn114
  378. //
  379. this.dataColumn114.Caption = "创建时间";
  380. this.dataColumn114.ColumnName = "CREATETIME";
  381. //
  382. // dataColumn115
  383. //
  384. this.dataColumn115.ColumnName = "ID";
  385. //
  386. // dataSet2
  387. //
  388. this.dataSet2.DataSetName = "NewDataSet";
  389. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  390. this.dataTable2,
  391. this.dataTable3});
  392. //
  393. // dataTable2
  394. //
  395. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  396. this.dataColumn17,
  397. this.dataColumn19,
  398. this.dataColumn7,
  399. this.dataColumn8,
  400. this.dataColumn15,
  401. this.dataColumn20,
  402. this.dataColumn24,
  403. this.dataColumn25,
  404. this.dataColumn26,
  405. this.dataColumn27,
  406. this.dataColumn28,
  407. this.dataColumn29,
  408. this.dataColumn30});
  409. this.dataTable2.TableName = "Table2";
  410. //
  411. // dataColumn17
  412. //
  413. this.dataColumn17.AllowDBNull = false;
  414. this.dataColumn17.Caption = "物料编码";
  415. this.dataColumn17.ColumnName = "ITEMCODE";
  416. //
  417. // dataColumn19
  418. //
  419. this.dataColumn19.Caption = "物料名称";
  420. this.dataColumn19.ColumnName = "ITEMNAME";
  421. //
  422. // dataColumn7
  423. //
  424. this.dataColumn7.Caption = "采购数量";
  425. this.dataColumn7.ColumnName = "PICKQTY";
  426. //
  427. // dataColumn8
  428. //
  429. this.dataColumn8.Caption = "库存单位";
  430. this.dataColumn8.ColumnName = "WEIGHTUNIT";
  431. //
  432. // dataColumn15
  433. //
  434. this.dataColumn15.Caption = "任务单行号";
  435. this.dataColumn15.ColumnName = "TASKLINEID";
  436. //
  437. // dataColumn20
  438. //
  439. this.dataColumn20.Caption = "采购计划行号";
  440. this.dataColumn20.ColumnName = "MRLINEID";
  441. //
  442. // dataColumn24
  443. //
  444. this.dataColumn24.Caption = "属性名称";
  445. this.dataColumn24.ColumnName = "ITEMATTR";
  446. //
  447. // dataColumn25
  448. //
  449. this.dataColumn25.AllowDBNull = false;
  450. this.dataColumn25.Caption = "属性编号";
  451. this.dataColumn25.ColumnName = "ITEMATTRID";
  452. //
  453. // dataColumn26
  454. //
  455. this.dataColumn26.ColumnName = "ITEMUNIQUE";
  456. //
  457. // dataColumn27
  458. //
  459. this.dataColumn27.ColumnName = "ITEMUOMID";
  460. //
  461. // dataColumn28
  462. //
  463. this.dataColumn28.ColumnName = "ITEMSTANDARDSID";
  464. //
  465. // dataColumn29
  466. //
  467. this.dataColumn29.Caption = "标准编号";
  468. this.dataColumn29.ColumnName = "ITEMSTANDARDSCODE";
  469. //
  470. // dataColumn30
  471. //
  472. this.dataColumn30.Caption = "采购单位";
  473. this.dataColumn30.ColumnName = "ITEMUOM";
  474. //
  475. // dataTable3
  476. //
  477. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  478. this.dataColumn9,
  479. this.dataColumn10,
  480. this.dataColumn16,
  481. this.dataColumn11,
  482. this.dataColumn12});
  483. this.dataTable3.TableName = "Table3";
  484. //
  485. // dataColumn9
  486. //
  487. this.dataColumn9.Caption = "供应商代码";
  488. this.dataColumn9.ColumnName = "SUPPCODE";
  489. //
  490. // dataColumn10
  491. //
  492. this.dataColumn10.Caption = "供应商名称";
  493. this.dataColumn10.ColumnName = "SUPPNAME";
  494. //
  495. // dataColumn16
  496. //
  497. this.dataColumn16.ColumnName = "ID";
  498. //
  499. // dataColumn11
  500. //
  501. this.dataColumn11.Caption = "未读记录(条)";
  502. this.dataColumn11.ColumnName = "numNotRead";
  503. //
  504. // dataColumn12
  505. //
  506. this.dataColumn12.Caption = "是否在线";
  507. this.dataColumn12.ColumnName = "isInLine";
  508. //
  509. // ultraExpandableGroupBox1
  510. //
  511. this.ultraExpandableGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  512. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  513. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  514. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(603, 615);
  515. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
  516. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 0);
  517. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  518. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  519. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(603, 615);
  520. this.ultraExpandableGroupBox1.TabIndex = 1;
  521. this.ultraExpandableGroupBox1.Text = "待评审单";
  522. //
  523. // ultraExpandableGroupBoxPanel1
  524. //
  525. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGrid1);
  526. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpandableGroupBox2);
  527. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  528. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(22, 3);
  529. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  530. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  531. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(578, 609);
  532. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  533. //
  534. // ultraGrid1
  535. //
  536. this.ultraGrid1.DataMember = "Table1";
  537. this.ultraGrid1.DataSource = this.dataSet1;
  538. appearance18.BackColor = System.Drawing.SystemColors.Window;
  539. appearance18.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  540. this.ultraGrid1.DisplayLayout.Appearance = appearance18;
  541. ultraGridColumn1.Header.VisiblePosition = 2;
  542. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 4;
  543. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  544. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  545. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  546. ultraGridColumn1.Width = 76;
  547. ultraGridColumn2.Header.VisiblePosition = 12;
  548. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 22;
  549. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  550. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  551. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  552. ultraGridColumn2.Width = 71;
  553. ultraGridColumn3.Header.VisiblePosition = 13;
  554. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 24;
  555. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  556. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  557. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  558. ultraGridColumn4.Header.VisiblePosition = 14;
  559. ultraGridColumn4.Hidden = true;
  560. ultraGridColumn5.Header.VisiblePosition = 15;
  561. ultraGridColumn5.Hidden = true;
  562. ultraGridColumn6.Header.VisiblePosition = 0;
  563. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
  564. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  565. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  566. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  567. ultraGridColumn6.Width = 88;
  568. ultraGridColumn7.Header.VisiblePosition = 1;
  569. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  570. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  571. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  572. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  573. ultraGridColumn7.Width = 130;
  574. ultraGridColumn8.Header.VisiblePosition = 3;
  575. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
  576. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  577. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  578. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  579. ultraGridColumn9.Header.VisiblePosition = 4;
  580. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 12;
  581. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  582. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  583. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  584. ultraGridColumn10.Header.VisiblePosition = 5;
  585. ultraGridColumn10.Hidden = true;
  586. ultraGridColumn11.Header.VisiblePosition = 11;
  587. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
  588. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  589. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  590. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  591. ultraGridColumn12.Header.VisiblePosition = 6;
  592. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 2;
  593. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  594. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  595. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  596. ultraGridColumn13.Header.VisiblePosition = 7;
  597. ultraGridColumn13.Hidden = true;
  598. ultraGridColumn14.Header.VisiblePosition = 8;
  599. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 14;
  600. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  601. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  602. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  603. ultraGridColumn15.Header.VisiblePosition = 9;
  604. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 16;
  605. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  606. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  607. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  608. ultraGridColumn16.Header.VisiblePosition = 10;
  609. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 18;
  610. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  611. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  612. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  613. ultraGridColumn17.Header.VisiblePosition = 16;
  614. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 8;
  615. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  616. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  617. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  618. ultraGridBand1.Columns.AddRange(new object[] {
  619. ultraGridColumn1,
  620. ultraGridColumn2,
  621. ultraGridColumn3,
  622. ultraGridColumn4,
  623. ultraGridColumn5,
  624. ultraGridColumn6,
  625. ultraGridColumn7,
  626. ultraGridColumn8,
  627. ultraGridColumn9,
  628. ultraGridColumn10,
  629. ultraGridColumn11,
  630. ultraGridColumn12,
  631. ultraGridColumn13,
  632. ultraGridColumn14,
  633. ultraGridColumn15,
  634. ultraGridColumn16,
  635. ultraGridColumn17});
  636. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  637. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  638. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  639. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  640. appearance19.BackColor = System.Drawing.SystemColors.ActiveBorder;
  641. appearance19.BackColor2 = System.Drawing.SystemColors.ControlDark;
  642. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  643. appearance19.BorderColor = System.Drawing.SystemColors.Window;
  644. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance19;
  645. appearance21.ForeColor = System.Drawing.SystemColors.GrayText;
  646. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance21;
  647. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  648. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  649. appearance20.BackColor = System.Drawing.SystemColors.ControlLightLight;
  650. appearance20.BackColor2 = System.Drawing.SystemColors.Control;
  651. appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  652. appearance20.ForeColor = System.Drawing.SystemColors.GrayText;
  653. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance20;
  654. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  655. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  656. appearance24.BackColor = System.Drawing.SystemColors.Window;
  657. appearance24.ForeColor = System.Drawing.SystemColors.ControlText;
  658. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance24;
  659. appearance27.BackColor = System.Drawing.SystemColors.Highlight;
  660. appearance27.ForeColor = System.Drawing.SystemColors.HighlightText;
  661. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance27;
  662. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  663. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  664. appearance29.BackColor = System.Drawing.SystemColors.Window;
  665. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance29;
  666. appearance25.BorderColor = System.Drawing.Color.Silver;
  667. appearance25.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  668. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
  669. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  670. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  671. appearance23.BackColor = System.Drawing.SystemColors.Control;
  672. appearance23.BackColor2 = System.Drawing.SystemColors.ControlDark;
  673. appearance23.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  674. appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  675. appearance23.BorderColor = System.Drawing.SystemColors.Window;
  676. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance23;
  677. appearance22.TextHAlignAsString = "Left";
  678. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  679. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  680. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  681. appearance28.BackColor = System.Drawing.SystemColors.Window;
  682. appearance28.BorderColor = System.Drawing.Color.Silver;
  683. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance28;
  684. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  685. appearance26.BackColor = System.Drawing.SystemColors.ControlLight;
  686. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance26;
  687. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  688. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  689. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  690. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  691. this.ultraGrid1.Location = new System.Drawing.Point(0, 124);
  692. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  693. this.ultraGrid1.Name = "ultraGrid1";
  694. this.ultraGrid1.Size = new System.Drawing.Size(578, 485);
  695. this.ultraGrid1.TabIndex = 1;
  696. this.ultraGrid1.Text = "ultraGrid1";
  697. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  698. //
  699. // ultraExpandableGroupBox2
  700. //
  701. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  702. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  703. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(578, 124);
  704. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  705. this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  706. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  707. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(578, 124);
  708. this.ultraExpandableGroupBox2.TabIndex = 0;
  709. this.ultraExpandableGroupBox2.Text = "查询条件";
  710. //
  711. // ultraExpandableGroupBoxPanel2
  712. //
  713. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraPanel2);
  714. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  715. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
  716. this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  717. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  718. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(572, 100);
  719. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  720. //
  721. // ultraPanel2
  722. //
  723. //
  724. // ultraPanel2.ClientArea
  725. //
  726. this.ultraPanel2.ClientArea.Controls.Add(this.txt_taskId);
  727. this.ultraPanel2.ClientArea.Controls.Add(this.txt_createTimeStart);
  728. this.ultraPanel2.ClientArea.Controls.Add(this.txt_refresh);
  729. this.ultraPanel2.ClientArea.Controls.Add(this.txt_createTimeEnd);
  730. this.ultraPanel2.ClientArea.Controls.Add(this.ck_ctime);
  731. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel4);
  732. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel2);
  733. this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel1);
  734. this.ultraPanel2.ClientArea.Controls.Add(this.ck_isAll);
  735. this.ultraPanel2.ClientArea.Controls.Add(this.txt_taskName);
  736. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  737. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  738. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  739. this.ultraPanel2.Name = "ultraPanel2";
  740. this.ultraPanel2.Size = new System.Drawing.Size(572, 100);
  741. this.ultraPanel2.TabIndex = 0;
  742. //
  743. // txt_taskId
  744. //
  745. this.txt_taskId.Location = new System.Drawing.Point(95, 5);
  746. this.txt_taskId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  747. this.txt_taskId.Name = "txt_taskId";
  748. this.txt_taskId.Size = new System.Drawing.Size(133, 24);
  749. this.txt_taskId.TabIndex = 39;
  750. //
  751. // txt_createTimeStart
  752. //
  753. this.txt_createTimeStart.DateButtons.Add(dateButton1);
  754. this.txt_createTimeStart.Location = new System.Drawing.Point(112, 34);
  755. this.txt_createTimeStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  756. this.txt_createTimeStart.Name = "txt_createTimeStart";
  757. this.txt_createTimeStart.NonAutoSizeHeight = 21;
  758. this.txt_createTimeStart.Size = new System.Drawing.Size(133, 25);
  759. this.txt_createTimeStart.TabIndex = 48;
  760. this.txt_createTimeStart.Value = new System.DateTime(2016, 7, 23, 0, 0, 0, 0);
  761. //
  762. // txt_refresh
  763. //
  764. this.txt_refresh.Location = new System.Drawing.Point(344, 62);
  765. this.txt_refresh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  766. this.txt_refresh.Name = "txt_refresh";
  767. this.txt_refresh.Size = new System.Drawing.Size(100, 29);
  768. this.txt_refresh.TabIndex = 0;
  769. this.txt_refresh.Text = "刷新";
  770. this.txt_refresh.Click += new System.EventHandler(this.txt_refresh_Click);
  771. //
  772. // txt_createTimeEnd
  773. //
  774. this.txt_createTimeEnd.DateButtons.Add(dateButton2);
  775. this.txt_createTimeEnd.Location = new System.Drawing.Point(309, 34);
  776. this.txt_createTimeEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  777. this.txt_createTimeEnd.Name = "txt_createTimeEnd";
  778. this.txt_createTimeEnd.NonAutoSizeHeight = 21;
  779. this.txt_createTimeEnd.Size = new System.Drawing.Size(133, 25);
  780. this.txt_createTimeEnd.TabIndex = 49;
  781. this.txt_createTimeEnd.Value = new System.DateTime(2016, 7, 23, 0, 0, 0, 0);
  782. //
  783. // ck_ctime
  784. //
  785. appearance1.TextHAlignAsString = "Left";
  786. appearance1.TextVAlignAsString = "Middle";
  787. this.ck_ctime.Appearance = appearance1;
  788. this.ck_ctime.AutoSize = true;
  789. this.ck_ctime.Location = new System.Drawing.Point(9, 34);
  790. this.ck_ctime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  791. this.ck_ctime.Name = "ck_ctime";
  792. this.ck_ctime.Size = new System.Drawing.Size(112, 28);
  793. this.ck_ctime.TabIndex = 47;
  794. this.ck_ctime.Text = "创建日期";
  795. //
  796. // ultraLabel4
  797. //
  798. this.ultraLabel4.AutoSize = true;
  799. this.ultraLabel4.Location = new System.Drawing.Point(267, 38);
  800. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  801. this.ultraLabel4.Name = "ultraLabel4";
  802. this.ultraLabel4.Size = new System.Drawing.Size(28, 24);
  803. this.ultraLabel4.TabIndex = 46;
  804. this.ultraLabel4.Text = "至";
  805. //
  806. // ultraLabel2
  807. //
  808. this.ultraLabel2.AutoSize = true;
  809. this.ultraLabel2.Location = new System.Drawing.Point(233, 9);
  810. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  811. this.ultraLabel2.Name = "ultraLabel2";
  812. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  813. this.ultraLabel2.TabIndex = 43;
  814. this.ultraLabel2.Text = "任务单名";
  815. //
  816. // ultraLabel1
  817. //
  818. this.ultraLabel1.AutoSize = true;
  819. this.ultraLabel1.Location = new System.Drawing.Point(20, 9);
  820. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  821. this.ultraLabel1.Name = "ultraLabel1";
  822. this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
  823. this.ultraLabel1.TabIndex = 42;
  824. this.ultraLabel1.Text = "任务单号";
  825. //
  826. // ck_isAll
  827. //
  828. this.ck_isAll.Location = new System.Drawing.Point(267, 64);
  829. this.ck_isAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  830. this.ck_isAll.Name = "ck_isAll";
  831. this.ck_isAll.Size = new System.Drawing.Size(69, 28);
  832. this.ck_isAll.TabIndex = 41;
  833. this.ck_isAll.Text = "全部";
  834. //
  835. // txt_taskName
  836. //
  837. this.txt_taskName.Location = new System.Drawing.Point(309, 5);
  838. this.txt_taskName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  839. this.txt_taskName.Name = "txt_taskName";
  840. this.txt_taskName.Size = new System.Drawing.Size(133, 24);
  841. this.txt_taskName.TabIndex = 40;
  842. //
  843. // richTextBox2
  844. //
  845. this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  846. this.richTextBox2.Location = new System.Drawing.Point(0, 0);
  847. this.richTextBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  848. this.richTextBox2.Name = "richTextBox2";
  849. this.richTextBox2.ReadOnly = true;
  850. this.richTextBox2.Size = new System.Drawing.Size(862, 353);
  851. this.richTextBox2.TabIndex = 1;
  852. this.richTextBox2.Text = "";
  853. //
  854. // txt_cmbSupp
  855. //
  856. this.txt_cmbSupp.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  857. valueListItem1.DataValue = "ValueListItem0";
  858. valueListItem1.DisplayText = "全部";
  859. this.txt_cmbSupp.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  860. valueListItem1});
  861. this.txt_cmbSupp.Location = new System.Drawing.Point(3, 111);
  862. this.txt_cmbSupp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  863. this.txt_cmbSupp.Name = "txt_cmbSupp";
  864. this.txt_cmbSupp.Size = new System.Drawing.Size(248, 24);
  865. this.txt_cmbSupp.TabIndex = 1;
  866. this.txt_cmbSupp.Text = "全部";
  867. this.txt_cmbSupp.ValueChanged += new System.EventHandler(this.txt_cmbSupp_ValueChanged);
  868. //
  869. // ultraExpandableGroupBox4
  870. //
  871. this.ultraExpandableGroupBox4.Controls.Add(this.ultraExpandableGroupBoxPanel4);
  872. this.ultraExpandableGroupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
  873. this.ultraExpandableGroupBox4.ExpandedSize = new System.Drawing.Size(886, 259);
  874. this.ultraExpandableGroupBox4.Location = new System.Drawing.Point(3, 353);
  875. this.ultraExpandableGroupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  876. this.ultraExpandableGroupBox4.Name = "ultraExpandableGroupBox4";
  877. this.ultraExpandableGroupBox4.Size = new System.Drawing.Size(886, 259);
  878. this.ultraExpandableGroupBox4.TabIndex = 0;
  879. this.ultraExpandableGroupBox4.Text = "发送消息";
  880. //
  881. // ultraExpandableGroupBoxPanel4
  882. //
  883. this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ultraGroupBox2);
  884. this.ultraExpandableGroupBoxPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  885. this.ultraExpandableGroupBoxPanel4.Location = new System.Drawing.Point(3, 21);
  886. this.ultraExpandableGroupBoxPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  887. this.ultraExpandableGroupBoxPanel4.Name = "ultraExpandableGroupBoxPanel4";
  888. this.ultraExpandableGroupBoxPanel4.Size = new System.Drawing.Size(880, 235);
  889. this.ultraExpandableGroupBoxPanel4.TabIndex = 0;
  890. //
  891. // ultraGroupBox2
  892. //
  893. this.ultraGroupBox2.Controls.Add(this.splitContainer1);
  894. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  895. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  896. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  897. this.ultraGroupBox2.Name = "ultraGroupBox2";
  898. this.ultraGroupBox2.Size = new System.Drawing.Size(880, 235);
  899. this.ultraGroupBox2.TabIndex = 8;
  900. //
  901. // splitContainer1
  902. //
  903. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  904. this.splitContainer1.Location = new System.Drawing.Point(3, 0);
  905. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  906. this.splitContainer1.Name = "splitContainer1";
  907. //
  908. // splitContainer1.Panel1
  909. //
  910. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid7);
  911. this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox3);
  912. //
  913. // splitContainer1.Panel2
  914. //
  915. this.splitContainer1.Panel2.Controls.Add(this.textBox1);
  916. this.splitContainer1.Panel2.Controls.Add(this.btn_SendMessage);
  917. this.splitContainer1.Size = new System.Drawing.Size(874, 232);
  918. this.splitContainer1.SplitterDistance = 432;
  919. this.splitContainer1.SplitterWidth = 5;
  920. this.splitContainer1.TabIndex = 8;
  921. //
  922. // ultraGrid7
  923. //
  924. this.ultraGrid7.DataMember = "Table3";
  925. this.ultraGrid7.DataSource = this.dataSet2;
  926. ultraGridColumn18.Header.VisiblePosition = 0;
  927. ultraGridColumn18.Hidden = true;
  928. ultraGridColumn19.Header.VisiblePosition = 2;
  929. ultraGridColumn19.Width = 142;
  930. ultraGridColumn20.Header.VisiblePosition = 4;
  931. ultraGridColumn20.Hidden = true;
  932. ultraGridColumn21.Header.VisiblePosition = 5;
  933. ultraGridColumn21.Width = 106;
  934. ultraGridColumn22.Header.VisiblePosition = 3;
  935. ultraGridColumn22.Width = 83;
  936. ultraGridColumn23.DataType = typeof(bool);
  937. ultraGridColumn23.DefaultCellValue = false;
  938. ultraGridColumn23.Header.Caption = "";
  939. ultraGridColumn23.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
  940. ultraGridColumn23.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  941. ultraGridColumn23.Header.VisiblePosition = 1;
  942. ultraGridColumn23.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  943. ultraGridColumn23.Width = 28;
  944. ultraGridBand2.Columns.AddRange(new object[] {
  945. ultraGridColumn18,
  946. ultraGridColumn19,
  947. ultraGridColumn20,
  948. ultraGridColumn21,
  949. ultraGridColumn22,
  950. ultraGridColumn23});
  951. this.ultraGrid7.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  952. this.ultraGrid7.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  953. this.ultraGrid7.Dock = System.Windows.Forms.DockStyle.Fill;
  954. this.ultraGrid7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  955. this.ultraGrid7.Location = new System.Drawing.Point(0, 32);
  956. this.ultraGrid7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  957. this.ultraGrid7.Name = "ultraGrid7";
  958. this.ultraGrid7.Size = new System.Drawing.Size(432, 200);
  959. this.ultraGrid7.TabIndex = 4;
  960. this.ultraGrid7.Text = "ultraGrid7";
  961. this.ultraGrid7.AfterRowActivate += new System.EventHandler(this.ultraGrid7_AfterRowActivate);
  962. //
  963. // ultraGroupBox3
  964. //
  965. this.ultraGroupBox3.Controls.Add(this.chk_IsMultiChat);
  966. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  967. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
  968. this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  969. this.ultraGroupBox3.Name = "ultraGroupBox3";
  970. this.ultraGroupBox3.Size = new System.Drawing.Size(432, 32);
  971. this.ultraGroupBox3.TabIndex = 5;
  972. //
  973. // chk_IsMultiChat
  974. //
  975. this.chk_IsMultiChat.AutoSize = true;
  976. this.chk_IsMultiChat.Location = new System.Drawing.Point(5, 8);
  977. this.chk_IsMultiChat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  978. this.chk_IsMultiChat.Name = "chk_IsMultiChat";
  979. this.chk_IsMultiChat.Size = new System.Drawing.Size(71, 28);
  980. this.chk_IsMultiChat.TabIndex = 0;
  981. this.chk_IsMultiChat.Text = "群聊";
  982. this.chk_IsMultiChat.CheckedChanged += new System.EventHandler(this.chk_IsMultiChat_CheckedChanged);
  983. //
  984. // textBox1
  985. //
  986. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  987. this.textBox1.Location = new System.Drawing.Point(0, 0);
  988. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  989. this.textBox1.Multiline = true;
  990. this.textBox1.Name = "textBox1";
  991. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  992. this.textBox1.Size = new System.Drawing.Size(381, 232);
  993. this.textBox1.TabIndex = 5;
  994. //
  995. // btn_SendMessage
  996. //
  997. this.btn_SendMessage.Dock = System.Windows.Forms.DockStyle.Right;
  998. this.btn_SendMessage.Location = new System.Drawing.Point(381, 0);
  999. this.btn_SendMessage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1000. this.btn_SendMessage.Name = "btn_SendMessage";
  1001. this.btn_SendMessage.Size = new System.Drawing.Size(56, 232);
  1002. this.btn_SendMessage.TabIndex = 6;
  1003. this.btn_SendMessage.Text = "发 送";
  1004. this.btn_SendMessage.UseVisualStyleBackColor = true;
  1005. this.btn_SendMessage.Click += new System.EventHandler(this.btn_SendMessage_Click);
  1006. //
  1007. // timer1
  1008. //
  1009. this.timer1.Enabled = true;
  1010. this.timer1.Interval = 5000;
  1011. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  1012. //
  1013. // richTextBox1
  1014. //
  1015. this.richTextBox1.Location = new System.Drawing.Point(0, 0);
  1016. this.richTextBox1.Name = "richTextBox1";
  1017. this.richTextBox1.Size = new System.Drawing.Size(1139, 345);
  1018. this.richTextBox1.TabIndex = 0;
  1019. this.richTextBox1.Text = "";
  1020. //
  1021. // timer2
  1022. //
  1023. this.timer2.Enabled = true;
  1024. this.timer2.Interval = 5000;
  1025. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  1026. //
  1027. // ultraGroupBox5
  1028. //
  1029. this.ultraGroupBox5.Controls.Add(this.ultraPanel1);
  1030. this.ultraGroupBox5.Controls.Add(this.ultraExpandableGroupBox4);
  1031. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  1032. this.ultraGroupBox5.Location = new System.Drawing.Point(603, 0);
  1033. this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1034. this.ultraGroupBox5.Name = "ultraGroupBox5";
  1035. this.ultraGroupBox5.Size = new System.Drawing.Size(892, 615);
  1036. this.ultraGroupBox5.TabIndex = 12;
  1037. //
  1038. // ultraPanel1
  1039. //
  1040. //
  1041. // ultraPanel1.ClientArea
  1042. //
  1043. this.ultraPanel1.ClientArea.Controls.Add(this.richTextBox2);
  1044. this.ultraPanel1.ClientArea.Controls.Add(this.ultraExpandableGroupBox3);
  1045. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1046. this.ultraPanel1.Location = new System.Drawing.Point(3, 0);
  1047. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1048. this.ultraPanel1.Name = "ultraPanel1";
  1049. this.ultraPanel1.Size = new System.Drawing.Size(886, 353);
  1050. this.ultraPanel1.TabIndex = 0;
  1051. //
  1052. // ultraExpandableGroupBox3
  1053. //
  1054. this.ultraExpandableGroupBox3.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
  1055. this.ultraExpandableGroupBox3.Controls.Add(this.ultraExpandableGroupBoxPanel3);
  1056. this.ultraExpandableGroupBox3.Dock = System.Windows.Forms.DockStyle.Right;
  1057. this.ultraExpandableGroupBox3.Expanded = false;
  1058. this.ultraExpandableGroupBox3.ExpandedSize = new System.Drawing.Size(222, 353);
  1059. this.ultraExpandableGroupBox3.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
  1060. this.ultraExpandableGroupBox3.Location = new System.Drawing.Point(862, 0);
  1061. this.ultraExpandableGroupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1062. this.ultraExpandableGroupBox3.Name = "ultraExpandableGroupBox3";
  1063. this.ultraExpandableGroupBox3.Size = new System.Drawing.Size(24, 353);
  1064. this.ultraExpandableGroupBox3.TabIndex = 2;
  1065. this.ultraExpandableGroupBox3.Text = "筛选";
  1066. //
  1067. // ultraExpandableGroupBoxPanel3
  1068. //
  1069. this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel3);
  1070. this.ultraExpandableGroupBoxPanel3.Controls.Add(this.txt_cmbSupp);
  1071. this.ultraExpandableGroupBoxPanel3.Location = new System.Drawing.Point(-13333, -12500);
  1072. this.ultraExpandableGroupBoxPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1073. this.ultraExpandableGroupBoxPanel3.Name = "ultraExpandableGroupBoxPanel3";
  1074. this.ultraExpandableGroupBoxPanel3.Size = new System.Drawing.Size(267, 345);
  1075. this.ultraExpandableGroupBoxPanel3.TabIndex = 0;
  1076. this.ultraExpandableGroupBoxPanel3.Visible = false;
  1077. //
  1078. // ultraLabel3
  1079. //
  1080. this.ultraLabel3.AutoSize = true;
  1081. this.ultraLabel3.Location = new System.Drawing.Point(101, 71);
  1082. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1083. this.ultraLabel3.Name = "ultraLabel3";
  1084. this.ultraLabel3.Size = new System.Drawing.Size(69, 24);
  1085. this.ultraLabel3.TabIndex = 50;
  1086. this.ultraLabel3.Text = "供应商";
  1087. //
  1088. // frmPopTaskChat
  1089. //
  1090. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1091. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1092. this.ClientSize = new System.Drawing.Size(1495, 615);
  1093. this.Controls.Add(this.ultraGroupBox5);
  1094. this.Controls.Add(this.ultraExpandableGroupBox1);
  1095. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1096. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1097. this.Name = "frmPopTaskChat";
  1098. this.Text = "对话窗口";
  1099. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPopTaskChat_FormClosing);
  1100. this.Load += new System.EventHandler(this.frmPopTaskChat_Load);
  1101. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1102. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1103. ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
  1104. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1105. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1106. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1107. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1108. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1109. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1110. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1111. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1112. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1113. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  1114. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1115. this.ultraPanel2.ClientArea.PerformLayout();
  1116. this.ultraPanel2.ResumeLayout(false);
  1117. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).EndInit();
  1118. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeStart)).EndInit();
  1119. ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeEnd)).EndInit();
  1120. ((System.ComponentModel.ISupportInitialize)(this.ck_ctime)).EndInit();
  1121. ((System.ComponentModel.ISupportInitialize)(this.ck_isAll)).EndInit();
  1122. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).EndInit();
  1123. ((System.ComponentModel.ISupportInitialize)(this.txt_cmbSupp)).EndInit();
  1124. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox4)).EndInit();
  1125. this.ultraExpandableGroupBox4.ResumeLayout(false);
  1126. this.ultraExpandableGroupBoxPanel4.ResumeLayout(false);
  1127. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1128. this.ultraGroupBox2.ResumeLayout(false);
  1129. this.splitContainer1.Panel1.ResumeLayout(false);
  1130. this.splitContainer1.Panel2.ResumeLayout(false);
  1131. this.splitContainer1.Panel2.PerformLayout();
  1132. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1133. this.splitContainer1.ResumeLayout(false);
  1134. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid7)).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1136. this.ultraGroupBox3.ResumeLayout(false);
  1137. this.ultraGroupBox3.PerformLayout();
  1138. ((System.ComponentModel.ISupportInitialize)(this.chk_IsMultiChat)).EndInit();
  1139. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  1140. this.ultraGroupBox5.ResumeLayout(false);
  1141. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1142. this.ultraPanel1.ResumeLayout(false);
  1143. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox3)).EndInit();
  1144. this.ultraExpandableGroupBox3.ResumeLayout(false);
  1145. this.ultraExpandableGroupBoxPanel3.ResumeLayout(false);
  1146. this.ultraExpandableGroupBoxPanel3.PerformLayout();
  1147. this.ResumeLayout(false);
  1148. }
  1149. #endregion
  1150. private System.Data.DataSet dataSet1;
  1151. private System.Data.DataTable dataTable1;
  1152. private System.Data.DataColumn dataColumn3;
  1153. private System.Data.DataColumn dataColumn1;
  1154. private System.Data.DataColumn dataColumn2;
  1155. private System.Data.DataColumn dataColumn4;
  1156. private System.Data.DataColumn dataColumn5;
  1157. private System.Data.DataColumn dataColumn6;
  1158. private System.Data.DataColumn dataColumn95;
  1159. private System.Data.DataColumn dataColumn96;
  1160. private System.Data.DataColumn dataColumn97;
  1161. private System.Data.DataColumn dataColumn98;
  1162. private System.Data.DataColumn dataColumn99;
  1163. private System.Data.DataColumn dataColumn100;
  1164. private System.Data.DataColumn dataColumn101;
  1165. private System.Data.DataColumn dataColumn102;
  1166. private System.Data.DataColumn dataColumn103;
  1167. private System.Data.DataColumn dataColumn104;
  1168. private System.Data.DataColumn dataColumn125;
  1169. private System.Data.DataTable dataTable5;
  1170. private System.Data.DataColumn dataColumn105;
  1171. private System.Data.DataColumn dataColumn106;
  1172. private System.Data.DataColumn dataColumn107;
  1173. private System.Data.DataColumn dataColumn108;
  1174. private System.Data.DataColumn dataColumn109;
  1175. private System.Data.DataColumn dataColumn110;
  1176. private System.Data.DataColumn dataColumn111;
  1177. private System.Data.DataColumn dataColumn112;
  1178. private System.Data.DataColumn dataColumn113;
  1179. private System.Data.DataColumn dataColumn114;
  1180. private System.Data.DataColumn dataColumn115;
  1181. private System.Data.DataSet dataSet2;
  1182. private System.Data.DataTable dataTable2;
  1183. private System.Data.DataColumn dataColumn17;
  1184. private System.Data.DataColumn dataColumn19;
  1185. private System.Data.DataColumn dataColumn7;
  1186. private System.Data.DataColumn dataColumn8;
  1187. private System.Data.DataColumn dataColumn15;
  1188. private System.Data.DataColumn dataColumn20;
  1189. private System.Data.DataColumn dataColumn24;
  1190. private System.Data.DataColumn dataColumn25;
  1191. private System.Data.DataColumn dataColumn26;
  1192. private System.Data.DataColumn dataColumn27;
  1193. private System.Data.DataColumn dataColumn28;
  1194. private System.Data.DataColumn dataColumn29;
  1195. private System.Data.DataColumn dataColumn30;
  1196. private System.Data.DataTable dataTable3;
  1197. private System.Data.DataColumn dataColumn9;
  1198. private System.Data.DataColumn dataColumn10;
  1199. private System.Data.DataColumn dataColumn16;
  1200. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1201. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1202. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1203. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1204. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  1205. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1206. private Infragistics.Win.Misc.UltraButton txt_refresh;
  1207. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeEnd;
  1208. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeStart;
  1209. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ck_ctime;
  1210. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1211. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1212. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1213. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ck_isAll;
  1214. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskName;
  1215. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskId;
  1216. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox4;
  1217. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel4;
  1218. private System.Windows.Forms.TextBox textBox1;
  1219. private System.Windows.Forms.Button btn_SendMessage;
  1220. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid7;
  1221. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1222. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_IsMultiChat;
  1223. private System.Windows.Forms.Timer timer1;
  1224. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_cmbSupp;
  1225. private System.Windows.Forms.RichTextBox richTextBox1;
  1226. private System.Windows.Forms.RichTextBox richTextBox2;
  1227. private System.Data.DataColumn dataColumn11;
  1228. private System.Windows.Forms.Timer timer2;
  1229. private System.Data.DataColumn dataColumn12;
  1230. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1231. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  1232. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1233. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox3;
  1234. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel3;
  1235. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1236. private System.Windows.Forms.SplitContainer splitContainer1;
  1237. }
  1238. }