Пример #1
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.textBoxWaitKey                           = this.xmlComponentLoader1.GetControlByName <ToolStripTextBox>("textBoxWaitKey");
     this.btnQuery                                 = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnQuery");
     this.btnQuery.Visible                         = false;
     this.aisinoDataGrid1                          = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid1");
     this.treeViewBM1                              = this.xmlComponentLoader1.GetControlByName <TreeViewBM>("treeViewBM1");
     this.splitContainer1                          = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer1");
     this.textBoxWaitKey.TextChanged              += new EventHandler(this.textBoxWaitKey_TextChanged);
     this.btnQuery.Click                          += new EventHandler(this.btnQuery_Click);
     this.aisinoDataGrid1.GoToPageEvent           += new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid1_GoToPageEvent);
     this.aisinoDataGrid1.DataGridRowDbClickEvent += new EventHandler <DataGridRowEventArgs>(this.aisinoDataGrid1_DataGridRowDbClickEvent);
     this.aisinoDataGrid1.DataGridRowKeyDown      += new KeyEventHandler(this.aisinoDataGrid1_DataGridRowKeyDown);
     this.aisinoDataGrid1.ShowAllChkVisible        = false;
     this.treeViewBM1.onTreeNodeClick             += new TreeViewBM.OnTreeNodeClick(this.treeViewBM1_onTreeNodeClick);
     this.textBoxWaitKey.ToolTipText               = "输入关键字(车辆编码,名称,厂牌型号,产地,生产厂家名称)";
     this.toolSearchLbl                            = this.xmlComponentLoader1.GetControlByName <ToolStripLabel>("toolSearchLbl");
     this.toolSearchLbl.Alignment                  = ToolStripItemAlignment.Right;
     this.toolStrip1                               = this.xmlComponentLoader1.GetControlByName <ToolStrip>("toolStrip1");
     ControlStyleUtil.SetToolStripStyle(this.toolStrip1);
     this.textBoxWaitKey.Paint    += new PaintEventHandler(this.textBoxWaitKey_Paint);
     this.textBoxWaitKey.Alignment = ToolStripItemAlignment.Right;
     this.splitContainer1          = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer1");
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
 }
Пример #2
0
        private void InitializeComponent()
        {
            ComponentResourceManager manager = new ComponentResourceManager(typeof(BMXZQYSelect));

            this.xmlComponentLoader1 = new XmlComponentLoader();
            base.SuspendLayout();
            this.xmlComponentLoader1.BackColor = Color.Transparent;
            this.xmlComponentLoader1.Dock      = DockStyle.Fill;
            this.xmlComponentLoader1.Location  = new Point(0, 0);
            this.xmlComponentLoader1.Name      = "xmlComponentLoader1";
            this.xmlComponentLoader1.Size      = new Size(0x3e8, 600);
            this.xmlComponentLoader1.TabIndex  = 0;
            this.xmlComponentLoader1.Tag       = manager.GetObject("xmlComponentLoader1.Tag");
            this.xmlComponentLoader1.Text      = "BMKHSelect";
            this.xmlComponentLoader1.XMLPath   = @"..\Config\Components\Aisino.Fwkp.Bmgl.Forms.BMXZQYSelect\Aisino.Fwkp.Bmgl.Forms.BMXZQYSelect.xml";
            base.AutoScaleDimensions           = new SizeF(6f, 12f);
            base.AutoScaleMode = AutoScaleMode.Font;
            base.ClientSize    = new Size(0x3e8, 600);
            base.Controls.Add(this.xmlComponentLoader1);
            base.Icon       = (Icon)manager.GetObject("$this.Icon");
            base.KeyPreview = true;
            base.Location   = new Point(0, 0);
            base.Name       = "BMXZQYSelect";
            base.Tag        = manager.GetObject("$this.Tag");
            this.Text       = "行政区编码选择";
            base.Load      += new EventHandler(this.BMXZQYSelect_Load);
            base.ResumeLayout(false);
            this.splitContainer1 = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer1");
            this.splitContainer1.Panel1Collapsed = true;
        }
Пример #3
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.btnModify       = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolModify");
     this.btnAdd          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolAdd");
     this.btnDel          = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolDel");
     this.btnExport       = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolExport");
     this.btnImport       = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolImport");
     this.splitContainer1 = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer1");
     this.btnExit         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolExit");
     this.textBoxWaitKey  = this.xmlComponentLoader1.GetControlByName <ToolStripTextBox>("textBoxWaitKey");
     this.aisinoDataGrid1 = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid1");
     this.aisinoDataGrid1.GoToPageEvent           += new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid1_GoToPageEvent);
     this.aisinoDataGrid1.DataGridRowDbClickEvent += new EventHandler <DataGridRowEventArgs>(this.aisinoDataGrid1_DataGridRowDbClickEvent);
     this.btnAdd.Click               += new EventHandler(this.btnAdd_Click);
     this.btnModify.Click            += new EventHandler(this.btnModify_Click);
     this.btnDel.Click               += new EventHandler(this.btnDel_Click);
     this.textBoxWaitKey.TextChanged += new EventHandler(this.textBoxWaitKey_TextChanged);
     this.btnExport.Click            += new EventHandler(this.btnExport_Click);
     this.btnImport.Click            += new EventHandler(this.btnImport_Click);
     this.textBoxWaitKey.ToolTipText  = "输入关键字(编码,名称)";
     this.toolSearchLbl               = this.xmlComponentLoader1.GetControlByName <ToolStripLabel>("toolSearchLbl");
     this.toolSearchLbl.Alignment     = ToolStripItemAlignment.Right;
     this.btnExit.Click              += new EventHandler(this.btnExit_Click);
     this.toolStrip1 = this.xmlComponentLoader1.GetControlByName <ToolStrip>("toolStrip1");
     ControlStyleUtil.SetToolStripStyle(this.toolStrip1);
     this.textBoxWaitKey.Paint             += new PaintEventHandler(this.textBoxWaitKey_Paint);
     this.textBoxWaitKey.Alignment          = ToolStripItemAlignment.Right;
     this.btnImport.Enabled                 = false;
     this.btnExport.Enabled                 = false;
     this.splitContainer1.Panel1Collapsed   = true;
     this.aisinoDataGrid1.ShowAllChkVisible = false;
 }
