Example #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.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDeliverOrderItem));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.panelSearchWidget            = new System.Windows.Forms.Panel();
     this.searchView1                  = new FrontWork.SearchView();
     this.configuration1               = new FrontWork.Configuration();
     this.tableLayoutPanel2            = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip1                   = new System.Windows.Forms.ToolStrip();
     this.toolStripStatusLabel1        = new System.Windows.Forms.ToolStripLabel();
     this.labelStatus                  = new System.Windows.Forms.ToolStripLabel();
     this.panelPager                   = new System.Windows.Forms.Panel();
     this.pagerView1                   = new FrontWork.PagerView();
     this.toolStripTop                 = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator2          = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAdd           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete        = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonDeliveyPakage = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.synchronizer      = new FrontWork.JsonRESTSynchronizer();
     this.model1            = new FrontWork.Model();
     this.reoGridView2      = new FrontWork.ReoGridView();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.basicView1        = new FrontWork.BasicView();
     this.panel3            = new System.Windows.Forms.Panel();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.buttonLoad        = new System.Windows.Forms.Button();
     this.buttonAllLoad     = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.printDocument1    = new System.Drawing.Printing.PrintDocument();
     this.panelSearchWidget.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(956, 27);
     this.panelSearchWidget.TabIndex = 6;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(956, 27);
     this.searchView1.TabIndex      = 13;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(148, 35);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormDeliverOrderItemMethodListener",
         "FormDeliverOrderItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 10;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.panelPager, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 2);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(956, 470);
     this.tableLayoutPanel2.TabIndex = 8;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 448);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(956, 22);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 19);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(92, 19);
     this.labelStatus.Text = "出库单条目信息";
     //
     // panelPager
     //
     this.panelPager.Controls.Add(this.pagerView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(3, 418);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(950, 27);
     this.panelPager.TabIndex = 5;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(0, 0);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(950, 27);
     this.pagerView1.TabIndex = 14;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator2,
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripSeparator3,
         this.toolStripButtonDeliveyPakage,
         this.toolStripSeparator1
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 27);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(956, 27);
     this.toolStripTop.TabIndex = 2;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AutoSize = false;
     this.toolStripSeparator2.Name     = "toolStripSeparator2";
     this.toolStripSeparator2.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = global::WMS.UI.Properties.Resources.add;
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 24);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = global::WMS.UI.Properties.Resources.delete;
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 24);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = global::WMS.UI.Properties.Resources.cancle;
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 24);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripButtonDeliveyPakage
     //
     this.toolStripButtonDeliveyPakage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeliveyPakage.Image")));
     this.toolStripButtonDeliveyPakage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDeliveyPakage.Name   = "toolStripButtonDeliveyPakage";
     this.toolStripButtonDeliveyPakage.Size   = new System.Drawing.Size(104, 24);
     this.toolStripButtonDeliveyPakage.Text   = "套餐一键添加";
     this.toolStripButtonDeliveyPakage.Click += new System.EventHandler(this.toolStripButtonDeliveyPakage_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(15, 28);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel2.Controls.Add(this.synchronizer);
     this.panel2.Controls.Add(this.model1);
     this.panel2.Controls.Add(this.configuration1);
     this.panel2.Controls.Add(this.reoGridView2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 204);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(956, 211);
     this.panel2.TabIndex = 8;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(761, 81);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(105, 98);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 13;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(538, 35);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 12;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(326, 35);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(210, 195);
     this.model1.TabIndex       = 11;
     //
     // reoGridView2
     //
     this.reoGridView2.Configuration = this.configuration1;
     this.reoGridView2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView2.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView2.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView2.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView2.Mode          = "default";
     this.reoGridView2.Model         = this.model1;
     this.reoGridView2.Name          = "reoGridView2";
     this.reoGridView2.Size          = new System.Drawing.Size(956, 211);
     this.reoGridView2.TabIndex      = 6;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 233F));
     this.tableLayoutPanel3.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.panel3, 1, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 54);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(956, 150);
     this.tableLayoutPanel3.TabIndex = 9;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.basicView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(723, 150);
     this.panel1.TabIndex = 8;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 4;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(2, 2, 2, 0);
     this.basicView1.Size          = new System.Drawing.Size(723, 150);
     this.basicView1.TabIndex      = 16;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.tableLayoutPanel4);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(723, 0);
     this.panel3.Margin   = new System.Windows.Forms.Padding(0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(233, 150);
     this.panel3.TabIndex = 9;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel4.ColumnCount = 3;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 175F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.buttonLoad, 1, 2);
     this.tableLayoutPanel4.Controls.Add(this.buttonAllLoad, 1, 1);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Font     = new System.Drawing.Font("黑体", 10F);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 4;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(233, 150);
     this.tableLayoutPanel4.TabIndex = 5;
     //
     // buttonLoad
     //
     this.buttonLoad.BackColor             = System.Drawing.Color.White;
     this.buttonLoad.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonB2_s;
     this.buttonLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonLoad.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonLoad.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.buttonLoad.FlatAppearance.BorderSize  = 0;
     this.buttonLoad.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.buttonLoad.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonLoad.Location   = new System.Drawing.Point(32, 78);
     this.buttonLoad.Name       = "buttonLoad";
     this.buttonLoad.Size       = new System.Drawing.Size(169, 48);
     this.buttonLoad.TabIndex   = 2;
     this.buttonLoad.Text       = "选中项目装车";
     this.buttonLoad.UseVisualStyleBackColor = false;
     this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
     //
     // buttonAllLoad
     //
     this.buttonAllLoad.BackColor             = System.Drawing.Color.White;
     this.buttonAllLoad.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonB2_s;
     this.buttonAllLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonAllLoad.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonAllLoad.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.buttonAllLoad.FlatAppearance.BorderSize         = 0;
     this.buttonAllLoad.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.buttonAllLoad.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.buttonAllLoad.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAllLoad.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonAllLoad.Location   = new System.Drawing.Point(32, 24);
     this.buttonAllLoad.Name       = "buttonAllLoad";
     this.buttonAllLoad.Size       = new System.Drawing.Size(169, 48);
     this.buttonAllLoad.TabIndex   = 2;
     this.buttonAllLoad.Text       = "全部完成装车";
     this.buttonAllLoad.UseVisualStyleBackColor = false;
     this.buttonAllLoad.Click += new System.EventHandler(this.buttonAllLoad_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(956, 470);
     this.tableLayoutPanel1.TabIndex = 7;
     //
     // FormDeliverOrderItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(956, 470);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font          = new System.Drawing.Font("宋体", 10F);
     this.Name          = "FormDeliverOrderItem";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "出库单条目信息";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormDeliverOrderItemClosed);
     this.Load         += new System.EventHandler(this.FormDeliverOrderItem_Load);
     this.panelSearchWidget.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1       = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1 = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddStockRecord));
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panelPager                  = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1                  = new FrontWork.PagerView();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.configuration1              = new FrontWork.Configuration();
     this.model1                = new FrontWork.Model();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.reoGridView1          = new FrontWork.ReoGridView();
     this.panelSearchWidget     = new System.Windows.Forms.Panel();
     this.basicView1            = new FrontWork.BasicView();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.toolStripTop          = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter  = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 503);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 12, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(974, 26);
     this.statusStrip1.TabIndex = 19;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 21);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(32, 21);
     this.labelStatus.Text = "退货";
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelPager.Controls.Add(this.toolStrip1);
     this.panelPager.Controls.Add(this.synchronizer);
     this.panelPager.Controls.Add(this.model1);
     this.panelPager.Controls.Add(this.configuration1);
     this.panelPager.Controls.Add(this.reoGridView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 152);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(974, 325);
     this.panelPager.TabIndex = 8;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(876, 98);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = null;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(175, 144);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 477);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(974, 26);
     this.pagerView1.TabIndex  = 14;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(526, 14);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(104, 14);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormAddStockRecord",
         "SupplyMethodListener",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(308, 14);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(157, 156);
     this.model1.TabIndex       = 2;
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(595, 265);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 21;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // reoGridView1
     //
     this.reoGridView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(974, 325);
     this.reoGridView1.TabIndex      = 0;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panelSearchWidget.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location  = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin    = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name      = "panelSearchWidget";
     this.panelSearchWidget.Size      = new System.Drawing.Size(974, 1);
     this.panelSearchWidget.TabIndex  = 12;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 28);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(974, 124);
     this.basicView1.TabIndex      = 13;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 0F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 124F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(974, 529);
     this.tableLayoutPanel1.TabIndex = 23;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.Font             = new System.Drawing.Font("微软雅黑", 10F);
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripSeparator1
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 0);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(974, 28);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(61, 25);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(61, 25);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click_1);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(89, 25);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
     //
     // FormAddStockRecord
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(974, 529);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font          = new System.Drawing.Font("宋体", 10F);
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "FormAddStockRecord";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "校正库存";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormReturnSupply_FormClosed);
     this.Load         += new System.EventHandler(this.FormAddStockRecord_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.panelPager.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSettlementNoteItem));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair3 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAlter = new System.Windows.Forms.ToolStripButton();
     this.toolStripTop         = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1     = new System.Windows.Forms.ToolStripButton();
     this.basicView1           = new FrontWork.BasicView();
     this.configuration1       = new FrontWork.Configuration();
     this.model1     = new FrontWork.ModelBox();
     this.pagerView1 = new FrontWork.PagerView();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.searchView1           = new FrontWork.SearchView();
     this.synchronizer          = new FrontWork.JsonRESTSynchronizer();
     this.reoGridView1          = new FrontWork.ReoGridView();
     this.panelSearchWidget     = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.panelPager            = new System.Windows.Forms.Panel();
     this.buttonPreview         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripTop.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(991, 556);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 23;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(93, 27);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAlter,
         this.toolStripSeparator3,
         this.toolStripButton1,
         this.toolStripSeparator1,
         this.buttonPreview
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 34);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(1064, 30);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(138, 27);
     this.toolStripButton1.Text   = "供货商条目确认";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 64);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(4);
     this.basicView1.Size          = new System.Drawing.Size(1064, 105);
     this.basicView1.TabIndex      = 13;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(112, 49);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormSettlementNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormSettlementNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode = "default1";
     modeMethodListenerNamesPair3.MethodListenerNames = new string[] {
         "FormSettlementNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair3.Mode   = "default2";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2,
         modeMethodListenerNamesPair3
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.CurrentModelName      = "default";
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(416, 64);
     this.model1.Margin         = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(179, 178);
     this.model1.TabIndex       = 6;
     this.model1.Visible        = false;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(3, 467);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(1058, 34);
     this.pagerView1.TabIndex  = 14;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(895, 36);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(136, 205);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(1064, 34);
     this.searchView1.TabIndex      = 0;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(632, 49);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // reoGridView1
     //
     this.reoGridView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(1064, 296);
     this.reoGridView1.TabIndex      = 0;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(1064, 34);
     this.panelSearchWidget.TabIndex = 12;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(4);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 105F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1064, 528);
     this.tableLayoutPanel1.TabIndex = 24;
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 503);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(1064, 25);
     this.statusStrip1.TabIndex = 19;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 20);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(114, 20);
     this.labelStatus.Text = "结算单条目信息";
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.model1);
     this.panelPager.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelPager.Controls.Add(this.synchronizer);
     this.panelPager.Controls.Add(this.configuration1);
     this.panelPager.Controls.Add(this.reoGridView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 169);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(1064, 296);
     this.panelPager.TabIndex = 8;
     //
     // buttonPreview
     //
     this.buttonPreview.Image = ((System.Drawing.Image)(resources.GetObject("buttonPreview.Image")));
     this.buttonPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonPreview.Name        = "buttonPreview";
     this.buttonPreview.Size        = new System.Drawing.Size(159, 27);
     this.buttonPreview.Text        = "结算详情导出/打印";
     this.buttonPreview.ToolTipText = "结算详情导出/打印";
     this.buttonPreview.Click      += new System.EventHandler(this.buttonPreview_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(15, 28);
     //
     // FormSettlementNoteItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1064, 528);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin      = new System.Windows.Forms.Padding(4);
     this.Name        = "FormSettlementNoteItem";
     this.Text        = "结算单条目信息";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormPutAwayClosed);
     this.Load       += new System.EventHandler(this.FormSettlementNoteItem_Load);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.panelSearchWidget.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAccountTitle));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.synchronizer   = new FrontWork.JsonRESTSynchronizer();
     this.configuration1 = new FrontWork.Configuration();
     this.model1         = new FrontWork.Model();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1            = new FrontWork.PagerView();
     this.searchView1           = new FrontWork.SearchView();
     this.basicView1            = new FrontWork.BasicView();
     this.labelStatus           = new System.Windows.Forms.ToolStripLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.panelPager            = new System.Windows.Forms.Panel();
     this.toolStripTop          = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter  = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.panelSearchWidget     = new System.Windows.Forms.Panel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.reoGridView1      = new FrontWork.ReoGridView();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(392, 54);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 10;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(28, 65);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormAccountTitle",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 6;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(200, 37);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(109, 116);
     this.model1.TabIndex       = 7;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(780, 125);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(105, 98);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 9;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 0);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(773, 30);
     this.pagerView1.TabIndex  = 16;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(773, 25);
     this.searchView1.TabIndex      = 2;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Size          = new System.Drawing.Size(773, 76);
     this.basicView1.TabIndex      = 16;
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 22);
     this.labelStatus.Text = "科目信息";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 22);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.panelPager, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 3);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 76F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(773, 325);
     this.tableLayoutPanel2.TabIndex = 10;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor        = System.Drawing.SystemColors.Control;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 300);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(773, 25);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // panelPager
     //
     this.panelPager.Controls.Add(this.pagerView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 270);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(773, 30);
     this.panelPager.TabIndex = 5;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripSeparator3
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 25);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(773, 25);
     this.toolStripTop.TabIndex = 2;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 22);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 22);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 22);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(773, 25);
     this.panelSearchWidget.TabIndex = 6;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.basicView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 50);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(773, 76);
     this.panel1.TabIndex = 7;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.synchronizer);
     this.panel2.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel2.Controls.Add(this.model1);
     this.panel2.Controls.Add(this.configuration1);
     this.panel2.Controls.Add(this.reoGridView1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 126);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(773, 144);
     this.panel2.TabIndex = 8;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(773, 144);
     this.reoGridView1.TabIndex      = 2;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(773, 325);
     this.tableLayoutPanel1.TabIndex = 9;
     //
     // FormAccountTitle
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(773, 325);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "FormAccountTitle";
     this.Text  = "FormAccountTitle";
     this.Load += new System.EventHandler(this.FormAccountTitle_Load);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.panelSearchWidget.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1       = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1 = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayNoteItem));
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair3 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair4 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair5 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair6 = new FrontWork.ModeMethodListenerNamesPair();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panelSearchWidget           = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1               = new FrontWork.PagerView();
     this.searchView1              = new FrontWork.SearchView();
     this.configuration1           = new FrontWork.Configuration();
     this.synchronizer             = new FrontWork.JsonRESTSynchronizer();
     this.model1                   = new FrontWork.Model();
     this.toolStrip1               = new System.Windows.Forms.ToolStrip();
     this.panelPager               = new System.Windows.Forms.Panel();
     this.tableLayoutPanel3        = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel5        = new System.Windows.Forms.TableLayoutPanel();
     this.reoGridView1             = new FrontWork.ReoGridView();
     this.basicView1               = new FrontWork.BasicView();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.toolStripTop             = new System.Windows.Forms.ToolStrip();
     this.ButtonAllPerson          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAdd       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter     = new System.Windows.Forms.ToolStripButton();
     this.tableLayoutPanel2        = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel4        = new System.Windows.Forms.TableLayoutPanel();
     this.buttonCalculateAllTax    = new System.Windows.Forms.Button();
     this.buttonCclcultateItemsTax = new System.Windows.Forms.Button();
     this.statusStrip1.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 400);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 10, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(956, 22);
     this.statusStrip1.TabIndex = 25;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 17);
     this.labelStatus.Text = "薪金项目";
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelSearchWidget.Controls.Add(this.configuration1);
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Controls.Add(this.model1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(956, 25);
     this.panelSearchWidget.TabIndex = 12;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(735, -13);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(39, 38);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(2, 375);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(952, 26);
     this.pagerView1.TabIndex = 14;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(956, 25);
     this.searchView1.TabIndex      = 0;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(644, -28);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormPayNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormPayNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode = "pay";
     modeMethodListenerNamesPair3.MethodListenerNames = new string[] {
         "FormPayNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair3.Mode = "payed";
     modeMethodListenerNamesPair4.MethodListenerNames = new string[] {
         "FormPayNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair4.Mode = "add";
     modeMethodListenerNamesPair5.MethodListenerNames = new string[] {
         "FormPayNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair5.Mode = "calculate";
     modeMethodListenerNamesPair6.MethodListenerNames = new string[] {
         "FormPayNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair6.Mode   = "pre-pay";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2,
         modeMethodListenerNamesPair3,
         modeMethodListenerNamesPair4,
         modeMethodListenerNamesPair5,
         modeMethodListenerNamesPair6
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(0, 403);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 19);
     this.synchronizer.TabIndex      = 3;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(680, -28);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(51, 73);
     this.model1.TabIndex       = 2;
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(712, 621);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 24;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.tableLayoutPanel3);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 173);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(956, 200);
     this.panelPager.TabIndex = 8;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 191F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.reoGridView1, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(956, 200);
     this.tableLayoutPanel3.TabIndex = 16;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel5.ColumnCount = 3;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Font     = new System.Drawing.Font("黑体", 10F);
     this.tableLayoutPanel5.Location = new System.Drawing.Point(765, 0);
     this.tableLayoutPanel5.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel5.Name     = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 3;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size     = new System.Drawing.Size(191, 200);
     this.tableLayoutPanel5.TabIndex = 5;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(2, 2);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(761, 196);
     this.reoGridView1.TabIndex      = 0;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(763, 120);
     this.basicView1.TabIndex      = 13;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.synchronizer, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 126F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(956, 422);
     this.tableLayoutPanel1.TabIndex = 26;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ButtonAllPerson,
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 25);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(956, 22);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // ButtonAllPerson
     //
     this.ButtonAllPerson.Image = ((System.Drawing.Image)(resources.GetObject("ButtonAllPerson.Image")));
     this.ButtonAllPerson.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonAllPerson.Name    = "ButtonAllPerson";
     this.ButtonAllPerson.Size    = new System.Drawing.Size(104, 19);
     this.ButtonAllPerson.Text    = "添加所有人员";
     this.ButtonAllPerson.Visible = false;
     this.ButtonAllPerson.Click  += new System.EventHandler(this.ButtonRefresh_Click);
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 19);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 19);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 19);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 187F));
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.basicView1, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 50);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(950, 120);
     this.tableLayoutPanel2.TabIndex = 15;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel4.ColumnCount = 3;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.buttonCalculateAllTax, 1, 2);
     this.tableLayoutPanel4.Controls.Add(this.buttonCclcultateItemsTax, 1, 1);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Font     = new System.Drawing.Font("黑体", 10F);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(763, 0);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 4;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(187, 120);
     this.tableLayoutPanel4.TabIndex = 14;
     //
     // buttonCalculateAllTax
     //
     this.buttonCalculateAllTax.BackColor             = System.Drawing.Color.White;
     this.buttonCalculateAllTax.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonB2_s;
     this.buttonCalculateAllTax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonCalculateAllTax.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonCalculateAllTax.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.buttonCalculateAllTax.FlatAppearance.BorderSize  = 0;
     this.buttonCalculateAllTax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCalculateAllTax.Location  = new System.Drawing.Point(21, 63);
     this.buttonCalculateAllTax.Name      = "buttonCalculateAllTax";
     this.buttonCalculateAllTax.Size      = new System.Drawing.Size(144, 48);
     this.buttonCalculateAllTax.TabIndex  = 2;
     this.buttonCalculateAllTax.Text      = "计算整单税费";
     this.buttonCalculateAllTax.UseVisualStyleBackColor = false;
     this.buttonCalculateAllTax.Click += new System.EventHandler(this.buttonCalculateAllTax_Click);
     //
     // buttonCclcultateItemsTax
     //
     this.buttonCclcultateItemsTax.BackColor             = System.Drawing.Color.White;
     this.buttonCclcultateItemsTax.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonB2_s;
     this.buttonCclcultateItemsTax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonCclcultateItemsTax.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonCclcultateItemsTax.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.buttonCclcultateItemsTax.FlatAppearance.BorderSize  = 0;
     this.buttonCclcultateItemsTax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCclcultateItemsTax.Location  = new System.Drawing.Point(21, 9);
     this.buttonCclcultateItemsTax.Name      = "buttonCclcultateItemsTax";
     this.buttonCclcultateItemsTax.Size      = new System.Drawing.Size(144, 48);
     this.buttonCclcultateItemsTax.TabIndex  = 3;
     this.buttonCclcultateItemsTax.Text      = "计算选中条目税费";
     this.buttonCclcultateItemsTax.UseVisualStyleBackColor = false;
     this.buttonCclcultateItemsTax.Click += new System.EventHandler(this.ButtonCalculateItemsTax_Click);
     //
     // FormPayNoteItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(956, 422);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name        = "FormPayNoteItem";
     this.Text        = "薪金发放单条目";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormPayNoteItem_FormClosed);
     this.Load       += new System.EventHandler(this.FormPayNoteItem_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panelSearchWidget.ResumeLayout(false);
     this.panelPager.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPackageItem));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.basicView1     = new FrontWork.BasicView();
     this.configuration1 = new FrontWork.Configuration();
     this.model          = new FrontWork.Model();
     this.synchronizer   = new FrontWork.JsonRESTSynchronizer();
     this.searchView1    = new FrontWork.SearchView();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1            = new FrontWork.PagerView();
     this.panel1                = new System.Windows.Forms.Panel();
     this.reoGridView1          = new FrontWork.ReoGridView();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.toolStripTop          = new System.Windows.Forms.ToolStrip();
     this.buttonAdd             = new System.Windows.Forms.ToolStripButton();
     this.buttonDelete          = new System.Windows.Forms.ToolStripButton();
     this.buttonSave            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lableStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 50);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(7, 7, 7, 0);
     this.basicView1.Size          = new System.Drawing.Size(1057, 105);
     this.basicView1.TabIndex      = 14;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(73, 72);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormPackageItemMethodListener",
         "FormPackageItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 5;
     //
     // model
     //
     this.model.AllSelectionRanges    = new FrontWork.Range[0];
     this.model.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model.Configuration         = this.configuration1;
     this.model.Font           = new System.Drawing.Font("宋体", 10F);
     this.model.Location       = new System.Drawing.Point(261, 72);
     this.model.Mode           = "default";
     this.model.Name           = "model";
     this.model.SelectionRange = null;
     this.model.Size           = new System.Drawing.Size(210, 195);
     this.model.TabIndex       = 2;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(463, 62);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(1057, 25);
     this.searchView1.TabIndex      = 15;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(654, 52);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(0);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(224, 205);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(0, 434);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(1057, 35);
     this.pagerView1.TabIndex = 12;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.configuration1);
     this.panel1.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel1.Controls.Add(this.synchronizer);
     this.panel1.Controls.Add(this.model);
     this.panel1.Controls.Add(this.reoGridView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 155);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1057, 279);
     this.panel1.TabIndex = 13;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(1057, 279);
     this.reoGridView1.TabIndex      = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.searchView1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(6, 3, 6, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 105F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1057, 494);
     this.tableLayoutPanel1.TabIndex = 7;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonAdd,
         this.buttonDelete,
         this.buttonSave,
         this.toolStripSeparator3
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 25);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Padding  = new System.Windows.Forms.Padding(0, 0, 2, 0);
     this.toolStripTop.Size     = new System.Drawing.Size(1057, 25);
     this.toolStripTop.TabIndex = 3;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // buttonAdd
     //
     this.buttonAdd.Image = ((System.Drawing.Image)(resources.GetObject("buttonAdd.Image")));
     this.buttonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonAdd.Name   = "buttonAdd";
     this.buttonAdd.Size   = new System.Drawing.Size(56, 22);
     this.buttonAdd.Text   = "添加";
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonDelete
     //
     this.buttonDelete.Image = ((System.Drawing.Image)(resources.GetObject("buttonDelete.Image")));
     this.buttonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonDelete.Name   = "buttonDelete";
     this.buttonDelete.Size   = new System.Drawing.Size(56, 22);
     this.buttonDelete.Text   = "删除";
     this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
     //
     // buttonSave
     //
     this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonSave.Name   = "buttonSave";
     this.buttonSave.Size   = new System.Drawing.Size(80, 22);
     this.buttonSave.Text   = "保存修改";
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(10, 28);
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor        = System.Drawing.SystemColors.Control;
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.lableStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 469);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(2, 0, 19, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(1057, 25);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 20);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // lableStatus
     //
     this.lableStatus.Name = "lableStatus";
     this.lableStatus.Size = new System.Drawing.Size(104, 20);
     this.lableStatus.Text = "发货套餐条目信息";
     //
     // FormPackageItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1057, 494);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font          = new System.Drawing.Font("宋体", 10F);
     this.Name          = "FormPackageItem";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "发货套餐条目信息";
     this.Load         += new System.EventHandler(this.FormPackageItem_Load);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPutAwayNote));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.lableStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.toolStripTop          = new System.Windows.Forms.ToolStrip();
     this.buttonItems           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.buttonAdd             = new System.Windows.Forms.ToolStripButton();
     this.buttonDelete          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.buttonAutoPutAway     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5   = new System.Windows.Forms.ToolStripSeparator();
     this.buttonPreview         = new System.Windows.Forms.ToolStripButton();
     this.searchView1           = new FrontWork.SearchView();
     this.configuration1        = new FrontWork.Configuration();
     this.pagerView1            = new FrontWork.PagerView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.synchronizer = new FrontWork.JsonRESTSynchronizer();
     this.model1       = new FrontWork.Model();
     this.reoGridView1 = new FrontWork.ReoGridView();
     this.basicView1   = new FrontWork.BasicView();
     this.statusStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lableStatus
     //
     this.lableStatus.Name = "lableStatus";
     this.lableStatus.Size = new System.Drawing.Size(69, 20);
     this.lableStatus.Text = "到货管理";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 20);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.lableStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 435);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 9, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(1259, 25);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.searchView1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 81F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1259, 460);
     this.tableLayoutPanel1.TabIndex = 6;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonItems,
         this.toolStripSeparator2,
         this.buttonAdd,
         this.buttonDelete,
         this.toolStripButton1,
         this.toolStripSeparator1,
         this.buttonAutoPutAway,
         this.toolStripSeparator5,
         this.buttonPreview
     });
     this.toolStripTop.Location     = new System.Drawing.Point(0, 31);
     this.toolStripTop.Name         = "toolStripTop";
     this.toolStripTop.Size         = new System.Drawing.Size(1259, 24);
     this.toolStripTop.TabIndex     = 3;
     this.toolStripTop.Text         = "toolStrip1";
     this.toolStripTop.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripTop_ItemClicked);
     //
     // buttonItems
     //
     this.buttonItems.Image = global::WMS.UI.Properties.Resources.find;
     this.buttonItems.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonItems.Name        = "buttonItems";
     this.buttonItems.Size        = new System.Drawing.Size(123, 21);
     this.buttonItems.Text        = "查看物料条目";
     this.buttonItems.ToolTipText = "查看零件条目";
     this.buttonItems.Click      += new System.EventHandler(this.buttonItems_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AutoSize = false;
     this.toolStripSeparator2.Name     = "toolStripSeparator2";
     this.toolStripSeparator2.Size     = new System.Drawing.Size(10, 28);
     //
     // buttonAdd
     //
     this.buttonAdd.Image = ((System.Drawing.Image)(resources.GetObject("buttonAdd.Image")));
     this.buttonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonAdd.Name   = "buttonAdd";
     this.buttonAdd.Size   = new System.Drawing.Size(63, 21);
     this.buttonAdd.Text   = "添加";
     this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
     //
     // buttonDelete
     //
     this.buttonDelete.Image = ((System.Drawing.Image)(resources.GetObject("buttonDelete.Image")));
     this.buttonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonDelete.Name   = "buttonDelete";
     this.buttonDelete.Size   = new System.Drawing.Size(63, 21);
     this.buttonDelete.Text   = "删除";
     this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(93, 21);
     this.toolStripButton1.Text   = "保存修改";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 24);
     //
     // buttonAutoPutAway
     //
     this.buttonAutoPutAway.Image = ((System.Drawing.Image)(resources.GetObject("buttonAutoPutAway.Image")));
     this.buttonAutoPutAway.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonAutoPutAway.Name   = "buttonAutoPutAway";
     this.buttonAutoPutAway.Size   = new System.Drawing.Size(138, 21);
     this.buttonAutoPutAway.Text   = "自动生成上架单";
     this.buttonAutoPutAway.Click += new System.EventHandler(this.buttonAutoPutAway_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.AutoSize = false;
     this.toolStripSeparator5.Name     = "toolStripSeparator5";
     this.toolStripSeparator5.Size     = new System.Drawing.Size(10, 28);
     //
     // buttonPreview
     //
     this.buttonPreview.Image = ((System.Drawing.Image)(resources.GetObject("buttonPreview.Image")));
     this.buttonPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonPreview.Name   = "buttonPreview";
     this.buttonPreview.Size   = new System.Drawing.Size(99, 21);
     this.buttonPreview.Text   = "导出/打印";
     this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click);
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(1259, 31);
     this.searchView1.TabIndex      = 11;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(3, 102);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormPutAwayNote",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormPutAwayNote",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode   = "supplier-not-editable";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(240, 225);
     this.configuration1.TabIndex = 1;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(1, 398);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(1);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(1257, 36);
     this.pagerView1.TabIndex = 12;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel1.Controls.Add(this.synchronizer);
     this.panel1.Controls.Add(this.model1);
     this.panel1.Controls.Add(this.configuration1);
     this.panel1.Controls.Add(this.reoGridView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 136);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1259, 261);
     this.panel1.TabIndex = 13;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(485, 102);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(141, 158);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(320, 102);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(240, 225);
     this.synchronizer.TabIndex      = 3;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font                   = new System.Drawing.Font("宋体", 10F);
     this.model1.Location               = new System.Drawing.Point(169, 102);
     this.model1.Margin                 = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.model1.Mode                   = "default";
     this.model1.Name                   = "model1";
     this.model1.SelectionRange         = null;
     this.model1.Size                   = new System.Drawing.Size(180, 180);
     this.model1.TabIndex               = 2;
     this.model1.Refreshed             += new System.EventHandler <FrontWork.ModelRefreshedEventArgs>(this.model1_Refreshed);
     this.model1.SelectionRangeChanged += new System.EventHandler <FrontWork.ModelSelectionRangeChangedEventArgs>(this.model1_SelectionRangeChanged);
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(1259, 261);
     this.reoGridView1.TabIndex      = 0;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 55);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.basicView1.Size          = new System.Drawing.Size(1259, 81);
     this.basicView1.TabIndex      = 14;
     //
     // FormPutAwayNote
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1259, 460);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name          = "FormPutAwayNote";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "上架单";
     this.Load         += new System.EventHandler(this.FormWarehouseEntry_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDestination));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair4 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType2           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType2     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType2         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.jsonRESTSynchronizer1 = new FrontWork.JsonRESTSynchronizer();
     this.configuration1        = new FrontWork.Configuration();
     this.model1                      = new FrontWork.Model();
     this.toolStripTop                = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter        = new System.Windows.Forms.ToolStripButton();
     this.searchViewJsonRESTAdapter1  = new FrontWork.SearchViewJsonRESTAdapter();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1                  = new FrontWork.PagerView();
     this.searchView1                 = new FrontWork.SearchView();
     this.toolStrip1                  = new System.Windows.Forms.ToolStrip();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripLabel();
     this.labelStatus                 = new System.Windows.Forms.ToolStripLabel();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.basicView1                  = new FrontWork.BasicView();
     this.toolStripTop.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // jsonRESTSynchronizer1
     //
     this.jsonRESTSynchronizer1.Configuration = this.configuration1;
     this.jsonRESTSynchronizer1.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.jsonRESTSynchronizer1.Location      = new System.Drawing.Point(252, 103);
     this.jsonRESTSynchronizer1.Margin        = new System.Windows.Forms.Padding(0);
     this.jsonRESTSynchronizer1.Mode          = "default";
     this.jsonRESTSynchronizer1.Model         = this.model1;
     this.jsonRESTSynchronizer1.Name          = "jsonRESTSynchronizer1";
     this.jsonRESTSynchronizer1.Size          = new System.Drawing.Size(180, 180);
     this.jsonRESTSynchronizer1.TabIndex      = 3;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(1409, -247);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair4.MethodListenerNames = new string[] {
         "FormPerson"
     };
     modeMethodListenerNamesPair4.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair4
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(81, 149);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(121, 134);
     this.model1.TabIndex       = 2;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 25);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(682, 20);
     this.toolStripTop.TabIndex = 5;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 17);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 17);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 17);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // searchViewJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                      = "key";
     orderParamNamesType1.Order                    = "order";
     apiParamNamesType1.OrderParamNames            = orderParamNamesType1;
     this.searchViewJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.searchViewJsonRESTAdapter1.Location      = new System.Drawing.Point(-22, -89);
     this.searchViewJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchViewJsonRESTAdapter1.Name          = "searchViewJsonRESTAdapter1";
     this.searchViewJsonRESTAdapter1.SearchView    = null;
     this.searchViewJsonRESTAdapter1.Size          = new System.Drawing.Size(90, 90);
     this.searchViewJsonRESTAdapter1.Synchronizer  = null;
     this.searchViewJsonRESTAdapter1.TabIndex      = 5;
     this.searchViewJsonRESTAdapter1.Visible       = false;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType2.Key           = "key";
     conditionFieldNamesType2.Relation      = "relation";
     conditionFieldNamesType2.Values        = "values";
     apiParamNamesType2.ConditionParamNames = conditionFieldNamesType2;
     orderParamNamesType2.Key                       = "key";
     orderParamNamesType2.Order                     = "order";
     apiParamNamesType2.OrderParamNames             = orderParamNamesType2;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType2;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(470, 130);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(121, 134);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.jsonRESTSynchronizer1;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(1, 506);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(1);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(680, 23);
     this.pagerView1.TabIndex = 12;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(682, 25);
     this.searchView1.TabIndex      = 14;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 505);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(682, 25);
     this.toolStrip1.TabIndex = 13;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 22);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 22);
     this.labelStatus.Text = "人员信息";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.searchViewJsonRESTAdapter1);
     this.panel1.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel1.Controls.Add(this.jsonRESTSynchronizer1);
     this.panel1.Controls.Add(this.model1);
     this.panel1.Controls.Add(this.configuration1);
     this.panel1.Controls.Add(this.reoGridView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 77);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(682, 428);
     this.panel1.TabIndex = 13;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(682, 428);
     this.reoGridView1.TabIndex      = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.searchView1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(682, 530);
     this.tableLayoutPanel1.TabIndex = 14;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 45);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(2);
     this.basicView1.Size          = new System.Drawing.Size(682, 32);
     this.basicView1.TabIndex      = 15;
     //
     // FormDestination
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(682, 530);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "FormDestination";
     this.Text  = "FormDestination";
     this.Load += new System.EventHandler(this.FormDestination_Load);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayNote));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair3 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.panelSearchWidget           = new System.Windows.Forms.Panel();
     this.searchView1                 = new FrontWork.SearchView();
     this.configuration1              = new FrontWork.Configuration();
     this.panelPager                  = new System.Windows.Forms.Panel();
     this.tableLayoutPanel3           = new System.Windows.Forms.TableLayoutPanel();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.model1                      = new FrontWork.Model();
     this.toolStripTop                = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1            = new System.Windows.Forms.ToolStripButton();
     this.buttonItems                 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAdd          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter        = new System.Windows.Forms.ToolStripButton();
     this.pagerView1                  = new FrontWork.PagerView();
     this.tableLayoutPanel2           = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel4           = new System.Windows.Forms.TableLayoutPanel();
     this.buttonAccountRealPay        = new System.Windows.Forms.Button();
     this.basicView1                  = new FrontWork.BasicView();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.toolStrip1                  = new System.Windows.Forms.ToolStrip();
     this.labelStatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.tableLayoutPanel1.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.configuration1, 0, 5);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 139F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(822, 349);
     this.tableLayoutPanel1.TabIndex = 23;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(822, 25);
     this.panelSearchWidget.TabIndex = 12;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(822, 25);
     this.searchView1.TabIndex      = 0;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(2, 332);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormPayNote",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormPayNote",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode = "creat";
     modeMethodListenerNamesPair3.MethodListenerNames = new string[] {
         "FormPayNote",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair3.Mode   = "payed";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2,
         modeMethodListenerNamesPair3
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 15);
     this.configuration1.TabIndex = 1;
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.tableLayoutPanel3);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 186);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(822, 114);
     this.panelPager.TabIndex = 8;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 74.45255F));
     this.tableLayoutPanel3.Controls.Add(this.reoGridView1, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(822, 114);
     this.tableLayoutPanel3.TabIndex = 5;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(2, 2);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(818, 110);
     this.reoGridView1.TabIndex      = 0;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(635, 354);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(49, 15);
     this.model1.TabIndex       = 2;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.buttonItems,
         this.toolStripSeparator1,
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 25);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(822, 22);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Size        = new System.Drawing.Size(116, 19);
     this.toolStripButton1.Text        = "查看薪资单条目";
     this.toolStripButton1.ToolTipText = "查看零件条目";
     this.toolStripButton1.Click      += new System.EventHandler(this.toolStripButton1_Click);
     //
     // buttonItems
     //
     this.buttonItems.Image = global::WMS.UI.Properties.Resources.find;
     this.buttonItems.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonItems.Name        = "buttonItems";
     this.buttonItems.Size        = new System.Drawing.Size(104, 19);
     this.buttonItems.Text        = "查看税务条目";
     this.buttonItems.ToolTipText = "查看零件条目";
     this.buttonItems.Visible     = false;
     this.buttonItems.Click      += new System.EventHandler(this.buttonItems_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 22);
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 19);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 19);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 19);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(2, 302);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(818, 26);
     this.pagerView1.TabIndex = 14;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.12255F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.87745F));
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.basicView1, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 50);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(816, 133);
     this.tableLayoutPanel2.TabIndex = 15;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel4.ColumnCount = 3;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.buttonAccountRealPay, 1, 1);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Font     = new System.Drawing.Font("黑体", 10F);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(613, 0);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 3;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 67F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(203, 133);
     this.tableLayoutPanel4.TabIndex = 14;
     //
     // buttonAccountRealPay
     //
     this.buttonAccountRealPay.BackColor             = System.Drawing.Color.White;
     this.buttonAccountRealPay.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonB2_s;
     this.buttonAccountRealPay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonAccountRealPay.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonAccountRealPay.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.buttonAccountRealPay.FlatAppearance.BorderSize  = 0;
     this.buttonAccountRealPay.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAccountRealPay.Location  = new System.Drawing.Point(29, 34);
     this.buttonAccountRealPay.Name      = "buttonAccountRealPay";
     this.buttonAccountRealPay.Size      = new System.Drawing.Size(144, 61);
     this.buttonAccountRealPay.TabIndex  = 2;
     this.buttonAccountRealPay.Text      = "同步到总账";
     this.buttonAccountRealPay.UseVisualStyleBackColor = false;
     this.buttonAccountRealPay.Click += new System.EventHandler(this.buttonAccountRealPay_Click);
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(613, 133);
     this.basicView1.TabIndex      = 13;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(112, 251);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(85, 57);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(262, 330);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(654, 449);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 21;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 17);
     this.labelStatus.Text = "薪金项目";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 349);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 10, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(822, 22);
     this.statusStrip1.TabIndex = 22;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // FormPayNote
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(822, 371);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.model1);
     this.Controls.Add(this.synchronizer);
     this.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Name  = "FormPayNote";
     this.Text  = "薪资发放单";
     this.Load += new System.EventHandler(this.FormPayNote_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.panelSearchWidget.ResumeLayout(false);
     this.panelPager.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSelectTax));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType2           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType2     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType2         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.basicView1                  = new FrontWork.BasicView();
     this.configuration1              = new FrontWork.Configuration();
     this.model1                      = new FrontWork.Model();
     this.printDocument1              = new System.Drawing.Printing.PrintDocument();
     this.tableLayoutPanel2           = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.tableLayoutPanel3           = new System.Windows.Forms.TableLayoutPanel();
     this.searchView1                 = new FrontWork.SearchView();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.buttonADD                   = new System.Windows.Forms.Button();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1                  = new FrontWork.PagerView();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Size          = new System.Drawing.Size(549, 39);
     this.basicView1.TabIndex      = 20;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(2, 2);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormSelectPakage",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair2
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 47);
     this.configuration1.TabIndex = 17;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(201, 93);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(109, 48);
     this.model1.TabIndex       = 18;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(549, 182);
     this.tableLayoutPanel2.TabIndex = 12;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.basicView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(549, 39);
     this.panel1.TabIndex = 7;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.searchView1, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.panel2, 1, 1);
     this.tableLayoutPanel3.Controls.Add(this.configuration1, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.synchronizer, 2, 2);
     this.tableLayoutPanel3.Controls.Add(this.pagerSearchJsonRESTAdapter1, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.pagerView1, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.model1, 1, 2);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 39);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 3;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(549, 143);
     this.tableLayoutPanel3.TabIndex = 8;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Location      = new System.Drawing.Point(201, 2);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(146, 32);
     this.searchView1.TabIndex      = 21;
     this.searchView1.Visible       = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonADD);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(199, 51);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(150, 40);
     this.panel2.TabIndex = 0;
     //
     // buttonADD
     //
     this.buttonADD.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonADD.BackgroundImage")));
     this.buttonADD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonADD.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonADD.FlatAppearance.BorderSize = 0;
     this.buttonADD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonADD.Font      = new System.Drawing.Font("微软雅黑", 10F);
     this.buttonADD.Location  = new System.Drawing.Point(0, 0);
     this.buttonADD.Margin    = new System.Windows.Forms.Padding(4);
     this.buttonADD.Name      = "buttonADD";
     this.buttonADD.Size      = new System.Drawing.Size(150, 40);
     this.buttonADD.TabIndex  = 11;
     this.buttonADD.Text      = "确认选择";
     this.buttonADD.UseVisualStyleBackColor = true;
     this.buttonADD.Click += new System.EventHandler(this.buttonADD_Click);
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(349, 91);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 52);
     this.synchronizer.TabIndex      = 22;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType2.Key           = "key";
     conditionFieldNamesType2.Relation      = "relation";
     conditionFieldNamesType2.Values        = "values";
     apiParamNamesType2.ConditionParamNames = conditionFieldNamesType2;
     orderParamNamesType2.Key                       = "key";
     orderParamNamesType2.Order                     = "order";
     apiParamNamesType2.OrderParamNames             = orderParamNamesType2;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType2;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(2, 93);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(90, 48);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 21;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Location  = new System.Drawing.Point(349, 0);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(117, 10);
     this.pagerView1.TabIndex  = 23;
     this.pagerView1.Visible   = false;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(549, 182);
     this.tableLayoutPanel1.TabIndex = 11;
     //
     // FormSelectTax
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(549, 182);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "FormSelectTax";
     this.Text = "选择税务";
     this.tableLayoutPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager  resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWarehouseEntryInspect));
     FrontWork.ModeMethodListenerNamesPair           modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair           modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.JsonRESTSynchronizer.FieldMappingItem fieldMappingItem1            = new FrontWork.JsonRESTSynchronizer.FieldMappingItem();
     FrontWork.JsonRESTSynchronizer.FieldMappingItem fieldMappingItem2            = new FrontWork.JsonRESTSynchronizer.FieldMappingItem();
     FrontWork.JsonRESTSynchronizer.FieldMappingItem fieldMappingItem3            = new FrontWork.JsonRESTSynchronizer.FieldMappingItem();
     FrontWork.JsonRESTSynchronizer.FieldMappingItem fieldMappingItem4            = new FrontWork.JsonRESTSynchronizer.FieldMappingItem();
     FrontWork.JsonRESTSynchronizer.FieldMappingItem fieldMappingItem5            = new FrontWork.JsonRESTSynchronizer.FieldMappingItem();
     this.tableLayoutPanel1               = new System.Windows.Forms.TableLayoutPanel();
     this.tabView1                        = new FrontWork.TabView();
     this.modelBoxInspectionNoteItems     = new FrontWork.ModelBox();
     this.configurationInspectionNoteItem = new FrontWork.Configuration();
     this.panel1 = new System.Windows.Forms.Panel();
     this.configurationInspectionNote = new FrontWork.Configuration();
     this.modelInspectionNotes        = new FrontWork.Model();
     this.synchronizer      = new FrontWork.JsonRESTSynchronizer();
     this.reoGridView1      = new FrontWork.ReoGridView();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.buttonOK          = new System.Windows.Forms.Button();
     this.panel2            = new System.Windows.Forms.Panel();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.basicView1        = new FrontWork.BasicView();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.basicView2        = new FrontWork.BasicView();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tabView1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(874, 529);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // tabView1
     //
     this.tabView1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tabView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tabView1.Font      = new System.Drawing.Font("宋体", 10F);
     this.tabView1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.tabView1.Location  = new System.Drawing.Point(0, 0);
     this.tabView1.Margin    = new System.Windows.Forms.Padding(0);
     this.tabView1.ModelBox  = this.modelBoxInspectionNoteItems;
     this.tabView1.Name      = "tabView1";
     this.tabView1.Size      = new System.Drawing.Size(874, 25);
     this.tabView1.TabIndex  = 0;
     //
     // modelBoxInspectionNoteItems
     //
     this.modelBoxInspectionNoteItems.AllSelectionRanges    = new FrontWork.Range[0];
     this.modelBoxInspectionNoteItems.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.modelBoxInspectionNoteItems.Configuration         = this.configurationInspectionNoteItem;
     this.modelBoxInspectionNoteItems.CurrentModelName      = "default";
     this.modelBoxInspectionNoteItems.Font           = new System.Drawing.Font("宋体", 10F);
     this.modelBoxInspectionNoteItems.Location       = new System.Drawing.Point(-9, 44);
     this.modelBoxInspectionNoteItems.Margin         = new System.Windows.Forms.Padding(2);
     this.modelBoxInspectionNoteItems.Mode           = "default";
     this.modelBoxInspectionNoteItems.Name           = "modelBoxInspectionNoteItems";
     this.modelBoxInspectionNoteItems.SelectionRange = null;
     this.modelBoxInspectionNoteItems.Size           = new System.Drawing.Size(180, 180);
     this.modelBoxInspectionNoteItems.TabIndex       = 4;
     this.modelBoxInspectionNoteItems.Visible        = false;
     //
     // configurationInspectionNoteItem
     //
     this.configurationInspectionNoteItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configurationInspectionNoteItem.ConfigurationString   = resources.GetString("configurationInspectionNoteItem.ConfigurationString");
     this.configurationInspectionNoteItem.Location    = new System.Drawing.Point(187, 41);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormWarehouseEntryInspect",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     this.configurationInspectionNoteItem.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configurationInspectionNoteItem.Name     = "configurationInspectionNoteItem";
     this.configurationInspectionNoteItem.Size     = new System.Drawing.Size(180, 180);
     this.configurationInspectionNoteItem.TabIndex = 5;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.configurationInspectionNote);
     this.panel1.Controls.Add(this.modelInspectionNotes);
     this.panel1.Controls.Add(this.synchronizer);
     this.panel1.Controls.Add(this.configurationInspectionNoteItem);
     this.panel1.Controls.Add(this.modelBoxInspectionNoteItems);
     this.panel1.Controls.Add(this.reoGridView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 165);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(874, 224);
     this.panel1.TabIndex = 1;
     //
     // configurationInspectionNote
     //
     this.configurationInspectionNote.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configurationInspectionNote.ConfigurationString   = resources.GetString("configurationInspectionNote.ConfigurationString");
     this.configurationInspectionNote.Location        = new System.Drawing.Point(545, 53);
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormWarehouseEntryInspect",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode = "default";
     this.configurationInspectionNote.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair2
     };
     this.configurationInspectionNote.Name     = "configurationInspectionNote";
     this.configurationInspectionNote.Size     = new System.Drawing.Size(180, 180);
     this.configurationInspectionNote.TabIndex = 1;
     //
     // modelInspectionNotes
     //
     this.modelInspectionNotes.AllSelectionRanges    = new FrontWork.Range[0];
     this.modelInspectionNotes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.modelInspectionNotes.Configuration         = this.configurationInspectionNote;
     this.modelInspectionNotes.Font           = new System.Drawing.Font("宋体", 10F);
     this.modelInspectionNotes.Location       = new System.Drawing.Point(694, 63);
     this.modelInspectionNotes.Mode           = "default";
     this.modelInspectionNotes.Name           = "modelInspectionNotes";
     this.modelInspectionNotes.SelectionRange = null;
     this.modelInspectionNotes.Size           = new System.Drawing.Size(180, 180);
     this.modelInspectionNotes.TabIndex       = 2;
     //
     // synchronizer
     //
     this.synchronizer.Configuration  = this.configurationInspectionNoteItem;
     fieldMappingItem1.APIFieldName   = "id";
     fieldMappingItem1.ModelFieldName = "warehouseEntryItemId";
     fieldMappingItem2.APIFieldName   = "supplyDefaultInspectionAmount";
     fieldMappingItem2.ModelFieldName = "amount";
     fieldMappingItem3.APIFieldName   = "supplyDefaultInspectionUnit";
     fieldMappingItem3.ModelFieldName = "unit";
     fieldMappingItem4.APIFieldName   = "supplyDefaultInspectionUnitAmount";
     fieldMappingItem4.ModelFieldName = "unitAmount";
     fieldMappingItem5.APIFieldName   = "realAmount";
     fieldMappingItem5.ModelFieldName = "receivedAmount";
     this.synchronizer.FieldMapping   = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[] {
         fieldMappingItem1,
         fieldMappingItem2,
         fieldMappingItem3,
         fieldMappingItem4,
         fieldMappingItem5
     };
     this.synchronizer.Location = new System.Drawing.Point(362, 41);
     this.synchronizer.Margin   = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode     = "default";
     this.synchronizer.Model    = this.modelBoxInspectionNoteItems;
     this.synchronizer.Name     = "synchronizer";
     this.synchronizer.Size     = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex = 6;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configurationInspectionNoteItem;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.modelBoxInspectionNoteItems;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(874, 224);
     this.reoGridView1.TabIndex      = 3;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel2.ColumnCount = 3;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.buttonOK, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 489);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(874, 40);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // buttonOK
     //
     this.buttonOK.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.buttonOK.Font     = new System.Drawing.Font("黑体", 10F);
     this.buttonOK.Location = new System.Drawing.Point(362, 0);
     this.buttonOK.Margin   = new System.Windows.Forms.Padding(0);
     this.buttonOK.Name     = "buttonOK";
     this.buttonOK.Size     = new System.Drawing.Size(150, 35);
     this.buttonOK.TabIndex = 0;
     this.buttonOK.Text     = "确定送检";
     this.buttonOK.UseVisualStyleBackColor = true;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 389);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(874, 100);
     this.panel2.TabIndex = 3;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox1.Controls.Add(this.basicView1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font     = new System.Drawing.Font("黑体", 10F);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.groupBox1.Size     = new System.Drawing.Size(874, 100);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "送检单信息";
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configurationInspectionNote;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 19);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.modelInspectionNotes;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(6);
     this.basicView1.Size          = new System.Drawing.Size(874, 81);
     this.basicView1.TabIndex      = 0;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.groupBox2.Controls.Add(this.basicView2);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Font     = new System.Drawing.Font("黑体", 10F);
     this.groupBox2.Location = new System.Drawing.Point(0, 28);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(874, 137);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "送检物料条目";
     //
     // basicView2
     //
     this.basicView2.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView2.Configuration = this.configurationInspectionNoteItem;
     this.basicView2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView2.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView2.ItemsPerRow   = 4;
     this.basicView2.Location      = new System.Drawing.Point(3, 19);
     this.basicView2.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView2.Mode          = "default";
     this.basicView2.Model         = this.modelBoxInspectionNoteItems;
     this.basicView2.Name          = "basicView2";
     this.basicView2.Size          = new System.Drawing.Size(868, 115);
     this.basicView2.TabIndex      = 4;
     //
     // FormWarehouseEntryInspect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(874, 529);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font          = new System.Drawing.Font("宋体", 10F);
     this.Name          = "FormWarehouseEntryInspect";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "入库单送检";
     this.Load         += new System.EventHandler(this.FormWarehouseEntryInspect_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReturnRecord));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.basicView1                  = new FrontWork.BasicView();
     this.configuration1              = new FrontWork.Configuration();
     this.model1                      = new FrontWork.Model();
     this.pagerView1                  = new FrontWork.PagerView();
     this.panelSearchWidget           = new System.Windows.Forms.Panel();
     this.panelPager                  = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.labelStatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.searchView1                 = new FrontWork.SearchView();
     this.panelPager.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 31);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(893, 94);
     this.basicView1.TabIndex      = 13;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(79, 55);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormReturnSupply",
         "SupplyMethodListener",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(270, 57);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(117, 125);
     this.model1.TabIndex       = 2;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 452);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(893, 26);
     this.pagerView1.TabIndex  = 14;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panelSearchWidget.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location  = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin    = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name      = "panelSearchWidget";
     this.panelSearchWidget.Size      = new System.Drawing.Size(893, 1);
     this.panelSearchWidget.TabIndex  = 12;
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelPager.Controls.Add(this.synchronizer);
     this.panelPager.Controls.Add(this.model1);
     this.panelPager.Controls.Add(this.configuration1);
     this.panelPager.Controls.Add(this.reoGridView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 125);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(893, 327);
     this.panelPager.TabIndex = 8;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(606, 55);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(175, 144);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(426, 57);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // reoGridView1
     //
     this.reoGridView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(893, 327);
     this.reoGridView1.TabIndex      = 0;
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(32, 21);
     this.labelStatus.Text = "退货";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 21);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 478);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 12, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(893, 26);
     this.statusStrip1.TabIndex = 19;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.searchView1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 7;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 0F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 94F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(893, 524);
     this.tableLayoutPanel1.TabIndex = 23;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(2, 2);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(889, 27);
     this.searchView1.TabIndex      = 5;
     //
     // FormReturnRecord
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(893, 524);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "FormReturnRecord";
     this.Text  = "退货记录";
     this.Load += new System.EventHandler(this.FormReturnRecord_Load);
     this.panelPager.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSalaryType));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.panelSearchWidget           = new System.Windows.Forms.Panel();
     this.searchView1                 = new FrontWork.SearchView();
     this.configuration1              = new FrontWork.Configuration();
     this.panelPager                  = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1                  = new FrontWork.PagerView();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.model1                = new FrontWork.Model();
     this.reoGridView1          = new FrontWork.ReoGridView();
     this.toolStripTop          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAdd    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter  = new System.Windows.Forms.ToolStripButton();
     this.basicView1            = new FrontWork.BasicView();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.labelStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.tableLayoutPanel1.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(814, 348);
     this.tableLayoutPanel1.TabIndex = 17;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(814, 25);
     this.panelSearchWidget.TabIndex = 12;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(814, 25);
     this.searchView1.TabIndex      = 0;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(65, 35);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormSalaryType",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelPager.Controls.Add(this.synchronizer);
     this.panelPager.Controls.Add(this.model1);
     this.panelPager.Controls.Add(this.configuration1);
     this.panelPager.Controls.Add(this.reoGridView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 82);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(814, 217);
     this.panelPager.TabIndex = 8;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(640, 65);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(71, 59);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(2, 301);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(810, 26);
     this.pagerView1.TabIndex = 14;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(440, 35);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(283, 46);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(135, 144);
     this.model1.TabIndex       = 2;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(814, 217);
     this.reoGridView1.TabIndex      = 0;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripSeparator1,
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 25);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(814, 22);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Size        = new System.Drawing.Size(128, 19);
     this.toolStripButton1.Text        = "查看薪金类型人员";
     this.toolStripButton1.ToolTipText = "查看零件条目";
     this.toolStripButton1.Click      += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name        = "toolStripButton2";
     this.toolStripButton2.Size        = new System.Drawing.Size(104, 19);
     this.toolStripButton2.Text        = "查看薪资项目";
     this.toolStripButton2.ToolTipText = "查看零件条目";
     this.toolStripButton2.Click      += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 22);
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 19);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 19);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 19);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 47);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(814, 35);
     this.basicView1.TabIndex      = 13;
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(539, 436);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 15;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 17);
     this.labelStatus.Text = "薪金类型";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 348);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 10, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(814, 22);
     this.statusStrip1.TabIndex = 16;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // FormSalaryType
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(814, 370);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Name          = "FormSalaryType";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "薪资类型";
     this.Load         += new System.EventHandler(this.FormSalaryType_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.panelSearchWidget.ResumeLayout(false);
     this.panelPager.ResumeLayout(false);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInspectionNoteItem));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.synchronizer   = new FrontWork.JsonRESTSynchronizer();
     this.configuration1 = new FrontWork.Configuration();
     this.model          = new FrontWork.Model();
     this.reoGridView1   = new FrontWork.ReoGridView();
     this.searchView     = new FrontWork.SearchView();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1            = new FrontWork.PagerView();
     this.panel1                = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3     = new System.Windows.Forms.TableLayoutPanel();
     this.buttonUnqualified     = new System.Windows.Forms.Button();
     this.buttonAllPass         = new System.Windows.Forms.Button();
     this.buttonQualified       = new System.Windows.Forms.Button();
     this.basicView1            = new FrontWork.BasicView();
     this.toolStripTop          = new System.Windows.Forms.ToolStrip();
     this.buttonSave            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lableStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(463, 64);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(57, 74);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormInspectionNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormInspectionNoteItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode   = "inspected";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // model
     //
     this.model.AllSelectionRanges    = new FrontWork.Range[0];
     this.model.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model.Configuration         = this.configuration1;
     this.model.Font                   = new System.Drawing.Font("宋体", 10F);
     this.model.Location               = new System.Drawing.Point(261, 74);
     this.model.Mode                   = "default";
     this.model.Name                   = "model";
     this.model.SelectionRange         = null;
     this.model.Size                   = new System.Drawing.Size(180, 180);
     this.model.TabIndex               = 2;
     this.model.Refreshed             += new System.EventHandler <FrontWork.ModelRefreshedEventArgs>(this.model_Refreshed);
     this.model.SelectionRangeChanged += new System.EventHandler <FrontWork.ModelSelectionRangeChangedEventArgs>(this.model_SelectionRangeChanged);
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(1074, 235);
     this.reoGridView1.TabIndex      = 0;
     //
     // searchView
     //
     this.searchView.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.searchView.Configuration = this.configuration1;
     this.searchView.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView.Location      = new System.Drawing.Point(0, 0);
     this.searchView.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView.Mode          = "default";
     this.searchView.Name          = "searchView";
     this.searchView.Size          = new System.Drawing.Size(1074, 35);
     this.searchView.TabIndex      = 15;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(654, 54);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(224, 213);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(2, 452);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(1070, 41);
     this.pagerView1.TabIndex = 12;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel1.Controls.Add(this.synchronizer);
     this.panel1.Controls.Add(this.model);
     this.panel1.Controls.Add(this.configuration1);
     this.panel1.Controls.Add(this.reoGridView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 215);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1074, 235);
     this.panel1.TabIndex = 13;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.searchView, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(6, 3, 6, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1074, 529);
     this.tableLayoutPanel1.TabIndex = 7;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 175F));
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.basicView1, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 65);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1074, 150);
     this.tableLayoutPanel2.TabIndex = 5;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.buttonUnqualified, 0, 5);
     this.tableLayoutPanel3.Controls.Add(this.buttonAllPass, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.buttonQualified, 0, 3);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Font     = new System.Drawing.Font("黑体", 10F);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(899, 0);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 7;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(175, 150);
     this.tableLayoutPanel3.TabIndex = 15;
     //
     // buttonUnqualified
     //
     this.buttonUnqualified.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonUnqualified.BackgroundImage")));
     this.buttonUnqualified.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonUnqualified.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonUnqualified.FlatAppearance.BorderSize         = 0;
     this.buttonUnqualified.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.buttonUnqualified.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.buttonUnqualified.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonUnqualified.Location  = new System.Drawing.Point(3, 104);
     this.buttonUnqualified.Name      = "buttonUnqualified";
     this.buttonUnqualified.Size      = new System.Drawing.Size(169, 39);
     this.buttonUnqualified.TabIndex  = 4;
     this.buttonUnqualified.Text      = "条目不合格";
     this.buttonUnqualified.UseVisualStyleBackColor = true;
     this.buttonUnqualified.Click += new System.EventHandler(this.buttonUnqualified_Click);
     //
     // buttonAllPass
     //
     this.buttonAllPass.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonAllPass.BackgroundImage")));
     this.buttonAllPass.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonAllPass.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonAllPass.FlatAppearance.BorderSize         = 0;
     this.buttonAllPass.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.buttonAllPass.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.buttonAllPass.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.buttonAllPass.Location                = new System.Drawing.Point(3, 4);
     this.buttonAllPass.Name                    = "buttonAllPass";
     this.buttonAllPass.Size                    = new System.Drawing.Size(169, 39);
     this.buttonAllPass.TabIndex                = 0;
     this.buttonAllPass.Text                    = "所有条目合格";
     this.buttonAllPass.UseMnemonic             = false;
     this.buttonAllPass.UseVisualStyleBackColor = true;
     this.buttonAllPass.Click                  += new System.EventHandler(this.buttonAllPass_Click);
     //
     // buttonQualified
     //
     this.buttonQualified.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonQualified.BackgroundImage")));
     this.buttonQualified.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonQualified.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonQualified.FlatAppearance.BorderSize         = 0;
     this.buttonQualified.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.buttonQualified.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.buttonQualified.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonQualified.Location  = new System.Drawing.Point(3, 54);
     this.buttonQualified.Name      = "buttonQualified";
     this.buttonQualified.Size      = new System.Drawing.Size(169, 39);
     this.buttonQualified.TabIndex  = 3;
     this.buttonQualified.Text      = "条目合格";
     this.buttonQualified.UseVisualStyleBackColor = true;
     this.buttonQualified.Click += new System.EventHandler(this.buttonQualified_Click);
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(7, 7, 7, 0);
     this.basicView1.Size          = new System.Drawing.Size(899, 150);
     this.basicView1.TabIndex      = 14;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonSave,
         this.toolStripSeparator3
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 35);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Padding  = new System.Windows.Forms.Padding(0, 0, 2, 0);
     this.toolStripTop.Size     = new System.Drawing.Size(1074, 30);
     this.toolStripTop.TabIndex = 3;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // buttonSave
     //
     this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonSave.Name   = "buttonSave";
     this.buttonSave.Size   = new System.Drawing.Size(80, 27);
     this.buttonSave.Text   = "保存修改";
     this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(10, 28);
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.lableStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 495);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(2, 0, 19, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(1074, 34);
     this.statusStrip1.TabIndex = 5;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 29);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // lableStatus
     //
     this.lableStatus.Name = "lableStatus";
     this.lableStatus.Size = new System.Drawing.Size(92, 29);
     this.lableStatus.Text = "入库单物料列表";
     //
     // FormInspectionNoteItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1074, 529);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font          = new System.Drawing.Font("宋体", 10F);
     this.Name          = "FormInspectionNoteItem";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "送检单物料条目";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormInspectionNoteItem_FormClosing);
     this.Load         += new System.EventHandler(this.FormInspectionNoteItem_Load);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSelectPakage));
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     this.printDocument1    = new System.Drawing.Printing.PrintDocument();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.model1            = new FrontWork.Model();
     this.configuration1    = new FrontWork.Configuration();
     this.basicView1        = new FrontWork.BasicView();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.panel2            = new System.Windows.Forms.Panel();
     this.buttonADD         = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(410, 133);
     this.tableLayoutPanel2.TabIndex = 10;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.model1);
     this.panel1.Controls.Add(this.configuration1);
     this.panel1.Controls.Add(this.basicView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(410, 80);
     this.panel1.TabIndex = 7;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(316, 24);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(49, 52);
     this.model1.TabIndex       = 18;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(259, 24);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormSelectPakage",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(53, 54);
     this.configuration1.TabIndex = 17;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Size          = new System.Drawing.Size(410, 80);
     this.basicView1.TabIndex      = 20;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.panel2, 1, 1);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 80);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 3;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(410, 53);
     this.tableLayoutPanel3.TabIndex = 8;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonADD);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(130, 6);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(150, 40);
     this.panel2.TabIndex = 0;
     //
     // buttonADD
     //
     this.buttonADD.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonADD.BackgroundImage")));
     this.buttonADD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonADD.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonADD.FlatAppearance.BorderSize = 0;
     this.buttonADD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonADD.Font      = new System.Drawing.Font("微软雅黑", 10F);
     this.buttonADD.Location  = new System.Drawing.Point(0, 0);
     this.buttonADD.Margin    = new System.Windows.Forms.Padding(4);
     this.buttonADD.Name      = "buttonADD";
     this.buttonADD.Size      = new System.Drawing.Size(150, 40);
     this.buttonADD.TabIndex  = 11;
     this.buttonADD.Text      = "按套餐添加";
     this.buttonADD.UseVisualStyleBackColor = true;
     this.buttonADD.Click += new System.EventHandler(this.buttonADD_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(410, 133);
     this.tableLayoutPanel1.TabIndex = 9;
     //
     // FormSelectPakage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(410, 133);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name          = "FormSelectPakage";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "输入套餐添加";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormSelectPakageClosed);
     this.Load         += new System.EventHandler(this.FormSelectPakage_Load);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTrayThresholds));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.printDocument1              = new System.Drawing.Printing.PrintDocument();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel8           = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel9           = new System.Windows.Forms.TableLayoutPanel();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.configuration1              = new FrontWork.Configuration();
     this.model1                      = new FrontWork.Model();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1                  = new FrontWork.PagerView();
     this.searchView1                 = new FrontWork.SearchView();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.tableLayoutPanel6           = new System.Windows.Forms.TableLayoutPanel();
     this.basicView1                  = new FrontWork.BasicView();
     this.tableLayoutPanel7           = new System.Windows.Forms.TableLayoutPanel();
     this.textBoxWidth                = new System.Windows.Forms.TextBox();
     this.label5                      = new System.Windows.Forms.Label();
     this.textBoxLength               = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.miniToolStrip               = new System.Windows.Forms.ToolStrip();
     this.panelSearchWidget           = new System.Windows.Forms.Panel();
     this.panelPager                  = new System.Windows.Forms.Panel();
     this.toolStrip1                  = new System.Windows.Forms.ToolStrip();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripLabel();
     this.labelStatus                 = new System.Windows.Forms.ToolStripLabel();
     this.tableLayoutPanel2           = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3           = new System.Windows.Forms.TableLayoutPanel();
     this.toolStripTop                = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3         = new System.Windows.Forms.ToolStripSeparator();
     this.tableLayoutPanel8.SuspendLayout();
     this.tableLayoutPanel9.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(894, 376);
     this.tableLayoutPanel1.TabIndex = 14;
     //
     // tableLayoutPanel8
     //
     this.tableLayoutPanel8.ColumnCount = 1;
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel9, 0, 0);
     this.tableLayoutPanel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 50);
     this.tableLayoutPanel8.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel8.Name     = "tableLayoutPanel8";
     this.tableLayoutPanel8.RowCount = 1;
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel8.Size     = new System.Drawing.Size(894, 271);
     this.tableLayoutPanel8.TabIndex = 11;
     //
     // tableLayoutPanel9
     //
     this.tableLayoutPanel9.ColumnCount = 1;
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel9.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel9.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel9.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel9.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel9.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel9.Name     = "tableLayoutPanel9";
     this.tableLayoutPanel9.RowCount = 2;
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 115F));
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel9.Size     = new System.Drawing.Size(894, 271);
     this.tableLayoutPanel9.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.synchronizer);
     this.panel2.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel2.Controls.Add(this.model1);
     this.panel2.Controls.Add(this.configuration1);
     this.panel2.Controls.Add(this.reoGridView1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 115);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(894, 156);
     this.panel2.TabIndex = 9;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(443, 7);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 10;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(112, 0);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormAccountRecord",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 6;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(305, 7);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(109, 126);
     this.model1.TabIndex       = 7;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(661, 7);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(122, 117);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 9;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 0);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(894, 30);
     this.pagerView1.TabIndex  = 16;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(894, 25);
     this.searchView1.TabIndex      = 2;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(894, 156);
     this.reoGridView1.TabIndex      = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tableLayoutPanel6);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(894, 115);
     this.panel1.TabIndex = 10;
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 2;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.46085F));
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.53915F));
     this.tableLayoutPanel6.Controls.Add(this.basicView1, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel7, 1, 0);
     this.tableLayoutPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel6.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel6.Name     = "tableLayoutPanel6";
     this.tableLayoutPanel6.RowCount = 1;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel6.Size     = new System.Drawing.Size(894, 115);
     this.tableLayoutPanel6.TabIndex = 11;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 4;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Size          = new System.Drawing.Size(468, 115);
     this.basicView1.TabIndex      = 18;
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel7.ColumnCount = 4;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 133F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.Controls.Add(this.textBoxWidth, 2, 2);
     this.tableLayoutPanel7.Controls.Add(this.label5, 1, 1);
     this.tableLayoutPanel7.Controls.Add(this.textBoxLength, 2, 1);
     this.tableLayoutPanel7.Controls.Add(this.label3, 1, 2);
     this.tableLayoutPanel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel7.Location = new System.Drawing.Point(468, 0);
     this.tableLayoutPanel7.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel7.Name     = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 4;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.tableLayoutPanel7.Size     = new System.Drawing.Size(426, 115);
     this.tableLayoutPanel7.TabIndex = 19;
     //
     // textBoxWidth
     //
     this.textBoxWidth.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBoxWidth.Location = new System.Drawing.Point(186, 61);
     this.textBoxWidth.Margin   = new System.Windows.Forms.Padding(2);
     this.textBoxWidth.Name     = "textBoxWidth";
     this.textBoxWidth.Size     = new System.Drawing.Size(129, 21);
     this.textBoxWidth.TabIndex = 0;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label5.Location = new System.Drawing.Point(112, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(69, 35);
     this.label5.TabIndex = 4;
     this.label5.Text     = "托位长度";
     //
     // textBoxLength
     //
     this.textBoxLength.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBoxLength.Location = new System.Drawing.Point(187, 27);
     this.textBoxLength.Name     = "textBoxLength";
     this.textBoxLength.Size     = new System.Drawing.Size(127, 21);
     this.textBoxLength.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label3.Location = new System.Drawing.Point(109, 59);
     this.label3.Margin   = new System.Windows.Forms.Padding(0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(75, 32);
     this.label3.TabIndex = 2;
     this.label3.Text     = "托位宽度";
     //
     // miniToolStrip
     //
     this.miniToolStrip.AutoSize              = false;
     this.miniToolStrip.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.miniToolStrip.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.miniToolStrip.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.miniToolStrip.CanOverflow           = false;
     this.miniToolStrip.Dock             = System.Windows.Forms.DockStyle.None;
     this.miniToolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.miniToolStrip.Location         = new System.Drawing.Point(216, 3);
     this.miniToolStrip.Name             = "miniToolStrip";
     this.miniToolStrip.Size             = new System.Drawing.Size(639, 25);
     this.miniToolStrip.TabIndex         = 3;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(894, 25);
     this.panelSearchWidget.TabIndex = 6;
     //
     // panelPager
     //
     this.panelPager.Controls.Add(this.pagerView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 321);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(894, 30);
     this.panelPager.TabIndex = 5;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor        = System.Drawing.SystemColors.Control;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 351);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(894, 25);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 22);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 22);
     this.labelStatus.Text = "托位管理";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel8, 0, 2);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 5;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(894, 376);
     this.tableLayoutPanel2.TabIndex = 15;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.toolStripTop, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 25);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(894, 25);
     this.tableLayoutPanel3.TabIndex = 9;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripSeparator3
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 0);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(894, 25);
     this.toolStripTop.TabIndex = 3;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 22);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 22);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 22);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // FormTrayThresholds
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(894, 376);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "FormTrayThresholds";
     this.Text  = "托位管理";
     this.Load += new System.EventHandler(this.FormTrayThresholds_Load);
     this.tableLayoutPanel8.ResumeLayout(false);
     this.tableLayoutPanel9.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.panelSearchWidget.ResumeLayout(false);
     this.panelPager.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPersonSalary));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.panelSearchWidget           = new System.Windows.Forms.Panel();
     this.searchView1                 = new FrontWork.SearchView();
     this.configuration1              = new FrontWork.Configuration();
     this.panelPager                  = new System.Windows.Forms.Panel();
     this.configuration2              = new FrontWork.Configuration();
     this.model2                      = new FrontWork.Model();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1                  = new FrontWork.PagerView();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.model1                      = new FrontWork.Model();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.basicView1                  = new FrontWork.BasicView();
     this.tableLayoutPanel3           = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel4           = new System.Windows.Forms.TableLayoutPanel();
     this.comboBoxSalaryType          = new System.Windows.Forms.ComboBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.toolStripTop                = new System.Windows.Forms.ToolStrip();
     this.toolStripButton3            = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2            = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1            = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter        = new System.Windows.Forms.ToolStripButton();
     this.tableLayoutPanel2           = new System.Windows.Forms.TableLayoutPanel();
     this.comboBoxSalaryPeriod        = new System.Windows.Forms.ComboBox();
     this.label2                      = new System.Windows.Forms.Label();
     this.toolStrip1                  = new System.Windows.Forms.ToolStrip();
     this.labelStatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.pivotTableAdapter1          = new FrontWork.PivotTableAdapter(this.components);
     this.tableLayoutPanel1.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 19F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 77F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 61.875F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1028, 440);
     this.tableLayoutPanel1.TabIndex = 23;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(1028, 19);
     this.panelSearchWidget.TabIndex = 12;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(1028, 19);
     this.searchView1.TabIndex      = 0;
     this.searchView1.Load         += new System.EventHandler(this.searchView1_Load);
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(54, 137);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormPersonSalary",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.configuration2);
     this.panelPager.Controls.Add(this.model2);
     this.panelPager.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelPager.Controls.Add(this.synchronizer);
     this.panelPager.Controls.Add(this.model1);
     this.panelPager.Controls.Add(this.configuration1);
     this.panelPager.Controls.Add(this.reoGridView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 123);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(1028, 278);
     this.panelPager.TabIndex = 8;
     //
     // configuration2
     //
     this.configuration2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration2.ConfigurationString   = "{\r\n    mode:\"default\",\r\n    fields:[]\r\n}";
     this.configuration2.Location        = new System.Drawing.Point(712, 13);
     this.configuration2.Margin          = new System.Windows.Forms.Padding(2);
     this.configuration2.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[0];
     this.configuration2.Name            = "configuration2";
     this.configuration2.Size            = new System.Drawing.Size(180, 180);
     this.configuration2.TabIndex        = 6;
     //
     // model2
     //
     this.model2.AllSelectionRanges    = new FrontWork.Range[0];
     this.model2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model2.Configuration         = this.configuration2;
     this.model2.Font           = new System.Drawing.Font("宋体", 10F);
     this.model2.Location       = new System.Drawing.Point(609, 96);
     this.model2.Margin         = new System.Windows.Forms.Padding(2);
     this.model2.Mode           = "default";
     this.model2.Name           = "model2";
     this.model2.SelectionRange = null;
     this.model2.Size           = new System.Drawing.Size(85, 108);
     this.model2.TabIndex       = 5;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(502, 112);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(76, 108);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(2, 403);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(1024, 20);
     this.pagerView1.TabIndex = 14;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(305, 69);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(238, 149);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(62, 44);
     this.model1.TabIndex       = 2;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration2;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model2;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(1028, 278);
     this.reoGridView1.TabIndex      = 0;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.basicView1.Configuration = this.configuration2;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 4;
     this.basicView1.Location      = new System.Drawing.Point(0, 46);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model2;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(2);
     this.basicView1.Size          = new System.Drawing.Size(1028, 77);
     this.basicView1.TabIndex      = 13;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 44.55253F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.70817F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.64202F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.toolStripTop, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 19);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(1028, 27);
     this.tableLayoutPanel3.TabIndex = 15;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel4.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.tableLayoutPanel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.tableLayoutPanel4.ColumnCount           = 4;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 104F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel4.Controls.Add(this.comboBoxSalaryType, 2, 0);
     this.tableLayoutPanel4.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(712, 0);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(234, 26);
     this.tableLayoutPanel4.TabIndex = 10;
     //
     // comboBoxSalaryType
     //
     this.comboBoxSalaryType.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.comboBoxSalaryType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSalaryType.Font                  = new System.Drawing.Font("微软雅黑", 10F);
     this.comboBoxSalaryType.FormattingEnabled     = true;
     this.comboBoxSalaryType.Location              = new System.Drawing.Point(107, 2);
     this.comboBoxSalaryType.Margin                = new System.Windows.Forms.Padding(2);
     this.comboBoxSalaryType.Name                  = "comboBoxSalaryType";
     this.comboBoxSalaryType.Size                  = new System.Drawing.Size(100, 27);
     this.comboBoxSalaryType.TabIndex              = 0;
     this.comboBoxSalaryType.SelectedIndexChanged += new System.EventHandler(this.comboBoxSalaryType_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(27, 0);
     this.label1.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(69, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "薪资类别";
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.GripMargin       = new System.Windows.Forms.Padding(0);
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton3,
         this.toolStripButton2,
         this.toolStripButton1,
         this.toolStripButtonAlter
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 0);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Padding  = new System.Windows.Forms.Padding(0);
     this.toolStripTop.Size     = new System.Drawing.Size(458, 27);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = global::WMS.UI.Properties.Resources.check;
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name        = "toolStripButton3";
     this.toolStripButton3.Size        = new System.Drawing.Size(116, 24);
     this.toolStripButton3.Text        = "按上一期间生成";
     this.toolStripButton3.ToolTipText = "查看零件条目";
     this.toolStripButton3.Click      += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = global::WMS.UI.Properties.Resources.check;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name        = "toolStripButton2";
     this.toolStripButton2.Size        = new System.Drawing.Size(104, 24);
     this.toolStripButton2.Text        = "刷新人员薪资";
     this.toolStripButton2.ToolTipText = "查看零件条目";
     this.toolStripButton2.Click      += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::WMS.UI.Properties.Resources.check;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Size        = new System.Drawing.Size(140, 24);
     this.toolStripButton1.Text        = "刷新公式、计件薪资";
     this.toolStripButton1.ToolTipText = "查看零件条目";
     this.toolStripButton1.Click      += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 24);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel2.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.tableLayoutPanel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.tableLayoutPanel2.ColumnCount           = 4;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 84F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.comboBoxSalaryPeriod, 2, 0);
     this.tableLayoutPanel2.Controls.Add(this.label2, 1, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(458, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(254, 27);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // comboBoxSalaryPeriod
     //
     this.comboBoxSalaryPeriod.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.comboBoxSalaryPeriod.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxSalaryPeriod.Font                  = new System.Drawing.Font("微软雅黑", 10F);
     this.comboBoxSalaryPeriod.FormattingEnabled     = true;
     this.comboBoxSalaryPeriod.IntegralHeight        = false;
     this.comboBoxSalaryPeriod.Location              = new System.Drawing.Point(121, 2);
     this.comboBoxSalaryPeriod.Margin                = new System.Windows.Forms.Padding(2);
     this.comboBoxSalaryPeriod.MaxDropDownItems      = 15;
     this.comboBoxSalaryPeriod.Name                  = "comboBoxSalaryPeriod";
     this.comboBoxSalaryPeriod.Size                  = new System.Drawing.Size(96, 27);
     this.comboBoxSalaryPeriod.TabIndex              = 0;
     this.comboBoxSalaryPeriod.SelectedIndexChanged += new System.EventHandler(this.comboBoxSalaryPeriod_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(37, 0);
     this.label2.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(69, 19);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "薪资期间";
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(834, 576);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 21;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 17);
     this.labelStatus.Text = "人员薪资";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 440);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 8, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(1028, 22);
     this.statusStrip1.TabIndex = 22;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // pivotTableAdapter1
     //
     this.pivotTableAdapter1.ColumnNamesAsColumn = new string[] {
         "salaryItemName"
     };
     this.pivotTableAdapter1.ColumnNamesAsRow = new string[] {
         "personName",
         "post"
     };
     this.pivotTableAdapter1.ColumnNamesAsValue = new string[] {
         "amount"
     };
     this.pivotTableAdapter1.SourceMode  = "default";
     this.pivotTableAdapter1.SourceModel = this.model1;
     this.pivotTableAdapter1.TargetMode  = "default";
     this.pivotTableAdapter1.TargetModel = this.model2;
     //
     // FormPersonSalary
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1028, 462);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Name  = "FormPersonSalary";
     this.Text  = "人员薪资";
     this.Load += new System.EventHandler(this.FormPersonSalary_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panelSearchWidget.ResumeLayout(false);
     this.panelPager.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1       = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1 = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSupply));
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair3 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair          modeMethodListenerNamesPair4 = new FrontWork.ModeMethodListenerNamesPair();
     this.panelSearchWidget   = new System.Windows.Forms.Panel();
     this.searchView1         = new FrontWork.SearchView();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonSupplyShipmentInfo             = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonSupplyOuterPackingSize         = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonSupplySingleBoxTranPackingInfo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3           = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonDelete         = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAdd            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripTop                  = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonSaveFileDialog = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1              = new System.Windows.Forms.ToolStripButton();
     this.tableLayoutPanel2             = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.labelStatus           = new System.Windows.Forms.ToolStripLabel();
     this.panelPager            = new System.Windows.Forms.Panel();
     this.pagerView1            = new FrontWork.PagerView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.synchronizer      = new FrontWork.JsonRESTSynchronizer();
     this.model1            = new FrontWork.Model();
     this.reoGridView1      = new FrontWork.ReoGridView();
     this.panel2            = new System.Windows.Forms.Panel();
     this.basicView1        = new FrontWork.BasicView();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.printDocument1    = new System.Drawing.Printing.PrintDocument();
     this.configuration1    = new FrontWork.Configuration();
     this.panelSearchWidget.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(977, 25);
     this.panelSearchWidget.TabIndex = 6;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(977, 25);
     this.searchView1.TabIndex      = 2;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripButtonSupplyShipmentInfo
     //
     this.toolStripButtonSupplyShipmentInfo.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButtonSupplyShipmentInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSupplyShipmentInfo.Name   = "toolStripButtonSupplyShipmentInfo";
     this.toolStripButtonSupplyShipmentInfo.Size   = new System.Drawing.Size(133, 22);
     this.toolStripButtonSupplyShipmentInfo.Text   = "查看/修改出货信息";
     this.toolStripButtonSupplyShipmentInfo.Click += new System.EventHandler(this.toolStripButtonSupplyShipmentInfo_Click);
     //
     // toolStripButtonSupplyOuterPackingSize
     //
     this.toolStripButtonSupplyOuterPackingSize.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButtonSupplyOuterPackingSize.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSupplyOuterPackingSize.Name   = "toolStripButtonSupplyOuterPackingSize";
     this.toolStripButtonSupplyOuterPackingSize.Size   = new System.Drawing.Size(169, 22);
     this.toolStripButtonSupplyOuterPackingSize.Text   = "查看/修改零件外包装信息";
     this.toolStripButtonSupplyOuterPackingSize.Click += new System.EventHandler(this.toolStripButtonSupplyOuterPackingSize_Click);
     //
     // toolStripButtonSupplySingleBoxTranPackingInfo
     //
     this.toolStripButtonSupplySingleBoxTranPackingInfo.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButtonSupplySingleBoxTranPackingInfo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSupplySingleBoxTranPackingInfo.Name   = "toolStripButtonSupplySingleBoxTranPackingInfo";
     this.toolStripButtonSupplySingleBoxTranPackingInfo.Size   = new System.Drawing.Size(157, 22);
     this.toolStripButtonSupplySingleBoxTranPackingInfo.Text   = "查看/修改单箱包装信息";
     this.toolStripButtonSupplySingleBoxTranPackingInfo.Click += new System.EventHandler(this.toolStripButtonSupplySingleBoxTranPackingInfo_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = global::WMS.UI.Properties.Resources.delete;
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 22);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = global::WMS.UI.Properties.Resources.cancle;
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 22);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = global::WMS.UI.Properties.Resources.add;
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 22);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AutoSize = false;
     this.toolStripSeparator2.Name     = "toolStripSeparator2";
     this.toolStripSeparator2.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.GripMargin       = new System.Windows.Forms.Padding(0);
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator2,
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripButtonSaveFileDialog,
         this.toolStripSeparator3,
         this.toolStripButtonSupplySingleBoxTranPackingInfo,
         this.toolStripButtonSupplyOuterPackingSize,
         this.toolStripButtonSupplyShipmentInfo,
         this.toolStripButton1,
         this.toolStripSeparator1
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 25);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(977, 25);
     this.toolStripTop.TabIndex = 2;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButtonSaveFileDialog
     //
     this.toolStripButtonSaveFileDialog.Image = global::WMS.UI.Properties.Resources.check;
     this.toolStripButtonSaveFileDialog.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSaveFileDialog.Name   = "toolStripButtonSaveFileDialog";
     this.toolStripButtonSaveFileDialog.Size   = new System.Drawing.Size(80, 22);
     this.toolStripButtonSaveFileDialog.Text   = "条码导出";
     this.toolStripButtonSaveFileDialog.Click += new System.EventHandler(this.toolStripButtonSaveFileDialog_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name    = "toolStripButton1";
     this.toolStripButton1.Size    = new System.Drawing.Size(104, 22);
     this.toolStripButton1.Text    = "查看概要信息";
     this.toolStripButton1.Visible = false;
     this.toolStripButton1.Click  += new System.EventHandler(this.toolStripButton1_Click);
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.panelPager, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 2);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 240F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(977, 478);
     this.tableLayoutPanel2.TabIndex = 8;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 453);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(977, 25);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 22);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(56, 22);
     this.labelStatus.Text = "零件信息";
     //
     // panelPager
     //
     this.panelPager.Controls.Add(this.pagerView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(3, 421);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(971, 29);
     this.panelPager.TabIndex = 5;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 0);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(971, 29);
     this.pagerView1.TabIndex  = 16;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel1.Controls.Add(this.synchronizer);
     this.panel1.Controls.Add(this.model1);
     this.panel1.Controls.Add(this.configuration1);
     this.panel1.Controls.Add(this.reoGridView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 290);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(977, 128);
     this.panel1.TabIndex = 7;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(761, 13);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(96, 74);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 6;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(545, 13);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 5;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(302, 13);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(210, 195);
     this.model1.TabIndex       = 4;
     //
     // reoGridView1
     //
     this.reoGridView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(977, 128);
     this.reoGridView1.TabIndex      = 2;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.basicView1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 50);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(977, 240);
     this.panel2.TabIndex = 8;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("宋体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Size          = new System.Drawing.Size(977, 240);
     this.basicView1.TabIndex      = 16;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(977, 478);
     this.tableLayoutPanel1.TabIndex = 7;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(125, -4);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormSupply",
         "FormSupplyMethodListener",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormSupply",
         "FormSupplyMethodListener",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode = "default1";
     modeMethodListenerNamesPair3.MethodListenerNames = new string[] {
         "FormSupply",
         "FormSupplyMethodListener",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair3.Mode = "default2";
     modeMethodListenerNamesPair4.MethodListenerNames = new string[] {
         "FormSupply",
         "FormSupplyMethodListener",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair4.Mode   = "default3";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2,
         modeMethodListenerNamesPair3,
         modeMethodListenerNamesPair4
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 3;
     //
     // FormSupply
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(977, 478);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("宋体", 10F);
     this.Name  = "FormSupply";
     this.Text  = "FormSupply";
     this.Load += new System.EventHandler(this.FormSupply_Load);
     this.panelSearchWidget.ResumeLayout(false);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTransferOrderItem));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.tableLayoutPanel2           = new System.Windows.Forms.TableLayoutPanel();
     this.panel3                      = new System.Windows.Forms.Panel();
     this.tableLayoutPanel3           = new System.Windows.Forms.TableLayoutPanel();
     this.buttonFinish                = new System.Windows.Forms.Button();
     this.buttonFinishAll             = new System.Windows.Forms.Button();
     this.panel4                      = new System.Windows.Forms.Panel();
     this.basicView1                  = new FrontWork.BasicView();
     this.configuration1              = new FrontWork.Configuration();
     this.model1                      = new FrontWork.Model();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.pagerView1                  = new FrontWork.PagerView();
     this.searchView1                 = new FrontWork.SearchView();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.panel5                      = new System.Windows.Forms.Panel();
     this.statusStrip1                = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1       = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel6                      = new System.Windows.Forms.Panel();
     this.panel7                      = new System.Windows.Forms.Panel();
     this.panel8                      = new System.Windows.Forms.Panel();
     this.toolStripTop                = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator2         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonAdd          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.panel8.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.SystemColors.Control;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.panel5, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panel6, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.panel7, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel8, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(930, 488);
     this.tableLayoutPanel1.TabIndex = 13;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tableLayoutPanel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 60);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(930, 150);
     this.panel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.BackColor   = System.Drawing.SystemColors.InactiveBorder;
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
     this.tableLayoutPanel2.Controls.Add(this.panel3, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel4, 0, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Font     = new System.Drawing.Font("黑体", 10F);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(930, 150);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.tableLayoutPanel3);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(730, 0);
     this.panel3.Margin   = new System.Windows.Forms.Padding(0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(200, 150);
     this.panel3.TabIndex = 1;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.buttonFinish, 1, 2);
     this.tableLayoutPanel3.Controls.Add(this.buttonFinishAll, 1, 1);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Font     = new System.Drawing.Font("黑体", 10F);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 4;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(200, 150);
     this.tableLayoutPanel3.TabIndex = 4;
     //
     // buttonFinish
     //
     this.buttonFinish.BackColor             = System.Drawing.Color.White;
     this.buttonFinish.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonB2_s;
     this.buttonFinish.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonFinish.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonFinish.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.buttonFinish.FlatAppearance.BorderSize  = 0;
     this.buttonFinish.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonFinish.Location  = new System.Drawing.Point(28, 78);
     this.buttonFinish.Name      = "buttonFinish";
     this.buttonFinish.Size      = new System.Drawing.Size(144, 48);
     this.buttonFinish.TabIndex  = 2;
     this.buttonFinish.Text      = "完成选中条目";
     this.buttonFinish.UseVisualStyleBackColor = false;
     this.buttonFinish.Click += new System.EventHandler(this.buttonFinish_Click);
     //
     // buttonFinishAll
     //
     this.buttonFinishAll.BackColor             = System.Drawing.Color.White;
     this.buttonFinishAll.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonB2_s;
     this.buttonFinishAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonFinishAll.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonFinishAll.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.buttonFinishAll.FlatAppearance.BorderSize  = 0;
     this.buttonFinishAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonFinishAll.Location  = new System.Drawing.Point(28, 24);
     this.buttonFinishAll.Name      = "buttonFinishAll";
     this.buttonFinishAll.Size      = new System.Drawing.Size(144, 48);
     this.buttonFinishAll.TabIndex  = 3;
     this.buttonFinishAll.Text      = "完成所有条目";
     this.buttonFinishAll.UseVisualStyleBackColor = false;
     this.buttonFinishAll.Click += new System.EventHandler(this.buttonFinishAll_Click);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.basicView1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Margin   = new System.Windows.Forms.Padding(0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(730, 150);
     this.panel4.TabIndex = 2;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 4;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(2, 2, 2, 0);
     this.basicView1.Size          = new System.Drawing.Size(730, 150);
     this.basicView1.TabIndex      = 17;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(160, 37);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormTransferOrderItemMethodListener",
         "FormTransferOrderItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormTransferOrderItemMethodListener",
         "FormTransferOrderItem",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode   = "no_supplier";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 15;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(370, 59);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(157, 156);
     this.model1.TabIndex       = 16;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel2.Controls.Add(this.synchronizer);
     this.panel2.Controls.Add(this.model1);
     this.panel2.Controls.Add(this.configuration1);
     this.panel2.Controls.Add(this.reoGridView1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 210);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(930, 218);
     this.panel2.TabIndex = 1;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(757, 70);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(105, 98);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 18;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // pagerView1
     //
     this.pagerView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location = new System.Drawing.Point(0, 0);
     this.pagerView1.Margin   = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode     = "default";
     this.pagerView1.Name     = "pagerView1";
     this.pagerView1.PageSize = 50;
     this.pagerView1.Size     = new System.Drawing.Size(930, 30);
     this.pagerView1.TabIndex = 15;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(930, 30);
     this.searchView1.TabIndex      = 14;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(570, 59);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 17;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(930, 218);
     this.reoGridView1.TabIndex      = 19;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.statusStrip1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(3, 461);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(924, 24);
     this.panel5.TabIndex = 2;
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 2);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(0, 0, 19, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(924, 22);
     this.statusStrip1.TabIndex = 13;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(92, 17);
     this.labelStatus.Text = "查看移库单条目";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.pagerView1);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 428);
     this.panel6.Margin   = new System.Windows.Forms.Padding(0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(930, 30);
     this.panel6.TabIndex = 3;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.searchView1);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel7.Location = new System.Drawing.Point(0, 0);
     this.panel7.Margin   = new System.Windows.Forms.Padding(0);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(930, 30);
     this.panel7.TabIndex = 4;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.toolStripTop);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 30);
     this.panel8.Margin   = new System.Windows.Forms.Padding(0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(930, 30);
     this.panel8.TabIndex = 5;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator2,
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripSeparator3,
         this.toolStripSeparator1
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 0);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(930, 30);
     this.toolStripTop.TabIndex = 11;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AutoSize = false;
     this.toolStripSeparator2.Name     = "toolStripSeparator2";
     this.toolStripSeparator2.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 27);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 27);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 27);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(15, 28);
     //
     // FormTransferOrderItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(930, 488);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font          = new System.Drawing.Font("宋体", 10F);
     this.Name          = "FormTransferOrderItem";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "移库单条目信息";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormTransferOrderItemClosed);
     this.Load         += new System.EventHandler(this.FormTransferOrderItem_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel8.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormStockRecord));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.basicView1            = new FrontWork.BasicView();
     this.configuration1        = new FrontWork.Configuration();
     this.model1                      = new FrontWork.Model();
     this.toolStripButtonAdd          = new System.Windows.Forms.ToolStripButton();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.pagerView1                  = new FrontWork.PagerView();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.searchView1                 = new FrontWork.SearchView();
     this.panelPager                  = new System.Windows.Forms.Panel();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.panelSearchWidget           = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.toolStripTop                = new System.Windows.Forms.ToolStrip();
     this.buttonReturnSupply          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAllItem      = new System.Windows.Forms.ToolStripButton();
     this.buttonNotZero               = new System.Windows.Forms.ToolStripButton();
     this.buttonPreview               = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 304);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 12, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(866, 26);
     this.statusStrip1.TabIndex = 19;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 21);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(68, 21);
     this.labelStatus.Text = "盘点单信息";
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(614, 355);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 18;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 51);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(866, 127);
     this.basicView1.TabIndex      = 13;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(120, 21);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormStockRecord",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(355, 2);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(210, 195);
     this.model1.TabIndex       = 2;
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 21);
     this.toolStripButtonAdd.Text   = "校正";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(567, -47);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 278);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(866, 26);
     this.pagerView1.TabIndex  = 14;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(876, 98);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(175, 144);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(866, 27);
     this.searchView1.TabIndex      = 0;
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelPager.Controls.Add(this.synchronizer);
     this.panelPager.Controls.Add(this.model1);
     this.panelPager.Controls.Add(this.configuration1);
     this.panelPager.Controls.Add(this.reoGridView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 178);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(866, 100);
     this.panelPager.TabIndex = 8;
     //
     // reoGridView1
     //
     this.reoGridView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(866, 100);
     this.reoGridView1.TabIndex      = 0;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(866, 27);
     this.panelSearchWidget.TabIndex = 12;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 127F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(866, 330);
     this.tableLayoutPanel1.TabIndex = 20;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonReturnSupply,
         this.toolStripButtonAdd,
         this.toolStripButtonAllItem,
         this.buttonNotZero,
         this.buttonPreview
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 27);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(866, 24);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // buttonReturnSupply
     //
     this.buttonReturnSupply.Image = global::WMS.UI.Properties.Resources.check;
     this.buttonReturnSupply.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonReturnSupply.Name        = "buttonReturnSupply";
     this.buttonReturnSupply.Size        = new System.Drawing.Size(80, 21);
     this.buttonReturnSupply.Text        = "批量退件";
     this.buttonReturnSupply.ToolTipText = "批量退件";
     this.buttonReturnSupply.Click      += new System.EventHandler(this.buttonReturnSupply_Click);
     //
     // toolStripButtonAllItem
     //
     this.toolStripButtonAllItem.Image = global::WMS.UI.Properties.Resources.find;
     this.toolStripButtonAllItem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAllItem.Name        = "toolStripButtonAllItem";
     this.toolStripButtonAllItem.Size        = new System.Drawing.Size(104, 21);
     this.toolStripButtonAllItem.Text        = "查看所有条目";
     this.toolStripButtonAllItem.ToolTipText = "查看零件条目";
     this.toolStripButtonAllItem.Visible     = false;
     this.toolStripButtonAllItem.Click      += new System.EventHandler(this.toolStripButton1_Click_1);
     //
     // buttonNotZero
     //
     this.buttonNotZero.Image = global::WMS.UI.Properties.Resources.find;
     this.buttonNotZero.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonNotZero.Name        = "buttonNotZero";
     this.buttonNotZero.Size        = new System.Drawing.Size(111, 21);
     this.buttonNotZero.Text        = "查看不为0条目";
     this.buttonNotZero.ToolTipText = "查看零件条目";
     this.buttonNotZero.Visible     = false;
     this.buttonNotZero.Click      += new System.EventHandler(this.buttonItems_Click);
     //
     // buttonPreview
     //
     this.buttonPreview.Image = ((System.Drawing.Image)(resources.GetObject("buttonPreview.Image")));
     this.buttonPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonPreview.Name   = "buttonPreview";
     this.buttonPreview.Size   = new System.Drawing.Size(85, 21);
     this.buttonPreview.Text   = "导出/打印";
     this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click_1);
     //
     // FormStockRecord
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(866, 330);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("宋体", 10F);
     this.Name  = "FormStockRecord";
     this.Text  = "库存记录";
     this.Load += new System.EventHandler(this.FormStockRecord_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.panelSearchWidget.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTransferOrder));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair2 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.statusStrip1                 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1        = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus                  = new System.Windows.Forms.ToolStripStatusLabel();
     this.panelSearchWidget            = new System.Windows.Forms.Panel();
     this.searchView1                  = new FrontWork.SearchView();
     this.configuration1               = new FrontWork.Configuration();
     this.panelPagerWidget             = new System.Windows.Forms.Panel();
     this.pagerView1                   = new FrontWork.PagerView();
     this.miniToolStrip                = new System.Windows.Forms.ToolStrip();
     this.buttonOpen                   = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2          = new System.Windows.Forms.ToolStripSeparator();
     this.buttonAlter                  = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3          = new System.Windows.Forms.ToolStripSeparator();
     this.tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     this.toolStripTop                 = new System.Windows.Forms.ToolStrip();
     this.toolStripAutoTransfer        = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAdd           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelect        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonDeliveyPakage = new System.Windows.Forms.ToolStripButton();
     this.buttonPreview                = new System.Windows.Forms.ToolStripButton();
     this.panel1     = new System.Windows.Forms.Panel();
     this.basicView1 = new FrontWork.BasicView();
     this.model1     = new FrontWork.Model();
     this.panel2     = new System.Windows.Forms.Panel();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.synchronizer = new FrontWork.JsonRESTSynchronizer();
     this.reoGridView1 = new FrontWork.ReoGridView();
     this.reoGridView2 = new FrontWork.ReoGridView();
     this.statusStrip1.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.panelPagerWidget.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor        = System.Drawing.SystemColors.GradientInactiveCaption;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 534);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(0, 0, 9, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(1136, 25);
     this.statusStrip1.TabIndex = 9;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(54, 20);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(114, 20);
     this.labelStatus.Text = "移库作业单信息";
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(1136, 31);
     this.panelSearchWidget.TabIndex = 8;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(1136, 31);
     this.searchView1.TabIndex      = 13;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(183, 64);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormTransferOrder",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode = "default";
     modeMethodListenerNamesPair2.MethodListenerNames = new string[] {
         "FormTransferOrder",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair2.Mode   = "supplier-not-editable";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1,
         modeMethodListenerNamesPair2
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(240, 225);
     this.configuration1.TabIndex = 11;
     //
     // panelPagerWidget
     //
     this.panelPagerWidget.Controls.Add(this.pagerView1);
     this.panelPagerWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPagerWidget.Location = new System.Drawing.Point(3, 492);
     this.panelPagerWidget.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelPagerWidget.Name     = "panelPagerWidget";
     this.panelPagerWidget.Size     = new System.Drawing.Size(1130, 34);
     this.panelPagerWidget.TabIndex = 7;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 0);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(1130, 34);
     this.pagerView1.TabIndex  = 14;
     //
     // miniToolStrip
     //
     this.miniToolStrip.AutoSize              = false;
     this.miniToolStrip.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.miniToolStrip.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.miniToolStrip.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.miniToolStrip.CanOverflow           = false;
     this.miniToolStrip.Dock             = System.Windows.Forms.DockStyle.None;
     this.miniToolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.miniToolStrip.Location         = new System.Drawing.Point(457, 1);
     this.miniToolStrip.Name             = "miniToolStrip";
     this.miniToolStrip.Padding          = new System.Windows.Forms.Padding(0);
     this.miniToolStrip.Size             = new System.Drawing.Size(852, 22);
     this.miniToolStrip.TabIndex         = 5;
     //
     // buttonOpen
     //
     this.buttonOpen.Image = ((System.Drawing.Image)(resources.GetObject("buttonOpen.Image")));
     this.buttonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonOpen.Name   = "buttonOpen";
     this.buttonOpen.Size   = new System.Drawing.Size(168, 28);
     this.buttonOpen.Text   = "查看备货作业单条目";
     this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.AutoSize = false;
     this.toolStripSeparator2.Name     = "toolStripSeparator2";
     this.toolStripSeparator2.Size     = new System.Drawing.Size(15, 28);
     //
     // buttonAlter
     //
     this.buttonAlter.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlter.Image")));
     this.buttonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonAlter.Name   = "buttonAlter";
     this.buttonAlter.Size   = new System.Drawing.Size(93, 28);
     this.buttonAlter.Text   = "保存修改";
     this.buttonAlter.Click += new System.EventHandler(this.buttonAlter_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panelPagerWidget, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 94F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1136, 559);
     this.tableLayoutPanel1.TabIndex = 10;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.buttonOpen,
         this.toolStripSeparator2,
         this.toolStripAutoTransfer,
         this.toolStripButtonAdd,
         this.toolStripButtonDelect,
         this.buttonAlter,
         this.toolStripSeparator1,
         this.toolStripButtonDeliveyPakage,
         this.toolStripSeparator3,
         this.buttonPreview
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 31);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Padding  = new System.Windows.Forms.Padding(0);
     this.toolStripTop.Size     = new System.Drawing.Size(1136, 31);
     this.toolStripTop.TabIndex = 5;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripAutoTransfer
     //
     this.toolStripAutoTransfer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripAutoTransfer.Image")));
     this.toolStripAutoTransfer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripAutoTransfer.Name        = "toolStripAutoTransfer";
     this.toolStripAutoTransfer.Size        = new System.Drawing.Size(93, 28);
     this.toolStripAutoTransfer.Text        = "一键备货";
     this.toolStripAutoTransfer.ToolTipText = "一键备货";
     this.toolStripAutoTransfer.Click      += new System.EventHandler(this.toolStripAutoTransfer_Click);
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(63, 28);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelect
     //
     this.toolStripButtonDelect.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelect.Image")));
     this.toolStripButtonDelect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelect.Name   = "toolStripButtonDelect";
     this.toolStripButtonDelect.Size   = new System.Drawing.Size(63, 28);
     this.toolStripButtonDelect.Text   = "删除";
     this.toolStripButtonDelect.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(15, 28);
     //
     // toolStripButtonDeliveyPakage
     //
     this.toolStripButtonDeliveyPakage.Image = global::WMS.UI.Properties.Resources.cancle;
     this.toolStripButtonDeliveyPakage.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDeliveyPakage.Name   = "toolStripButtonDeliveyPakage";
     this.toolStripButtonDeliveyPakage.Size   = new System.Drawing.Size(123, 28);
     this.toolStripButtonDeliveyPakage.Text   = "按备货单发货";
     this.toolStripButtonDeliveyPakage.Click += new System.EventHandler(this.toolStripButtonDeliveyPakage_Click);
     //
     // buttonPreview
     //
     this.buttonPreview.Image = ((System.Drawing.Image)(resources.GetObject("buttonPreview.Image")));
     this.buttonPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonPreview.Name   = "buttonPreview";
     this.buttonPreview.Size   = new System.Drawing.Size(99, 28);
     this.buttonPreview.Text   = "导出/打印";
     this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.basicView1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 62);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1136, 94);
     this.panel1.TabIndex = 9;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 5;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3, 2, 3, 0);
     this.basicView1.Size          = new System.Drawing.Size(1136, 94);
     this.basicView1.TabIndex      = 16;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font                   = new System.Drawing.Font("宋体", 10F);
     this.model1.Location               = new System.Drawing.Point(428, 56);
     this.model1.Margin                 = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.model1.Mode                   = "default";
     this.model1.Name                   = "model1";
     this.model1.SelectionRange         = null;
     this.model1.Size                   = new System.Drawing.Size(240, 225);
     this.model1.TabIndex               = 12;
     this.model1.Refreshed             += new System.EventHandler <FrontWork.ModelRefreshedEventArgs>(this.model1_Refreshed);
     this.model1.SelectionRangeChanged += new System.EventHandler <FrontWork.ModelSelectionRangeChangedEventArgs>(this.model1_SelectionRangeChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel2.Controls.Add(this.synchronizer);
     this.panel2.Controls.Add(this.model1);
     this.panel2.Controls.Add(this.configuration1);
     this.panel2.Controls.Add(this.reoGridView1);
     this.panel2.Controls.Add(this.reoGridView2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 156);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1136, 334);
     this.panel2.TabIndex = 10;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(851, 89);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(120, 112);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 14;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(628, 64);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(240, 225);
     this.synchronizer.TabIndex      = 13;
     //
     // reoGridView1
     //
     this.reoGridView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(1136, 334);
     this.reoGridView1.TabIndex      = 10;
     //
     // reoGridView2
     //
     this.reoGridView2.Configuration = null;
     this.reoGridView2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView2.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView2.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView2.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.reoGridView2.Mode          = "default";
     this.reoGridView2.Model         = null;
     this.reoGridView2.Name          = "reoGridView2";
     this.reoGridView2.Size          = new System.Drawing.Size(1136, 334);
     this.reoGridView2.TabIndex      = 6;
     //
     // FormTransferOrder
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1136, 559);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "FormTransferOrder";
     this.Text   = "FormTransferOrder";
     this.Load  += new System.EventHandler(this.FormTransferOrder_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panelSearchWidget.ResumeLayout(false);
     this.panelPagerWidget.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddPersonSalary));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.basicView1            = new FrontWork.BasicView();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.configuration1        = new FrontWork.Configuration();
     this.model1 = new FrontWork.Model();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.synchronizer          = new FrontWork.JsonRESTSynchronizer();
     this.jsonRESTSynchronizer1 = new FrontWork.JsonRESTSynchronizer();
     this.tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3     = new System.Windows.Forms.TableLayoutPanel();
     this.panel2    = new System.Windows.Forms.Panel();
     this.buttonADD = new System.Windows.Forms.Button();
     this.statusStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 296);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 10, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(645, 22);
     this.statusStrip1.TabIndex = 19;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 17);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(68, 17);
     this.labelStatus.Text = "按类型添加";
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(536, 393);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 18;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 3;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(645, 55);
     this.basicView1.TabIndex      = 13;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 165F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(645, 318);
     this.tableLayoutPanel1.TabIndex = 20;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(86, 2);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormAddPersonSalary",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(81, 31);
     this.configuration1.TabIndex = 1;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(2, 2);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(80, 31);
     this.model1.TabIndex       = 2;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(2, 72);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = null;
     this.pagerSearchJsonRESTAdapter1.SearchView    = null;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(71, 17);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(0, 35);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(84, 35);
     this.synchronizer.TabIndex      = 3;
     //
     // jsonRESTSynchronizer1
     //
     this.jsonRESTSynchronizer1.Configuration = null;
     this.jsonRESTSynchronizer1.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.jsonRESTSynchronizer1.Location      = new System.Drawing.Point(84, 35);
     this.jsonRESTSynchronizer1.Margin        = new System.Windows.Forms.Padding(0);
     this.jsonRESTSynchronizer1.Mode          = "default";
     this.jsonRESTSynchronizer1.Model         = null;
     this.jsonRESTSynchronizer1.Name          = "jsonRESTSynchronizer1";
     this.jsonRESTSynchronizer1.Size          = new System.Drawing.Size(78, 35);
     this.jsonRESTSynchronizer1.TabIndex      = 3;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.pagerSearchJsonRESTAdapter1, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.jsonRESTSynchronizer1, 1, 1);
     this.tableLayoutPanel2.Controls.Add(this.configuration1, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.synchronizer, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.model1, 0, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 58);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(169, 91);
     this.tableLayoutPanel2.TabIndex = 14;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 253F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.panel2, 1, 1);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 153);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 3;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(645, 165);
     this.tableLayoutPanel3.TabIndex = 15;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonADD);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(196, 47);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(253, 70);
     this.panel2.TabIndex = 0;
     //
     // buttonADD
     //
     this.buttonADD.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("buttonADD.BackgroundImage")));
     this.buttonADD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.buttonADD.Dock = System.Windows.Forms.DockStyle.Fill;
     this.buttonADD.FlatAppearance.BorderSize = 0;
     this.buttonADD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonADD.Font      = new System.Drawing.Font("微软雅黑", 10F);
     this.buttonADD.Location  = new System.Drawing.Point(0, 0);
     this.buttonADD.Margin    = new System.Windows.Forms.Padding(4);
     this.buttonADD.Name      = "buttonADD";
     this.buttonADD.Size      = new System.Drawing.Size(253, 70);
     this.buttonADD.TabIndex  = 11;
     this.buttonADD.Text      = "按类型添加";
     this.buttonADD.UseVisualStyleBackColor = true;
     this.buttonADD.Click += new System.EventHandler(this.buttonADD_Click);
     //
     // FormAddPersonSalary
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(645, 318);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name        = "FormAddPersonSalary";
     this.Text        = "按类型添加";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormAddPersonSalary_FormClosed);
     this.Load       += new System.EventHandler(this.FormAddPersonSalary_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSummaryDetails));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.toolStrip1     = new System.Windows.Forms.ToolStrip();
     this.basicView1     = new FrontWork.BasicView();
     this.configuration1 = new FrontWork.Configuration();
     this.model1         = new FrontWork.ModelBox();
     this.pagerView1     = new FrontWork.PagerView();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.searchView1           = new FrontWork.SearchView();
     this.synchronizer          = new FrontWork.JsonRESTSynchronizer();
     this.panelSearchWidget     = new System.Windows.Forms.Panel();
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.labelStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.panelPager            = new System.Windows.Forms.Panel();
     this.reoGridView1          = new FrontWork.ReoGridView();
     this.toolStripTop          = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter  = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3   = new System.Windows.Forms.ToolStripSeparator();
     this.panelSearchWidget.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor           = System.Windows.Forms.AnchorStyles.Bottom;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Location         = new System.Drawing.Point(747, 541);
     this.toolStrip1.Name             = "toolStrip1";
     this.toolStrip1.Size             = new System.Drawing.Size(111, 25);
     this.toolStrip1.TabIndex         = 23;
     this.toolStrip1.Text             = "toolStrip1";
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 4;
     this.basicView1.Location      = new System.Drawing.Point(0, 51);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Padding       = new System.Windows.Forms.Padding(3);
     this.basicView1.Size          = new System.Drawing.Size(807, 95);
     this.basicView1.TabIndex      = 13;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(76, 62);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormSummaryDetails",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 1;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.CurrentModelName      = "default";
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(301, 51);
     this.model1.Margin         = new System.Windows.Forms.Padding(2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(134, 142);
     this.model1.TabIndex       = 6;
     this.model1.Visible        = false;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(2, 367);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(803, 26);
     this.pagerView1.TabIndex  = 14;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(659, 38);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(102, 164);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 4;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(2);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(807, 27);
     this.searchView1.TabIndex      = 0;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(451, 38);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 3;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(807, 27);
     this.panelSearchWidget.TabIndex = 12;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.toolStripTop, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.basicView1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.pagerView1, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 95F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(807, 415);
     this.tableLayoutPanel1.TabIndex = 24;
     //
     // statusStrip1
     //
     this.statusStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 395);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Padding  = new System.Windows.Forms.Padding(1, 0, 12, 0);
     this.statusStrip1.Size     = new System.Drawing.Size(807, 20);
     this.statusStrip1.TabIndex = 19;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(44, 15);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(92, 15);
     this.labelStatus.Text = "盘点单条目信息";
     //
     // panelPager
     //
     this.panelPager.BackColor = System.Drawing.SystemColors.Control;
     this.panelPager.Controls.Add(this.model1);
     this.panelPager.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panelPager.Controls.Add(this.synchronizer);
     this.panelPager.Controls.Add(this.configuration1);
     this.panelPager.Controls.Add(this.reoGridView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 146);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(807, 219);
     this.panelPager.TabIndex = 8;
     //
     // reoGridView1
     //
     this.reoGridView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(2);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(807, 219);
     this.reoGridView1.TabIndex      = 0;
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripSeparator3
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 27);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(807, 24);
     this.toolStripTop.TabIndex = 9;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(56, 21);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(56, 21);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(80, 21);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // FormSummaryDetails
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(807, 415);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "FormSummaryDetails";
     this.Text  = "汇总详情";
     this.Load += new System.EventHandler(this.SummaryDetails_Load);
     this.panelSearchWidget.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager              resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAccountRecord));
     FrontWork.ModeMethodListenerNamesPair                       modeMethodListenerNamesPair1 = new FrontWork.ModeMethodListenerNamesPair();
     FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType       apiParamNamesType1           = new FrontWork.SearchViewJsonRESTAdapter.APIParamNamesType();
     FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType conditionFieldNamesType1     = new FrontWork.SearchViewJsonRESTAdapter.ConditionFieldNamesType();
     FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType     orderParamNamesType1         = new FrontWork.SearchViewJsonRESTAdapter.OrderParamNamesType();
     this.tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.labelStatus           = new System.Windows.Forms.ToolStripLabel();
     this.panelPager            = new System.Windows.Forms.Panel();
     this.pagerView1            = new FrontWork.PagerView();
     this.panelSearchWidget     = new System.Windows.Forms.Panel();
     this.searchView1           = new FrontWork.SearchView();
     this.configuration1        = new FrontWork.Configuration();
     this.tableLayoutPanel3     = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel5     = new System.Windows.Forms.TableLayoutPanel();
     this.comboBoxAccountPeriod = new System.Windows.Forms.ComboBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.toolStripTop                = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDelete       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonAlter        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3         = new System.Windows.Forms.ToolStripSeparator();
     this.ButtonTransfer              = new System.Windows.Forms.ToolStripButton();
     this.ButtonWriteOff              = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDeficit      = new System.Windows.Forms.ToolStripButton();
     this.ButtonAccrualCheck          = new System.Windows.Forms.ToolStripButton();
     this.buttonPreview               = new System.Windows.Forms.ToolStripButton();
     this.tableLayoutPanel8           = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel9           = new System.Windows.Forms.TableLayoutPanel();
     this.panel2                      = new System.Windows.Forms.Panel();
     this.synchronizer                = new FrontWork.JsonRESTSynchronizer();
     this.model1                      = new FrontWork.Model();
     this.pagerSearchJsonRESTAdapter1 = new FrontWork.PagerSearchJsonRESTAdapter();
     this.reoGridView1                = new FrontWork.ReoGridView();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.tableLayoutPanel6           = new System.Windows.Forms.TableLayoutPanel();
     this.basicView1                  = new FrontWork.BasicView();
     this.tableLayoutPanel7           = new System.Windows.Forms.TableLayoutPanel();
     this.textBoxDebitAmount          = new System.Windows.Forms.TextBox();
     this.textBoxCreditAmount         = new System.Windows.Forms.TextBox();
     this.label4                      = new System.Windows.Forms.Label();
     this.label5                      = new System.Windows.Forms.Label();
     this.textBoxBalance              = new System.Windows.Forms.TextBox();
     this.label3                      = new System.Windows.Forms.Label();
     this.tableLayoutPanelTreeView    = new System.Windows.Forms.TableLayoutPanel();
     this.panelTreeCheck              = new System.Windows.Forms.Panel();
     this.checkBoxOtherTitle          = new System.Windows.Forms.CheckBox();
     this.checkBoxOwnTitle            = new System.Windows.Forms.CheckBox();
     this.panel4                      = new System.Windows.Forms.Panel();
     this.treeViewAccountTitle        = new System.Windows.Forms.TreeView();
     this.tableLayoutPanel1           = new System.Windows.Forms.TableLayoutPanel();
     this.printDocument1              = new System.Drawing.Printing.PrintDocument();
     this.miniToolStrip               = new System.Windows.Forms.ToolStrip();
     this.tableLayoutPanel2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panelPager.SuspendLayout();
     this.panelSearchWidget.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.toolStripTop.SuspendLayout();
     this.tableLayoutPanel8.SuspendLayout();
     this.tableLayoutPanel9.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel6.SuspendLayout();
     this.tableLayoutPanel7.SuspendLayout();
     this.tableLayoutPanelTreeView.SuspendLayout();
     this.panelTreeCheck.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.toolStrip1, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.panelPager, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.panelSearchWidget, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel8, 0, 2);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 5;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1357, 618);
     this.tableLayoutPanel2.TabIndex = 12;
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor        = System.Drawing.SystemColors.Control;
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.labelStatus
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 587);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1357, 31);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(43, 28);
     this.toolStripStatusLabel1.Text = "状态:";
     //
     // labelStatus
     //
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(69, 28);
     this.labelStatus.Text = "账目记录";
     //
     // panelPager
     //
     this.panelPager.Controls.Add(this.pagerView1);
     this.panelPager.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelPager.Location = new System.Drawing.Point(0, 549);
     this.panelPager.Margin   = new System.Windows.Forms.Padding(0);
     this.panelPager.Name     = "panelPager";
     this.panelPager.Size     = new System.Drawing.Size(1357, 38);
     this.panelPager.TabIndex = 5;
     //
     // pagerView1
     //
     this.pagerView1.BackColor = System.Drawing.SystemColors.Control;
     this.pagerView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pagerView1.Location  = new System.Drawing.Point(0, 0);
     this.pagerView1.Margin    = new System.Windows.Forms.Padding(0);
     this.pagerView1.Mode      = "default";
     this.pagerView1.Name      = "pagerView1";
     this.pagerView1.PageSize  = 50;
     this.pagerView1.Size      = new System.Drawing.Size(1357, 38);
     this.pagerView1.TabIndex  = 16;
     //
     // panelSearchWidget
     //
     this.panelSearchWidget.Controls.Add(this.searchView1);
     this.panelSearchWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSearchWidget.Location = new System.Drawing.Point(0, 0);
     this.panelSearchWidget.Margin   = new System.Windows.Forms.Padding(0);
     this.panelSearchWidget.Name     = "panelSearchWidget";
     this.panelSearchWidget.Size     = new System.Drawing.Size(1357, 31);
     this.panelSearchWidget.TabIndex = 6;
     //
     // searchView1
     //
     this.searchView1.BackColor     = System.Drawing.SystemColors.GradientActiveCaption;
     this.searchView1.Configuration = this.configuration1;
     this.searchView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.searchView1.Location      = new System.Drawing.Point(0, 0);
     this.searchView1.Margin        = new System.Windows.Forms.Padding(0);
     this.searchView1.Mode          = "default";
     this.searchView1.Name          = "searchView1";
     this.searchView1.Size          = new System.Drawing.Size(1357, 31);
     this.searchView1.TabIndex      = 2;
     //
     // configuration1
     //
     this.configuration1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.configuration1.ConfigurationString   = resources.GetString("configuration1.ConfigurationString");
     this.configuration1.Location = new System.Drawing.Point(37, 81);
     this.configuration1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     modeMethodListenerNamesPair1.MethodListenerNames = new string[] {
         "FormAccountRecord",
         "AssociationMethodListener"
     };
     modeMethodListenerNamesPair1.Mode   = "default";
     this.configuration1.MethodListeners = new FrontWork.ModeMethodListenerNamesPair[] {
         modeMethodListenerNamesPair1
     };
     this.configuration1.Name     = "configuration1";
     this.configuration1.Size     = new System.Drawing.Size(180, 180);
     this.configuration1.TabIndex = 6;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 340F));
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel5, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.toolStripTop, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 31);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(1357, 31);
     this.tableLayoutPanel3.TabIndex = 9;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel5.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.tableLayoutPanel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.tableLayoutPanel5.ColumnCount           = 4;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 96F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 149F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel5.Controls.Add(this.comboBoxAccountPeriod, 2, 0);
     this.tableLayoutPanel5.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(1017, 0);
     this.tableLayoutPanel5.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel5.Name     = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size     = new System.Drawing.Size(340, 31);
     this.tableLayoutPanel5.TabIndex = 5;
     //
     // comboBoxAccountPeriod
     //
     this.comboBoxAccountPeriod.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.comboBoxAccountPeriod.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAccountPeriod.Font                  = new System.Drawing.Font("微软雅黑", 10F);
     this.comboBoxAccountPeriod.FormattingEnabled     = true;
     this.comboBoxAccountPeriod.Location              = new System.Drawing.Point(146, 2);
     this.comboBoxAccountPeriod.Margin                = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.comboBoxAccountPeriod.Name                  = "comboBoxAccountPeriod";
     this.comboBoxAccountPeriod.Size                  = new System.Drawing.Size(143, 31);
     this.comboBoxAccountPeriod.TabIndex              = 0;
     this.comboBoxAccountPeriod.SelectedIndexChanged += new System.EventHandler(this.comboBoxAccountPeriod_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(50, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 26);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "会计期间";
     //
     // toolStripTop
     //
     this.toolStripTop.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.toolStripTop.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.toolStripTop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.toolStripTop.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.toolStripTop.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonAdd,
         this.toolStripButtonDelete,
         this.toolStripButtonAlter,
         this.toolStripSeparator3,
         this.ButtonTransfer,
         this.ButtonWriteOff,
         this.toolStripButtonDeficit,
         this.ButtonAccrualCheck,
         this.buttonPreview
     });
     this.toolStripTop.Location = new System.Drawing.Point(0, 0);
     this.toolStripTop.Name     = "toolStripTop";
     this.toolStripTop.Size     = new System.Drawing.Size(1017, 31);
     this.toolStripTop.TabIndex = 3;
     this.toolStripTop.Text     = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name   = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size   = new System.Drawing.Size(63, 28);
     this.toolStripButtonAdd.Text   = "添加";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonDelete
     //
     this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
     this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDelete.Name   = "toolStripButtonDelete";
     this.toolStripButtonDelete.Size   = new System.Drawing.Size(63, 28);
     this.toolStripButtonDelete.Text   = "删除";
     this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
     //
     // toolStripButtonAlter
     //
     this.toolStripButtonAlter.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAlter.Image")));
     this.toolStripButtonAlter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAlter.Name   = "toolStripButtonAlter";
     this.toolStripButtonAlter.Size   = new System.Drawing.Size(93, 28);
     this.toolStripButtonAlter.Text   = "保存修改";
     this.toolStripButtonAlter.Click += new System.EventHandler(this.toolStripButtonAlter_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.AutoSize = false;
     this.toolStripSeparator3.Name     = "toolStripSeparator3";
     this.toolStripSeparator3.Size     = new System.Drawing.Size(15, 28);
     //
     // ButtonTransfer
     //
     this.ButtonTransfer.Image = global::WMS.UI.Properties.Resources.cancle;
     this.ButtonTransfer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonTransfer.Name    = "ButtonTransfer";
     this.ButtonTransfer.Size    = new System.Drawing.Size(63, 28);
     this.ButtonTransfer.Text    = "转账";
     this.ButtonTransfer.Visible = false;
     this.ButtonTransfer.Click  += new System.EventHandler(this.ButtonTransfer_Click);
     //
     // ButtonWriteOff
     //
     this.ButtonWriteOff.Image = global::WMS.UI.Properties.Resources.cancle;
     this.ButtonWriteOff.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonWriteOff.Name   = "ButtonWriteOff";
     this.ButtonWriteOff.Size   = new System.Drawing.Size(123, 28);
     this.ButtonWriteOff.Text   = "冲销当前条目";
     this.ButtonWriteOff.Click += new System.EventHandler(this.ButtonWriteOff_Click);
     //
     // toolStripButtonDeficit
     //
     this.toolStripButtonDeficit.Image = global::WMS.UI.Properties.Resources.check;
     this.toolStripButtonDeficit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDeficit.Name   = "toolStripButtonDeficit";
     this.toolStripButtonDeficit.Size   = new System.Drawing.Size(93, 28);
     this.toolStripButtonDeficit.Text   = "赤字提醒";
     this.toolStripButtonDeficit.Click += new System.EventHandler(this.toolStripButtonDeficit_Click);
     //
     // ButtonAccrualCheck
     //
     this.ButtonAccrualCheck.Image = global::WMS.UI.Properties.Resources.check;
     this.ButtonAccrualCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ButtonAccrualCheck.Name   = "ButtonAccrualCheck";
     this.ButtonAccrualCheck.Size   = new System.Drawing.Size(93, 28);
     this.ButtonAccrualCheck.Text   = "自动对账";
     this.ButtonAccrualCheck.Click += new System.EventHandler(this.ButtonAccrualCheck_Click);
     //
     // buttonPreview
     //
     this.buttonPreview.Image = ((System.Drawing.Image)(resources.GetObject("buttonPreview.Image")));
     this.buttonPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.buttonPreview.Name   = "buttonPreview";
     this.buttonPreview.Size   = new System.Drawing.Size(108, 28);
     this.buttonPreview.Text   = "查看汇总单";
     this.buttonPreview.Click += new System.EventHandler(this.buttonPreview_Click);
     //
     // tableLayoutPanel8
     //
     this.tableLayoutPanel8.ColumnCount = 2;
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 240F));
     this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanel9, 0, 0);
     this.tableLayoutPanel8.Controls.Add(this.tableLayoutPanelTreeView, 1, 0);
     this.tableLayoutPanel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel8.Location = new System.Drawing.Point(0, 62);
     this.tableLayoutPanel8.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel8.Name     = "tableLayoutPanel8";
     this.tableLayoutPanel8.RowCount = 1;
     this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel8.Size     = new System.Drawing.Size(1357, 487);
     this.tableLayoutPanel8.TabIndex = 11;
     //
     // tableLayoutPanel9
     //
     this.tableLayoutPanel9.ColumnCount = 1;
     this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel9.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel9.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel9.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel9.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel9.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel9.Name     = "tableLayoutPanel9";
     this.tableLayoutPanel9.RowCount = 2;
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 148F));
     this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel9.Size     = new System.Drawing.Size(1117, 487);
     this.tableLayoutPanel9.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.synchronizer);
     this.panel2.Controls.Add(this.pagerSearchJsonRESTAdapter1);
     this.panel2.Controls.Add(this.model1);
     this.panel2.Controls.Add(this.configuration1);
     this.panel2.Controls.Add(this.reoGridView1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 148);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1117, 339);
     this.panel2.TabIndex = 9;
     //
     // synchronizer
     //
     this.synchronizer.Configuration = this.configuration1;
     this.synchronizer.FieldMapping  = new FrontWork.JsonRESTSynchronizer.FieldMappingItem[0];
     this.synchronizer.Location      = new System.Drawing.Point(457, 58);
     this.synchronizer.Margin        = new System.Windows.Forms.Padding(0);
     this.synchronizer.Mode          = "default";
     this.synchronizer.Model         = this.model1;
     this.synchronizer.Name          = "synchronizer";
     this.synchronizer.Size          = new System.Drawing.Size(180, 180);
     this.synchronizer.TabIndex      = 10;
     //
     // model1
     //
     this.model1.AllSelectionRanges    = new FrontWork.Range[0];
     this.model1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.model1.Configuration         = this.configuration1;
     this.model1.Font           = new System.Drawing.Font("宋体", 10F);
     this.model1.Location       = new System.Drawing.Point(267, 46);
     this.model1.Margin         = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.model1.Mode           = "default";
     this.model1.Name           = "model1";
     this.model1.SelectionRange = null;
     this.model1.Size           = new System.Drawing.Size(145, 145);
     this.model1.TabIndex       = 7;
     //
     // pagerSearchJsonRESTAdapter1
     //
     conditionFieldNamesType1.Key           = "key";
     conditionFieldNamesType1.Relation      = "relation";
     conditionFieldNamesType1.Values        = "values";
     apiParamNamesType1.ConditionParamNames = conditionFieldNamesType1;
     orderParamNamesType1.Key                       = "key";
     orderParamNamesType1.Order                     = "order";
     apiParamNamesType1.OrderParamNames             = orderParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.APIFieldNames = apiParamNamesType1;
     this.pagerSearchJsonRESTAdapter1.Location      = new System.Drawing.Point(740, 69);
     this.pagerSearchJsonRESTAdapter1.Margin        = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pagerSearchJsonRESTAdapter1.Name          = "pagerSearchJsonRESTAdapter1";
     this.pagerSearchJsonRESTAdapter1.PagerView     = this.pagerView1;
     this.pagerSearchJsonRESTAdapter1.SearchView    = this.searchView1;
     this.pagerSearchJsonRESTAdapter1.Size          = new System.Drawing.Size(140, 122);
     this.pagerSearchJsonRESTAdapter1.Synchronizer  = this.synchronizer;
     this.pagerSearchJsonRESTAdapter1.TabIndex      = 9;
     this.pagerSearchJsonRESTAdapter1.Visible       = false;
     //
     // reoGridView1
     //
     this.reoGridView1.Configuration = this.configuration1;
     this.reoGridView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.reoGridView1.Font          = new System.Drawing.Font("黑体", 11F);
     this.reoGridView1.Location      = new System.Drawing.Point(0, 0);
     this.reoGridView1.Margin        = new System.Windows.Forms.Padding(0);
     this.reoGridView1.Mode          = "default";
     this.reoGridView1.Model         = this.model1;
     this.reoGridView1.Name          = "reoGridView1";
     this.reoGridView1.Size          = new System.Drawing.Size(1117, 339);
     this.reoGridView1.TabIndex      = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tableLayoutPanel6);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1117, 148);
     this.panel1.TabIndex = 10;
     //
     // tableLayoutPanel6
     //
     this.tableLayoutPanel6.ColumnCount = 2;
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75.33753F));
     this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.66247F));
     this.tableLayoutPanel6.Controls.Add(this.basicView1, 0, 0);
     this.tableLayoutPanel6.Controls.Add(this.tableLayoutPanel7, 1, 0);
     this.tableLayoutPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel6.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel6.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel6.Name     = "tableLayoutPanel6";
     this.tableLayoutPanel6.RowCount = 1;
     this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel6.Size     = new System.Drawing.Size(1117, 148);
     this.tableLayoutPanel6.TabIndex = 11;
     //
     // basicView1
     //
     this.basicView1.BackColor     = System.Drawing.SystemColors.GradientInactiveCaption;
     this.basicView1.Configuration = this.configuration1;
     this.basicView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.basicView1.Font          = new System.Drawing.Font("黑体", 10F);
     this.basicView1.ItemsPerRow   = 4;
     this.basicView1.Location      = new System.Drawing.Point(0, 0);
     this.basicView1.Margin        = new System.Windows.Forms.Padding(0);
     this.basicView1.Mode          = "default";
     this.basicView1.Model         = this.model1;
     this.basicView1.Name          = "basicView1";
     this.basicView1.Size          = new System.Drawing.Size(841, 148);
     this.basicView1.TabIndex      = 18;
     //
     // tableLayoutPanel7
     //
     this.tableLayoutPanel7.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.tableLayoutPanel7.ColumnCount = 4;
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 149F));
     this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.Controls.Add(this.textBoxDebitAmount, 2, 2);
     this.tableLayoutPanel7.Controls.Add(this.textBoxCreditAmount, 2, 3);
     this.tableLayoutPanel7.Controls.Add(this.label4, 1, 3);
     this.tableLayoutPanel7.Controls.Add(this.label5, 1, 1);
     this.tableLayoutPanel7.Controls.Add(this.textBoxBalance, 2, 1);
     this.tableLayoutPanel7.Controls.Add(this.label3, 1, 2);
     this.tableLayoutPanel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel7.Location = new System.Drawing.Point(841, 0);
     this.tableLayoutPanel7.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel7.Name     = "tableLayoutPanel7";
     this.tableLayoutPanel7.RowCount = 5;
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel7.Size     = new System.Drawing.Size(276, 148);
     this.tableLayoutPanel7.TabIndex = 19;
     //
     // textBoxDebitAmount
     //
     this.textBoxDebitAmount.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBoxDebitAmount.Enabled  = false;
     this.textBoxDebitAmount.Location = new System.Drawing.Point(116, 57);
     this.textBoxDebitAmount.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBoxDebitAmount.Name     = "textBoxDebitAmount";
     this.textBoxDebitAmount.Size     = new System.Drawing.Size(143, 25);
     this.textBoxDebitAmount.TabIndex = 0;
     //
     // textBoxCreditAmount
     //
     this.textBoxCreditAmount.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBoxCreditAmount.Enabled  = false;
     this.textBoxCreditAmount.Location = new System.Drawing.Point(116, 95);
     this.textBoxCreditAmount.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textBoxCreditAmount.Name     = "textBoxCreditAmount";
     this.textBoxCreditAmount.Size     = new System.Drawing.Size(143, 25);
     this.textBoxCreditAmount.TabIndex = 1;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label4.Location = new System.Drawing.Point(13, 93);
     this.label4.Margin   = new System.Windows.Forms.Padding(0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 38);
     this.label4.TabIndex = 3;
     this.label4.Text     = "贷方发生额";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label5.Location = new System.Drawing.Point(17, 17);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(92, 38);
     this.label5.TabIndex = 4;
     this.label5.Text     = "科目总余额";
     //
     // textBoxBalance
     //
     this.textBoxBalance.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textBoxBalance.Location = new System.Drawing.Point(117, 21);
     this.textBoxBalance.Margin   = new System.Windows.Forms.Padding(4);
     this.textBoxBalance.Name     = "textBoxBalance";
     this.textBoxBalance.Size     = new System.Drawing.Size(141, 25);
     this.textBoxBalance.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.label3.Location = new System.Drawing.Point(13, 55);
     this.label3.Margin   = new System.Windows.Forms.Padding(0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 38);
     this.label3.TabIndex = 2;
     this.label3.Text     = "借方发生额";
     //
     // tableLayoutPanelTreeView
     //
     this.tableLayoutPanelTreeView.ColumnCount = 1;
     this.tableLayoutPanelTreeView.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelTreeView.Controls.Add(this.panelTreeCheck, 0, 0);
     this.tableLayoutPanelTreeView.Controls.Add(this.panel4, 0, 1);
     this.tableLayoutPanelTreeView.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanelTreeView.Location = new System.Drawing.Point(1117, 0);
     this.tableLayoutPanelTreeView.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanelTreeView.Name     = "tableLayoutPanelTreeView";
     this.tableLayoutPanelTreeView.RowCount = 2;
     this.tableLayoutPanelTreeView.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 62F));
     this.tableLayoutPanelTreeView.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelTreeView.Size     = new System.Drawing.Size(240, 487);
     this.tableLayoutPanelTreeView.TabIndex = 1;
     //
     // panelTreeCheck
     //
     this.panelTreeCheck.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.panelTreeCheck.Controls.Add(this.checkBoxOtherTitle);
     this.panelTreeCheck.Controls.Add(this.checkBoxOwnTitle);
     this.panelTreeCheck.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelTreeCheck.Location = new System.Drawing.Point(0, 0);
     this.panelTreeCheck.Margin   = new System.Windows.Forms.Padding(0);
     this.panelTreeCheck.Name     = "panelTreeCheck";
     this.panelTreeCheck.Size     = new System.Drawing.Size(240, 62);
     this.panelTreeCheck.TabIndex = 0;
     //
     // checkBoxOtherTitle
     //
     this.checkBoxOtherTitle.AutoSize = true;
     this.checkBoxOtherTitle.Location = new System.Drawing.Point(117, 21);
     this.checkBoxOtherTitle.Margin   = new System.Windows.Forms.Padding(4);
     this.checkBoxOtherTitle.Name     = "checkBoxOtherTitle";
     this.checkBoxOtherTitle.Size     = new System.Drawing.Size(89, 19);
     this.checkBoxOtherTitle.TabIndex = 1;
     this.checkBoxOtherTitle.Text     = "对方科目";
     this.checkBoxOtherTitle.UseVisualStyleBackColor = true;
     this.checkBoxOtherTitle.CheckedChanged         += new System.EventHandler(this.OtherTitleCheckChanged);
     //
     // checkBoxOwnTitle
     //
     this.checkBoxOwnTitle.AutoSize   = true;
     this.checkBoxOwnTitle.Checked    = true;
     this.checkBoxOwnTitle.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxOwnTitle.Location   = new System.Drawing.Point(9, 21);
     this.checkBoxOwnTitle.Margin     = new System.Windows.Forms.Padding(4);
     this.checkBoxOwnTitle.Name       = "checkBoxOwnTitle";
     this.checkBoxOwnTitle.Size       = new System.Drawing.Size(89, 19);
     this.checkBoxOwnTitle.TabIndex   = 0;
     this.checkBoxOwnTitle.Text       = "己方科目";
     this.checkBoxOwnTitle.UseVisualStyleBackColor = true;
     this.checkBoxOwnTitle.CheckedChanged         += new System.EventHandler(this.OwnTitleCheckChanged);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.treeViewAccountTitle);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 62);
     this.panel4.Margin   = new System.Windows.Forms.Padding(0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(240, 425);
     this.panel4.TabIndex = 1;
     //
     // treeViewAccountTitle
     //
     this.treeViewAccountTitle.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.treeViewAccountTitle.Location     = new System.Drawing.Point(0, 0);
     this.treeViewAccountTitle.Margin       = new System.Windows.Forms.Padding(0);
     this.treeViewAccountTitle.Name         = "treeViewAccountTitle";
     this.treeViewAccountTitle.Size         = new System.Drawing.Size(240, 425);
     this.treeViewAccountTitle.TabIndex     = 2;
     this.treeViewAccountTitle.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewAccountTitle_AfterSelect);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(4);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 54F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1357, 618);
     this.tableLayoutPanel1.TabIndex = 11;
     //
     // miniToolStrip
     //
     this.miniToolStrip.AutoSize              = false;
     this.miniToolStrip.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.miniToolStrip.BackgroundImage       = global::WMS.UI.Properties.Resources.bottonW_q;
     this.miniToolStrip.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.miniToolStrip.CanOverflow           = false;
     this.miniToolStrip.Dock             = System.Windows.Forms.DockStyle.None;
     this.miniToolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.miniToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.miniToolStrip.Location         = new System.Drawing.Point(0, 0);
     this.miniToolStrip.Name             = "miniToolStrip";
     this.miniToolStrip.Size             = new System.Drawing.Size(509, 25);
     this.miniToolStrip.TabIndex         = 3;
     //
     // FormAccountRecord
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1357, 618);
     this.Controls.Add(this.tableLayoutPanel2);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "FormAccountRecord";
     this.Text   = "FormAccountRecord";
     this.Load  += new System.EventHandler(this.FormAccountRecord_Load);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panelPager.ResumeLayout(false);
     this.panelSearchWidget.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.tableLayoutPanel5.ResumeLayout(false);
     this.tableLayoutPanel5.PerformLayout();
     this.toolStripTop.ResumeLayout(false);
     this.toolStripTop.PerformLayout();
     this.tableLayoutPanel8.ResumeLayout(false);
     this.tableLayoutPanel9.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel6.ResumeLayout(false);
     this.tableLayoutPanel7.ResumeLayout(false);
     this.tableLayoutPanel7.PerformLayout();
     this.tableLayoutPanelTreeView.ResumeLayout(false);
     this.panelTreeCheck.ResumeLayout(false);
     this.panelTreeCheck.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }