| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244 |
- namespace Pur.pur_plan
- {
- partial class frmPopTaskChat
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TASKNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFERTIMESTART");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OFFERTIMEEND");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BIDCLOSETIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MRID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLOWTYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PICKMODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECEIVETYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYCONDITION");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELIVERYTYPE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISSUPERVISION");
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPCODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUPPNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("numNotRead");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isInLine");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("check", 0);
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopTaskChat));
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn95 = new System.Data.DataColumn();
- this.dataColumn96 = new System.Data.DataColumn();
- this.dataColumn97 = new System.Data.DataColumn();
- this.dataColumn98 = new System.Data.DataColumn();
- this.dataColumn99 = new System.Data.DataColumn();
- this.dataColumn100 = new System.Data.DataColumn();
- this.dataColumn101 = new System.Data.DataColumn();
- this.dataColumn102 = new System.Data.DataColumn();
- this.dataColumn103 = new System.Data.DataColumn();
- this.dataColumn104 = new System.Data.DataColumn();
- this.dataColumn125 = new System.Data.DataColumn();
- this.dataTable5 = new System.Data.DataTable();
- this.dataColumn105 = new System.Data.DataColumn();
- this.dataColumn106 = new System.Data.DataColumn();
- this.dataColumn107 = new System.Data.DataColumn();
- this.dataColumn108 = new System.Data.DataColumn();
- this.dataColumn109 = new System.Data.DataColumn();
- this.dataColumn110 = new System.Data.DataColumn();
- this.dataColumn111 = new System.Data.DataColumn();
- this.dataColumn112 = new System.Data.DataColumn();
- this.dataColumn113 = new System.Data.DataColumn();
- this.dataColumn114 = new System.Data.DataColumn();
- this.dataColumn115 = new System.Data.DataColumn();
- this.dataSet2 = new System.Data.DataSet();
- this.dataTable2 = new System.Data.DataTable();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn24 = new System.Data.DataColumn();
- this.dataColumn25 = new System.Data.DataColumn();
- this.dataColumn26 = new System.Data.DataColumn();
- this.dataColumn27 = new System.Data.DataColumn();
- this.dataColumn28 = new System.Data.DataColumn();
- this.dataColumn29 = new System.Data.DataColumn();
- this.dataColumn30 = new System.Data.DataColumn();
- this.dataTable3 = new System.Data.DataTable();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.txt_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_createTimeStart = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.txt_refresh = new Infragistics.Win.Misc.UltraButton();
- this.txt_createTimeEnd = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.ck_ctime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ck_isAll = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txt_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.richTextBox2 = new System.Windows.Forms.RichTextBox();
- this.txt_cmbSupp = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraExpandableGroupBox4 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel4 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.ultraGrid7 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.chk_IsMultiChat = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.btn_SendMessage = new System.Windows.Forms.Button();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.timer2 = new System.Windows.Forms.Timer(this.components);
- this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraExpandableGroupBox3 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel3 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
- this.ultraExpandableGroupBox2.SuspendLayout();
- this.ultraExpandableGroupBoxPanel2.SuspendLayout();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeStart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeEnd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ck_ctime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ck_isAll)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_cmbSupp)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox4)).BeginInit();
- this.ultraExpandableGroupBox4.SuspendLayout();
- this.ultraExpandableGroupBoxPanel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- this.ultraGroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chk_IsMultiChat)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
- this.ultraGroupBox5.SuspendLayout();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox3)).BeginInit();
- this.ultraExpandableGroupBox3.SuspendLayout();
- this.ultraExpandableGroupBoxPanel3.SuspendLayout();
- this.SuspendLayout();
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1,
- this.dataTable5});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn3,
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn95,
- this.dataColumn96,
- this.dataColumn97,
- this.dataColumn98,
- this.dataColumn99,
- this.dataColumn100,
- this.dataColumn101,
- this.dataColumn102,
- this.dataColumn103,
- this.dataColumn104,
- this.dataColumn125});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "状态";
- this.dataColumn3.ColumnName = "STATUS";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "创建人";
- this.dataColumn1.ColumnName = "CREATENAME";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "创建时间";
- this.dataColumn2.ColumnName = "CREATETIME";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "修改人";
- this.dataColumn4.ColumnName = "UPDATENAME";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "修改时间";
- this.dataColumn5.ColumnName = "UPDATETIME";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "任务单号";
- this.dataColumn6.ColumnName = "TASKID";
- //
- // dataColumn95
- //
- this.dataColumn95.Caption = "任务名称";
- this.dataColumn95.ColumnName = "TASKNAME";
- //
- // dataColumn96
- //
- this.dataColumn96.Caption = "报价开始时间";
- this.dataColumn96.ColumnName = "OFFERTIMESTART";
- //
- // dataColumn97
- //
- this.dataColumn97.Caption = "报价结束时间";
- this.dataColumn97.ColumnName = "OFFERTIMEEND";
- //
- // dataColumn98
- //
- this.dataColumn98.Caption = "任务关闭时间";
- this.dataColumn98.ColumnName = "BIDCLOSETIME";
- //
- // dataColumn99
- //
- this.dataColumn99.Caption = "采购单号";
- this.dataColumn99.ColumnName = "MRID";
- //
- // dataColumn100
- //
- this.dataColumn100.Caption = "招标类型";
- this.dataColumn100.ColumnName = "FLOWTYPE";
- //
- // dataColumn101
- //
- this.dataColumn101.Caption = "报价类型";
- this.dataColumn101.ColumnName = "PICKMODE";
- //
- // dataColumn102
- //
- this.dataColumn102.Caption = "接收方式";
- this.dataColumn102.ColumnName = "RECEIVETYPE";
- //
- // dataColumn103
- //
- this.dataColumn103.Caption = "运输条件";
- this.dataColumn103.ColumnName = "DELIVERYCONDITION";
- //
- // dataColumn104
- //
- this.dataColumn104.Caption = "运输方式";
- this.dataColumn104.ColumnName = "DELIVERYTYPE";
- //
- // dataColumn125
- //
- this.dataColumn125.Caption = "是否取消监察";
- this.dataColumn125.ColumnName = "ISSUPERVISION";
- //
- // dataTable5
- //
- this.dataTable5.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn105,
- this.dataColumn106,
- this.dataColumn107,
- this.dataColumn108,
- this.dataColumn109,
- this.dataColumn110,
- this.dataColumn111,
- this.dataColumn112,
- this.dataColumn113,
- this.dataColumn114,
- this.dataColumn115});
- this.dataTable5.TableName = "Table2";
- //
- // dataColumn105
- //
- this.dataColumn105.Caption = "任务单号";
- this.dataColumn105.ColumnName = "TASKID";
- //
- // dataColumn106
- //
- this.dataColumn106.Caption = "角色ID";
- this.dataColumn106.ColumnName = "EVAROLEID";
- //
- // dataColumn107
- //
- this.dataColumn107.Caption = "角色名称";
- this.dataColumn107.ColumnName = "EVAROLENAME";
- //
- // dataColumn108
- //
- this.dataColumn108.Caption = "评标人ID";
- this.dataColumn108.ColumnName = "EVAUSERID";
- //
- // dataColumn109
- //
- this.dataColumn109.Caption = "评标人姓名";
- this.dataColumn109.ColumnName = "EVAUSERNAME";
- //
- // dataColumn110
- //
- this.dataColumn110.Caption = "评标人科室ID";
- this.dataColumn110.ColumnName = "EVAORGID";
- //
- // dataColumn111
- //
- this.dataColumn111.Caption = "评标人科室名称";
- this.dataColumn111.ColumnName = "EVAORGNAME";
- //
- // dataColumn112
- //
- this.dataColumn112.Caption = "备注";
- this.dataColumn112.ColumnName = "REMARK";
- //
- // dataColumn113
- //
- this.dataColumn113.Caption = "创建人";
- this.dataColumn113.ColumnName = "CREATENAME";
- //
- // dataColumn114
- //
- this.dataColumn114.Caption = "创建时间";
- this.dataColumn114.ColumnName = "CREATETIME";
- //
- // dataColumn115
- //
- this.dataColumn115.ColumnName = "ID";
- //
- // dataSet2
- //
- this.dataSet2.DataSetName = "NewDataSet";
- this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable2,
- this.dataTable3});
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn17,
- this.dataColumn19,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn15,
- this.dataColumn20,
- this.dataColumn24,
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn28,
- this.dataColumn29,
- this.dataColumn30});
- this.dataTable2.TableName = "Table2";
- //
- // dataColumn17
- //
- this.dataColumn17.AllowDBNull = false;
- this.dataColumn17.Caption = "物料编码";
- this.dataColumn17.ColumnName = "ITEMCODE";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "物料名称";
- this.dataColumn19.ColumnName = "ITEMNAME";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "采购数量";
- this.dataColumn7.ColumnName = "PICKQTY";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "库存单位";
- this.dataColumn8.ColumnName = "WEIGHTUNIT";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "任务单行号";
- this.dataColumn15.ColumnName = "TASKLINEID";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "采购计划行号";
- this.dataColumn20.ColumnName = "MRLINEID";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "属性名称";
- this.dataColumn24.ColumnName = "ITEMATTR";
- //
- // dataColumn25
- //
- this.dataColumn25.AllowDBNull = false;
- this.dataColumn25.Caption = "属性编号";
- this.dataColumn25.ColumnName = "ITEMATTRID";
- //
- // dataColumn26
- //
- this.dataColumn26.ColumnName = "ITEMUNIQUE";
- //
- // dataColumn27
- //
- this.dataColumn27.ColumnName = "ITEMUOMID";
- //
- // dataColumn28
- //
- this.dataColumn28.ColumnName = "ITEMSTANDARDSID";
- //
- // dataColumn29
- //
- this.dataColumn29.Caption = "标准编号";
- this.dataColumn29.ColumnName = "ITEMSTANDARDSCODE";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "采购单位";
- this.dataColumn30.ColumnName = "ITEMUOM";
- //
- // dataTable3
- //
- this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn16,
- this.dataColumn11,
- this.dataColumn12});
- this.dataTable3.TableName = "Table3";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "供应商代码";
- this.dataColumn9.ColumnName = "SUPPCODE";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "供应商名称";
- this.dataColumn10.ColumnName = "SUPPNAME";
- //
- // dataColumn16
- //
- this.dataColumn16.ColumnName = "ID";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "未读记录(条)";
- this.dataColumn11.ColumnName = "numNotRead";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "是否在线";
- this.dataColumn12.ColumnName = "isInLine";
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(603, 615);
- this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(603, 615);
- this.ultraExpandableGroupBox1.TabIndex = 1;
- this.ultraExpandableGroupBox1.Text = "待评审单";
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGrid1);
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpandableGroupBox2);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(22, 3);
- this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(578, 609);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataMember = "Table1";
- this.ultraGrid1.DataSource = this.dataSet1;
- appearance18.BackColor = System.Drawing.SystemColors.Window;
- appearance18.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance18;
- ultraGridColumn1.Header.VisiblePosition = 2;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn1.Width = 76;
- ultraGridColumn2.Header.VisiblePosition = 12;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 22;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Width = 71;
- ultraGridColumn3.Header.VisiblePosition = 13;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 24;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 14;
- ultraGridColumn4.Hidden = true;
- ultraGridColumn5.Header.VisiblePosition = 15;
- ultraGridColumn5.Hidden = true;
- ultraGridColumn6.Header.VisiblePosition = 0;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.Width = 88;
- ultraGridColumn7.Header.VisiblePosition = 1;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Width = 130;
- ultraGridColumn8.Header.VisiblePosition = 3;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.Header.VisiblePosition = 4;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 5;
- ultraGridColumn10.Hidden = true;
- ultraGridColumn11.Header.VisiblePosition = 11;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 6;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 7;
- ultraGridColumn13.Hidden = true;
- ultraGridColumn14.Header.VisiblePosition = 8;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.VisiblePosition = 9;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.Header.VisiblePosition = 10;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance19.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance19.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance19.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance19;
- appearance21.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance21;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
- appearance20.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance20.BackColor2 = System.Drawing.SystemColors.Control;
- appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance20.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance20;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance24.BackColor = System.Drawing.SystemColors.Window;
- appearance24.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance24;
- appearance27.BackColor = System.Drawing.SystemColors.Highlight;
- appearance27.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance27;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance29.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance29;
- appearance25.BorderColor = System.Drawing.Color.Silver;
- appearance25.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance25;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance23.BackColor = System.Drawing.SystemColors.Control;
- appearance23.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance23.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance23.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance23;
- appearance22.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance28.BackColor = System.Drawing.SystemColors.Window;
- appearance28.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance28;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance26.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance26;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 124);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(578, 485);
- this.ultraGrid1.TabIndex = 1;
- this.ultraGrid1.Text = "ultraGrid1";
- this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
- //
- // ultraExpandableGroupBox2
- //
- this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
- this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(578, 124);
- this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
- this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(578, 124);
- this.ultraExpandableGroupBox2.TabIndex = 0;
- this.ultraExpandableGroupBox2.Text = "查询条件";
- //
- // ultraExpandableGroupBoxPanel2
- //
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraPanel2);
- this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
- this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
- this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(572, 100);
- this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.txt_taskId);
- this.ultraPanel2.ClientArea.Controls.Add(this.txt_createTimeStart);
- this.ultraPanel2.ClientArea.Controls.Add(this.txt_refresh);
- this.ultraPanel2.ClientArea.Controls.Add(this.txt_createTimeEnd);
- this.ultraPanel2.ClientArea.Controls.Add(this.ck_ctime);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel4);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel2);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraLabel1);
- this.ultraPanel2.ClientArea.Controls.Add(this.ck_isAll);
- this.ultraPanel2.ClientArea.Controls.Add(this.txt_taskName);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(572, 100);
- this.ultraPanel2.TabIndex = 0;
- //
- // txt_taskId
- //
- this.txt_taskId.Location = new System.Drawing.Point(95, 5);
- this.txt_taskId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txt_taskId.Name = "txt_taskId";
- this.txt_taskId.Size = new System.Drawing.Size(133, 24);
- this.txt_taskId.TabIndex = 39;
- //
- // txt_createTimeStart
- //
- this.txt_createTimeStart.DateButtons.Add(dateButton1);
- this.txt_createTimeStart.Location = new System.Drawing.Point(112, 34);
- this.txt_createTimeStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txt_createTimeStart.Name = "txt_createTimeStart";
- this.txt_createTimeStart.NonAutoSizeHeight = 21;
- this.txt_createTimeStart.Size = new System.Drawing.Size(133, 25);
- this.txt_createTimeStart.TabIndex = 48;
- this.txt_createTimeStart.Value = new System.DateTime(2016, 7, 23, 0, 0, 0, 0);
- //
- // txt_refresh
- //
- this.txt_refresh.Location = new System.Drawing.Point(344, 62);
- this.txt_refresh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txt_refresh.Name = "txt_refresh";
- this.txt_refresh.Size = new System.Drawing.Size(100, 29);
- this.txt_refresh.TabIndex = 0;
- this.txt_refresh.Text = "刷新";
- this.txt_refresh.Click += new System.EventHandler(this.txt_refresh_Click);
- //
- // txt_createTimeEnd
- //
- this.txt_createTimeEnd.DateButtons.Add(dateButton2);
- this.txt_createTimeEnd.Location = new System.Drawing.Point(309, 34);
- this.txt_createTimeEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txt_createTimeEnd.Name = "txt_createTimeEnd";
- this.txt_createTimeEnd.NonAutoSizeHeight = 21;
- this.txt_createTimeEnd.Size = new System.Drawing.Size(133, 25);
- this.txt_createTimeEnd.TabIndex = 49;
- this.txt_createTimeEnd.Value = new System.DateTime(2016, 7, 23, 0, 0, 0, 0);
- //
- // ck_ctime
- //
- appearance1.TextHAlignAsString = "Left";
- appearance1.TextVAlignAsString = "Middle";
- this.ck_ctime.Appearance = appearance1;
- this.ck_ctime.AutoSize = true;
- this.ck_ctime.Location = new System.Drawing.Point(9, 34);
- this.ck_ctime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_ctime.Name = "ck_ctime";
- this.ck_ctime.Size = new System.Drawing.Size(112, 28);
- this.ck_ctime.TabIndex = 47;
- this.ck_ctime.Text = "创建日期";
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(267, 38);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(28, 24);
- this.ultraLabel4.TabIndex = 46;
- this.ultraLabel4.Text = "至";
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(233, 9);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel2.TabIndex = 43;
- this.ultraLabel2.Text = "任务单名";
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(20, 9);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel1.TabIndex = 42;
- this.ultraLabel1.Text = "任务单号";
- //
- // ck_isAll
- //
- this.ck_isAll.Location = new System.Drawing.Point(267, 64);
- this.ck_isAll.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_isAll.Name = "ck_isAll";
- this.ck_isAll.Size = new System.Drawing.Size(69, 28);
- this.ck_isAll.TabIndex = 41;
- this.ck_isAll.Text = "全部";
- //
- // txt_taskName
- //
- this.txt_taskName.Location = new System.Drawing.Point(309, 5);
- this.txt_taskName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txt_taskName.Name = "txt_taskName";
- this.txt_taskName.Size = new System.Drawing.Size(133, 24);
- this.txt_taskName.TabIndex = 40;
- //
- // richTextBox2
- //
- this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.richTextBox2.Location = new System.Drawing.Point(0, 0);
- this.richTextBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.richTextBox2.Name = "richTextBox2";
- this.richTextBox2.ReadOnly = true;
- this.richTextBox2.Size = new System.Drawing.Size(862, 353);
- this.richTextBox2.TabIndex = 1;
- this.richTextBox2.Text = "";
- //
- // txt_cmbSupp
- //
- this.txt_cmbSupp.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "ValueListItem0";
- valueListItem1.DisplayText = "全部";
- this.txt_cmbSupp.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1});
- this.txt_cmbSupp.Location = new System.Drawing.Point(3, 111);
- this.txt_cmbSupp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txt_cmbSupp.Name = "txt_cmbSupp";
- this.txt_cmbSupp.Size = new System.Drawing.Size(248, 24);
- this.txt_cmbSupp.TabIndex = 1;
- this.txt_cmbSupp.Text = "全部";
- this.txt_cmbSupp.ValueChanged += new System.EventHandler(this.txt_cmbSupp_ValueChanged);
- //
- // ultraExpandableGroupBox4
- //
- this.ultraExpandableGroupBox4.Controls.Add(this.ultraExpandableGroupBoxPanel4);
- this.ultraExpandableGroupBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox4.ExpandedSize = new System.Drawing.Size(886, 259);
- this.ultraExpandableGroupBox4.Location = new System.Drawing.Point(3, 353);
- this.ultraExpandableGroupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraExpandableGroupBox4.Name = "ultraExpandableGroupBox4";
- this.ultraExpandableGroupBox4.Size = new System.Drawing.Size(886, 259);
- this.ultraExpandableGroupBox4.TabIndex = 0;
- this.ultraExpandableGroupBox4.Text = "发送消息";
- //
- // ultraExpandableGroupBoxPanel4
- //
- this.ultraExpandableGroupBoxPanel4.Controls.Add(this.ultraGroupBox2);
- this.ultraExpandableGroupBoxPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel4.Location = new System.Drawing.Point(3, 21);
- this.ultraExpandableGroupBoxPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraExpandableGroupBoxPanel4.Name = "ultraExpandableGroupBoxPanel4";
- this.ultraExpandableGroupBoxPanel4.Size = new System.Drawing.Size(880, 235);
- this.ultraExpandableGroupBoxPanel4.TabIndex = 0;
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.splitContainer1);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(880, 235);
- this.ultraGroupBox2.TabIndex = 8;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(3, 0);
- this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.ultraGrid7);
- this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox3);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.textBox1);
- this.splitContainer1.Panel2.Controls.Add(this.btn_SendMessage);
- this.splitContainer1.Size = new System.Drawing.Size(874, 232);
- this.splitContainer1.SplitterDistance = 432;
- this.splitContainer1.SplitterWidth = 5;
- this.splitContainer1.TabIndex = 8;
- //
- // ultraGrid7
- //
- this.ultraGrid7.DataMember = "Table3";
- this.ultraGrid7.DataSource = this.dataSet2;
- ultraGridColumn18.Header.VisiblePosition = 0;
- ultraGridColumn18.Hidden = true;
- ultraGridColumn19.Header.VisiblePosition = 2;
- ultraGridColumn19.Width = 142;
- ultraGridColumn20.Header.VisiblePosition = 4;
- ultraGridColumn20.Hidden = true;
- ultraGridColumn21.Header.VisiblePosition = 5;
- ultraGridColumn21.Width = 106;
- ultraGridColumn22.Header.VisiblePosition = 3;
- ultraGridColumn22.Width = 83;
- ultraGridColumn23.DataType = typeof(bool);
- ultraGridColumn23.DefaultCellValue = false;
- ultraGridColumn23.Header.Caption = "";
- ultraGridColumn23.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
- ultraGridColumn23.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
- ultraGridColumn23.Header.VisiblePosition = 1;
- ultraGridColumn23.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn23.Width = 28;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23});
- this.ultraGrid7.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGrid7.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid7.Location = new System.Drawing.Point(0, 32);
- this.ultraGrid7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGrid7.Name = "ultraGrid7";
- this.ultraGrid7.Size = new System.Drawing.Size(432, 200);
- this.ultraGrid7.TabIndex = 4;
- this.ultraGrid7.Text = "ultraGrid7";
- this.ultraGrid7.AfterRowActivate += new System.EventHandler(this.ultraGrid7_AfterRowActivate);
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Controls.Add(this.chk_IsMultiChat);
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(432, 32);
- this.ultraGroupBox3.TabIndex = 5;
- //
- // chk_IsMultiChat
- //
- this.chk_IsMultiChat.AutoSize = true;
- this.chk_IsMultiChat.Location = new System.Drawing.Point(5, 8);
- this.chk_IsMultiChat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.chk_IsMultiChat.Name = "chk_IsMultiChat";
- this.chk_IsMultiChat.Size = new System.Drawing.Size(71, 28);
- this.chk_IsMultiChat.TabIndex = 0;
- this.chk_IsMultiChat.Text = "群聊";
- this.chk_IsMultiChat.CheckedChanged += new System.EventHandler(this.chk_IsMultiChat_CheckedChanged);
- //
- // textBox1
- //
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox1.Location = new System.Drawing.Point(0, 0);
- this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.textBox1.Size = new System.Drawing.Size(381, 232);
- this.textBox1.TabIndex = 5;
- //
- // btn_SendMessage
- //
- this.btn_SendMessage.Dock = System.Windows.Forms.DockStyle.Right;
- this.btn_SendMessage.Location = new System.Drawing.Point(381, 0);
- this.btn_SendMessage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btn_SendMessage.Name = "btn_SendMessage";
- this.btn_SendMessage.Size = new System.Drawing.Size(56, 232);
- this.btn_SendMessage.TabIndex = 6;
- this.btn_SendMessage.Text = "发 送";
- this.btn_SendMessage.UseVisualStyleBackColor = true;
- this.btn_SendMessage.Click += new System.EventHandler(this.btn_SendMessage_Click);
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 5000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(0, 0);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(1139, 345);
- this.richTextBox1.TabIndex = 0;
- this.richTextBox1.Text = "";
- //
- // timer2
- //
- this.timer2.Enabled = true;
- this.timer2.Interval = 5000;
- this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
- //
- // ultraGroupBox5
- //
- this.ultraGroupBox5.Controls.Add(this.ultraPanel1);
- this.ultraGroupBox5.Controls.Add(this.ultraExpandableGroupBox4);
- this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox5.Location = new System.Drawing.Point(603, 0);
- this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGroupBox5.Name = "ultraGroupBox5";
- this.ultraGroupBox5.Size = new System.Drawing.Size(892, 615);
- this.ultraGroupBox5.TabIndex = 12;
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.richTextBox2);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraExpandableGroupBox3);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel1.Location = new System.Drawing.Point(3, 0);
- this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(886, 353);
- this.ultraPanel1.TabIndex = 0;
- //
- // ultraExpandableGroupBox3
- //
- this.ultraExpandableGroupBox3.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Far;
- this.ultraExpandableGroupBox3.Controls.Add(this.ultraExpandableGroupBoxPanel3);
- this.ultraExpandableGroupBox3.Dock = System.Windows.Forms.DockStyle.Right;
- this.ultraExpandableGroupBox3.Expanded = false;
- this.ultraExpandableGroupBox3.ExpandedSize = new System.Drawing.Size(222, 353);
- this.ultraExpandableGroupBox3.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
- this.ultraExpandableGroupBox3.Location = new System.Drawing.Point(862, 0);
- this.ultraExpandableGroupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBox3.Name = "ultraExpandableGroupBox3";
- this.ultraExpandableGroupBox3.Size = new System.Drawing.Size(24, 353);
- this.ultraExpandableGroupBox3.TabIndex = 2;
- this.ultraExpandableGroupBox3.Text = "筛选";
- //
- // ultraExpandableGroupBoxPanel3
- //
- this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel3);
- this.ultraExpandableGroupBoxPanel3.Controls.Add(this.txt_cmbSupp);
- this.ultraExpandableGroupBoxPanel3.Location = new System.Drawing.Point(-13333, -12500);
- this.ultraExpandableGroupBoxPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraExpandableGroupBoxPanel3.Name = "ultraExpandableGroupBoxPanel3";
- this.ultraExpandableGroupBoxPanel3.Size = new System.Drawing.Size(267, 345);
- this.ultraExpandableGroupBoxPanel3.TabIndex = 0;
- this.ultraExpandableGroupBoxPanel3.Visible = false;
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(101, 71);
- this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(69, 24);
- this.ultraLabel3.TabIndex = 50;
- this.ultraLabel3.Text = "供应商";
- //
- // frmPopTaskChat
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1495, 615);
- this.Controls.Add(this.ultraGroupBox5);
- this.Controls.Add(this.ultraExpandableGroupBox1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "frmPopTaskChat";
- this.Text = "对话窗口";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPopTaskChat_FormClosing);
- this.Load += new System.EventHandler(this.frmPopTaskChat_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
- this.ultraExpandableGroupBox2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ClientArea.PerformLayout();
- this.ultraPanel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeStart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createTimeEnd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ck_ctime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ck_isAll)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_cmbSupp)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox4)).EndInit();
- this.ultraExpandableGroupBox4.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- this.ultraGroupBox3.ResumeLayout(false);
- this.ultraGroupBox3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chk_IsMultiChat)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
- this.ultraGroupBox5.ResumeLayout(false);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox3)).EndInit();
- this.ultraExpandableGroupBox3.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel3.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn95;
- private System.Data.DataColumn dataColumn96;
- private System.Data.DataColumn dataColumn97;
- private System.Data.DataColumn dataColumn98;
- private System.Data.DataColumn dataColumn99;
- private System.Data.DataColumn dataColumn100;
- private System.Data.DataColumn dataColumn101;
- private System.Data.DataColumn dataColumn102;
- private System.Data.DataColumn dataColumn103;
- private System.Data.DataColumn dataColumn104;
- private System.Data.DataColumn dataColumn125;
- private System.Data.DataTable dataTable5;
- private System.Data.DataColumn dataColumn105;
- private System.Data.DataColumn dataColumn106;
- private System.Data.DataColumn dataColumn107;
- private System.Data.DataColumn dataColumn108;
- private System.Data.DataColumn dataColumn109;
- private System.Data.DataColumn dataColumn110;
- private System.Data.DataColumn dataColumn111;
- private System.Data.DataColumn dataColumn112;
- private System.Data.DataColumn dataColumn113;
- private System.Data.DataColumn dataColumn114;
- private System.Data.DataColumn dataColumn115;
- private System.Data.DataSet dataSet2;
- private System.Data.DataTable dataTable2;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn20;
- private System.Data.DataColumn dataColumn24;
- private System.Data.DataColumn dataColumn25;
- private System.Data.DataColumn dataColumn26;
- private System.Data.DataColumn dataColumn27;
- private System.Data.DataColumn dataColumn28;
- private System.Data.DataColumn dataColumn29;
- private System.Data.DataColumn dataColumn30;
- private System.Data.DataTable dataTable3;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn16;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraButton txt_refresh;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeEnd;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_createTimeStart;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ck_ctime;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ck_isAll;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskName;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskId;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox4;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel4;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Button btn_SendMessage;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid7;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_IsMultiChat;
- private System.Windows.Forms.Timer timer1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_cmbSupp;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.RichTextBox richTextBox2;
- private System.Data.DataColumn dataColumn11;
- private System.Windows.Forms.Timer timer2;
- private System.Data.DataColumn dataColumn12;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox3;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel3;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private System.Windows.Forms.SplitContainer splitContainer1;
- }
- }
|