Пример #4
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.textBoxWaitKey = this.xmlComponentLoader1.GetControlByName <TextBoxWait>("textBoxWaitKey");
     this.textBoxWaitKey.WaterMarkString = "输入关键字(编码,名称)";
     this.btnQuery                 = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnQuery");
     this.btnQuery.Visible         = false;
     this.aisinoDataGrid1          = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid1");
     this.splitContainer1          = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer1");
     this.textBoxWaitKey.FontWater = new Font("微软雅黑", 8f, FontStyle.Italic);
     this.textBoxWaitKey.TextChangedWaitGetText += new GetTextEventHandler(this.textBoxWaitKey_TextChangedWaitGetText);
     this.btnQuery.Click += new EventHandler(this.btnQuery_Click);
     this.aisinoDataGrid1.GoToPageEvent           += new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid1_GoToPageEvent);
     this.aisinoDataGrid1.DataGridRowDbClickEvent += new EventHandler <DataGridRowEventArgs>(this.aisinoDataGrid1_DataGridRowDbClickEvent);
     this.aisinoDataGrid1.DataGridRowKeyDown      += new KeyEventHandler(this.aisinoDataGrid1_DataGridRowKeyDown);
     this.aisinoDataGrid1.ShowAllChkVisible        = false;
 }
Пример #5
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.btnQuery                 = this.xmlComponentLoader1.GetControlByName <AisinoBTN>("btnQuery");
     this.comboBoxYF               = this.xmlComponentLoader1.GetControlByName <AisinoCMB>("comboBoxYF");
     this.comboBoxDJZL             = this.xmlComponentLoader1.GetControlByName <AisinoCMB>("comboBoxDJZL");
     this.label3                   = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label3");
     this.toolStripButton1         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripButton1");
     this.toolStripBtnSave         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnSave");
     this.toolStripBtnHZYL         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolStripBtnHZYL");
     this.splitContainer1          = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer1");
     this.splitContainer2          = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer2");
     this.aisinoDataGrid1          = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid1");
     this.aisinoDataGrid2          = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid2");
     this.label2                   = this.xmlComponentLoader1.GetControlByName <AisinoLBL>("label2");
     this.aisinoDataGrid3          = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid3");
     this.toolStrip1               = this.xmlComponentLoader1.GetControlByName <ToolStrip>("toolStrip1");
     this.txtKHSH                  = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtKHSH");
     this.rdKHSH                   = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rdKHSH");
     this.txtKHMC                  = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtKHMC");
     this.rdKHMC                   = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rdKHMC");
     this.txtDJBH                  = this.xmlComponentLoader1.GetControlByName <AisinoTXT>("txtDJBH");
     this.rdDJBH                   = this.xmlComponentLoader1.GetControlByName <AisinoRDO>("rdDJBH");
     this.toolStripBtnHZYL.Visible = false;
     this.btnQuery.Click          += new EventHandler(this.btnQuery_Click);
     this.toolStripBtnSave.Click  += new EventHandler(this.toolStripBtnSave_Click);
     this.aisinoDataGrid1.add_GoToPageEvent(new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid1_GoToPageEvent));
     this.aisinoDataGrid2.add_GoToPageEvent(new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid2_GoToPageEvent));
     this.aisinoDataGrid3.add_GoToPageEvent(new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid3_GoToPageEvent));
     this.toolStripButton1.Click += new EventHandler(this.toolStripButton1_Click);
     this.aisinoDataGrid1.add_DataGridRowClickEvent(new EventHandler <DataGridRowEventArgs>(this.aisinoDataGrid1_DataGridRowClickEvent));
     this.comboBoxDJZL.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxYF.DropDownStyle   = ComboBoxStyle.DropDownList;
     this.aisinoDataGrid1.set_ReadOnly(true);
     this.aisinoDataGrid1.get_DataGrid().AllowUserToDeleteRows = false;
     this.aisinoDataGrid2.set_ReadOnly(true);
     this.aisinoDataGrid2.get_DataGrid().AllowUserToDeleteRows = false;
     this.aisinoDataGrid3.set_ReadOnly(true);
     this.aisinoDataGrid3.get_DataGrid().AllowUserToDeleteRows = false;
 }
Пример #6
0
 private void Initialize()
 {
     this.InitializeComponent();
     this.toolBtnQuit         = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolBtnQuit");
     this.toolBtnSelectAll    = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolBtnSelectAll");
     this.toolBtnClear        = this.xmlComponentLoader1.GetControlByName <ToolStripButton>("toolBtnClear");
     this.aisinoDataGrid1     = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid1");
     this.aisinoDataGrid2     = this.xmlComponentLoader1.GetControlByName <AisinoDataGrid>("aisinoDataGrid2");
     this.splitContainer1     = this.xmlComponentLoader1.GetControlByName <AisinoSPL>("splitContainer1");
     this.groupBox1           = this.xmlComponentLoader1.GetControlByName <AisinoGRP>("groupBox1");
     this.toolBtnQuit.Click  += new EventHandler(this.btnQuit_Click);
     this.toolBtnClear.Click += new EventHandler(this.btnClear_Click);
     this.aisinoDataGrid1.add_DataGridRowSelectionChanged(new EventHandler <DataGridRowEventArgs>(this.aisinoDataGrid1_DataGridRowSelectionChanged));
     this.aisinoDataGrid1.add_DataGridCellFormatting(new EventHandler <DataGridViewCellFormattingEventArgs>(this.aisinoDataGrid1_DataGridCellFormatting));
     this.toolBtnSelectAll.Click += new EventHandler(this.btnSelectAll_Click);
     this.aisinoDataGrid1.add_GoToPageEvent(new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid1_GoToPageEvent));
     this.aisinoDataGrid2.add_GoToPageEvent(new EventHandler <GoToPageEventArgs>(this.aisinoDataGrid2_GoToPageEvent));
     this.aisinoDataGrid1.set_ReadOnly(true);
     this.aisinoDataGrid2.set_ReadOnly(true);
     this.aisinoDataGrid1.get_DataGrid().AllowUserToDeleteRows = false;
     this.aisinoDataGrid2.get_DataGrid().AllowUserToDeleteRows = false;
 }
