Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.Label3 = new System.Windows.Forms.Label();
     this.Label2 = new System.Windows.Forms.Label();
     this.Label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.OleDbUpdateCommand1 = new System.Data.OleDb.OleDbCommand();
     this.OleDbConnection1    = new System.Data.OleDb.OleDbConnection();
     this.OleDbInsertCommand1 = new System.Data.OleDb.OleDbCommand();
     this.OleDbDataAdapter1   = new System.Data.OleDb.OleDbDataAdapter();
     this.OleDbDeleteCommand1 = new System.Data.OleDb.OleDbCommand();
     this.OleDbSelectCommand1 = new System.Data.OleDb.OleDbCommand();
     this.OleDbDataAdapter2   = new System.Data.OleDb.OleDbDataAdapter();
     this.OleDbInsertCommand2 = new System.Data.OleDb.OleDbCommand();
     this.OleDbSelectCommand2 = new System.Data.OleDb.OleDbCommand();
     this.DsTutor131          = new Tutor13.DataSet1();
     this.C1TrueDBGrid1       = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.C1TrueDBGrid2       = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     ((System.ComponentModel.ISupportInitialize)(this.DsTutor131)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.C1TrueDBGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.C1TrueDBGrid2)).BeginInit();
     this.SuspendLayout();
     //
     // Label3
     //
     this.Label3.Location  = new System.Drawing.Point(-82, -39);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(456, 25);
     this.Label3.TabIndex  = 9;
     this.Label3.Text      = "Drag a row from the top grid and drop it on the bottom grid";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Label2
     //
     this.Label2.Location = new System.Drawing.Point(-82, 169);
     this.Label2.Name     = "Label2";
     this.Label2.TabIndex = 8;
     this.Label2.Text     = "To here:";
     //
     // Label1
     //
     this.Label1.Location = new System.Drawing.Point(-82, -7);
     this.Label1.Name     = "Label1";
     this.Label1.TabIndex = 7;
     this.Label1.Text     = "Drag from here:";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(16, 8);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(456, 23);
     this.label5.TabIndex  = 15;
     this.label5.Text      = "Drag a row from the top grid and drop it on the bottom grid";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 216);
     this.label6.Name     = "label6";
     this.label6.TabIndex = 14;
     this.label6.Text     = "To here:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 40);
     this.label7.Name     = "label7";
     this.label7.TabIndex = 13;
     this.label7.Text     = "Drag from here:";
     //
     // OleDbUpdateCommand1
     //
     this.OleDbUpdateCommand1.CommandText = @"UPDATE Customer SET Company = ?, Contacted = ?, CustType = ?, FirstName = ?, LastName = ?, Phone = ?, UserCode = ? WHERE (UserCode = ?) AND (Company = ? OR ? IS NULL AND Company IS NULL) AND (Contacted = ? OR ? IS NULL AND Contacted IS NULL) AND (CustType = ? OR ? IS NULL AND CustType IS NULL) AND (FirstName = ? OR ? IS NULL AND FirstName IS NULL) AND (LastName = ? OR ? IS NULL AND LastName IS NULL) AND (Phone = ? OR ? IS NULL AND Phone IS NULL)";
     this.OleDbUpdateCommand1.Connection  = this.OleDbConnection1;
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Company", System.Data.OleDb.OleDbType.VarWChar, 30, "Company"));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Contacted", System.Data.OleDb.OleDbType.DBDate, 0, "Contacted"));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("CustType", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(5)), ((System.Byte)(0)), "CustType", System.Data.DataRowVersion.Current, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("FirstName", System.Data.OleDb.OleDbType.VarWChar, 10, "FirstName"));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("LastName", System.Data.OleDb.OleDbType.VarWChar, 15, "LastName"));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Phone", System.Data.OleDb.OleDbType.Double, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(15)), ((System.Byte)(0)), "Phone", System.Data.DataRowVersion.Current, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("UserCode", System.Data.OleDb.OleDbType.VarWChar, 4, "UserCode"));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_UserCode", System.Data.OleDb.OleDbType.VarWChar, 4, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "UserCode", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Company", System.Data.OleDb.OleDbType.VarWChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Company", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Company1", System.Data.OleDb.OleDbType.VarWChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Company", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Contacted", System.Data.OleDb.OleDbType.DBDate, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Contacted", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Contacted1", System.Data.OleDb.OleDbType.DBDate, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Contacted", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_CustType", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(5)), ((System.Byte)(0)), "CustType", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_CustType1", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(5)), ((System.Byte)(0)), "CustType", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_FirstName", System.Data.OleDb.OleDbType.VarWChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "FirstName", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_FirstName1", System.Data.OleDb.OleDbType.VarWChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "FirstName", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_LastName", System.Data.OleDb.OleDbType.VarWChar, 15, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "LastName", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_LastName1", System.Data.OleDb.OleDbType.VarWChar, 15, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "LastName", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Phone", System.Data.OleDb.OleDbType.Double, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(15)), ((System.Byte)(0)), "Phone", System.Data.DataRowVersion.Original, null));
     this.OleDbUpdateCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Phone1", System.Data.OleDb.OleDbType.Double, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(15)), ((System.Byte)(0)), "Phone", System.Data.DataRowVersion.Original, null));
     //
     // OleDbConnection1
     //
     this.OleDbConnection1.ConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Password="""";User ID=Admin;Data Source=C:\Program Files\ComponentOne Studio.NET 2.0\Common\TDBGDemo.mdb;Mode=Share Deny None;Extended Properties="""";Jet OLEDB:System database="""";Jet OLEDB:Registry Path="""";Jet OLEDB:Database Password="""";Jet OLEDB:Engine Type=4;Jet OLEDB:Database Locking Mode=0;Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="""";Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=False";
     //
     // OleDbInsertCommand1
     //
     this.OleDbInsertCommand1.CommandText = "INSERT INTO Customer(Company, Contacted, CustType, FirstName, LastName, Phone, U" +
                                            "serCode) VALUES (?, ?, ?, ?, ?, ?, ?)";
     this.OleDbInsertCommand1.Connection = this.OleDbConnection1;
     this.OleDbInsertCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Company", System.Data.OleDb.OleDbType.VarWChar, 30, "Company"));
     this.OleDbInsertCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Contacted", System.Data.OleDb.OleDbType.DBDate, 0, "Contacted"));
     this.OleDbInsertCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("CustType", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(5)), ((System.Byte)(0)), "CustType", System.Data.DataRowVersion.Current, null));
     this.OleDbInsertCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("FirstName", System.Data.OleDb.OleDbType.VarWChar, 10, "FirstName"));
     this.OleDbInsertCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("LastName", System.Data.OleDb.OleDbType.VarWChar, 15, "LastName"));
     this.OleDbInsertCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Phone", System.Data.OleDb.OleDbType.Double, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(15)), ((System.Byte)(0)), "Phone", System.Data.DataRowVersion.Current, null));
     this.OleDbInsertCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("UserCode", System.Data.OleDb.OleDbType.VarWChar, 4, "UserCode"));
     //
     // OleDbDataAdapter1
     //
     this.OleDbDataAdapter1.DeleteCommand = this.OleDbDeleteCommand1;
     this.OleDbDataAdapter1.InsertCommand = this.OleDbInsertCommand1;
     this.OleDbDataAdapter1.SelectCommand = this.OleDbSelectCommand1;
     this.OleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "Customer", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("UserCode", "UserCode"),
             new System.Data.Common.DataColumnMapping("LastName", "LastName"),
             new System.Data.Common.DataColumnMapping("FirstName", "FirstName"),
             new System.Data.Common.DataColumnMapping("Company", "Company"),
             new System.Data.Common.DataColumnMapping("Contacted", "Contacted"),
             new System.Data.Common.DataColumnMapping("Phone", "Phone"),
             new System.Data.Common.DataColumnMapping("CustType", "CustType")
         })
     });
     this.OleDbDataAdapter1.UpdateCommand = this.OleDbUpdateCommand1;
     //
     // OleDbDeleteCommand1
     //
     this.OleDbDeleteCommand1.CommandText = @"DELETE FROM Customer WHERE (UserCode = ?) AND (Company = ? OR ? IS NULL AND Company IS NULL) AND (Contacted = ? OR ? IS NULL AND Contacted IS NULL) AND (CustType = ? OR ? IS NULL AND CustType IS NULL) AND (FirstName = ? OR ? IS NULL AND FirstName IS NULL) AND (LastName = ? OR ? IS NULL AND LastName IS NULL) AND (Phone = ? OR ? IS NULL AND Phone IS NULL)";
     this.OleDbDeleteCommand1.Connection  = this.OleDbConnection1;
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_UserCode", System.Data.OleDb.OleDbType.VarWChar, 4, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "UserCode", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Company", System.Data.OleDb.OleDbType.VarWChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Company", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Company1", System.Data.OleDb.OleDbType.VarWChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Company", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Contacted", System.Data.OleDb.OleDbType.DBDate, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Contacted", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Contacted1", System.Data.OleDb.OleDbType.DBDate, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "Contacted", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_CustType", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(5)), ((System.Byte)(0)), "CustType", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_CustType1", System.Data.OleDb.OleDbType.SmallInt, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(5)), ((System.Byte)(0)), "CustType", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_FirstName", System.Data.OleDb.OleDbType.VarWChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "FirstName", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_FirstName1", System.Data.OleDb.OleDbType.VarWChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "FirstName", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_LastName", System.Data.OleDb.OleDbType.VarWChar, 15, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "LastName", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_LastName1", System.Data.OleDb.OleDbType.VarWChar, 15, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "LastName", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Phone", System.Data.OleDb.OleDbType.Double, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(15)), ((System.Byte)(0)), "Phone", System.Data.DataRowVersion.Original, null));
     this.OleDbDeleteCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("Original_Phone1", System.Data.OleDb.OleDbType.Double, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(15)), ((System.Byte)(0)), "Phone", System.Data.DataRowVersion.Original, null));
     //
     // OleDbSelectCommand1
     //
     this.OleDbSelectCommand1.CommandText = "SELECT Company, Contacted, CustType, FirstName, LastName, Phone, UserCode FROM Cu" +
                                            "stomer";
     this.OleDbSelectCommand1.Connection = this.OleDbConnection1;
     //
     // OleDbDataAdapter2
     //
     this.OleDbDataAdapter2.InsertCommand = this.OleDbInsertCommand2;
     this.OleDbDataAdapter2.SelectCommand = this.OleDbSelectCommand2;
     this.OleDbDataAdapter2.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
         new System.Data.Common.DataTableMapping("Table", "CallList", new System.Data.Common.DataColumnMapping[] {
             new System.Data.Common.DataColumnMapping("Customer", "Customer"),
             new System.Data.Common.DataColumnMapping("Phone", "Phone"),
             new System.Data.Common.DataColumnMapping("CallDate", "CallDate")
         })
     });
     //
     // OleDbInsertCommand2
     //
     this.OleDbInsertCommand2.CommandText = "INSERT INTO CallList(CallDate, Customer, Phone) VALUES (?, ?, ?)";
     this.OleDbInsertCommand2.Connection  = this.OleDbConnection1;
     this.OleDbInsertCommand2.Parameters.Add(new System.Data.OleDb.OleDbParameter("CallDate", System.Data.OleDb.OleDbType.DBDate, 0, "CallDate"));
     this.OleDbInsertCommand2.Parameters.Add(new System.Data.OleDb.OleDbParameter("Customer", System.Data.OleDb.OleDbType.VarWChar, 55, "Customer"));
     this.OleDbInsertCommand2.Parameters.Add(new System.Data.OleDb.OleDbParameter("Phone", System.Data.OleDb.OleDbType.Double, 0, System.Data.ParameterDirection.Input, false, ((System.Byte)(15)), ((System.Byte)(0)), "Phone", System.Data.DataRowVersion.Current, null));
     //
     // OleDbSelectCommand2
     //
     this.OleDbSelectCommand2.CommandText = "SELECT CallDate, Customer, Phone FROM CallList";
     this.OleDbSelectCommand2.Connection  = this.OleDbConnection1;
     //
     // DsTutor131
     //
     this.DsTutor131.DataSetName = "DataSet1";
     this.DsTutor131.Locale      = new System.Globalization.CultureInfo("en-US");
     this.DsTutor131.Namespace   = "http://www.tempuri.org/DataSet1.xsd";
     //
     // C1TrueDBGrid1
     //
     this.C1TrueDBGrid1.AllowDrag         = true;
     this.C1TrueDBGrid1.Caption           = "C1TrueDBGrid.Net";
     this.C1TrueDBGrid1.CaptionHeight     = 17;
     this.C1TrueDBGrid1.DataMember        = "Customer";
     this.C1TrueDBGrid1.DataSource        = this.DsTutor131;
     this.C1TrueDBGrid1.ExtendRightColumn = true;
     this.C1TrueDBGrid1.GroupByCaption    = "Drag a column header here to group by that column";
     this.C1TrueDBGrid1.Images.Add(((System.Drawing.Bitmap)(resources.GetObject("resource.Images"))));
     this.C1TrueDBGrid1.Location               = new System.Drawing.Point(16, 64);
     this.C1TrueDBGrid1.MarqueeStyle           = C1.Win.C1TrueDBGrid.MarqueeEnum.SolidCellBorder;
     this.C1TrueDBGrid1.MultiSelect            = C1.Win.C1TrueDBGrid.MultiSelectEnum.Simple;
     this.C1TrueDBGrid1.Name                   = "C1TrueDBGrid1";
     this.C1TrueDBGrid1.PreviewInfo.Location   = new System.Drawing.Point(0, 0);
     this.C1TrueDBGrid1.PreviewInfo.Size       = new System.Drawing.Size(0, 0);
     this.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75;
     this.C1TrueDBGrid1.RecordSelectorWidth    = 17;
     this.C1TrueDBGrid1.RowDivider.Color       = System.Drawing.Color.DarkGray;
     this.C1TrueDBGrid1.RowDivider.Style       = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.C1TrueDBGrid1.RowHeight              = 15;
     this.C1TrueDBGrid1.RowSubDividerColor     = System.Drawing.Color.DarkGray;
     this.C1TrueDBGrid1.Size                   = new System.Drawing.Size(456, 144);
     this.C1TrueDBGrid1.TabIndex               = 17;
     this.C1TrueDBGrid1.Text                   = "C1TrueDBGrid1";
     this.C1TrueDBGrid1.MouseMove             += new System.Windows.Forms.MouseEventHandler(this.C1TrueDBGrid1_MouseMove);
     this.C1TrueDBGrid1.MouseDown             += new System.Windows.Forms.MouseEventHandler(this.C1TrueDBGrid1_MouseDown);
     this.C1TrueDBGrid1.PropBag                = "<?xml version=\"1.0\"?><Blob><DataCols><C1DataColumn Level=\"0\" Caption=\"FirstName\" " +
                                                 "DataField=\"FirstName\"><ValueItems /><GroupInfo /></C1DataColumn><C1DataColumn Le" +
                                                 "vel=\"0\" Caption=\"LastName\" DataField=\"LastName\"><ValueItems /><GroupInfo /></C1D" +
                                                 "ataColumn><C1DataColumn Level=\"0\" Caption=\"Company\" DataField=\"Company\"><ValueIt" +
                                                 "ems /><GroupInfo /></C1DataColumn><C1DataColumn Level=\"0\" Caption=\"Phone\" DataFi" +
                                                 "eld=\"Phone\" NumberFormat=\"(###)###-####\"><ValueItems /><GroupInfo /></C1DataColu" +
                                                 "mn></DataCols><Styles type=\"C1.Win.C1TrueDBGrid.Design.ContextWrapper\"><Data>Sty" +
                                                 "le50{}Style51{}Caption{AlignHorz:Center;}Style27{AlignHorz:Near;}Normal{}Style25" +
                                                 "{}Style24{}Editor{}Style48{}Style18{AlignHorz:Far;}Style19{AlignHorz:Far;}Style1" +
                                                 "4{AlignHorz:Near;}Style15{AlignHorz:Near;}Style16{}Style17{}Style10{AlignHorz:Ne" +
                                                 "ar;}Style11{}OddRow{}Style13{}Style43{}Style44{}Style45{}Style46{}Style47{}Style" +
                                                 "12{}Style29{}Style28{}HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}" +
                                                 "Style26{AlignHorz:Near;}RecordSelector{AlignImage:Center;}Footer{}Style23{AlignH" +
                                                 "orz:Far;}Style22{AlignHorz:Far;}Style21{}Style20{}Group{BackColor:ControlDark;Bo" +
                                                 "rder:None,,0, 0, 0, 0;AlignVert:Center;}Inactive{ForeColor:InactiveCaptionText;B" +
                                                 "ackColor:InactiveCaption;}EvenRow{BackColor:Aqua;}Heading{Wrap:True;AlignVert:Ce" +
                                                 "nter;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:Control;}Style49{" +
                                                 "}Style3{}Style7{}Style6{}Style1{}Style5{}Style41{}Style40{}Style8{}FilterBar{}St" +
                                                 "yle42{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style4{}Style9{}Sty" +
                                                 "le38{AlignHorz:Near;}Style39{AlignHorz:Near;}Style36{}Style37{}Style34{AlignHorz" +
                                                 ":Far;}Style35{AlignHorz:Far;}Style32{}Style33{}Style30{AlignHorz:Near;}Style31{A" +
                                                 "lignHorz:Near;}Style2{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Na" +
                                                 "me=\"\" CaptionHeight=\"17\" ColumnCaptionHeight=\"17\" ColumnFooterHeight=\"17\" Extend" +
                                                 "RightColumn=\"True\" MarqueeStyle=\"SolidCellBorder\" RecordSelectorWidth=\"17\" DefRe" +
                                                 "cSelWidth=\"17\" VerticalScrollGroup=\"1\" HorizontalScrollGroup=\"1\"><ClientRect>0, " +
                                                 "17, 452, 123</ClientRect><BorderSide>0</BorderSide><CaptionStyle parent=\"Style2\"" +
                                                 " me=\"Style10\" /><EditorStyle parent=\"Editor\" me=\"Style5\" /><EvenRowStyle parent=" +
                                                 "\"EvenRow\" me=\"Style8\" /><FilterBarStyle parent=\"FilterBar\" me=\"Style13\" /><Foote" +
                                                 "rStyle parent=\"Footer\" me=\"Style3\" /><GroupStyle parent=\"Group\" me=\"Style12\" /><" +
                                                 "HeadingStyle parent=\"Heading\" me=\"Style2\" /><HighLightRowStyle parent=\"Highlight" +
                                                 "Row\" me=\"Style7\" /><InactiveStyle parent=\"Inactive\" me=\"Style4\" /><OddRowStyle p" +
                                                 "arent=\"OddRow\" me=\"Style9\" /><RecordSelectorStyle parent=\"RecordSelector\" me=\"St" +
                                                 "yle11\" /><SelectedStyle parent=\"Selected\" me=\"Style6\" /><Style parent=\"Normal\" m" +
                                                 "e=\"Style1\" /><internalCols><C1DisplayColumn><HeadingStyle parent=\"Style2\" me=\"St" +
                                                 "yle30\" /><Style parent=\"Style1\" me=\"Style31\" /><FooterStyle parent=\"Style3\" me=\"" +
                                                 "Style32\" /><EditorStyle parent=\"Style5\" me=\"Style33\" /><GroupHeaderStyle parent=" +
                                                 "\"Style1\" me=\"Style45\" /><GroupFooterStyle parent=\"Style1\" me=\"Style44\" /><Visibl" +
                                                 "e>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><Height>15</Height" +
                                                 "><DCIdx>1</DCIdx></C1DisplayColumn><C1DisplayColumn><HeadingStyle parent=\"Style2" +
                                                 "\" me=\"Style26\" /><Style parent=\"Style1\" me=\"Style27\" /><FooterStyle parent=\"Styl" +
                                                 "e3\" me=\"Style28\" /><EditorStyle parent=\"Style5\" me=\"Style29\" /><GroupHeaderStyle" +
                                                 " parent=\"Style1\" me=\"Style47\" /><GroupFooterStyle parent=\"Style1\" me=\"Style46\" /" +
                                                 "><Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><Height>15" +
                                                 "</Height><DCIdx>0</DCIdx></C1DisplayColumn><C1DisplayColumn><HeadingStyle parent" +
                                                 "=\"Style2\" me=\"Style14\" /><Style parent=\"Style1\" me=\"Style15\" /><FooterStyle pare" +
                                                 "nt=\"Style3\" me=\"Style16\" /><EditorStyle parent=\"Style5\" me=\"Style17\" /><GroupHea" +
                                                 "derStyle parent=\"Style1\" me=\"Style49\" /><GroupFooterStyle parent=\"Style1\" me=\"St" +
                                                 "yle48\" /><Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><H" +
                                                 "eight>15</Height><DCIdx>2</DCIdx></C1DisplayColumn><C1DisplayColumn><HeadingStyl" +
                                                 "e parent=\"Style2\" me=\"Style34\" /><Style parent=\"Style1\" me=\"Style35\" /><FooterSt" +
                                                 "yle parent=\"Style3\" me=\"Style36\" /><EditorStyle parent=\"Style5\" me=\"Style37\" /><" +
                                                 "GroupHeaderStyle parent=\"Style1\" me=\"Style51\" /><GroupFooterStyle parent=\"Style1" +
                                                 "\" me=\"Style50\" /><Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDi" +
                                                 "vider><Height>15</Height><DCIdx>3</DCIdx></C1DisplayColumn></internalCols></C1.W" +
                                                 "in.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent=\"\" me=\"Normal\" /><" +
                                                 "Style parent=\"Normal\" me=\"Heading\" /><Style parent=\"Heading\" me=\"Footer\" /><Styl" +
                                                 "e parent=\"Heading\" me=\"Caption\" /><Style parent=\"Heading\" me=\"Inactive\" /><Style" +
                                                 " parent=\"Normal\" me=\"Selected\" /><Style parent=\"Normal\" me=\"Editor\" /><Style par" +
                                                 "ent=\"Normal\" me=\"HighlightRow\" /><Style parent=\"Normal\" me=\"EvenRow\" /><Style pa" +
                                                 "rent=\"Normal\" me=\"OddRow\" /><Style parent=\"Heading\" me=\"RecordSelector\" /><Style" +
                                                 " parent=\"Normal\" me=\"FilterBar\" /><Style parent=\"Caption\" me=\"Group\" /></NamedSt" +
                                                 "yles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>Modified</Layou" +
                                                 "t><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 452, 140</ClientA" +
                                                 "rea><PrintPageHeaderStyle parent=\"\" me=\"Style42\" /><PrintPageFooterStyle parent=" +
                                                 "\"\" me=\"Style43\" /></Blob>";
     //
     // C1TrueDBGrid2
     //
     this.C1TrueDBGrid2.AllowDrop         = true;
     this.C1TrueDBGrid2.CaptionHeight     = 17;
     this.C1TrueDBGrid2.DataMember        = "CallList";
     this.C1TrueDBGrid2.DataSource        = this.DsTutor131;
     this.C1TrueDBGrid2.ExtendRightColumn = true;
     this.C1TrueDBGrid2.GroupByCaption    = "Drag a column header here to group by that column";
     this.C1TrueDBGrid2.Images.Add(((System.Drawing.Bitmap)(resources.GetObject("resource.Images1"))));
     this.C1TrueDBGrid2.Location               = new System.Drawing.Point(16, 240);
     this.C1TrueDBGrid2.MarqueeStyle           = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder;
     this.C1TrueDBGrid2.Name                   = "C1TrueDBGrid2";
     this.C1TrueDBGrid2.PreviewInfo.Location   = new System.Drawing.Point(0, 0);
     this.C1TrueDBGrid2.PreviewInfo.Size       = new System.Drawing.Size(0, 0);
     this.C1TrueDBGrid2.PreviewInfo.ZoomFactor = 75;
     this.C1TrueDBGrid2.RecordSelectorWidth    = 17;
     this.C1TrueDBGrid2.RowDivider.Color       = System.Drawing.Color.DarkGray;
     this.C1TrueDBGrid2.RowDivider.Style       = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.C1TrueDBGrid2.RowHeight              = 15;
     this.C1TrueDBGrid2.RowSubDividerColor     = System.Drawing.Color.DarkGray;
     this.C1TrueDBGrid2.Size                   = new System.Drawing.Size(456, 104);
     this.C1TrueDBGrid2.TabIndex               = 18;
     this.C1TrueDBGrid2.Text                   = "C1TrueDBGrid2";
     this.C1TrueDBGrid2.DragEnter             += new System.Windows.Forms.DragEventHandler(this.C1TrueDBGrid2_DragEnter);
     this.C1TrueDBGrid2.DragDrop              += new System.Windows.Forms.DragEventHandler(this.C1TrueDBGrid2_DragDrop);
     this.C1TrueDBGrid2.PropBag                = "<?xml version=\"1.0\"?><Blob><DataCols><C1DataColumn Level=\"0\" Caption=\"Customer\" D" +
                                                 "ataField=\"Customer\"><ValueItems /><GroupInfo /></C1DataColumn><C1DataColumn Leve" +
                                                 "l=\"0\" Caption=\"Phone\" DataField=\"Phone\" NumberFormat=\"(###)###-####\"><ValueItems" +
                                                 " /><GroupInfo /></C1DataColumn><C1DataColumn Level=\"0\" Caption=\"CallDate\" DataFi" +
                                                 "eld=\"CallDate\"><ValueItems /><GroupInfo /></C1DataColumn></DataCols><Styles type" +
                                                 "=\"C1.Win.C1TrueDBGrid.Design.ContextWrapper\"><Data>Caption{AlignHorz:Center;}Sty" +
                                                 "le27{}Normal{}Style25{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Edi" +
                                                 "tor{}Style18{AlignHorz:Far;}Style19{AlignHorz:Far;}Style14{AlignHorz:Near;}Style" +
                                                 "15{AlignHorz:Near;}Style16{}Style17{}Style10{AlignHorz:Near;}Style11{}OddRow{}St" +
                                                 "yle13{}Style12{}Style32{}Style33{}Style31{}Footer{}Style29{}Style28{}HighlightRo" +
                                                 "w{ForeColor:HighlightText;BackColor:Highlight;}Style26{}RecordSelector{AlignImag" +
                                                 "e:Center;}Style24{}Style23{AlignHorz:Far;}Style22{AlignHorz:Far;}Style21{}Style2" +
                                                 "0{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}EvenRow{Bac" +
                                                 "kColor:Aqua;}Heading{Wrap:True;AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeCo" +
                                                 "lor:ControlText;BackColor:White;}FilterBar{}Style4{}Style9{}Style8{}Style5{}Grou" +
                                                 "p{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}Style7{}Style6" +
                                                 "{}Style1{}Style30{}Style3{}Style2{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid." +
                                                 "MergeView Name=\"\" CaptionHeight=\"17\" ColumnCaptionHeight=\"17\" ColumnFooterHeight" +
                                                 "=\"17\" ExtendRightColumn=\"True\" MarqueeStyle=\"DottedCellBorder\" RecordSelectorWid" +
                                                 "th=\"17\" DefRecSelWidth=\"17\" VerticalScrollGroup=\"1\" HorizontalScrollGroup=\"1\"><C" +
                                                 "lientRect>0, 0, 452, 100</ClientRect><BorderSide>0</BorderSide><CaptionStyle par" +
                                                 "ent=\"Style2\" me=\"Style10\" /><EditorStyle parent=\"Editor\" me=\"Style5\" /><EvenRowS" +
                                                 "tyle parent=\"EvenRow\" me=\"Style8\" /><FilterBarStyle parent=\"FilterBar\" me=\"Style" +
                                                 "13\" /><FooterStyle parent=\"Footer\" me=\"Style3\" /><GroupStyle parent=\"Group\" me=\"" +
                                                 "Style12\" /><HeadingStyle parent=\"Heading\" me=\"Style2\" /><HighLightRowStyle paren" +
                                                 "t=\"HighlightRow\" me=\"Style7\" /><InactiveStyle parent=\"Inactive\" me=\"Style4\" /><O" +
                                                 "ddRowStyle parent=\"OddRow\" me=\"Style9\" /><RecordSelectorStyle parent=\"RecordSele" +
                                                 "ctor\" me=\"Style11\" /><SelectedStyle parent=\"Selected\" me=\"Style6\" /><Style paren" +
                                                 "t=\"Normal\" me=\"Style1\" /><internalCols><C1DisplayColumn><HeadingStyle parent=\"St" +
                                                 "yle2\" me=\"Style14\" /><Style parent=\"Style1\" me=\"Style15\" /><FooterStyle parent=\"" +
                                                 "Style3\" me=\"Style16\" /><EditorStyle parent=\"Style5\" me=\"Style17\" /><GroupHeaderS" +
                                                 "tyle parent=\"Style1\" me=\"Style29\" /><GroupFooterStyle parent=\"Style1\" me=\"Style2" +
                                                 "8\" /><Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><Heigh" +
                                                 "t>15</Height><DCIdx>0</DCIdx></C1DisplayColumn><C1DisplayColumn><HeadingStyle pa" +
                                                 "rent=\"Style2\" me=\"Style18\" /><Style parent=\"Style1\" me=\"Style19\" /><FooterStyle " +
                                                 "parent=\"Style3\" me=\"Style20\" /><EditorStyle parent=\"Style5\" me=\"Style21\" /><Grou" +
                                                 "pHeaderStyle parent=\"Style1\" me=\"Style31\" /><GroupFooterStyle parent=\"Style1\" me" +
                                                 "=\"Style30\" /><Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivide" +
                                                 "r><Height>15</Height><DCIdx>1</DCIdx></C1DisplayColumn><C1DisplayColumn><Heading" +
                                                 "Style parent=\"Style2\" me=\"Style22\" /><Style parent=\"Style1\" me=\"Style23\" /><Foot" +
                                                 "erStyle parent=\"Style3\" me=\"Style24\" /><EditorStyle parent=\"Style5\" me=\"Style25\"" +
                                                 " /><GroupHeaderStyle parent=\"Style1\" me=\"Style33\" /><GroupFooterStyle parent=\"St" +
                                                 "yle1\" me=\"Style32\" /><Visible>True</Visible><ColumnDivider>DarkGray,Single</Colu" +
                                                 "mnDivider><Height>15</Height><DCIdx>2</DCIdx></C1DisplayColumn></internalCols></" +
                                                 "C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent=\"\" me=\"Normal\"" +
                                                 " /><Style parent=\"Normal\" me=\"Heading\" /><Style parent=\"Heading\" me=\"Footer\" /><" +
                                                 "Style parent=\"Heading\" me=\"Caption\" /><Style parent=\"Heading\" me=\"Inactive\" /><S" +
                                                 "tyle parent=\"Normal\" me=\"Selected\" /><Style parent=\"Normal\" me=\"Editor\" /><Style" +
                                                 " parent=\"Normal\" me=\"HighlightRow\" /><Style parent=\"Normal\" me=\"EvenRow\" /><Styl" +
                                                 "e parent=\"Normal\" me=\"OddRow\" /><Style parent=\"Heading\" me=\"RecordSelector\" /><S" +
                                                 "tyle parent=\"Normal\" me=\"FilterBar\" /><Style parent=\"Caption\" me=\"Group\" /></Nam" +
                                                 "edStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>Modified</L" +
                                                 "ayout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 452, 100</Cli" +
                                                 "entArea><PrintPageHeaderStyle parent=\"\" me=\"Style26\" /><PrintPageFooterStyle par" +
                                                 "ent=\"\" me=\"Style27\" /></Blob>";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(496, 366);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.C1TrueDBGrid2,
         this.C1TrueDBGrid1,
         this.label5,
         this.label6,
         this.label7,
         this.Label3,
         this.Label2,
         this.Label1
     });
     this.Name  = "Form1";
     this.Text  = "Tutorial 13";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DsTutor131)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.C1TrueDBGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.C1TrueDBGrid2)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SOAvoidDupleSaleOrdersDelivery));
     this.cboYear         = new System.Windows.Forms.ComboBox();
     this.cboMonth        = new System.Windows.Forms.ComboBox();
     this.lblYear         = new System.Windows.Forms.Label();
     this.lblMonth        = new System.Windows.Forms.Label();
     this.txtCustomer     = new System.Windows.Forms.TextBox();
     this.lblCustomer     = new System.Windows.Forms.Label();
     this.btnCustomer     = new System.Windows.Forms.Button();
     this.txtCustomerName = new System.Windows.Forms.TextBox();
     this.btnSearch       = new System.Windows.Forms.Button();
     this.dgrdData        = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.btnSave         = new System.Windows.Forms.Button();
     this.btnClose        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dgrdData)).BeginInit();
     this.SuspendLayout();
     //
     // cboYear
     //
     this.cboYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboYear.Location      = new System.Drawing.Point(88, 8);
     this.cboYear.Name          = "cboYear";
     this.cboYear.Size          = new System.Drawing.Size(128, 21);
     this.cboYear.TabIndex      = 0;
     //
     // cboMonth
     //
     this.cboMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboMonth.Location      = new System.Drawing.Point(88, 32);
     this.cboMonth.Name          = "cboMonth";
     this.cboMonth.Size          = new System.Drawing.Size(128, 21);
     this.cboMonth.TabIndex      = 1;
     //
     // lblYear
     //
     this.lblYear.ForeColor = System.Drawing.Color.Maroon;
     this.lblYear.Location  = new System.Drawing.Point(16, 8);
     this.lblYear.Name      = "lblYear";
     this.lblYear.Size      = new System.Drawing.Size(64, 21);
     this.lblYear.TabIndex  = 2;
     this.lblYear.Text      = "Year";
     this.lblYear.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblMonth
     //
     this.lblMonth.ForeColor = System.Drawing.Color.Maroon;
     this.lblMonth.Location  = new System.Drawing.Point(16, 32);
     this.lblMonth.Name      = "lblMonth";
     this.lblMonth.Size      = new System.Drawing.Size(64, 21);
     this.lblMonth.TabIndex  = 3;
     this.lblMonth.Text      = "Month";
     this.lblMonth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtCustomer
     //
     this.txtCustomer.Location    = new System.Drawing.Point(88, 56);
     this.txtCustomer.Name        = "txtCustomer";
     this.txtCustomer.TabIndex    = 4;
     this.txtCustomer.Text        = "";
     this.txtCustomer.KeyDown    += new System.Windows.Forms.KeyEventHandler(this.txtCustomer_KeyDown);
     this.txtCustomer.Validating += new System.ComponentModel.CancelEventHandler(this.txtCustomer_Validating);
     //
     // lblCustomer
     //
     this.lblCustomer.ForeColor = System.Drawing.Color.Maroon;
     this.lblCustomer.Location  = new System.Drawing.Point(16, 56);
     this.lblCustomer.Name      = "lblCustomer";
     this.lblCustomer.Size      = new System.Drawing.Size(64, 21);
     this.lblCustomer.TabIndex  = 5;
     this.lblCustomer.Text      = "Customer";
     this.lblCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnCustomer
     //
     this.btnCustomer.Location = new System.Drawing.Point(192, 56);
     this.btnCustomer.Name     = "btnCustomer";
     this.btnCustomer.Size     = new System.Drawing.Size(24, 20);
     this.btnCustomer.TabIndex = 6;
     this.btnCustomer.Text     = "...";
     this.btnCustomer.Click   += new System.EventHandler(this.btnCustomer_Click);
     //
     // txtCustomerName
     //
     this.txtCustomerName.Location = new System.Drawing.Point(218, 56);
     this.txtCustomerName.Name     = "txtCustomerName";
     this.txtCustomerName.ReadOnly = true;
     this.txtCustomerName.Size     = new System.Drawing.Size(302, 20);
     this.txtCustomerName.TabIndex = 7;
     this.txtCustomerName.Text     = "";
     //
     // btnSearch
     //
     this.btnSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.Location = new System.Drawing.Point(528, 55);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(96, 21);
     this.btnSearch.TabIndex = 8;
     this.btnSearch.Text     = "S&earch";
     this.btnSearch.Click   += new System.EventHandler(this.btnSearch_Click);
     //
     // dgrdData
     //
     this.dgrdData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.dgrdData.CaptionHeight  = 17;
     this.dgrdData.CollapseColor  = System.Drawing.Color.Black;
     this.dgrdData.ExpandColor    = System.Drawing.Color.Black;
     this.dgrdData.GroupByCaption = "Drag a column header here to group by that column";
     this.dgrdData.Images.Add(((System.Drawing.Image)(resources.GetObject("resource"))));
     this.dgrdData.Location                    = new System.Drawing.Point(8, 88);
     this.dgrdData.MarqueeStyle                = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder;
     this.dgrdData.Name                        = "dgrdData";
     this.dgrdData.PreviewInfo.Location        = new System.Drawing.Point(0, 0);
     this.dgrdData.PreviewInfo.Size            = new System.Drawing.Size(0, 0);
     this.dgrdData.PreviewInfo.ZoomFactor      = 75;
     this.dgrdData.PrintInfo.ShowOptionsDialog = false;
     this.dgrdData.RecordSelectorWidth         = 17;
     this.dgrdData.RowDivider.Color            = System.Drawing.Color.DarkGray;
     this.dgrdData.RowDivider.Style            = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.dgrdData.RowHeight                   = 15;
     this.dgrdData.RowSubDividerColor          = System.Drawing.Color.DarkGray;
     this.dgrdData.Size                        = new System.Drawing.Size(616, 280);
     this.dgrdData.TabIndex                    = 9;
     this.dgrdData.Text                        = "c1TrueDBGrid1";
     this.dgrdData.PropBag                     = "<?xml version=\"1.0\"?><Blob><DataCols><C1DataColumn Level=\"0\" Caption=\"Line\" DataF" +
                                                 "ield=\"Line\"><ValueItems /><GroupInfo /></C1DataColumn><C1DataColumn Level=\"0\" Ca" +
                                                 "ption=\"SO No.\" DataField=\"SO_SaleOrderMasterCode\"><ValueItems /><GroupInfo /></C" +
                                                 "1DataColumn><C1DataColumn Level=\"0\" Caption=\"SO Line\" DataField=\"SaleOrderLine\">" +
                                                 "<ValueItems /><GroupInfo /></C1DataColumn><C1DataColumn Level=\"0\" Caption=\"Deliv" +
                                                 "ery Line\" DataField=\"SO_DeliveryScheduleLine\"><ValueItems /><GroupInfo /></C1Dat" +
                                                 "aColumn><C1DataColumn Level=\"0\" Caption=\"Part Number\" DataField=\"Code\"><ValueIte" +
                                                 "ms /><GroupInfo /></C1DataColumn><C1DataColumn Level=\"0\" Caption=\"Part Name\" Dat" +
                                                 "aField=\"Description\"><ValueItems /><GroupInfo /></C1DataColumn><C1DataColumn Lev" +
                                                 "el=\"0\" Caption=\"Model\" DataField=\"Revision\"><ValueItems /><GroupInfo /></C1DataC" +
                                                 "olumn><C1DataColumn Level=\"0\" Caption=\"Delivery Date, Time\" DataField=\"ScheduleD" +
                                                 "ate\"><ValueItems /><GroupInfo /></C1DataColumn><C1DataColumn Level=\"0\" Caption=\"" +
                                                 "Quantity\" DataField=\"DeliveryQuantity\"><ValueItems /><GroupInfo /></C1DataColumn" +
                                                 "><C1DataColumn Level=\"0\" Caption=\"Auto Cancel\" DataField=\"Selected\"><ValueItems " +
                                                 "/><GroupInfo /></C1DataColumn></DataCols><Styles type=\"C1.Win.C1TrueDBGrid.Desig" +
                                                 "n.ContextWrapper\"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight" +
                                                 ";}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Selected{For" +
                                                 "eColor:HighlightText;BackColor:Highlight;}Editor{}Style72{}Style73{}Style70{Alig" +
                                                 "nHorz:Center;}Style71{AlignHorz:Near;}Style74{}Style75{}FilterBar{}Heading{Wrap:" +
                                                 "True;BackColor:Control;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;AlignVert" +
                                                 ":Center;}Style18{}Style19{}Style14{}Style15{}Style16{AlignHorz:Center;}Style17{A" +
                                                 "lignHorz:Near;}Style10{AlignHorz:Near;}Style11{}Style12{}Style13{}Style27{}Style" +
                                                 "29{AlignHorz:Near;}Style28{AlignHorz:Center;}Style26{}Style25{}Style9{}Style8{}S" +
                                                 "tyle24{}Style23{AlignHorz:Near;}Style5{}Style4{}Style7{}Style6{}Style1{}Style22{" +
                                                 "AlignHorz:Center;}Style3{}Style2{}Style21{}Style20{}OddRow{}Style38{}Style39{}St" +
                                                 "yle36{}Style37{}Style34{AlignHorz:Center;}Style35{AlignHorz:Near;}Style32{}Style" +
                                                 "33{}Style30{}Style49{}Style48{}Style31{}Normal{}Style41{AlignHorz:Near;}Style40{" +
                                                 "AlignHorz:Center;}Style43{}Style42{}Style45{}Style44{}Style47{AlignHorz:Near;}St" +
                                                 "yle46{AlignHorz:Center;}EvenRow{BackColor:Aqua;}Style59{AlignHorz:Near;}Style58{" +
                                                 "AlignHorz:Center;}RecordSelector{AlignImage:Center;}Style51{}Style50{}Footer{}St" +
                                                 "yle52{AlignHorz:Center;}Style53{AlignHorz:Near;}Style54{}Style55{}Style56{}Style" +
                                                 "57{}Caption{AlignHorz:Center;}Style69{}Style68{}Style63{}Style62{}Style61{}Style" +
                                                 "60{}Style67{}Style66{}Style65{AlignHorz:Near;}Style64{AlignHorz:Center;}Group{Al" +
                                                 "ignVert:Center;Border:None,,0, 0, 0, 0;BackColor:ControlDark;}</Data></Styles><S" +
                                                 "plits><C1.Win.C1TrueDBGrid.MergeView Name=\"\" CaptionHeight=\"17\" ColumnCaptionHei" +
                                                 "ght=\"17\" ColumnFooterHeight=\"17\" MarqueeStyle=\"DottedCellBorder\" RecordSelectorW" +
                                                 "idth=\"17\" DefRecSelWidth=\"17\" VerticalScrollGroup=\"1\" HorizontalScrollGroup=\"1\">" +
                                                 "<ClientRect>0, 0, 612, 276</ClientRect><BorderSide>0</BorderSide><CaptionStyle p" +
                                                 "arent=\"Style2\" me=\"Style10\" /><EditorStyle parent=\"Editor\" me=\"Style5\" /><EvenRo" +
                                                 "wStyle parent=\"EvenRow\" me=\"Style8\" /><FilterBarStyle parent=\"FilterBar\" me=\"Sty" +
                                                 "le13\" /><FooterStyle parent=\"Footer\" me=\"Style3\" /><GroupStyle parent=\"Group\" me" +
                                                 "=\"Style12\" /><HeadingStyle parent=\"Heading\" me=\"Style2\" /><HighLightRowStyle par" +
                                                 "ent=\"HighlightRow\" me=\"Style7\" /><InactiveStyle parent=\"Inactive\" me=\"Style4\" />" +
                                                 "<OddRowStyle parent=\"OddRow\" me=\"Style9\" /><RecordSelectorStyle parent=\"RecordSe" +
                                                 "lector\" me=\"Style11\" /><SelectedStyle parent=\"Selected\" me=\"Style6\" /><Style par" +
                                                 "ent=\"Normal\" me=\"Style1\" /><internalCols><C1DisplayColumn><HeadingStyle parent=\"" +
                                                 "Style2\" me=\"Style16\" /><Style parent=\"Style1\" me=\"Style17\" /><FooterStyle parent" +
                                                 "=\"Style3\" me=\"Style18\" /><EditorStyle parent=\"Style5\" me=\"Style19\" /><GroupHeade" +
                                                 "rStyle parent=\"Style1\" me=\"Style21\" /><GroupFooterStyle parent=\"Style1\" me=\"Styl" +
                                                 "e20\" /><Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><Wid" +
                                                 "th>40</Width><Height>15</Height><DCIdx>0</DCIdx></C1DisplayColumn><C1DisplayColu" +
                                                 "mn><HeadingStyle parent=\"Style2\" me=\"Style22\" /><Style parent=\"Style1\" me=\"Style" +
                                                 "23\" /><FooterStyle parent=\"Style3\" me=\"Style24\" /><EditorStyle parent=\"Style5\" m" +
                                                 "e=\"Style25\" /><GroupHeaderStyle parent=\"Style1\" me=\"Style27\" /><GroupFooterStyle" +
                                                 " parent=\"Style1\" me=\"Style26\" /><Visible>True</Visible><ColumnDivider>DarkGray,S" +
                                                 "ingle</ColumnDivider><Width>135</Width><Height>15</Height><DCIdx>1</DCIdx></C1Di" +
                                                 "splayColumn><C1DisplayColumn><HeadingStyle parent=\"Style2\" me=\"Style28\" /><Style" +
                                                 " parent=\"Style1\" me=\"Style29\" /><FooterStyle parent=\"Style3\" me=\"Style30\" /><Edi" +
                                                 "torStyle parent=\"Style5\" me=\"Style31\" /><GroupHeaderStyle parent=\"Style1\" me=\"St" +
                                                 "yle33\" /><GroupFooterStyle parent=\"Style1\" me=\"Style32\" /><Visible>True</Visible" +
                                                 "><ColumnDivider>DarkGray,Single</ColumnDivider><Width>63</Width><Height>15</Heig" +
                                                 "ht><DCIdx>2</DCIdx></C1DisplayColumn><C1DisplayColumn><HeadingStyle parent=\"Styl" +
                                                 "e2\" me=\"Style34\" /><Style parent=\"Style1\" me=\"Style35\" /><FooterStyle parent=\"St" +
                                                 "yle3\" me=\"Style36\" /><EditorStyle parent=\"Style5\" me=\"Style37\" /><GroupHeaderSty" +
                                                 "le parent=\"Style1\" me=\"Style39\" /><GroupFooterStyle parent=\"Style1\" me=\"Style38\"" +
                                                 " /><Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><Width>7" +
                                                 "1</Width><Height>15</Height><DCIdx>3</DCIdx></C1DisplayColumn><C1DisplayColumn><" +
                                                 "HeadingStyle parent=\"Style2\" me=\"Style40\" /><Style parent=\"Style1\" me=\"Style41\" " +
                                                 "/><FooterStyle parent=\"Style3\" me=\"Style42\" /><EditorStyle parent=\"Style5\" me=\"S" +
                                                 "tyle43\" /><GroupHeaderStyle parent=\"Style1\" me=\"Style45\" /><GroupFooterStyle par" +
                                                 "ent=\"Style1\" me=\"Style44\" /><Visible>True</Visible><ColumnDivider>DarkGray,Singl" +
                                                 "e</ColumnDivider><Width>130</Width><Height>15</Height><DCIdx>4</DCIdx></C1Displa" +
                                                 "yColumn><C1DisplayColumn><HeadingStyle parent=\"Style2\" me=\"Style46\" /><Style par" +
                                                 "ent=\"Style1\" me=\"Style47\" /><FooterStyle parent=\"Style3\" me=\"Style48\" /><EditorS" +
                                                 "tyle parent=\"Style5\" me=\"Style49\" /><GroupHeaderStyle parent=\"Style1\" me=\"Style5" +
                                                 "1\" /><GroupFooterStyle parent=\"Style1\" me=\"Style50\" /><Visible>True</Visible><Co" +
                                                 "lumnDivider>DarkGray,Single</ColumnDivider><Width>177</Width><Height>15</Height>" +
                                                 "<DCIdx>5</DCIdx></C1DisplayColumn><C1DisplayColumn><HeadingStyle parent=\"Style2\"" +
                                                 " me=\"Style52\" /><Style parent=\"Style1\" me=\"Style53\" /><FooterStyle parent=\"Style" +
                                                 "3\" me=\"Style54\" /><EditorStyle parent=\"Style5\" me=\"Style55\" /><GroupHeaderStyle " +
                                                 "parent=\"Style1\" me=\"Style57\" /><GroupFooterStyle parent=\"Style1\" me=\"Style56\" />" +
                                                 "<Visible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><Width>86</" +
                                                 "Width><Height>15</Height><DCIdx>6</DCIdx></C1DisplayColumn><C1DisplayColumn><Hea" +
                                                 "dingStyle parent=\"Style2\" me=\"Style58\" /><Style parent=\"Style1\" me=\"Style59\" /><" +
                                                 "FooterStyle parent=\"Style3\" me=\"Style60\" /><EditorStyle parent=\"Style5\" me=\"Styl" +
                                                 "e61\" /><GroupHeaderStyle parent=\"Style1\" me=\"Style63\" /><GroupFooterStyle parent" +
                                                 "=\"Style1\" me=\"Style62\" /><Visible>True</Visible><ColumnDivider>DarkGray,Single</" +
                                                 "ColumnDivider><Width>112</Width><Height>15</Height><DCIdx>7</DCIdx></C1DisplayCo" +
                                                 "lumn><C1DisplayColumn><HeadingStyle parent=\"Style2\" me=\"Style64\" /><Style parent" +
                                                 "=\"Style1\" me=\"Style65\" /><FooterStyle parent=\"Style3\" me=\"Style66\" /><EditorStyl" +
                                                 "e parent=\"Style5\" me=\"Style67\" /><GroupHeaderStyle parent=\"Style1\" me=\"Style69\" " +
                                                 "/><GroupFooterStyle parent=\"Style1\" me=\"Style68\" /><Visible>True</Visible><Colum" +
                                                 "nDivider>DarkGray,Single</ColumnDivider><Width>88</Width><Height>15</Height><DCI" +
                                                 "dx>8</DCIdx></C1DisplayColumn><C1DisplayColumn><HeadingStyle parent=\"Style2\" me=" +
                                                 "\"Style70\" /><Style parent=\"Style1\" me=\"Style71\" /><FooterStyle parent=\"Style3\" m" +
                                                 "e=\"Style72\" /><EditorStyle parent=\"Style5\" me=\"Style73\" /><GroupHeaderStyle pare" +
                                                 "nt=\"Style1\" me=\"Style75\" /><GroupFooterStyle parent=\"Style1\" me=\"Style74\" /><Vis" +
                                                 "ible>True</Visible><ColumnDivider>DarkGray,Single</ColumnDivider><Width>69</Widt" +
                                                 "h><Height>15</Height><DCIdx>9</DCIdx></C1DisplayColumn></internalCols></C1.Win.C" +
                                                 "1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent=\"\" me=\"Normal\" /><Styl" +
                                                 "e parent=\"Normal\" me=\"Heading\" /><Style parent=\"Heading\" me=\"Footer\" /><Style pa" +
                                                 "rent=\"Heading\" me=\"Caption\" /><Style parent=\"Heading\" me=\"Inactive\" /><Style par" +
                                                 "ent=\"Normal\" me=\"Selected\" /><Style parent=\"Normal\" me=\"Editor\" /><Style parent=" +
                                                 "\"Normal\" me=\"HighlightRow\" /><Style parent=\"Normal\" me=\"EvenRow\" /><Style parent" +
                                                 "=\"Normal\" me=\"OddRow\" /><Style parent=\"Heading\" me=\"RecordSelector\" /><Style par" +
                                                 "ent=\"Normal\" me=\"FilterBar\" /><Style parent=\"Caption\" me=\"Group\" /></NamedStyles" +
                                                 "><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>Modified</Layout><D" +
                                                 "efaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 612, 276</ClientArea>" +
                                                 "<PrintPageHeaderStyle parent=\"\" me=\"Style14\" /><PrintPageFooterStyle parent=\"\" m" +
                                                 "e=\"Style15\" /></Blob>";
     //
     // btnSave
     //
     this.btnSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSave.Location = new System.Drawing.Point(8, 376);
     this.btnSave.Name     = "btnSave";
     this.btnSave.TabIndex = 10;
     this.btnSave.Text     = "&Save";
     this.btnSave.Click   += new System.EventHandler(this.btnSave_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location     = new System.Drawing.Point(549, 376);
     this.btnClose.Name         = "btnClose";
     this.btnClose.TabIndex     = 11;
     this.btnClose.Text         = "&Close";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // SOAvoidDupleSaleOrdersDelivery
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(632, 406);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.dgrdData);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtCustomerName);
     this.Controls.Add(this.btnCustomer);
     this.Controls.Add(this.lblCustomer);
     this.Controls.Add(this.txtCustomer);
     this.Controls.Add(this.lblMonth);
     this.Controls.Add(this.lblYear);
     this.Controls.Add(this.cboMonth);
     this.Controls.Add(this.cboYear);
     this.Name          = "SOAvoidDupleSaleOrdersDelivery";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Avoid Duple SaleOrders Delivery";
     this.Load         += new System.EventHandler(this.SOAvoidDupleSaleOrdersDelivery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgrdData)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ChangeCategoryMatrix));
     this.txtWorkCenter = new System.Windows.Forms.TextBox();
     this.dgrdData      = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.btnSave       = new System.Windows.Forms.Button();
     this.lblCCN        = new System.Windows.Forms.Label();
     this.lblWorkCenter = new System.Windows.Forms.Label();
     this.btnClose      = new System.Windows.Forms.Button();
     this.txtCCN        = new System.Windows.Forms.TextBox();
     this.lblUM         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dgrdData)).BeginInit();
     this.SuspendLayout();
     //
     // txtWorkCenter
     //
     this.txtWorkCenter.AccessibleDescription = "";
     this.txtWorkCenter.AccessibleName        = "";
     this.txtWorkCenter.Location = new System.Drawing.Point(76, 6);
     this.txtWorkCenter.Name     = "txtWorkCenter";
     this.txtWorkCenter.ReadOnly = true;
     this.txtWorkCenter.Size     = new System.Drawing.Size(119, 20);
     this.txtWorkCenter.TabIndex = 52;
     this.txtWorkCenter.Text     = "";
     //
     // dgrdData
     //
     this.dgrdData.AccessibleDescription = "";
     this.dgrdData.AccessibleName        = "";
     this.dgrdData.AllowSort             = false;
     this.dgrdData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.dgrdData.CaptionHeight  = 17;
     this.dgrdData.CollapseColor  = System.Drawing.Color.Black;
     this.dgrdData.ExpandColor    = System.Drawing.Color.Black;
     this.dgrdData.FlatStyle      = C1.Win.C1TrueDBGrid.FlatModeEnum.System;
     this.dgrdData.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.dgrdData.GroupByCaption = "Drag a column header here to group by that column";
     this.dgrdData.Images.Add(((System.Drawing.Image)(resources.GetObject("resource"))));
     this.dgrdData.Location                    = new System.Drawing.Point(4, 32);
     this.dgrdData.MarqueeStyle                = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder;
     this.dgrdData.Name                        = "dgrdData";
     this.dgrdData.PreviewInfo.Location        = new System.Drawing.Point(0, 0);
     this.dgrdData.PreviewInfo.Size            = new System.Drawing.Size(0, 0);
     this.dgrdData.PreviewInfo.ZoomFactor      = 75;
     this.dgrdData.PrintInfo.ShowOptionsDialog = false;
     this.dgrdData.RecordSelectorWidth         = 16;
     this.dgrdData.RowDivider.Color            = System.Drawing.Color.DarkGray;
     this.dgrdData.RowDivider.Style            = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.dgrdData.RowHeight                   = 15;
     this.dgrdData.RowSubDividerColor          = System.Drawing.Color.DarkGray;
     this.dgrdData.Size                        = new System.Drawing.Size(622, 382);
     this.dgrdData.TabIndex                    = 54;
     this.dgrdData.Text                        = "c1TrueDBGrid1";
     this.dgrdData.BeforeColEdit              += new C1.Win.C1TrueDBGrid.BeforeColEditEventHandler(this.dgrdData_BeforeColEdit);
     this.dgrdData.AfterColEdit               += new C1.Win.C1TrueDBGrid.ColEventHandler(this.dgrdData_AfterColEdit);
     this.dgrdData.BeforeColUpdate            += new C1.Win.C1TrueDBGrid.BeforeColUpdateEventHandler(this.dgrdData_BeforeColUpdate);
     this.dgrdData.PropBag                     = "<?xml version=\"1.0\"?><Blob><Styles type=\"C1.Win.C1TrueDBGrid.Design.ContextWrappe" +
                                                 "r\"><Data>Style11{}Style12{}Style13{}Style5{}Style4{}Style7{}Style6{}EvenRow{Back" +
                                                 "Color:Aqua;}Selected{ForeColor:HighlightText;BackColor:Highlight;}Heading{Wrap:T" +
                                                 "rue;AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:C" +
                                                 "ontrol;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Filter" +
                                                 "Bar{}OddRow{}Footer{}Caption{AlignHorz:Center;}Normal{Font:Microsoft Sans Serif," +
                                                 " 8.25pt;}Style10{AlignHorz:Near;}HighlightRow{ForeColor:HighlightText;BackColor:" +
                                                 "Highlight;}Editor{}RecordSelector{AlignImage:Center;}Style9{}Style8{}Style3{}Sty" +
                                                 "le2{}Style14{}Style15{}Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;Align" +
                                                 "Vert:Center;}Style1{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name" +
                                                 "=\"\" CaptionHeight=\"17\" ColumnCaptionHeight=\"17\" ColumnFooterHeight=\"17\" MarqueeS" +
                                                 "tyle=\"DottedCellBorder\" RecordSelectorWidth=\"16\" DefRecSelWidth=\"16\" VerticalScr" +
                                                 "ollGroup=\"1\" HorizontalScrollGroup=\"1\"><ClientRect>0, 0, 618, 378</ClientRect><B" +
                                                 "orderSide>0</BorderSide><CaptionStyle parent=\"Style2\" me=\"Style10\" /><EditorStyl" +
                                                 "e parent=\"Editor\" me=\"Style5\" /><EvenRowStyle parent=\"EvenRow\" me=\"Style8\" /><Fi" +
                                                 "lterBarStyle parent=\"FilterBar\" me=\"Style13\" /><FooterStyle parent=\"Footer\" me=\"" +
                                                 "Style3\" /><GroupStyle parent=\"Group\" me=\"Style12\" /><HeadingStyle parent=\"Headin" +
                                                 "g\" me=\"Style2\" /><HighLightRowStyle parent=\"HighlightRow\" me=\"Style7\" /><Inactiv" +
                                                 "eStyle parent=\"Inactive\" me=\"Style4\" /><OddRowStyle parent=\"OddRow\" me=\"Style9\" " +
                                                 "/><RecordSelectorStyle parent=\"RecordSelector\" me=\"Style11\" /><SelectedStyle par" +
                                                 "ent=\"Selected\" me=\"Style6\" /><Style parent=\"Normal\" me=\"Style1\" /></C1.Win.C1Tru" +
                                                 "eDBGrid.MergeView></Splits><NamedStyles><Style parent=\"\" me=\"Normal\" /><Style pa" +
                                                 "rent=\"Normal\" me=\"Heading\" /><Style parent=\"Heading\" me=\"Footer\" /><Style parent" +
                                                 "=\"Heading\" me=\"Caption\" /><Style parent=\"Heading\" me=\"Inactive\" /><Style parent=" +
                                                 "\"Normal\" me=\"Selected\" /><Style parent=\"Normal\" me=\"Editor\" /><Style parent=\"Nor" +
                                                 "mal\" me=\"HighlightRow\" /><Style parent=\"Normal\" me=\"EvenRow\" /><Style parent=\"No" +
                                                 "rmal\" me=\"OddRow\" /><Style parent=\"Heading\" me=\"RecordSelector\" /><Style parent=" +
                                                 "\"Normal\" me=\"FilterBar\" /><Style parent=\"Caption\" me=\"Group\" /></NamedStyles><ve" +
                                                 "rtSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>Modified</Layout><Defau" +
                                                 "ltRecSelWidth>16</DefaultRecSelWidth><ClientArea>0, 0, 618, 378</ClientArea><Pri" +
                                                 "ntPageHeaderStyle parent=\"\" me=\"Style14\" /><PrintPageFooterStyle parent=\"\" me=\"S" +
                                                 "tyle15\" /></Blob>";
     //
     // btnSave
     //
     this.btnSave.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.btnSave.Location  = new System.Drawing.Point(4, 419);
     this.btnSave.Name      = "btnSave";
     this.btnSave.Size      = new System.Drawing.Size(60, 23);
     this.btnSave.TabIndex  = 55;
     this.btnSave.Text      = "&Save";
     this.btnSave.Click    += new System.EventHandler(this.btnSave_Click);
     //
     // lblCCN
     //
     this.lblCCN.AccessibleDescription = "";
     this.lblCCN.AccessibleName        = "";
     this.lblCCN.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCCN.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblCCN.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblCCN.Location  = new System.Drawing.Point(490, 6);
     this.lblCCN.Name      = "lblCCN";
     this.lblCCN.Size      = new System.Drawing.Size(32, 20);
     this.lblCCN.TabIndex  = 53;
     this.lblCCN.Text      = "CCN";
     this.lblCCN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblWorkCenter
     //
     this.lblWorkCenter.AccessibleDescription = "";
     this.lblWorkCenter.AccessibleName        = "";
     this.lblWorkCenter.ForeColor             = System.Drawing.SystemColors.ControlText;
     this.lblWorkCenter.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.lblWorkCenter.Location  = new System.Drawing.Point(4, 6);
     this.lblWorkCenter.Name      = "lblWorkCenter";
     this.lblWorkCenter.Size      = new System.Drawing.Size(72, 20);
     this.lblWorkCenter.TabIndex  = 56;
     this.lblWorkCenter.Text      = "Work Center";
     this.lblWorkCenter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnClose.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.btnClose.Location     = new System.Drawing.Point(567, 419);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(60, 22);
     this.btnClose.TabIndex     = 57;
     this.btnClose.Text         = "&Close";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // txtCCN
     //
     this.txtCCN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCCN.Location = new System.Drawing.Point(524, 6);
     this.txtCCN.Name     = "txtCCN";
     this.txtCCN.ReadOnly = true;
     this.txtCCN.Size     = new System.Drawing.Size(102, 20);
     this.txtCCN.TabIndex = 58;
     this.txtCCN.Text     = "";
     //
     // lblUM
     //
     this.lblUM.Location = new System.Drawing.Point(202, 13);
     this.lblUM.Name     = "lblUM";
     this.lblUM.Size     = new System.Drawing.Size(198, 15);
     this.lblUM.TabIndex = 59;
     this.lblUM.Text     = "Unit of Change Category is Second (s)";
     //
     // ChangeCategoryMatrix
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(632, 446);
     this.Controls.Add(this.lblUM);
     this.Controls.Add(this.txtCCN);
     this.Controls.Add(this.txtWorkCenter);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.dgrdData);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.lblCCN);
     this.Controls.Add(this.lblWorkCenter);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.Name            = "ChangeCategoryMatrix";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Change Category - Matrix";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.ChangeCategoryMatrix_Closing);
     this.Load           += new System.EventHandler(this.ChangeCategoryMatrix_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgrdData)).EndInit();
     this.ResumeLayout(false);
 }