| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361 |
- namespace Pur.order
- {
- partial class PurOrderModeM
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.Appearance appearance1 = 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("ModeId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeDesc");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeVer");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrderType");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CompanyCode");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CompanyName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderClass");
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDesc");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseIndx");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseType");
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDefault");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bcmId");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bcmName");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseIndxIn");
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PurOrderModeM));
- this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.txt_orderClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ModeVer = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txt_OrderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ModeDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ModeName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ModeId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.txt_ClauseDesc = new System.Windows.Forms.RichTextBox();
- this.txt_ClauseType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ClauseIndx2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ClauseName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ClauseIndx1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_ClauseId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.行号 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_id = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn33 = new System.Data.DataColumn();
- this.dataSet2 = new System.Data.DataSet();
- this.dataTable2 = new System.Data.DataTable();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn21 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn23 = 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.dataColumn31 = new System.Data.DataColumn();
- this.dataColumn32 = new System.Data.DataColumn();
- this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
- this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.cop_orderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_CopModeName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.txt_CopModeId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraTabPageControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_orderClass)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeVer)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeDesc)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeId)).BeginInit();
- this.ultraTabPageControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_id)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- this.ultraPanel2.ClientArea.SuspendLayout();
- this.ultraPanel2.SuspendLayout();
- this.ultraPanel4.ClientArea.SuspendLayout();
- this.ultraPanel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
- this.ultraTabControl1.SuspendLayout();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeId)).BeginInit();
- this.SuspendLayout();
- //
- // ultraTabPageControl1
- //
- this.ultraTabPageControl1.Controls.Add(this.txt_orderClass);
- this.ultraTabPageControl1.Controls.Add(this.ultraLabel14);
- this.ultraTabPageControl1.Controls.Add(this.ultraLabel15);
- this.ultraTabPageControl1.Controls.Add(this.ultraLabel5);
- this.ultraTabPageControl1.Controls.Add(this.txt_ModeVer);
- this.ultraTabPageControl1.Controls.Add(this.txt_OrderType);
- this.ultraTabPageControl1.Controls.Add(this.ultraLabel8);
- this.ultraTabPageControl1.Controls.Add(this.ultraLabel7);
- this.ultraTabPageControl1.Controls.Add(this.txt_ModeDesc);
- this.ultraTabPageControl1.Controls.Add(this.ultraLabel6);
- this.ultraTabPageControl1.Controls.Add(this.txt_ModeName);
- this.ultraTabPageControl1.Controls.Add(this.ultraLabel4);
- this.ultraTabPageControl1.Controls.Add(this.txt_ModeId);
- this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraTabPageControl1.Name = "ultraTabPageControl1";
- this.ultraTabPageControl1.Size = new System.Drawing.Size(1145, 152);
- //
- // txt_orderClass
- //
- this.txt_orderClass.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
- this.txt_orderClass.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_orderClass.Location = new System.Drawing.Point(530, 7);
- this.txt_orderClass.Margin = new System.Windows.Forms.Padding(2);
- this.txt_orderClass.Name = "txt_orderClass";
- this.txt_orderClass.Size = new System.Drawing.Size(122, 21);
- this.txt_orderClass.TabIndex = 23;
- //
- // ultraLabel14
- //
- this.ultraLabel14.AutoSize = true;
- this.ultraLabel14.Location = new System.Drawing.Point(468, 9);
- this.ultraLabel14.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel14.Name = "ultraLabel14";
- this.ultraLabel14.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel14.TabIndex = 22;
- this.ultraLabel14.Text = "模板类型";
- //
- // ultraLabel15
- //
- this.ultraLabel15.AutoSize = true;
- this.ultraLabel15.Location = new System.Drawing.Point(960, 9);
- this.ultraLabel15.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel15.Name = "ultraLabel15";
- this.ultraLabel15.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel15.TabIndex = 21;
- this.ultraLabel15.Text = "例:V2.1";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(844, 9);
- this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel5.TabIndex = 20;
- this.ultraLabel5.Text = "版本号";
- //
- // txt_ModeVer
- //
- this.txt_ModeVer.Location = new System.Drawing.Point(889, 7);
- this.txt_ModeVer.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ModeVer.Name = "txt_ModeVer";
- this.txt_ModeVer.Size = new System.Drawing.Size(67, 21);
- this.txt_ModeVer.TabIndex = 19;
- //
- // txt_OrderType
- //
- this.txt_OrderType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
- this.txt_OrderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_OrderType.Location = new System.Drawing.Point(718, 7);
- this.txt_OrderType.Margin = new System.Windows.Forms.Padding(2);
- this.txt_OrderType.Name = "txt_OrderType";
- this.txt_OrderType.Size = new System.Drawing.Size(122, 21);
- this.txt_OrderType.TabIndex = 18;
- //
- // ultraLabel8
- //
- this.ultraLabel8.AutoSize = true;
- this.ultraLabel8.Location = new System.Drawing.Point(660, 9);
- this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel8.Name = "ultraLabel8";
- this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel8.TabIndex = 10;
- this.ultraLabel8.Text = "合同类别";
- //
- // ultraLabel7
- //
- this.ultraLabel7.AutoSize = true;
- this.ultraLabel7.Location = new System.Drawing.Point(20, 35);
- this.ultraLabel7.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel7.TabIndex = 9;
- this.ultraLabel7.Text = "模板描述";
- //
- // txt_ModeDesc
- //
- this.txt_ModeDesc.Location = new System.Drawing.Point(78, 32);
- this.txt_ModeDesc.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ModeDesc.Multiline = true;
- this.txt_ModeDesc.Name = "txt_ModeDesc";
- this.txt_ModeDesc.Size = new System.Drawing.Size(936, 107);
- this.txt_ModeDesc.TabIndex = 8;
- //
- // ultraLabel6
- //
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(200, 9);
- this.ultraLabel6.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel6.TabIndex = 7;
- this.ultraLabel6.Text = "模板名称";
- //
- // txt_ModeName
- //
- this.txt_ModeName.Location = new System.Drawing.Point(257, 7);
- this.txt_ModeName.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ModeName.Name = "txt_ModeName";
- this.txt_ModeName.Size = new System.Drawing.Size(207, 21);
- this.txt_ModeName.TabIndex = 6;
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(20, 9);
- this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel4.TabIndex = 3;
- this.ultraLabel4.Text = "模板编号";
- //
- // txt_ModeId
- //
- this.txt_ModeId.Location = new System.Drawing.Point(78, 7);
- this.txt_ModeId.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ModeId.Name = "txt_ModeId";
- this.txt_ModeId.ReadOnly = true;
- this.txt_ModeId.Size = new System.Drawing.Size(116, 21);
- this.txt_ModeId.TabIndex = 2;
- //
- // ultraTabPageControl2
- //
- this.ultraTabPageControl2.Controls.Add(this.txt_ClauseDesc);
- this.ultraTabPageControl2.Controls.Add(this.txt_ClauseType);
- this.ultraTabPageControl2.Controls.Add(this.ultraLabel10);
- this.ultraTabPageControl2.Controls.Add(this.txt_ClauseIndx2);
- this.ultraTabPageControl2.Controls.Add(this.ultraLabel1);
- this.ultraTabPageControl2.Controls.Add(this.ultraLabel13);
- this.ultraTabPageControl2.Controls.Add(this.txt_ClauseName);
- this.ultraTabPageControl2.Controls.Add(this.ultraLabel11);
- this.ultraTabPageControl2.Controls.Add(this.txt_ClauseIndx1);
- this.ultraTabPageControl2.Controls.Add(this.ultraLabel12);
- this.ultraTabPageControl2.Controls.Add(this.ultraLabel9);
- this.ultraTabPageControl2.Controls.Add(this.txt_ClauseId);
- this.ultraTabPageControl2.Controls.Add(this.行号);
- this.ultraTabPageControl2.Controls.Add(this.txt_id);
- this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 22);
- this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(2);
- this.ultraTabPageControl2.Name = "ultraTabPageControl2";
- this.ultraTabPageControl2.Size = new System.Drawing.Size(1145, 152);
- //
- // txt_ClauseDesc
- //
- this.txt_ClauseDesc.Location = new System.Drawing.Point(80, 31);
- this.txt_ClauseDesc.Name = "txt_ClauseDesc";
- this.txt_ClauseDesc.Size = new System.Drawing.Size(1002, 118);
- this.txt_ClauseDesc.TabIndex = 35;
- this.txt_ClauseDesc.Text = "";
- //
- // txt_ClauseType
- //
- this.txt_ClauseType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.txt_ClauseType.Location = new System.Drawing.Point(713, 4);
- this.txt_ClauseType.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ClauseType.Name = "txt_ClauseType";
- this.txt_ClauseType.ReadOnly = true;
- this.txt_ClauseType.Size = new System.Drawing.Size(142, 21);
- this.txt_ClauseType.TabIndex = 34;
- this.txt_ClauseType.ValueChanged += new System.EventHandler(this.txt_ClauseType_ValueChanged);
- //
- // ultraLabel10
- //
- this.ultraLabel10.AutoSize = true;
- this.ultraLabel10.Location = new System.Drawing.Point(653, 6);
- this.ultraLabel10.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel10.Name = "ultraLabel10";
- this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel10.TabIndex = 33;
- this.ultraLabel10.Text = "条款分类";
- //
- // txt_ClauseIndx2
- //
- this.txt_ClauseIndx2.Location = new System.Drawing.Point(1014, 4);
- this.txt_ClauseIndx2.MaskClipMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;
- this.txt_ClauseIndx2.MaskInput = "nnnnnnnnn";
- this.txt_ClauseIndx2.MaxValue = 999;
- this.txt_ClauseIndx2.MinValue = 1;
- this.txt_ClauseIndx2.Name = "txt_ClauseIndx2";
- this.txt_ClauseIndx2.Size = new System.Drawing.Size(68, 21);
- this.txt_ClauseIndx2.TabIndex = 20;
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(998, 7);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(11, 14);
- this.ultraLabel1.TabIndex = 19;
- this.ultraLabel1.Text = "-";
- //
- // ultraLabel13
- //
- this.ultraLabel13.AutoSize = true;
- this.ultraLabel13.Location = new System.Drawing.Point(435, 6);
- this.ultraLabel13.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel13.Name = "ultraLabel13";
- this.ultraLabel13.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel13.TabIndex = 17;
- this.ultraLabel13.Text = "条款名称";
- //
- // txt_ClauseName
- //
- this.txt_ClauseName.Location = new System.Drawing.Point(495, 4);
- this.txt_ClauseName.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ClauseName.Name = "txt_ClauseName";
- this.txt_ClauseName.ReadOnly = true;
- this.txt_ClauseName.Size = new System.Drawing.Size(152, 21);
- this.txt_ClauseName.TabIndex = 16;
- //
- // ultraLabel11
- //
- this.ultraLabel11.AutoSize = true;
- this.ultraLabel11.Location = new System.Drawing.Point(874, 6);
- this.ultraLabel11.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel11.Name = "ultraLabel11";
- this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel11.TabIndex = 15;
- this.ultraLabel11.Text = "打印顺序";
- //
- // txt_ClauseIndx1
- //
- appearance13.TextHAlignAsString = "Right";
- this.txt_ClauseIndx1.Appearance = appearance13;
- this.txt_ClauseIndx1.Location = new System.Drawing.Point(932, 4);
- this.txt_ClauseIndx1.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ClauseIndx1.Name = "txt_ClauseIndx1";
- this.txt_ClauseIndx1.ReadOnly = true;
- this.txt_ClauseIndx1.Size = new System.Drawing.Size(62, 21);
- this.txt_ClauseIndx1.TabIndex = 14;
- //
- // ultraLabel12
- //
- this.ultraLabel12.AutoSize = true;
- this.ultraLabel12.Location = new System.Drawing.Point(21, 74);
- this.ultraLabel12.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel12.TabIndex = 13;
- this.ultraLabel12.Text = "条款内容";
- //
- // ultraLabel9
- //
- this.ultraLabel9.AutoSize = true;
- this.ultraLabel9.Location = new System.Drawing.Point(228, 6);
- this.ultraLabel9.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel9.TabIndex = 11;
- this.ultraLabel9.Text = "系统条款";
- //
- // txt_ClauseId
- //
- editorButton1.Text = "+";
- this.txt_ClauseId.ButtonsRight.Add(editorButton1);
- this.txt_ClauseId.Location = new System.Drawing.Point(288, 4);
- this.txt_ClauseId.Margin = new System.Windows.Forms.Padding(2);
- this.txt_ClauseId.Name = "txt_ClauseId";
- this.txt_ClauseId.ReadOnly = true;
- this.txt_ClauseId.Size = new System.Drawing.Size(143, 21);
- this.txt_ClauseId.TabIndex = 10;
- this.txt_ClauseId.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_ClauseId_EditorButtonClick);
- //
- // 行号
- //
- this.行号.AutoSize = true;
- this.行号.Location = new System.Drawing.Point(20, 6);
- this.行号.Margin = new System.Windows.Forms.Padding(2);
- this.行号.Name = "行号";
- this.行号.Size = new System.Drawing.Size(54, 16);
- this.行号.TabIndex = 9;
- this.行号.Text = "模板行号";
- //
- // txt_id
- //
- this.txt_id.Location = new System.Drawing.Point(80, 4);
- this.txt_id.Margin = new System.Windows.Forms.Padding(2);
- this.txt_id.Name = "txt_id";
- this.txt_id.ReadOnly = true;
- this.txt_id.Size = new System.Drawing.Size(142, 21);
- this.txt_id.TabIndex = 8;
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn14,
- this.dataColumn33});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "模板编号";
- this.dataColumn1.ColumnName = "ModeId";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "模板名称";
- this.dataColumn2.ColumnName = "ModeName";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "模板描叙";
- this.dataColumn3.ColumnName = "ModeDesc";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "版本号";
- this.dataColumn4.ColumnName = "ModeVer";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "适用合同类别";
- this.dataColumn5.ColumnName = "OrderType";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "公司代码";
- this.dataColumn6.ColumnName = "CompanyCode";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "公司中文名称";
- this.dataColumn7.ColumnName = "CompanyName";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "数据状态";
- this.dataColumn8.ColumnName = "Validflag";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "创建人";
- this.dataColumn9.ColumnName = "CreateName";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "创建时间";
- this.dataColumn10.ColumnName = "CreateTime";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "修改人";
- this.dataColumn11.ColumnName = "UpdateName";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "修改时间";
- this.dataColumn12.ColumnName = "UpdateTime";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "废除人";
- this.dataColumn13.ColumnName = "DeleteName";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "废除时间";
- this.dataColumn14.ColumnName = "DeleteTime";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "模板分类";
- this.dataColumn33.ColumnName = "orderClass";
- //
- // dataSet2
- //
- this.dataSet2.DataSetName = "NewDataSet";
- this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable2});
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23,
- this.dataColumn24,
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn28,
- this.dataColumn29,
- this.dataColumn30,
- this.dataColumn31,
- this.dataColumn32});
- this.dataTable2.TableName = "Table1";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "模板编号";
- this.dataColumn15.ColumnName = "ModeId";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "模板名称";
- this.dataColumn16.ColumnName = "ModeName";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "条款代码标识";
- this.dataColumn17.ColumnName = "ClauseId";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "条款名称";
- this.dataColumn18.ColumnName = "ClauseName";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "条款内容";
- this.dataColumn19.ColumnName = "ClauseDesc";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "打印顺序1";
- this.dataColumn20.ColumnName = "ClauseIndx";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "条款分类";
- this.dataColumn21.ColumnName = "ClauseType";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "是否必选";
- this.dataColumn22.ColumnName = "ClauseDefault";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "创建人";
- this.dataColumn23.ColumnName = "CreateName";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "创建时间";
- this.dataColumn24.ColumnName = "CreateTime";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "修改人";
- this.dataColumn25.ColumnName = "UpdateName";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "修改时间";
- this.dataColumn26.ColumnName = "UpdateTime";
- //
- // dataColumn27
- //
- this.dataColumn27.Caption = "废除人";
- this.dataColumn27.ColumnName = "DeleteName";
- //
- // dataColumn28
- //
- this.dataColumn28.Caption = "废除时间";
- this.dataColumn28.ColumnName = "DeleteTime";
- //
- // dataColumn29
- //
- this.dataColumn29.Caption = "合同模板行号";
- this.dataColumn29.ColumnName = "ID";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "结算条款号";
- this.dataColumn30.ColumnName = "bcmId";
- //
- // dataColumn31
- //
- this.dataColumn31.Caption = "结算条款名";
- this.dataColumn31.ColumnName = "bcmName";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "打印顺序2";
- this.dataColumn32.ColumnName = "ClauseIndxIn";
- //
- // ultraPanel2
- //
- //
- // ultraPanel2.ClientArea
- //
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
- this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
- this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel2.Location = new System.Drawing.Point(0, 32);
- this.ultraPanel2.Margin = new System.Windows.Forms.Padding(2);
- this.ultraPanel2.Name = "ultraPanel2";
- this.ultraPanel2.Size = new System.Drawing.Size(1153, 442);
- this.ultraPanel2.TabIndex = 1;
- //
- // ultraPanel4
- //
- //
- // ultraPanel4.ClientArea
- //
- this.ultraPanel4.ClientArea.Controls.Add(this.splitContainer1);
- this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel4.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel4.Margin = new System.Windows.Forms.Padding(2);
- this.ultraPanel4.Name = "ultraPanel4";
- this.ultraPanel4.Size = new System.Drawing.Size(1153, 240);
- this.ultraPanel4.TabIndex = 1;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
- this.splitContainer1.Size = new System.Drawing.Size(1153, 240);
- this.splitContainer1.SplitterDistance = 117;
- this.splitContainer1.TabIndex = 1;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1153, 117);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.Text = "合同模板头";
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.dataSet1;
- appearance1.BackColor = System.Drawing.SystemColors.Window;
- appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(330, 0);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.Hidden = true;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 16;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 18;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.Hidden = true;
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn14.Hidden = true;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15});
- 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;
- appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance2.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
- appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
- appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance4.BackColor2 = System.Drawing.SystemColors.Control;
- appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance5.BackColor = System.Drawing.SystemColors.Window;
- appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
- appearance6.BackColor = System.Drawing.SystemColors.Highlight;
- appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance7.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
- appearance8.BorderColor = System.Drawing.Color.Silver;
- appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance9.BackColor = System.Drawing.SystemColors.Control;
- appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance9.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
- appearance10.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance11.BackColor = System.Drawing.SystemColors.Window;
- appearance11.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
- 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.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(3, 23);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1147, 91);
- this.ultraGrid1.TabIndex = 0;
- this.ultraGrid1.Text = "ultraGrid1";
- this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
- this.ultraGrid1.Click += new System.EventHandler(this.ultraGrid1_Click);
- //
- // ultraGroupBox2
- //
- this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
- this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(2);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(1153, 119);
- this.ultraGroupBox2.TabIndex = 0;
- this.ultraGroupBox2.Text = "合同模板条款";
- //
- // ultraGrid2
- //
- this.ultraGrid2.DataSource = this.dataSet2;
- appearance39.BackColor = System.Drawing.SystemColors.Window;
- appearance39.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid2.DisplayLayout.Appearance = appearance39;
- ultraGridColumn16.Header.VisiblePosition = 0;
- ultraGridColumn16.Hidden = true;
- ultraGridColumn17.Header.VisiblePosition = 1;
- ultraGridColumn17.Hidden = true;
- ultraGridColumn18.Header.VisiblePosition = 10;
- ultraGridColumn19.Header.VisiblePosition = 4;
- ultraGridColumn19.Width = 168;
- ultraGridColumn20.Header.VisiblePosition = 5;
- ultraGridColumn20.Width = 348;
- ultraGridColumn21.Header.VisiblePosition = 8;
- ultraGridColumn21.Width = 71;
- appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- ultraGridColumn22.CellAppearance = appearance14;
- ultraGridColumn22.Header.VisiblePosition = 2;
- ultraGridColumn22.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
- ultraGridColumn22.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
- ultraGridColumn22.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
- ultraGridColumn22.Width = 248;
- ultraGridColumn23.Header.VisiblePosition = 11;
- ultraGridColumn23.Hidden = true;
- ultraGridColumn23.Width = 62;
- ultraGridColumn24.Header.VisiblePosition = 12;
- ultraGridColumn25.Header.VisiblePosition = 13;
- ultraGridColumn26.Header.VisiblePosition = 14;
- ultraGridColumn27.Header.VisiblePosition = 15;
- ultraGridColumn28.Header.VisiblePosition = 16;
- ultraGridColumn28.Hidden = true;
- ultraGridColumn29.Header.VisiblePosition = 17;
- ultraGridColumn29.Hidden = true;
- ultraGridColumn30.Header.VisiblePosition = 3;
- ultraGridColumn31.Header.VisiblePosition = 6;
- ultraGridColumn32.Header.VisiblePosition = 7;
- ultraGridColumn33.Header.VisiblePosition = 9;
- ultraGridColumn33.Width = 69;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33});
- this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance40.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance40.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance40.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance40;
- appearance41.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance41;
- this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
- appearance42.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance42.BackColor2 = System.Drawing.SystemColors.Control;
- appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance42.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance42;
- this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
- appearance43.BackColor = System.Drawing.SystemColors.Window;
- appearance43.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance43;
- appearance44.BackColor = System.Drawing.SystemColors.Highlight;
- appearance44.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance44;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance45.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance45;
- appearance46.BorderColor = System.Drawing.Color.Silver;
- appearance46.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance46;
- this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
- appearance47.BackColor = System.Drawing.SystemColors.Control;
- appearance47.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance47.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance47.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance47;
- appearance48.TextHAlignAsString = "Left";
- this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance48;
- this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance49.BackColor = System.Drawing.SystemColors.Window;
- appearance49.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance49;
- this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance50.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance50;
- this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid2.Location = new System.Drawing.Point(3, 23);
- this.ultraGrid2.Margin = new System.Windows.Forms.Padding(2);
- this.ultraGrid2.Name = "ultraGrid2";
- this.ultraGrid2.Size = new System.Drawing.Size(1147, 93);
- this.ultraGrid2.TabIndex = 0;
- this.ultraGrid2.Text = "ultraGrid2";
- this.ultraGrid2.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid2_ClickCell);
- this.ultraGrid2.Click += new System.EventHandler(this.ultraGrid2_Click);
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1153, 202);
- this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 240);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1153, 202);
- this.ultraExpandableGroupBox1.TabIndex = 0;
- this.ultraExpandableGroupBox1.Text = "编辑区域";
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTabControl1);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 24);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1147, 175);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraTabControl1
- //
- this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
- this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
- this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraTabControl1.Name = "ultraTabControl1";
- this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ultraTabControl1.Size = new System.Drawing.Size(1147, 175);
- this.ultraTabControl1.TabIndex = 0;
- ultraTab1.TabPage = this.ultraTabPageControl1;
- ultraTab1.Text = "头信息";
- ultraTab2.TabPage = this.ultraTabPageControl2;
- ultraTab2.Text = "行信息";
- this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab1,
- ultraTab2});
- this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1145, 152);
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.cop_orderType);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel16);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_CopModeName);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
- this.ultraPanel1.ClientArea.Controls.Add(this.txt_CopModeId);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Margin = new System.Windows.Forms.Padding(2);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1153, 32);
- this.ultraPanel1.TabIndex = 0;
- //
- // cop_orderType
- //
- this.cop_orderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cop_orderType.Location = new System.Drawing.Point(484, 6);
- this.cop_orderType.Margin = new System.Windows.Forms.Padding(2);
- this.cop_orderType.Name = "cop_orderType";
- this.cop_orderType.Size = new System.Drawing.Size(142, 21);
- this.cop_orderType.TabIndex = 40;
- //
- // ultraLabel16
- //
- this.ultraLabel16.AutoSize = true;
- this.ultraLabel16.Location = new System.Drawing.Point(400, 8);
- this.ultraLabel16.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel16.Name = "ultraLabel16";
- this.ultraLabel16.Size = new System.Drawing.Size(79, 16);
- this.ultraLabel16.TabIndex = 39;
- this.ultraLabel16.Text = "适用合同类别";
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(204, 8);
- this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel3.TabIndex = 5;
- this.ultraLabel3.Text = "模板名称";
- //
- // txt_CopModeName
- //
- this.txt_CopModeName.Location = new System.Drawing.Point(262, 5);
- this.txt_CopModeName.Margin = new System.Windows.Forms.Padding(2);
- this.txt_CopModeName.Name = "txt_CopModeName";
- this.txt_CopModeName.Size = new System.Drawing.Size(98, 21);
- this.txt_CopModeName.TabIndex = 4;
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(24, 8);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel2.TabIndex = 3;
- this.ultraLabel2.Text = "模板编号";
- //
- // txt_CopModeId
- //
- this.txt_CopModeId.Location = new System.Drawing.Point(82, 5);
- this.txt_CopModeId.Margin = new System.Windows.Forms.Padding(2);
- this.txt_CopModeId.Name = "txt_CopModeId";
- this.txt_CopModeId.Size = new System.Drawing.Size(98, 21);
- this.txt_CopModeId.TabIndex = 2;
- //
- // PurOrderModeM
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1153, 474);
- this.Controls.Add(this.ultraPanel2);
- this.Controls.Add(this.ultraPanel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "PurOrderModeM";
- this.Text = "PurOrderModeM";
- this.Load += new System.EventHandler(this.PurOrderModeM_Load);
- this.ultraTabPageControl1.ResumeLayout(false);
- this.ultraTabPageControl1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_orderClass)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeVer)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeDesc)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ModeId)).EndInit();
- this.ultraTabPageControl2.ResumeLayout(false);
- this.ultraTabPageControl2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_id)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- this.ultraPanel2.ClientArea.ResumeLayout(false);
- this.ultraPanel2.ResumeLayout(false);
- this.ultraPanel4.ClientArea.ResumeLayout(false);
- this.ultraPanel4.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
- this.ultraTabControl1.ResumeLayout(false);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeId)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel2;
- private Infragistics.Win.Misc.UltraPanel ultraPanel4;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel8;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeDesc;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeId;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopModeName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopModeId;
- private System.Data.DataSet dataSet1;
- private System.Data.DataSet dataSet2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel13;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseName;
- private Infragistics.Win.Misc.UltraLabel ultraLabel11;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseIndx1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseId;
- private Infragistics.Win.Misc.UltraLabel 行号;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_id;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataTable dataTable2;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn20;
- private System.Data.DataColumn dataColumn21;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn23;
- 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 Infragistics.Win.UltraWinEditors.UltraComboEditor txt_OrderType;
- private System.Data.DataColumn dataColumn29;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeVer;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_ClauseIndx2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ClauseType;
- private Infragistics.Win.Misc.UltraLabel ultraLabel10;
- private System.Data.DataColumn dataColumn30;
- private System.Data.DataColumn dataColumn31;
- private System.Data.DataColumn dataColumn32;
- private Infragistics.Win.Misc.UltraLabel ultraLabel15;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cop_orderType;
- private Infragistics.Win.Misc.UltraLabel ultraLabel16;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_orderClass;
- private Infragistics.Win.Misc.UltraLabel ultraLabel14;
- private System.Data.DataColumn dataColumn33;
- private System.Windows.Forms.RichTextBox txt_ClauseDesc;
- }
- }
|