Пример #7
0
        private void InitializeComponent()
        {
            DataGridViewCellStyle style   = new DataGridViewCellStyle();
            DataGridViewCellStyle style2  = new DataGridViewCellStyle();
            DataGridViewCellStyle style3  = new DataGridViewCellStyle();
            DataGridViewCellStyle style4  = new DataGridViewCellStyle();
            DataGridViewCellStyle style5  = new DataGridViewCellStyle();
            DataGridViewCellStyle style6  = new DataGridViewCellStyle();
            DataGridViewCellStyle style7  = new DataGridViewCellStyle();
            DataGridViewCellStyle style8  = new DataGridViewCellStyle();
            DataGridViewCellStyle style9  = new DataGridViewCellStyle();
            DataGridViewCellStyle style10 = new DataGridViewCellStyle();
            DataGridViewCellStyle style11 = new DataGridViewCellStyle();
            DataGridViewCellStyle style12 = new DataGridViewCellStyle();

            this.dgvOriginalHead = new DataGridMX();
            this.dgvHead         = new DataGridMX();
            this.groupBox5       = new AisinoGRP();
            this.groupBox3       = new AisinoGRP();
            this.splitContainer2 = new AisinoSPL();
            this.toolStrip1      = new ToolStrip();
            this.BtnSave         = new ToolStripButton();
            this.splitContainer3 = new AisinoSPL();
            this.groupBox4       = new AisinoGRP();
            this.groupBox6       = new AisinoGRP();
            this.dgvGoods        = new DataGridMX();
            this.groupBox1       = new AisinoGRP();
            this.groupBox2       = new AisinoGRP();
            this.splitContainer1 = new AisinoSPL();
            this.BtnQuit         = new ToolStripButton();
            this.dgvOriginal     = new DataGridMX();
            this.dgvOriginalHead.BeginInit();
            this.dgvHead.BeginInit();
            this.groupBox5.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.splitContainer3.Panel1.SuspendLayout();
            this.splitContainer3.Panel2.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.dgvGoods.BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.dgvOriginal.BeginInit();
            base.SuspendLayout();
            this.dgvOriginalHead.set_AborCellPainting(false);
            this.dgvOriginalHead.AllowUserToAddRows      = false;
            this.dgvOriginalHead.AllowUserToOrderColumns = true;
            style.BackColor = Color.FromArgb(0xff, 250, 240);
            this.dgvOriginalHead.AlternatingRowsDefaultCellStyle = style;
            this.dgvOriginalHead.BackgroundColor = SystemColors.ButtonFace;
            style2.Alignment = DataGridViewContentAlignment.MiddleCenter;
            style2.BackColor = Color.Cyan;
            this.dgvOriginalHead.ColumnHeadersDefaultCellStyle = style2;
            this.dgvOriginalHead.set_ColumnHeadersHeightSizeMode(DataGridViewColumnHeadersHeightSizeMode.AutoSize);
            this.dgvOriginalHead.Dock      = DockStyle.Fill;
            this.dgvOriginalHead.GridColor = Color.Gray;
            this.dgvOriginalHead.set_GridStyle(0);
            this.dgvOriginalHead.set_KeyEnterConvertToTab(false);
            this.dgvOriginalHead.Location = new Point(3, 0x11);
            this.dgvOriginalHead.Name     = "dgvOriginalHead";
            this.dgvOriginalHead.set_NewColumns(null);
            this.dgvOriginalHead.ReadOnly = true;
            style3.BackColor          = Color.White;
            style3.SelectionBackColor = Color.Teal;
            this.dgvOriginalHead.RowsDefaultCellStyle = style3;
            this.dgvOriginalHead.RowTemplate.Height   = 0x17;
            this.dgvOriginalHead.SelectionMode        = DataGridViewSelectionMode.FullRowSelect;
            this.dgvOriginalHead.Size     = new Size(0x18b, 60);
            this.dgvOriginalHead.TabIndex = 0;
            this.dgvHead.set_AborCellPainting(false);
            this.dgvHead.AllowUserToAddRows      = false;
            this.dgvHead.AllowUserToOrderColumns = true;
            style4.BackColor = Color.FromArgb(0xff, 250, 240);
            this.dgvHead.AlternatingRowsDefaultCellStyle = style4;
            this.dgvHead.BackgroundColor = SystemColors.ButtonFace;
            style5.Alignment             = DataGridViewContentAlignment.MiddleCenter;
            style5.BackColor             = Color.Cyan;
            this.dgvHead.ColumnHeadersDefaultCellStyle = style5;
            this.dgvHead.set_ColumnHeadersHeightSizeMode(DataGridViewColumnHeadersHeightSizeMode.AutoSize);
            this.dgvHead.Dock      = DockStyle.Fill;
            this.dgvHead.GridColor = Color.Gray;
            this.dgvHead.set_GridStyle(0);
            this.dgvHead.set_KeyEnterConvertToTab(false);
            this.dgvHead.Location = new Point(3, 0x11);
            this.dgvHead.Name     = "dgvHead";
            this.dgvHead.set_NewColumns(null);
            this.dgvHead.ReadOnly             = true;
            style6.BackColor                  = Color.White;
            style6.SelectionBackColor         = Color.Teal;
            this.dgvHead.RowsDefaultCellStyle = style6;
            this.dgvHead.RowTemplate.Height   = 0x17;
            this.dgvHead.SelectionMode        = DataGridViewSelectionMode.FullRowSelect;
            this.dgvHead.Size                 = new Size(0x159, 0x83);
            this.dgvHead.TabIndex             = 0;
            this.groupBox5.Controls.Add(this.dgvOriginal);
            this.groupBox5.Dock     = DockStyle.Fill;
            this.groupBox5.Location = new Point(0, 0);
            this.groupBox5.Name     = "groupBox5";
            this.groupBox5.Size     = new Size(0x191, 0x1a6);
            this.groupBox5.TabIndex = 3;
            this.groupBox5.TabStop  = false;
            this.groupBox5.Text     = "单据明细";
            this.groupBox3.Controls.Add(this.dgvOriginalHead);
            this.groupBox3.Dock              = DockStyle.Fill;
            this.groupBox3.Location          = new Point(0, 0);
            this.groupBox3.Name              = "groupBox3";
            this.groupBox3.Size              = new Size(0x191, 80);
            this.groupBox3.TabIndex          = 1;
            this.groupBox3.TabStop           = false;
            this.groupBox3.Text              = "销售单据";
            this.splitContainer2.Dock        = DockStyle.Fill;
            this.splitContainer2.Location    = new Point(3, 0x11);
            this.splitContainer2.Name        = "splitContainer2";
            this.splitContainer2.Orientation = Orientation.Horizontal;
            this.splitContainer2.Panel1.Controls.Add(this.groupBox3);
            this.splitContainer2.Panel2.Controls.Add(this.groupBox5);
            this.splitContainer2.Size             = new Size(0x191, 0x1fa);
            this.splitContainer2.SplitterDistance = 80;
            this.splitContainer2.TabIndex         = 0;
            this.toolStrip1.ImageScalingSize      = new Size(0x19, 0x19);
            this.toolStrip1.Items.AddRange(new ToolStripItem[] { this.BtnQuit, this.BtnSave });
            this.toolStrip1.Location           = new Point(0, 0);
            this.toolStrip1.Name               = "toolStrip1";
            this.toolStrip1.Size               = new Size(0x318, 0x19);
            this.toolStrip1.TabIndex           = 4;
            this.toolStrip1.Text               = "toolStrip1";
            this.BtnSave.Image                 = Resources.客户;
            this.BtnSave.ImageScaling          = ToolStripItemImageScaling.None;
            this.BtnSave.ImageTransparentColor = Color.Magenta;
            this.BtnSave.Name                = "BtnSave";
            this.BtnSave.Size                = new Size(0x49, 0x16);
            this.BtnSave.Text                = "确认拆分";
            this.BtnSave.Click              += new EventHandler(this.BtnSave_Click);
            this.splitContainer3.Dock        = DockStyle.Fill;
            this.splitContainer3.Location    = new Point(3, 0x11);
            this.splitContainer3.Name        = "splitContainer3";
            this.splitContainer3.Orientation = Orientation.Horizontal;
            this.splitContainer3.Panel1.Controls.Add(this.groupBox4);
            this.splitContainer3.Panel2.Controls.Add(this.groupBox6);
            this.splitContainer3.Size             = new Size(0x15f, 0x1fa);
            this.splitContainer3.SplitterDistance = 0x97;
            this.splitContainer3.TabIndex         = 0;
            this.groupBox4.Controls.Add(this.dgvHead);
            this.groupBox4.Dock     = DockStyle.Fill;
            this.groupBox4.Location = new Point(0, 0);
            this.groupBox4.Name     = "groupBox4";
            this.groupBox4.Size     = new Size(0x15f, 0x97);
            this.groupBox4.TabIndex = 2;
            this.groupBox4.TabStop  = false;
            this.groupBox4.Text     = "销售单据";
            this.groupBox6.Controls.Add(this.dgvGoods);
            this.groupBox6.Dock     = DockStyle.Fill;
            this.groupBox6.Location = new Point(0, 0);
            this.groupBox6.Name     = "groupBox6";
            this.groupBox6.Size     = new Size(0x15f, 0x15f);
            this.groupBox6.TabIndex = 3;
            this.groupBox6.TabStop  = false;
            this.groupBox6.Text     = "单据明细";
            this.dgvGoods.set_AborCellPainting(false);
            this.dgvGoods.AllowUserToAddRows      = false;
            this.dgvGoods.AllowUserToOrderColumns = true;
            style7.BackColor = Color.FromArgb(0xff, 250, 240);
            this.dgvGoods.AlternatingRowsDefaultCellStyle = style7;
            this.dgvGoods.BackgroundColor = SystemColors.ButtonFace;
            style8.Alignment = DataGridViewContentAlignment.MiddleCenter;
            style8.BackColor = Color.Cyan;
            this.dgvGoods.ColumnHeadersDefaultCellStyle = style8;
            this.dgvGoods.set_ColumnHeadersHeightSizeMode(DataGridViewColumnHeadersHeightSizeMode.AutoSize);
            this.dgvGoods.Dock      = DockStyle.Fill;
            this.dgvGoods.GridColor = Color.Gray;
            this.dgvGoods.set_GridStyle(0);
            this.dgvGoods.set_KeyEnterConvertToTab(false);
            this.dgvGoods.Location = new Point(3, 0x11);
            this.dgvGoods.Name     = "dgvGoods";
            this.dgvGoods.set_NewColumns(null);
            this.dgvGoods.ReadOnly             = true;
            style9.BackColor                   = Color.White;
            style9.SelectionBackColor          = Color.Teal;
            this.dgvGoods.RowsDefaultCellStyle = style9;
            this.dgvGoods.RowTemplate.Height   = 0x17;
            this.dgvGoods.SelectionMode        = DataGridViewSelectionMode.FullRowSelect;
            this.dgvGoods.Size                 = new Size(0x159, 0x14b);
            this.dgvGoods.TabIndex             = 0;
            this.groupBox1.Controls.Add(this.splitContainer2);
            this.groupBox1.Dock     = DockStyle.Fill;
            this.groupBox1.Location = new Point(0, 0);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new Size(0x197, 0x20e);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "拆分前";
            this.groupBox2.Controls.Add(this.splitContainer3);
            this.groupBox2.Dock           = DockStyle.Fill;
            this.groupBox2.Location       = new Point(0, 0);
            this.groupBox2.Name           = "groupBox2";
            this.groupBox2.Size           = new Size(0x165, 0x20e);
            this.groupBox2.TabIndex       = 2;
            this.groupBox2.TabStop        = false;
            this.groupBox2.Text           = "拆分后";
            this.splitContainer1.Anchor   = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.splitContainer1.Location = new Point(12, 0x22);
            this.splitContainer1.Name     = "splitContainer1";
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
            this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
            this.splitContainer1.Size             = new Size(0x300, 0x20e);
            this.splitContainer1.SplitterDistance = 0x197;
            this.splitContainer1.TabIndex         = 3;
            this.BtnQuit.Image                 = Resources.退出;
            this.BtnQuit.ImageScaling          = ToolStripItemImageScaling.None;
            this.BtnQuit.ImageTransparentColor = Color.Magenta;
            this.BtnQuit.Name   = "BtnQuit";
            this.BtnQuit.Size   = new Size(0x31, 0x16);
            this.BtnQuit.Text   = "退出";
            this.BtnQuit.Click += new EventHandler(this.BtnQuit_Click);
            this.dgvOriginal.set_AborCellPainting(false);
            this.dgvOriginal.AllowUserToAddRows      = false;
            this.dgvOriginal.AllowUserToOrderColumns = true;
            style10.BackColor = Color.FromArgb(0xff, 250, 240);
            this.dgvOriginal.AlternatingRowsDefaultCellStyle = style10;
            this.dgvOriginal.BackgroundColor = SystemColors.ButtonFace;
            style11.Alignment = DataGridViewContentAlignment.MiddleCenter;
            style11.BackColor = Color.Cyan;
            this.dgvOriginal.ColumnHeadersDefaultCellStyle = style11;
            this.dgvOriginal.set_ColumnHeadersHeightSizeMode(DataGridViewColumnHeadersHeightSizeMode.AutoSize);
            this.dgvOriginal.Dock      = DockStyle.Fill;
            this.dgvOriginal.GridColor = Color.Gray;
            this.dgvOriginal.set_GridStyle(0);
            this.dgvOriginal.set_KeyEnterConvertToTab(false);
            this.dgvOriginal.Location = new Point(3, 0x11);
            this.dgvOriginal.Name     = "dgvOriginal";
            this.dgvOriginal.set_NewColumns(null);
            this.dgvOriginal.ReadOnly             = true;
            style12.BackColor                     = Color.White;
            style12.SelectionBackColor            = Color.Teal;
            this.dgvOriginal.RowsDefaultCellStyle = style12;
            this.dgvOriginal.RowTemplate.Height   = 0x17;
            this.dgvOriginal.SelectionMode        = DataGridViewSelectionMode.FullRowSelect;
            this.dgvOriginal.Size                 = new Size(0x18b, 0x192);
            this.dgvOriginal.TabIndex             = 1;
            base.AutoScaleDimensions              = new SizeF(6f, 12f);
            base.AutoScaleMode                    = AutoScaleMode.Font;
            base.ClientSize = new Size(0x318, 0x236);
            base.Controls.Add(this.splitContainer1);
            base.Controls.Add(this.toolStrip1);
            base.Name  = "AutoSplitView";
            this.Text  = "销售单据拆分自动拆分";
            base.Load += new EventHandler(this.AutoSplitView_Load);
            this.dgvOriginalHead.EndInit();
            this.dgvHead.EndInit();
            this.groupBox5.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer3.Panel1.ResumeLayout(false);
            this.splitContainer3.Panel2.ResumeLayout(false);
            this.splitContainer3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox6.ResumeLayout(false);
            this.dgvGoods.EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.dgvOriginal.EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Пример #8
0
 private void InitializeComponent()
 {
     new ComponentResourceManager(typeof(BMBase <tEdit, tFenLei, tSelect>));
     this.aisinoDataGrid1     = new AisinoDataGrid();
     this.splitContainer1     = new AisinoSPL();
     this.treeViewBM1         = new TreeViewBM();
     this.toolStrip1          = new ToolStrip();
     this.toolExit            = new ToolStripButton();
     this.toolStripSeparator2 = new ToolStripSeparator();
     this.toolExport          = new ToolStripButton();
     this.toolImport          = new ToolStripButton();
     this.toolStripSeparator3 = new ToolStripSeparator();
     this.tool_GeShi          = new ToolStripButton();
     this.tool_TongJi         = new ToolStripButton();
     this.tool_ChaZhao        = new ToolStripButton();
     this.toolPrint           = new ToolStripButton();
     this.toolStripSeparator1 = new ToolStripSeparator();
     this.toolDel             = new ToolStripButton();
     this.toolModify          = new ToolStripButton();
     this.toolAdd             = new ToolStripButton();
     this.toolSearchLbl       = new ToolStripLabel();
     this.textBoxWaitKey      = new ToolStripTextBox();
     this.panel1 = new AisinoPNL();
     (this.splitContainer1 as ISupportInitialize).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.aisinoDataGrid1.AborCellPainting = false;
     this.aisinoDataGrid1.AutoSize         = true;
     this.aisinoDataGrid1.BackColor        = Color.White;
     this.aisinoDataGrid1.CurrentCell      = null;
     this.aisinoDataGrid1.DataSource       = null;
     this.aisinoDataGrid1.Dock             = DockStyle.Fill;
     this.aisinoDataGrid1.FirstDisplayedScrollingRowIndex = -1;
     this.aisinoDataGrid1.IsShowAll         = false;
     this.aisinoDataGrid1.Location          = new Point(0, 0);
     this.aisinoDataGrid1.Name              = "aisinoDataGrid1";
     this.aisinoDataGrid1.ReadOnly          = false;
     this.aisinoDataGrid1.RightToLeft       = RightToLeft.No;
     this.aisinoDataGrid1.ShowAllChkVisible = true;
     this.aisinoDataGrid1.Size              = new Size(0x311, 0xe5);
     this.aisinoDataGrid1.TabIndex          = 0;
     this.splitContainer1.Dock              = DockStyle.Fill;
     this.splitContainer1.Location          = new Point(0, 0);
     this.splitContainer1.Name              = "splitContainer1";
     this.splitContainer1.Panel1.Controls.Add(this.treeViewBM1);
     this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
     this.splitContainer1.Panel2.Controls.Add(this.aisinoDataGrid1);
     this.splitContainer1.Size             = new Size(0x3dc, 0xe5);
     this.splitContainer1.SplitterDistance = 0xc7;
     this.splitContainer1.TabIndex         = 0;
     this.treeViewBM1.ChildText            = "";
     this.treeViewBM1.Dock         = DockStyle.Fill;
     this.treeViewBM1.Location     = new Point(0, 0);
     this.treeViewBM1.Name         = "treeViewBM1";
     this.treeViewBM1.ReadOnly     = false;
     this.treeViewBM1.SelectedNode = null;
     this.treeViewBM1.Size         = new Size(0xc7, 0xe5);
     this.treeViewBM1.TabIndex     = 0;
     this.toolStrip1.Items.AddRange(new ToolStripItem[] { this.toolExit, this.toolStripSeparator2, this.toolExport, this.toolImport, this.toolStripSeparator3, this.tool_GeShi, this.tool_TongJi, this.tool_ChaZhao, this.toolPrint, this.toolStripSeparator1, this.toolDel, this.toolModify, this.toolAdd, this.toolSearchLbl, this.textBoxWaitKey });
     this.toolStrip1.Location            = new Point(0, 0);
     this.toolStrip1.Name                = "toolStrip1";
     this.toolStrip1.Size                = new Size(0x311, 0x19);
     this.toolStrip1.TabIndex            = 1;
     this.toolStrip1.Text                = "toolStrip1";
     this.toolExit.Image                 = Resources.退出;
     this.toolExit.ImageTransparentColor = Color.Magenta;
     this.toolExit.Name                      = "toolExit";
     this.toolExit.Size                      = new Size(0x34, 0x16);
     this.toolExit.Text                      = "退出";
     this.toolStripSeparator2.Name           = "toolStripSeparator2";
     this.toolStripSeparator2.Size           = new Size(6, 0x19);
     this.toolExport.Image                   = Resources.导出;
     this.toolExport.ImageTransparentColor   = Color.Magenta;
     this.toolExport.Name                    = "toolExport";
     this.toolExport.Size                    = new Size(0x34, 0x16);
     this.toolExport.Text                    = "导出";
     this.toolImport.Image                   = Resources.导入;
     this.toolImport.ImageTransparentColor   = Color.Magenta;
     this.toolImport.Name                    = "toolImport";
     this.toolImport.Size                    = new Size(0x34, 0x16);
     this.toolImport.Text                    = "导入";
     this.toolStripSeparator3.Name           = "toolStripSeparator3";
     this.toolStripSeparator3.Size           = new Size(6, 0x19);
     this.tool_GeShi.Image                   = Resources.格式;
     this.tool_GeShi.ImageTransparentColor   = Color.Magenta;
     this.tool_GeShi.Name                    = "tool_GeShi";
     this.tool_GeShi.Size                    = new Size(0x34, 0x16);
     this.tool_GeShi.Text                    = "格式";
     this.tool_GeShi.Click                  += new EventHandler(this.tool_GeShi_Click);
     this.tool_TongJi.Image                  = Resources.统计;
     this.tool_TongJi.ImageTransparentColor  = Color.Magenta;
     this.tool_TongJi.Name                   = "tool_TongJi";
     this.tool_TongJi.Size                   = new Size(0x34, 0x16);
     this.tool_TongJi.Text                   = "统计";
     this.tool_ChaZhao.Image                 = Resources.搜索;
     this.tool_ChaZhao.ImageTransparentColor = Color.Magenta;
     this.tool_ChaZhao.Name                  = "tool_ChaZhao";
     this.tool_ChaZhao.Size                  = new Size(0x34, 0x16);
     this.tool_ChaZhao.Text                  = "查找";
     this.tool_ChaZhao.Click                += new EventHandler(this.tool_ChaZhao_Click);
     this.toolPrint.Image                    = Resources.打印;
     this.toolPrint.ImageTransparentColor    = Color.Magenta;
     this.toolPrint.Name                     = "toolPrint";
     this.toolPrint.Size                     = new Size(0x34, 0x16);
     this.toolPrint.Text                     = "打印";
     this.toolPrint.Click                   += new EventHandler(this.toolPrint_Click);
     this.toolStripSeparator1.Name           = "toolStripSeparator1";
     this.toolStripSeparator1.Size           = new Size(6, 0x19);
     this.toolDel.Image                      = Resources.除;
     this.toolDel.ImageTransparentColor      = Color.Magenta;
     this.toolDel.Name     = "toolDel";
     this.toolDel.Size     = new Size(0x34, 0x16);
     this.toolDel.Text     = "删除";
     this.toolModify.Image = Resources.修改;
     this.toolModify.ImageTransparentColor = Color.Magenta;
     this.toolModify.Name = "toolModify";
     this.toolModify.Size = new Size(0x34, 0x16);
     this.toolModify.Text = "修改";
     this.toolAdd.Image   = Resources.增加;
     this.toolAdd.ImageTransparentColor = Color.Magenta;
     this.toolAdd.Name               = "toolAdd";
     this.toolAdd.Size               = new Size(0x34, 0x16);
     this.toolAdd.Text               = "增加";
     this.toolSearchLbl.Alignment    = ToolStripItemAlignment.Right;
     this.toolSearchLbl.Image        = Resources.搜索;
     this.toolSearchLbl.Name         = "toolSearchLbl";
     this.toolSearchLbl.Size         = new Size(0x30, 0x16);
     this.toolSearchLbl.Text         = "检索";
     this.textBoxWaitKey.Alignment   = ToolStripItemAlignment.Right;
     this.textBoxWaitKey.Name        = "textBoxWaitKey";
     this.textBoxWaitKey.Size        = new Size(150, 0x19);
     this.textBoxWaitKey.ToolTipText = "输入关键字(******)";
     this.panel1.Controls.Add(this.splitContainer1);
     this.panel1.Dock         = DockStyle.Fill;
     this.panel1.Location     = new Point(0, 0);
     this.panel1.Name         = "panel1";
     this.panel1.Size         = new Size(0x3dc, 0xe5);
     this.panel1.TabIndex     = 1;
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode       = AutoScaleMode.Font;
     base.ClientSize          = new Size(0x3dc, 0xe5);
     base.Controls.Add(this.panel1);
     base.Name    = "BMBase";
     base.TabText = "**编码设置";
     this.Text    = "**编码设置";
     base.Load   += new EventHandler(this.BMBase_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     (this.splitContainer1 as ISupportInitialize).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #9
0
        private void InitializeComponent()
        {
            ComponentResourceManager manager = new ComponentResourceManager(typeof(DJHB));

            this.panel1                = new AisinoPNL();
            this.labHBSE               = new AisinoLBL();
            this.labHBJE               = new AisinoLBL();
            this.groupBox1             = new AisinoGRP();
            this.radioButtonSH         = new AisinoRDO();
            this.textBoxSH             = new AisinoTXT();
            this.radioButtonMC         = new AisinoRDO();
            this.textBoxMC             = new AisinoTXT();
            this.comboBoxYF            = new AisinoCMB();
            this.label4                = new AisinoLBL();
            this.comboBoxDJZL          = new AisinoCMB();
            this.btnQuery              = new AisinoBTN();
            this.label3                = new AisinoLBL();
            this.toolStrip1            = new ToolStrip();
            this.toolStripButton1      = new ToolStripButton();
            this.toolStripSeparator1   = new ToolStripSeparator();
            this.toolStripBtnHB        = new ToolStripButton();
            this.toolStripSeparator3   = new ToolStripSeparator();
            this.splitContainer1       = new AisinoSPL();
            this.groupBox3             = new AisinoGRP();
            this.aisinoDataGrid1       = new AisinoDataGrid();
            this.groupBox4             = new AisinoGRP();
            this.aisinoDataGrid2       = new AisinoDataGrid();
            this.groupBox2             = new AisinoGRP();
            this.label1                = new AisinoLBL();
            this.checkBoxKBZ           = new AisinoCHK();
            this.radioButtonComplicate = new AisinoRDO();
            this.radioButtonSimple     = new AisinoRDO();
            this.checkBoxHBBZ          = new AisinoCHK();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.splitContainer1.BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            base.SuspendLayout();
            this.panel1.BackColor = Color.Transparent;
            this.panel1.Controls.Add(this.labHBSE);
            this.panel1.Controls.Add(this.labHBJE);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.toolStrip1);
            this.panel1.Controls.Add(this.splitContainer1);
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Dock      = DockStyle.Fill;
            this.panel1.Location  = new Point(0, 0);
            this.panel1.Name      = "panel1";
            this.panel1.Size      = new Size(890, 0x236);
            this.panel1.TabIndex  = 0;
            this.labHBSE.Anchor   = AnchorStyles.Left | AnchorStyles.Bottom;
            this.labHBSE.AutoSize = true;
            this.labHBSE.Location = new Point(0x1fb, 0x221);
            this.labHBSE.Name     = "labHBSE";
            this.labHBSE.Size     = new Size(0x35, 12);
            this.labHBSE.TabIndex = 0x1c;
            this.labHBSE.Text     = "合计税额";
            this.labHBJE.Anchor   = AnchorStyles.Left | AnchorStyles.Bottom;
            this.labHBJE.AutoSize = true;
            this.labHBJE.Location = new Point(0x142, 0x221);
            this.labHBJE.Name     = "labHBJE";
            this.labHBJE.Size     = new Size(0x35, 12);
            this.labHBJE.TabIndex = 0x1b;
            this.labHBJE.Text     = "合计金额";
            this.groupBox1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
            this.groupBox1.Controls.Add(this.radioButtonSH);
            this.groupBox1.Controls.Add(this.textBoxSH);
            this.groupBox1.Controls.Add(this.radioButtonMC);
            this.groupBox1.Controls.Add(this.textBoxMC);
            this.groupBox1.Controls.Add(this.comboBoxYF);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.comboBoxDJZL);
            this.groupBox1.Controls.Add(this.btnQuery);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location     = new Point(6, 0x1a);
            this.groupBox1.Name         = "groupBox1";
            this.groupBox1.Size         = new Size(0x36e, 0x2b);
            this.groupBox1.TabIndex     = 0x18;
            this.groupBox1.TabStop      = false;
            this.groupBox1.Text         = "查询条件";
            this.radioButtonSH.Anchor   = AnchorStyles.Left;
            this.radioButtonSH.AutoSize = true;
            this.radioButtonSH.Location = new Point(0xe8, 0x12);
            this.radioButtonSH.Name     = "radioButtonSH";
            this.radioButtonSH.Size     = new Size(0x47, 0x10);
            this.radioButtonSH.TabIndex = 11;
            this.radioButtonSH.TabStop  = true;
            this.radioButtonSH.Text     = "客户税号";
            this.radioButtonSH.UseVisualStyleBackColor = true;
            this.textBoxSH.Anchor       = AnchorStyles.Left;
            this.textBoxSH.Location     = new Point(0x135, 0x10);
            this.textBoxSH.Name         = "textBoxSH";
            this.textBoxSH.Size         = new Size(0x76, 0x15);
            this.textBoxSH.TabIndex     = 10;
            this.radioButtonMC.Anchor   = AnchorStyles.Left;
            this.radioButtonMC.AutoSize = true;
            this.radioButtonMC.Location = new Point(6, 0x12);
            this.radioButtonMC.Name     = "radioButtonMC";
            this.radioButtonMC.Size     = new Size(0x47, 0x10);
            this.radioButtonMC.TabIndex = 9;
            this.radioButtonMC.TabStop  = true;
            this.radioButtonMC.Text     = "客户名称";
            this.radioButtonMC.UseVisualStyleBackColor = true;
            this.textBoxMC.Anchor             = AnchorStyles.Left;
            this.textBoxMC.Location           = new Point(0x53, 0x10);
            this.textBoxMC.Name               = "textBoxMC";
            this.textBoxMC.Size               = new Size(0x76, 0x15);
            this.textBoxMC.TabIndex           = 4;
            this.comboBoxYF.Anchor            = AnchorStyles.Left;
            this.comboBoxYF.DropDownStyle     = ComboBoxStyle.DropDownList;
            this.comboBoxYF.FormattingEnabled = true;
            this.comboBoxYF.Location          = new Point(0x2b9, 0x10);
            this.comboBoxYF.Name              = "comboBoxYF";
            this.comboBoxYF.Size              = new Size(0x33, 20);
            this.comboBoxYF.TabIndex          = 7;
            this.label4.Anchor                    = AnchorStyles.Left;
            this.label4.AutoSize                  = true;
            this.label4.Location                  = new Point(0x299, 20);
            this.label4.Name                      = "label4";
            this.label4.Size                      = new Size(0x1d, 12);
            this.label4.TabIndex                  = 3;
            this.label4.Text                      = "月份";
            this.comboBoxDJZL.Anchor              = AnchorStyles.Left;
            this.comboBoxDJZL.DropDownStyle       = ComboBoxStyle.DropDownList;
            this.comboBoxDJZL.FormattingEnabled   = true;
            this.comboBoxDJZL.Location            = new Point(0x202, 15);
            this.comboBoxDJZL.Name                = "comboBoxDJZL";
            this.comboBoxDJZL.Size                = new Size(0x87, 20);
            this.comboBoxDJZL.TabIndex            = 6;
            this.btnQuery.Anchor                  = AnchorStyles.Left;
            this.btnQuery.Location                = new Point(0x2ff, 0x10);
            this.btnQuery.Name                    = "btnQuery";
            this.btnQuery.Size                    = new Size(0x2e, 0x17);
            this.btnQuery.TabIndex                = 8;
            this.btnQuery.Text                    = "查询";
            this.btnQuery.UseVisualStyleBackColor = true;
            this.label3.Anchor                    = AnchorStyles.Left;
            this.label3.AutoSize                  = true;
            this.label3.Location                  = new Point(0x1c7, 0x13);
            this.label3.Name                      = "label3";
            this.label3.Size                      = new Size(0x35, 12);
            this.label3.TabIndex                  = 2;
            this.label3.Text                      = "单据种类";
            this.toolStrip1.AutoSize              = false;
            this.toolStrip1.ImageScalingSize      = new Size(40, 40);
            this.toolStrip1.Items.AddRange(new ToolStripItem[] { this.toolStripButton1, this.toolStripSeparator1, this.toolStripBtnHB, this.toolStripSeparator3 });
            this.toolStrip1.Location                    = new Point(0, 0);
            this.toolStrip1.Name                        = "toolStrip1";
            this.toolStrip1.Size                        = new Size(890, 0x19);
            this.toolStrip1.TabIndex                    = 0x17;
            this.toolStrip1.Text                        = "toolStrip1";
            this.toolStripButton1.Image                 = Resources.退出;
            this.toolStripButton1.ImageScaling          = ToolStripItemImageScaling.None;
            this.toolStripButton1.ImageTransparentColor = Color.Magenta;
            this.toolStripButton1.Name                  = "toolStripButton1";
            this.toolStripButton1.Size                  = new Size(0x33, 0x16);
            this.toolStripButton1.Text                  = "退出";
            this.toolStripSeparator1.Name               = "toolStripSeparator1";
            this.toolStripSeparator1.Size               = new Size(6, 0x19);
            this.toolStripBtnHB.Image                   = Resources.折扣;
            this.toolStripBtnHB.ImageScaling            = ToolStripItemImageScaling.None;
            this.toolStripBtnHB.ImageTransparentColor   = Color.Magenta;
            this.toolStripBtnHB.Name                    = "toolStripBtnHB";
            this.toolStripBtnHB.Size                    = new Size(0x63, 0x16);
            this.toolStripBtnHB.Text                    = "单据合并预览";
            this.toolStripSeparator3.Name               = "toolStripSeparator3";
            this.toolStripSeparator3.Size               = new Size(6, 0x19);
            this.splitContainer1.Anchor                 = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
            this.splitContainer1.Location               = new Point(3, 0x8e);
            this.splitContainer1.Name                   = "splitContainer1";
            this.splitContainer1.Orientation            = Orientation.Horizontal;
            this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
            this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
            this.splitContainer1.Size             = new Size(0x374, 0x18c);
            this.splitContainer1.SplitterDistance = 260;
            this.splitContainer1.TabIndex         = 0x1a;
            this.groupBox3.Controls.Add(this.aisinoDataGrid1);
            this.groupBox3.Dock     = DockStyle.Fill;
            this.groupBox3.Location = new Point(0, 0);
            this.groupBox3.Name     = "groupBox3";
            this.groupBox3.Size     = new Size(0x374, 260);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop  = false;
            this.groupBox3.Text     = "销售单据";
            this.aisinoDataGrid1.set_AborCellPainting(false);
            this.aisinoDataGrid1.AutoSize  = true;
            this.aisinoDataGrid1.BackColor = SystemColors.Control;
            this.aisinoDataGrid1.set_CurrentCell(null);
            this.aisinoDataGrid1.set_DataSource(null);
            this.aisinoDataGrid1.Dock = DockStyle.Fill;
            this.aisinoDataGrid1.set_FirstDisplayedScrollingRowIndex(-1);
            this.aisinoDataGrid1.set_IsShowAll(false);
            this.aisinoDataGrid1.Location    = new Point(3, 0x11);
            this.aisinoDataGrid1.Name        = "aisinoDataGrid1";
            this.aisinoDataGrid1.RightToLeft = RightToLeft.No;
            this.aisinoDataGrid1.set_ShowAllChkVisible(true);
            this.aisinoDataGrid1.Size     = new Size(0x36e, 240);
            this.aisinoDataGrid1.TabIndex = 1;
            this.groupBox4.Controls.Add(this.aisinoDataGrid2);
            this.groupBox4.Dock     = DockStyle.Fill;
            this.groupBox4.Location = new Point(0, 0);
            this.groupBox4.Name     = "groupBox4";
            this.groupBox4.Size     = new Size(0x374, 0x84);
            this.groupBox4.TabIndex = 0;
            this.groupBox4.TabStop  = false;
            this.groupBox4.Text     = "销售单据明细";
            this.aisinoDataGrid2.set_AborCellPainting(false);
            this.aisinoDataGrid2.AutoSize = true;
            this.aisinoDataGrid2.set_CurrentCell(null);
            this.aisinoDataGrid2.set_DataSource(null);
            this.aisinoDataGrid2.Dock = DockStyle.Fill;
            this.aisinoDataGrid2.set_FirstDisplayedScrollingRowIndex(-1);
            this.aisinoDataGrid2.set_IsShowAll(false);
            this.aisinoDataGrid2.Location    = new Point(3, 0x11);
            this.aisinoDataGrid2.Name        = "aisinoDataGrid2";
            this.aisinoDataGrid2.RightToLeft = RightToLeft.No;
            this.aisinoDataGrid2.set_ShowAllChkVisible(true);
            this.aisinoDataGrid2.Size     = new Size(0x36e, 0x70);
            this.aisinoDataGrid2.TabIndex = 0;
            this.groupBox2.Anchor         = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.checkBoxKBZ);
            this.groupBox2.Controls.Add(this.radioButtonComplicate);
            this.groupBox2.Controls.Add(this.radioButtonSimple);
            this.groupBox2.Controls.Add(this.checkBoxHBBZ);
            this.groupBox2.Location   = new Point(6, 0x47);
            this.groupBox2.Name       = "groupBox2";
            this.groupBox2.Size       = new Size(0x36e, 0x41);
            this.groupBox2.TabIndex   = 0x19;
            this.groupBox2.TabStop    = false;
            this.groupBox2.Text       = "合并选项";
            this.label1.AutoSize      = true;
            this.label1.ForeColor     = Color.Brown;
            this.label1.Location      = new Point(0x1f5, 20);
            this.label1.Name          = "label1";
            this.label1.Size          = new Size(0x83, 12);
            this.label1.TabIndex      = 4;
            this.label1.Text          = "合并选择不能超过800行";
            this.checkBoxKBZ.AutoSize = true;
            this.checkBoxKBZ.Location = new Point(0x202, 0x2a);
            this.checkBoxKBZ.Name     = "checkBoxKBZ";
            this.checkBoxKBZ.Size     = new Size(120, 0x10);
            this.checkBoxKBZ.TabIndex = 3;
            this.checkBoxKBZ.Text     = "空备注添加单据号";
            this.checkBoxKBZ.UseVisualStyleBackColor           = true;
            this.radioButtonComplicate.AutoSize                = true;
            this.radioButtonComplicate.Location                = new Point(0x1f, 0x2a);
            this.radioButtonComplicate.Name                    = "radioButtonComplicate";
            this.radioButtonComplicate.Size                    = new Size(0x179, 0x10);
            this.radioButtonComplicate.TabIndex                = 2;
            this.radioButtonComplicate.Tag                     = "合并后的统计为一条折扣行";
            this.radioButtonComplicate.Text                    = "复杂合并(商品名称、规格型号、计量单位、单价 相同合并为一行)";
            this.radioButtonComplicate.UseVisualStyleBackColor = true;
            this.radioButtonSimple.AutoSize                    = true;
            this.radioButtonSimple.Checked                     = true;
            this.radioButtonSimple.Location                    = new Point(0x1f, 20);
            this.radioButtonSimple.Name     = "radioButtonSimple";
            this.radioButtonSimple.Size     = new Size(0xcb, 0x10);
            this.radioButtonSimple.TabIndex = 1;
            this.radioButtonSimple.TabStop  = true;
            this.radioButtonSimple.Text     = "简单合并(合并后商品行保持不变)";
            this.radioButtonSimple.UseVisualStyleBackColor = true;
            this.checkBoxHBBZ.AutoSize = true;
            this.checkBoxHBBZ.Location = new Point(0x1b4, 0x2b);
            this.checkBoxHBBZ.Name     = "checkBoxHBBZ";
            this.checkBoxHBBZ.Size     = new Size(0x48, 0x10);
            this.checkBoxHBBZ.TabIndex = 0;
            this.checkBoxHBBZ.Text     = "合并备注";
            this.checkBoxHBBZ.UseVisualStyleBackColor = true;
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            base.ClientSize          = new Size(890, 0x236);
            base.Controls.Add(this.panel1);
            base.Icon = (Icon)manager.GetObject("$this.Icon");
            base.Name = "DJHB";
            this.Text = "销售单据合并";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            base.ResumeLayout(false);
        }