| | |
| | | this.txt_fCreatorId = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_fCreatorId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_fStockOrgId = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_fStockOrgId = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_fStockOrgId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_fSaleOrgId = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_fSaleOrgId = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_fSaleOrgId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_fBillTypeID = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_fBillTypeID = new DevExpress.XtraEditors.TextEdit(); |
| | |
| | | this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); |
| | | this.lbGuid = new System.Windows.Forms.Label(); |
| | | this.picCheckBox = new System.Windows.Forms.PictureBox(); |
| | | this.txt_fStockOrgId = new Gs.DevApp.UserControl.UcLookOrg(); |
| | | this.txt_fSaleOrgId = new Gs.DevApp.UserControl.UcLookOrg(); |
| | | this.tabMxPage1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fCreateDate.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fApproverID.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fCreatorId.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fStockOrgId.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fSaleOrgId.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fBillTypeID.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_id.Properties)).BeginInit(); |
| | |
| | | // |
| | | this.tabMxPage1.Controls.Add(this.gcMx1); |
| | | this.tabMxPage1.Name = "tabMxPage1"; |
| | | this.tabMxPage1.Size = new System.Drawing.Size(1124, 112); |
| | | this.tabMxPage1.Size = new System.Drawing.Size(1124, 377); |
| | | this.tabMxPage1.Text = "明细1"; |
| | | // |
| | | // gcMx1 |
| | |
| | | this.gcMx1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMx1.MainView = this.gvMx1; |
| | | this.gcMx1.Name = "gcMx1"; |
| | | this.gcMx1.Size = new System.Drawing.Size(1124, 112); |
| | | this.gcMx1.Size = new System.Drawing.Size(1124, 377); |
| | | this.gcMx1.TabIndex = 0; |
| | | this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gvMx1}); |
| | |
| | | this.lb_fStockOrgId.TabIndex = 217; |
| | | this.lb_fStockOrgId.Text = "发货组织 "; |
| | | // |
| | | // txt_fStockOrgId |
| | | // |
| | | this.txt_fStockOrgId.Location = new System.Drawing.Point(80, 52); |
| | | this.txt_fStockOrgId.Name = "txt_fStockOrgId"; |
| | | this.txt_fStockOrgId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_fStockOrgId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fStockOrgId.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_fStockOrgId.TabIndex = 217; |
| | | // |
| | | // gv_fStockOrgId |
| | | // |
| | | this.gv_fStockOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | |
| | | this.lb_fSaleOrgId.Size = new System.Drawing.Size(73, 21); |
| | | this.lb_fSaleOrgId.TabIndex = 216; |
| | | this.lb_fSaleOrgId.Text = "销售组织 "; |
| | | // |
| | | // txt_fSaleOrgId |
| | | // |
| | | this.txt_fSaleOrgId.Location = new System.Drawing.Point(830, 20); |
| | | this.txt_fSaleOrgId.Name = "txt_fSaleOrgId"; |
| | | this.txt_fSaleOrgId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_fSaleOrgId.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fSaleOrgId.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_fSaleOrgId.TabIndex = 216; |
| | | // |
| | | // gv_fSaleOrgId |
| | | // |
| | |
| | | // tabMx |
| | | // |
| | | this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.tabMx.Location = new System.Drawing.Point(0, 426); |
| | | this.tabMx.Location = new System.Drawing.Point(0, 161); |
| | | this.tabMx.Name = "tabMx"; |
| | | this.tabMx.SelectedTabPage = this.tabMxPage1; |
| | | this.tabMx.Size = new System.Drawing.Size(1126, 144); |
| | | this.tabMx.Size = new System.Drawing.Size(1126, 409); |
| | | this.tabMx.TabIndex = 2; |
| | | this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { |
| | | this.tabMxPage1}); |
| | |
| | | // panel1 |
| | | // |
| | | this.panel1.BackColor = System.Drawing.Color.White; |
| | | this.panel1.Controls.Add(this.txt_fSaleOrgId); |
| | | this.panel1.Controls.Add(this.txt_fStockOrgId); |
| | | this.panel1.Controls.Add(this.labelControl11); |
| | | this.panel1.Controls.Add(this.lbGuid); |
| | | this.panel1.Controls.Add(this.lb_fApproverStaus); |
| | |
| | | this.panel1.Controls.Add(this.lb_fCreatorId); |
| | | this.panel1.Controls.Add(this.txt_fCreatorId); |
| | | this.panel1.Controls.Add(this.lb_fStockOrgId); |
| | | this.panel1.Controls.Add(this.txt_fStockOrgId); |
| | | this.panel1.Controls.Add(this.lb_fSaleOrgId); |
| | | this.panel1.Controls.Add(this.txt_fSaleOrgId); |
| | | this.panel1.Controls.Add(this.lb_fBillTypeID); |
| | | this.panel1.Controls.Add(this.txt_fBillTypeID); |
| | | this.panel1.Controls.Add(this.lb_billNo); |
| | |
| | | this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.panel1.Location = new System.Drawing.Point(0, 0); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(1126, 426); |
| | | this.panel1.Size = new System.Drawing.Size(1126, 161); |
| | | this.panel1.TabIndex = 1; |
| | | // |
| | | // labelControl11 |
| | | // |
| | | this.labelControl11.Location = new System.Drawing.Point(61, 388); |
| | | this.labelControl11.Location = new System.Drawing.Point(529, 126); |
| | | this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.labelControl11.Name = "labelControl11"; |
| | | this.labelControl11.Size = new System.Drawing.Size(45, 18); |
| | |
| | | // lbGuid |
| | | // |
| | | this.lbGuid.AutoSize = true; |
| | | this.lbGuid.Location = new System.Drawing.Point(112, 388); |
| | | this.lbGuid.Location = new System.Drawing.Point(580, 126); |
| | | this.lbGuid.Name = "lbGuid"; |
| | | this.lbGuid.Size = new System.Drawing.Size(0, 21); |
| | | this.lbGuid.TabIndex = 1; |
| | |
| | | this.picCheckBox.TabIndex = 9; |
| | | this.picCheckBox.TabStop = false; |
| | | this.picCheckBox.Visible = false; |
| | | // |
| | | // txt_fStockOrgId |
| | | // |
| | | this.txt_fStockOrgId.IsReadly = false; |
| | | this.txt_fStockOrgId.Location = new System.Drawing.Point(100, 52); |
| | | this.txt_fStockOrgId.Name = "txt_fStockOrgId"; |
| | | this.txt_fStockOrgId.Size = new System.Drawing.Size(130, 30); |
| | | this.txt_fStockOrgId.TabIndex = 248; |
| | | // |
| | | // txt_fSaleOrgId |
| | | // |
| | | this.txt_fSaleOrgId.IsReadly = false; |
| | | this.txt_fSaleOrgId.Location = new System.Drawing.Point(850, 20); |
| | | this.txt_fSaleOrgId.Name = "txt_fSaleOrgId"; |
| | | this.txt_fSaleOrgId.Size = new System.Drawing.Size(130, 30); |
| | | this.txt_fSaleOrgId.TabIndex = 249; |
| | | // |
| | | // Frm_SalesDeliver |
| | | // |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fCreateDate.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fApproverID.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fCreatorId.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fStockOrgId.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fSaleOrgId.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_fBillTypeID.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_id.Properties)).EndInit(); |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_fCreatorId; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_fStockOrgId; |
| | | private DevExpress.XtraEditors.TextEdit txt_fStockOrgId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_fStockOrgId; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_fSaleOrgId; |
| | | private DevExpress.XtraEditors.TextEdit txt_fSaleOrgId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_fSaleOrgId; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_fBillTypeID; |
| | |
| | | private DevExpress.XtraEditors.TextEdit txt_id; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_id; |
| | | private System.Windows.Forms.PictureBox picCheckBox; |
| | | private UserControl.UcLookOrg txt_fSaleOrgId; |
| | | private UserControl.UcLookOrg txt_fStockOrgId; |
| | | } |
| | | } |