Пример #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.cbFlag = new myControl.cbControl();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cbFlag);
     this.panel1.Size = new System.Drawing.Size(790, 43);
     this.panel1.Controls.SetChildIndex(this.cbFlag, 0);
     this.panel1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panel1.Controls.SetChildIndex(this.ucDate, 0);
     //
     // cbFlag
     //
     this.cbFlag.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value   = "未完成";
     comboBoxItem2.Value   = "已完成";
     comboBoxItem3.Value   = "全部";
     this.cbFlag.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3
     };
     this.cbFlag.DataField          = null;
     this.cbFlag.DataSource         = null;
     this.cbFlag.EditLabel          = "进度:";
     this.cbFlag.EditStyle          = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbFlag.Location           = new System.Drawing.Point(650, 11);
     this.cbFlag.Name               = "cbFlag";
     this.cbFlag.Request            = false;
     this.cbFlag.SelectedIndex      = 0;
     this.cbFlag.Size               = new System.Drawing.Size(128, 21);
     this.cbFlag.TabIndex           = 2;
     this.cbFlag.SelectIndexChange += new myControl.SelectIndexChangeEventHandler(this.cbFlag_SelectIndexChange);
     //
     // frmOATaskList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(790, 506);
     this.Name = "frmOATaskList";
     this.Text = "任务管理";
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1  = new myControl.lupControl();
     this.editControl5 = new myControl.EditControl();
     this.lupControl2  = new myControl.lupControl();
     this.lupControl3  = new myControl.lupControl();
     this.editControl6 = new myControl.EditControl();
     this.lupControl5  = new myControl.lupControl();
     this.cbControl1   = new myControl.cbControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(543, 34);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(545, 5);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.lupControl5);
     this.panelControl1.Controls.Add(this.editControl6);
     this.panelControl1.Controls.Add(this.lupControl3);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Controls.Add(this.lupControl1);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(799, 151);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl3, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl6, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_ClientID";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "客户:";
     this.lupControl1.Location           = new System.Drawing.Point(25, 39);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(270, 22);
     this.lupControl1.TabIndex = 3;
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_Remark";
     this.editControl5.EditLabel = "备注:";
     this.editControl5.Location  = new System.Drawing.Point(25, 124);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(658, 27);
     this.editControl5.TabIndex  = 7;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_DeptID";
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "部门:";
     this.lupControl2.Location           = new System.Drawing.Point(25, 67);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = false;
     this.lupControl2.Size     = new System.Drawing.Size(165, 22);
     this.lupControl2.TabIndex = 4;
     //
     // lupControl3
     //
     this.lupControl3.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl3.DataField          = "F_Opertor";
     this.lupControl3.DisplayCaption     = "";
     this.lupControl3.EditLabel          = "业务员:";
     this.lupControl3.Location           = new System.Drawing.Point(231, 67);
     this.lupControl3.LookUpDataSource   = null;
     this.lupControl3.LookUpDisplayField = null;
     this.lupControl3.LookUpKeyField     = null;
     this.lupControl3.Name     = "lupControl3";
     this.lupControl3.PopWidth = 150;
     this.lupControl3.Request  = false;
     this.lupControl3.Size     = new System.Drawing.Size(165, 22);
     this.lupControl3.TabIndex = 5;
     //
     // editControl6
     //
     this.editControl6.BackColor = System.Drawing.Color.Transparent;
     this.editControl6.DataField = "F_ContractID";
     this.editControl6.EditLabel = "合同号:";
     this.editControl6.Location  = new System.Drawing.Point(468, 67);
     this.editControl6.Name      = "editControl6";
     this.editControl6.Request   = false;
     this.editControl6.Size      = new System.Drawing.Size(179, 22);
     this.editControl6.TabIndex  = 6;
     //
     // lupControl5
     //
     this.lupControl5.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl5.DataField          = "F_CarryCompany";
     this.lupControl5.DisplayCaption     = "";
     this.lupControl5.EditLabel          = "货运公司:";
     this.lupControl5.Location           = new System.Drawing.Point(0, 93);
     this.lupControl5.LookUpDataSource   = null;
     this.lupControl5.LookUpDisplayField = null;
     this.lupControl5.LookUpKeyField     = null;
     this.lupControl5.Name     = "lupControl5";
     this.lupControl5.PopWidth = 150;
     this.lupControl5.Request  = false;
     this.lupControl5.Size     = new System.Drawing.Size(225, 22);
     this.lupControl5.TabIndex = 12;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "销售发货出库";
     comboBoxItem2.Value       = "零售出库";
     comboBoxItem3.Value       = "业务出库";
     comboBoxItem4.Value       = "代理商出库";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField = "F_Type";
     this.cbControl1.EditLabel = "出库类型:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(245, 97);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = true;
     this.cbControl1.Size      = new System.Drawing.Size(227, 21);
     this.cbControl1.TabIndex  = 13;
     //
     // frmSellPre
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(799, 524);
     this.Name   = "frmSellPre";
     this.Text   = "发货通知单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmSellPre_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl5 = new myControl.EditControl();
     this.lupControl2  = new myControl.lupControl();
     this.cbControl1   = new myControl.cbControl();
     this.TabControl   = new DevExpress.XtraTab.XtraTabControl();
     this.PageGoods    = new DevExpress.XtraTab.XtraTabPage();
     this.PageItem     = new DevExpress.XtraTab.XtraTabPage();
     this.gcItem       = new DevExpress.XtraGrid.GridControl();
     this.binItem      = new System.Windows.Forms.BindingSource(this.components);
     this.gvItem       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.sbExpand     = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TabControl)).BeginInit();
     this.TabControl.SuspendLayout();
     this.PageItem.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).BeginInit();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(501, 35);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(501, 7);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.sbExpand);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(804, 126);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.sbExpand, 0);
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_Remark";
     this.editControl5.EditLabel = "备注:";
     this.editControl5.Location  = new System.Drawing.Point(37, 91);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(560, 27);
     this.editControl5.TabIndex  = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_OutSupplierID";
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "加工厂商:";
     this.lupControl2.Location           = new System.Drawing.Point(12, 63);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = true;
     this.lupControl2.Size     = new System.Drawing.Size(292, 22);
     this.lupControl2.TabIndex = 7;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "包工包料";
     comboBoxItem2.Value       = "包工不包料";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2
     };
     this.cbControl1.DataField = "F_Type";
     this.cbControl1.EditLabel = "加工类别:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(427, 63);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = true;
     this.cbControl1.Size      = new System.Drawing.Size(170, 21);
     this.cbControl1.TabIndex  = 8;
     //
     // TabControl
     //
     this.TabControl.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.TabControl.HeaderLocation  = DevExpress.XtraTab.TabHeaderLocation.Bottom;
     this.TabControl.Location        = new System.Drawing.Point(0, 152);
     this.TabControl.Name            = "TabControl";
     this.TabControl.SelectedTabPage = this.PageGoods;
     this.TabControl.Size            = new System.Drawing.Size(804, 349);
     this.TabControl.TabIndex        = 11;
     this.TabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.PageGoods,
         this.PageItem
     });
     this.TabControl.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.TabControl_SelectedPageChanged);
     //
     // PageGoods
     //
     this.PageGoods.Name = "PageGoods";
     this.PageGoods.Size = new System.Drawing.Size(795, 318);
     this.PageGoods.Text = "加工产品";
     //
     // PageItem
     //
     this.PageItem.Controls.Add(this.gcItem);
     this.PageItem.Name = "PageItem";
     this.PageItem.Size = new System.Drawing.Size(795, 318);
     this.PageItem.Text = "原材料";
     //
     // gcItem
     //
     this.gcItem.DataSource             = this.binItem;
     this.gcItem.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.gcItem.EmbeddedNavigator.Name = "";
     this.gcItem.Location               = new System.Drawing.Point(0, 0);
     this.gcItem.MainView               = this.gvItem;
     this.gcItem.Name                   = "gcItem";
     this.gcItem.Size                   = new System.Drawing.Size(795, 318);
     this.gcItem.TabIndex               = 0;
     this.gcItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvItem
     });
     //
     // gvItem
     //
     this.gvItem.GridControl = this.gcItem;
     this.gvItem.Name        = "gvItem";
     this.gvItem.OptionsCustomization.AllowFilter      = false;
     this.gvItem.OptionsLayout.Columns.StoreAllOptions = true;
     this.gvItem.OptionsLayout.Columns.StoreAppearance = true;
     this.gvItem.OptionsLayout.StoreDataSettings       = false;
     this.gvItem.OptionsLayout.StoreVisualOptions      = false;
     this.gvItem.OptionsView.ColumnAutoWidth           = false;
     this.gvItem.OptionsView.ShowFooter     = true;
     this.gvItem.OptionsView.ShowGroupPanel = false;
     //
     // sbExpand
     //
     this.sbExpand.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbExpand.Appearance.Options.UseFont = true;
     this.sbExpand.Location = new System.Drawing.Point(642, 91);
     this.sbExpand.Name     = "sbExpand";
     this.sbExpand.Size     = new System.Drawing.Size(60, 23);
     this.sbExpand.TabIndex = 9;
     this.sbExpand.Text     = "展开";
     this.sbExpand.Click   += new System.EventHandler(this.sbExpand_Click);
     //
     // frmOutBill
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(804, 557);
     this.Controls.Add(this.TabControl);
     this.Name   = "frmOutBill";
     this.Text   = "委外加工单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmOutBill_Shown);
     this.Controls.SetChildIndex(this.panelControl1, 0);
     this.Controls.SetChildIndex(this.TabControl, 0);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TabControl)).EndInit();
     this.TabControl.ResumeLayout(false);
     this.PageItem.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).EndInit();
     this.ResumeLayout(false);
 }
Пример #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1  = new myControl.lupControl();
     this.editControl5 = new myControl.EditControl();
     this.cbControl1   = new myControl.cbControl();
     this.spinControl1 = new myControl.SpinControl();
     this.cbControl2   = new myControl.cbControl();
     this.sbAuto       = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.sbAuto);
     this.panelControl1.Controls.Add(this.cbControl2);
     this.panelControl1.Controls.Add(this.spinControl1);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Controls.Add(this.lupControl1);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(801, 126);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.spinControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.sbAuto, 0);
     //
     // editControl4
     //
     this.editControl4.Location = new System.Drawing.Point(619, 6);
     //
     // editControl3
     //
     this.editControl3.Location = new System.Drawing.Point(281, 6);
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(568, 34);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(570, 8);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_SupplierID";
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "供应商:";
     this.lupControl1.Location           = new System.Drawing.Point(25, 61);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(270, 22);
     this.lupControl1.TabIndex = 5;
     //
     // editControl5
     //
     this.editControl5.BackColor  = System.Drawing.Color.Transparent;
     this.editControl5.DataField  = "F_Remark";
     this.editControl5.DataSource = null;
     this.editControl5.EditLabel  = "备注:";
     this.editControl5.Location   = new System.Drawing.Point(37, 91);
     this.editControl5.Name       = "editControl5";
     this.editControl5.Request    = false;
     this.editControl5.Size       = new System.Drawing.Size(560, 27);
     this.editControl5.TabIndex   = 7;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "应付款";
     comboBoxItem2.Value       = "预付款";
     comboBoxItem3.Value       = "预付冲应付";
     comboBoxItem4.Value       = "应付转预付";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField  = "F_Kind";
     this.cbControl1.DataSource = null;
     this.cbControl1.EditLabel  = "付款类型:";
     this.cbControl1.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location   = new System.Drawing.Point(12, 34);
     this.cbControl1.Name       = "cbControl1";
     this.cbControl1.Request    = false;
     this.cbControl1.Size       = new System.Drawing.Size(175, 21);
     this.cbControl1.TabIndex   = 3;
     //
     // spinControl1
     //
     this.spinControl1.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl1.DataField  = "F_Money";
     this.spinControl1.DataSource = null;
     this.spinControl1.EditLabel  = "付款金额:";
     this.spinControl1.Location   = new System.Drawing.Point(341, 61);
     this.spinControl1.Name       = "spinControl1";
     this.spinControl1.Size       = new System.Drawing.Size(162, 21);
     this.spinControl1.TabIndex   = 6;
     //
     // cbControl2
     //
     this.cbControl2.BackColor  = System.Drawing.Color.Transparent;
     this.cbControl2.cbItem     = new DevExpress.XtraEditors.Controls.ComboBoxItem[0];
     this.cbControl2.DataField  = "F_PayType";
     this.cbControl2.DataSource = null;
     this.cbControl2.EditLabel  = "付款方式:";
     this.cbControl2.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl2.Location   = new System.Drawing.Point(341, 34);
     this.cbControl2.Name       = "cbControl2";
     this.cbControl2.Request    = false;
     this.cbControl2.Size       = new System.Drawing.Size(162, 21);
     this.cbControl2.TabIndex   = 4;
     //
     // sbAuto
     //
     this.sbAuto.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbAuto.Appearance.Options.UseFont = true;
     this.sbAuto.Location = new System.Drawing.Point(721, 91);
     this.sbAuto.Name     = "sbAuto";
     this.sbAuto.Size     = new System.Drawing.Size(68, 23);
     this.sbAuto.TabIndex = 9;
     this.sbAuto.Text     = "自动分配";
     this.sbAuto.Click   += new System.EventHandler(this.sbAuto_Click);
     //
     // frmStockPay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(801, 539);
     this.Name   = "frmStockPay";
     this.Text   = "采购付款单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmStockPay_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl5 = new myControl.EditControl();
     this.lupControl2  = new myControl.lupControl();
     this.lupControl3  = new myControl.lupControl();
     this.cbControl1   = new myControl.cbControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(562, 28);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(562, 0);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.lupControl3);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(799, 126);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl3, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_Remark";
     this.editControl5.EditLabel = "备注:";
     this.editControl5.Location  = new System.Drawing.Point(37, 91);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(560, 27);
     this.editControl5.TabIndex  = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_DeptID";
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "部门:";
     this.lupControl2.Location           = new System.Drawing.Point(37, 63);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = true;
     this.lupControl2.Size     = new System.Drawing.Size(165, 22);
     this.lupControl2.TabIndex = 7;
     //
     // lupControl3
     //
     this.lupControl3.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl3.DataField          = "F_PatchMan";
     this.lupControl3.DisplayCaption     = "";
     this.lupControl3.EditLabel          = "补料人:";
     this.lupControl3.Location           = new System.Drawing.Point(226, 63);
     this.lupControl3.LookUpDataSource   = null;
     this.lupControl3.LookUpDisplayField = null;
     this.lupControl3.LookUpKeyField     = null;
     this.lupControl3.Name     = "lupControl3";
     this.lupControl3.PopWidth = 150;
     this.lupControl3.Request  = false;
     this.lupControl3.Size     = new System.Drawing.Size(165, 22);
     this.lupControl3.TabIndex = 8;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "正常补料";
     comboBoxItem2.Value       = "外加工补料";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2
     };
     this.cbControl1.DataField = "F_Kind";
     this.cbControl1.EditLabel = "补料类别:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(417, 59);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = false;
     this.cbControl1.Size      = new System.Drawing.Size(180, 26);
     this.cbControl1.TabIndex  = 9;
     //
     // frmPatchGoods
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(799, 553);
     this.Name   = "frmPatchGoods";
     this.Text   = "补料单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmPatchGoods_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1 = new myControl.EditControl();
     this.editControl2 = new myControl.EditControl();
     this.lupControl1  = new myControl.lupControl();
     this.cbControl1   = new myControl.cbControl();
     this.ckOption     = new DevExpress.XtraEditors.CheckEdit();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(120, 185);
     this.BtnOK.Size     = new System.Drawing.Size(64, 23);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(190, 185);
     this.btnCancel.Size     = new System.Drawing.Size(64, 23);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Size = new System.Drawing.Size(241, 153);
     //
     // ckCopy
     //
     //
     // editControl1
     //
     this.editControl1.BackColor = System.Drawing.Color.Transparent;
     this.editControl1.DataField = "F_ID";
     this.editControl1.EditLabel = "工序编码:";
     this.editControl1.Location  = new System.Drawing.Point(7, 21);
     this.editControl1.Name      = "editControl1";
     this.editControl1.Request   = true;
     this.editControl1.Size      = new System.Drawing.Size(204, 27);
     this.editControl1.TabIndex  = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor = System.Drawing.Color.Transparent;
     this.editControl2.DataField = "F_Name";
     this.editControl2.EditLabel = "工序名称:";
     this.editControl2.Location  = new System.Drawing.Point(7, 54);
     this.editControl2.Name      = "editControl2";
     this.editControl2.Request   = true;
     this.editControl2.Size      = new System.Drawing.Size(204, 27);
     this.editControl2.TabIndex  = 1;
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_DeptID";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "部门:";
     this.lupControl1.Location           = new System.Drawing.Point(29, 87);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(182, 22);
     this.lupControl1.TabIndex = 2;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "工序完成";
     comboBoxItem2.Value       = "最后工序完成";
     comboBoxItem3.Value       = "产品进仓";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3
     };
     this.cbControl1.DataField = "F_WageType";
     this.cbControl1.EditLabel = "工资计算方式:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(7, 115);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = true;
     this.cbControl1.Size      = new System.Drawing.Size(204, 21);
     this.cbControl1.TabIndex  = 3;
     //
     // ckOption
     //
     this.ckOption.EditValue          = true;
     this.ckOption.Location           = new System.Drawing.Point(12, 185);
     this.ckOption.Name               = "ckOption";
     this.ckOption.Properties.Caption = "保存后新增";
     this.ckOption.Size               = new System.Drawing.Size(89, 19);
     this.ckOption.TabIndex           = 5;
     this.ckOption.CheckedChanged    += new System.EventHandler(this.ckOption_CheckedChanged);
     //
     // frmEditWorkGroup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(272, 220);
     this.Controls.Add(this.ckOption);
     this.Name = "frmEditWorkGroup";
     this.Text = "工组资料--编辑";
     this.Controls.SetChildIndex(this.ckCopy, 0);
     this.Controls.SetChildIndex(this.BtnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.gbox, 0);
     this.Controls.SetChildIndex(this.ckOption, 0);
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem20 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem21 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem22 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem23 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem24 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem15 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem16 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem17 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem18 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem19 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem9  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem10 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem11 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem12 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem13 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem14 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem5  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem6  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem7  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem8  = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1 = new myControl.EditControl();
     this.editControl2 = new myControl.EditControl();
     this.cbControl1   = new myControl.cbControl();
     this.cbControl2   = new myControl.cbControl();
     this.cbControl3   = new myControl.cbControl();
     this.cbControl4   = new myControl.cbControl();
     this.editControl3 = new myControl.EditControl();
     this.btnAutoFind  = new DevExpress.XtraEditors.SimpleButton();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(215, 278);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(299, 278);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.editControl3);
     this.gbox.Controls.Add(this.cbControl4);
     this.gbox.Controls.Add(this.cbControl3);
     this.gbox.Controls.Add(this.cbControl2);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Size = new System.Drawing.Size(361, 250);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(108, 282);
     //
     // editControl1
     //
     this.editControl1.BackColor  = System.Drawing.Color.Transparent;
     this.editControl1.DataField  = "F_ID";
     this.editControl1.DataSource = null;
     this.editControl1.EditLabel  = "机器号:";
     this.editControl1.Location   = new System.Drawing.Point(24, 20);
     this.editControl1.Name       = "editControl1";
     this.editControl1.Request    = false;
     this.editControl1.Size       = new System.Drawing.Size(297, 21);
     this.editControl1.TabIndex   = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor  = System.Drawing.Color.Transparent;
     this.editControl2.DataField  = "F_Name";
     this.editControl2.DataSource = null;
     this.editControl2.EditLabel  = "机器名称:";
     this.editControl2.Location   = new System.Drawing.Point(12, 51);
     this.editControl2.Name       = "editControl2";
     this.editControl2.Request    = false;
     this.editControl2.Size       = new System.Drawing.Size(309, 24);
     this.editControl2.TabIndex   = 1;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem20.Value      = "COM1";
     comboBoxItem21.Value      = "COM2";
     comboBoxItem22.Value      = "COM3";
     comboBoxItem23.Value      = "COM4";
     comboBoxItem24.Value      = "COM5";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem20,
         comboBoxItem21,
         comboBoxItem22,
         comboBoxItem23,
         comboBoxItem24
     };
     this.cbControl1.DataField  = "F_Port";
     this.cbControl1.DataSource = null;
     this.cbControl1.EditLabel  = "通讯端口:";
     this.cbControl1.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl1.Location   = new System.Drawing.Point(12, 85);
     this.cbControl1.Name       = "cbControl1";
     this.cbControl1.Request    = false;
     this.cbControl1.Size       = new System.Drawing.Size(309, 21);
     this.cbControl1.TabIndex   = 2;
     //
     // cbControl2
     //
     this.cbControl2.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem15.Value      = "9600";
     comboBoxItem16.Value      = "19200";
     comboBoxItem17.Value      = "38400";
     comboBoxItem18.Value      = "COM4";
     comboBoxItem19.Value      = "COM5";
     this.cbControl2.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem15,
         comboBoxItem16,
         comboBoxItem17,
         comboBoxItem18,
         comboBoxItem19
     };
     this.cbControl2.DataField  = "F_Rate";
     this.cbControl2.DataSource = null;
     this.cbControl2.EditLabel  = "通讯速率:";
     this.cbControl2.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl2.Location   = new System.Drawing.Point(12, 116);
     this.cbControl2.Name       = "cbControl2";
     this.cbControl2.Request    = false;
     this.cbControl2.Size       = new System.Drawing.Size(309, 21);
     this.cbControl2.TabIndex   = 3;
     //
     // cbControl3
     //
     this.cbControl3.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem9.Value       = "考勤机";
     comboBoxItem10.Value      = "门禁考勤机";
     comboBoxItem11.Value      = "门禁机";
     comboBoxItem12.Value      = "消费机";
     comboBoxItem13.Value      = "补贴机";
     comboBoxItem14.Value      = "发卡机";
     this.cbControl3.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem9,
         comboBoxItem10,
         comboBoxItem11,
         comboBoxItem12,
         comboBoxItem13,
         comboBoxItem14
     };
     this.cbControl3.DataField  = "F_Uses";
     this.cbControl3.DataSource = null;
     this.cbControl3.EditLabel  = "机器用途:";
     this.cbControl3.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl3.Location   = new System.Drawing.Point(12, 147);
     this.cbControl3.Name       = "cbControl3";
     this.cbControl3.Request    = false;
     this.cbControl3.Size       = new System.Drawing.Size(309, 21);
     this.cbControl3.TabIndex   = 4;
     //
     // cbControl4
     //
     this.cbControl4.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "ER-880C";
     comboBoxItem2.Value       = "ER-880D";
     comboBoxItem3.Value       = "ER-889C";
     comboBoxItem4.Value       = "ER-889D";
     comboBoxItem5.Value       = "ER-890C";
     comboBoxItem6.Value       = "ER-890D";
     comboBoxItem7.Value       = "ER-980";
     comboBoxItem8.Value       = "ER-981";
     this.cbControl4.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4,
         comboBoxItem5,
         comboBoxItem6,
         comboBoxItem7,
         comboBoxItem8
     };
     this.cbControl4.DataField  = "F_Model";
     this.cbControl4.DataSource = null;
     this.cbControl4.EditLabel  = "机型:";
     this.cbControl4.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl4.Location   = new System.Drawing.Point(36, 178);
     this.cbControl4.Name       = "cbControl4";
     this.cbControl4.Request    = false;
     this.cbControl4.Size       = new System.Drawing.Size(285, 21);
     this.cbControl4.TabIndex   = 5;
     //
     // editControl3
     //
     this.editControl3.BackColor  = System.Drawing.Color.Transparent;
     this.editControl3.DataField  = "F_Remark";
     this.editControl3.DataSource = null;
     this.editControl3.EditLabel  = "备注:";
     this.editControl3.Location   = new System.Drawing.Point(36, 209);
     this.editControl3.Name       = "editControl3";
     this.editControl3.Request    = false;
     this.editControl3.Size       = new System.Drawing.Size(303, 24);
     this.editControl3.TabIndex   = 6;
     //
     // btnAutoFind
     //
     this.btnAutoFind.Location = new System.Drawing.Point(13, 278);
     this.btnAutoFind.Name     = "btnAutoFind";
     this.btnAutoFind.Size     = new System.Drawing.Size(75, 23);
     this.btnAutoFind.TabIndex = 8;
     this.btnAutoFind.Text     = "自动搜索";
     this.btnAutoFind.Click   += new System.EventHandler(this.btnAutoFind_Click);
     //
     // frmEditDevice
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(386, 313);
     this.Controls.Add(this.btnAutoFind);
     this.Name = "frmEditDevice";
     this.Text = "设备登记";
     this.Controls.SetChildIndex(this.BtnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.ckCopy, 0);
     this.Controls.SetChildIndex(this.btnAutoFind, 0);
     this.Controls.SetChildIndex(this.gbox, 0);
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        private void frmDatabaseOption_Load(object sender, EventArgs e)
        {
            clsDeclare.glbMessage = new SZLibrary.Message(this);
            System.Data.Sql.SqlDataSourceEnumerator Instance = System.Data.Sql.SqlDataSourceEnumerator.Instance;
            DataTable dt = Instance.GetDataSources();
            if (dt != null)
            {
                foreach (DataRow row in dt.Rows)
                {
                    DevExpress.XtraEditors.Controls.ComboBoxItem item = new DevExpress.XtraEditors.Controls.ComboBoxItem(row["ServerName"].ToString() + @"\" + row["InstanceName"].ToString());
                    cbbSQLServerName.Properties.Items.Add(item);
                }
            }
            ///---------------------------------------------
            if (clsDeclare.glbConnection.ConnectionString != "")
            {
                txtSQLUsername.Enabled = false;
                txtSQLPassword.Enabled = false;

                chkSQLBlankPassword.Enabled = false;
                chkSQLAlowSavingPassword.Enabled = false;

                cbbSQLServerName.Text = clsDeclare.glbConnection.DataSource;
                radSpecific.Checked = true;
                txtSQLUsername.Text = clsDeclare.glbUserNameData;
                txtSQLPassword.Text = clsDeclare.glbPasswordData;
                cbbDatabaseServer.Text = clsDeclare.glbConnection.Database;
            }
        }
Пример #9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Controls.ComboBoxItem   comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem   comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(frmPayAccount));
     this.TabPage                 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1            = new DevExpress.XtraTab.XtraTabPage();
     this.gcStockIn               = new DevExpress.XtraGrid.GridControl();
     this.gvStockIn               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabPage2            = new DevExpress.XtraTab.XtraTabPage();
     this.gcPay                   = new DevExpress.XtraGrid.GridControl();
     this.gvPay                   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabPage3            = new DevExpress.XtraTab.XtraTabPage();
     this.gcStockBack             = new DevExpress.XtraGrid.GridControl();
     this.gvStockBack             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.cbType                  = new myControl.cbControl();
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink2 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.printableComponentLink3 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.rgOption.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TabPage)).BeginInit();
     this.TabPage.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcStockIn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStockIn)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcPay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPay)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcStockBack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStockBack)).BeginInit();
     this.SuspendLayout();
     //
     // rgOption
     //
     this.rgOption.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.rgOption.Properties.Appearance.Options.UseBackColor = true;
     this.rgOption.Visible = false;
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(101, 24);
     this.lbTitle.Text = "frmBase";
     //
     // TabPage
     //
     this.TabPage.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.TabPage.Location        = new System.Drawing.Point(0, 261);
     this.TabPage.Name            = "TabPage";
     this.TabPage.SelectedTabPage = this.xtraTabPage1;
     this.TabPage.Size            = new System.Drawing.Size(901, 317);
     this.TabPage.TabIndex        = 17;
     this.TabPage.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2,
         this.xtraTabPage3
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gcStockIn);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(892, 285);
     this.xtraTabPage1.Text = "采购进货";
     //
     // gcStockIn
     //
     this.gcStockIn.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcStockIn.EmbeddedNavigator.Name = "";
     this.gcStockIn.Location = new System.Drawing.Point(0, 0);
     this.gcStockIn.MainView = this.gvStockIn;
     this.gcStockIn.Name     = "gcStockIn";
     this.gcStockIn.Size     = new System.Drawing.Size(892, 285);
     this.gcStockIn.TabIndex = 0;
     this.gcStockIn.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvStockIn
     });
     //
     // gvStockIn
     //
     this.gvStockIn.GridControl = this.gcStockIn;
     this.gvStockIn.Name        = "gvStockIn";
     this.gvStockIn.OptionsBehavior.Editable              = false;
     this.gvStockIn.OptionsCustomization.AllowFilter      = false;
     this.gvStockIn.OptionsLayout.Columns.StoreAllOptions = true;
     this.gvStockIn.OptionsLayout.Columns.StoreAppearance = true;
     this.gvStockIn.OptionsLayout.StoreDataSettings       = false;
     this.gvStockIn.OptionsLayout.StoreVisualOptions      = false;
     this.gvStockIn.OptionsView.ColumnAutoWidth           = false;
     this.gvStockIn.OptionsView.ShowAutoFilterRow         = true;
     this.gvStockIn.OptionsView.ShowFooter     = true;
     this.gvStockIn.OptionsView.ShowGroupPanel = false;
     this.gvStockIn.DoubleClick += new System.EventHandler(this.gvStockIn_DoubleClick);
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gcPay);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(892, 285);
     this.xtraTabPage2.Text = "采购付款";
     //
     // gcPay
     //
     this.gcPay.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcPay.EmbeddedNavigator.Name = "";
     this.gcPay.Location = new System.Drawing.Point(0, 0);
     this.gcPay.MainView = this.gvPay;
     this.gcPay.Name     = "gcPay";
     this.gcPay.Size     = new System.Drawing.Size(892, 285);
     this.gcPay.TabIndex = 1;
     this.gcPay.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvPay
     });
     //
     // gvPay
     //
     this.gvPay.GridControl = this.gcPay;
     this.gvPay.Name        = "gvPay";
     this.gvPay.OptionsBehavior.Editable              = false;
     this.gvPay.OptionsCustomization.AllowFilter      = false;
     this.gvPay.OptionsLayout.Columns.StoreAllOptions = true;
     this.gvPay.OptionsLayout.Columns.StoreAppearance = true;
     this.gvPay.OptionsLayout.StoreDataSettings       = false;
     this.gvPay.OptionsLayout.StoreVisualOptions      = false;
     this.gvPay.OptionsView.ColumnAutoWidth           = false;
     this.gvPay.OptionsView.ShowAutoFilterRow         = true;
     this.gvPay.OptionsView.ShowFooter     = true;
     this.gvPay.OptionsView.ShowGroupPanel = false;
     this.gvPay.DoubleClick += new System.EventHandler(this.gvPay_DoubleClick);
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.gcStockBack);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(892, 285);
     this.xtraTabPage3.Text = "采购退货";
     //
     // gcStockBack
     //
     this.gcStockBack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcStockBack.EmbeddedNavigator.Name = "";
     this.gcStockBack.Location = new System.Drawing.Point(0, 0);
     this.gcStockBack.MainView = this.gvStockBack;
     this.gcStockBack.Name     = "gcStockBack";
     this.gcStockBack.Size     = new System.Drawing.Size(892, 285);
     this.gcStockBack.TabIndex = 1;
     this.gcStockBack.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvStockBack
     });
     //
     // gvStockBack
     //
     this.gvStockBack.GridControl = this.gcStockBack;
     this.gvStockBack.Name        = "gvStockBack";
     this.gvStockBack.OptionsBehavior.Editable              = false;
     this.gvStockBack.OptionsCustomization.AllowFilter      = false;
     this.gvStockBack.OptionsLayout.Columns.StoreAllOptions = true;
     this.gvStockBack.OptionsLayout.Columns.StoreAppearance = true;
     this.gvStockBack.OptionsLayout.StoreDataSettings       = false;
     this.gvStockBack.OptionsLayout.StoreVisualOptions      = false;
     this.gvStockBack.OptionsView.ColumnAutoWidth           = false;
     this.gvStockBack.OptionsView.ShowAutoFilterRow         = true;
     this.gvStockBack.OptionsView.ShowFooter     = true;
     this.gvStockBack.OptionsView.ShowGroupPanel = false;
     this.gvStockBack.DoubleClick += new System.EventHandler(this.gvStockBack_DoubleClick);
     //
     // cbType
     //
     this.cbType.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value   = "按单据";
     comboBoxItem2.Value   = "按明细";
     this.cbType.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2
     };
     this.cbType.DataField          = null;
     this.cbType.EditLabel          = "统计类别:";
     this.cbType.EditStyle          = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbType.Location           = new System.Drawing.Point(731, 37);
     this.cbType.Name               = "cbType";
     this.cbType.Request            = false;
     this.cbType.Size               = new System.Drawing.Size(150, 21);
     this.cbType.TabIndex           = 19;
     this.cbType.SelectIndexChange += new myControl.SelectIndexChangeEventHandler(this.cbType_SelectIndexChange);
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gcStockIn;
     //this.printableComponentLink1.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink1.ImageStream    = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink1.ImageStream")));
     this.printableComponentLink1.PrintingSystem = this.printingSystem;
     //this.printableComponentLink1.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink2
     //
     this.printableComponentLink2.Component = this.gcPay;
     //this.printableComponentLink2.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink2.ImageStream    = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink2.ImageStream")));
     this.printableComponentLink2.PrintingSystem = this.printingSystem;
     //this.printableComponentLink2.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // printableComponentLink3
     //
     this.printableComponentLink3.Component = this.gcStockBack;
     //this.printableComponentLink3.CustomPaperSize = new System.Drawing.Size(0, 0);
     this.printableComponentLink3.ImageStream    = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printableComponentLink3.ImageStream")));
     this.printableComponentLink3.PrintingSystem = this.printingSystem;
     //this.printableComponentLink3.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     //
     // frmPayAccount
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(901, 600);
     this.Controls.Add(this.cbType);
     this.Controls.Add(this.TabPage);
     this.Name     = "frmPayAccount";
     this.Text     = "应付款帐薄";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmPayAccount_KeyDown);
     this.Controls.SetChildIndex(this.TabPage, 0);
     this.Controls.SetChildIndex(this.cbType, 0);
     ((System.ComponentModel.ISupportInitialize)(this.rgOption.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TabPage)).EndInit();
     this.TabPage.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcStockIn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStockIn)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcPay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPay)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcStockBack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStockBack)).EndInit();
     this.ResumeLayout(false);
 }
Пример #10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(frmCertificate));
     DevExpress.XtraEditors.Controls.ComboBoxItem   comboBoxItem11 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem   comboBoxItem12 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem   comboBoxItem13 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem   comboBoxItem14 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem   comboBoxItem15 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.toolStrip1                = new System.Windows.Forms.ToolStrip();
     this.btNew                     = new System.Windows.Forms.ToolStripButton();
     this.tsSave                    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2       = new System.Windows.Forms.ToolStripSeparator();
     this.tsPrint                   = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.tsCheck                   = new System.Windows.Forms.ToolStripButton();
     this.tsUnCheck                 = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3       = new System.Windows.Forms.ToolStripSeparator();
     this.tsInsert                  = new System.Windows.Forms.ToolStripButton();
     this.tsDel                     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4       = new System.Windows.Forms.ToolStripSeparator();
     this.tsCal                     = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5       = new System.Windows.Forms.ToolStripSeparator();
     this.tsClose                   = new System.Windows.Forms.ToolStripButton();
     this.label1                    = new System.Windows.Forms.Label();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.gcMain                    = new DevExpress.XtraGrid.GridControl();
     this.binSlaver                 = new System.Windows.Forms.BindingSource(this.components);
     this.gvMain                    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn2               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumn3               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.spinControl1              = new myControl.SpinControl();
     this.binMaster                 = new System.Windows.Forms.BindingSource(this.components);
     this.dateControl1              = new myControl.DateControl();
     this.cbControl1                = new myControl.cbControl();
     this.spinControl2              = new myControl.SpinControl();
     this.spinControl3              = new myControl.SpinControl();
     this.label2                    = new System.Windows.Forms.Label();
     this.editControl1              = new myControl.EditControl();
     this.editControl2              = new myControl.EditControl();
     this.editControl3              = new myControl.EditControl();
     this.toolStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btNew,
         this.tsSave,
         this.toolStripSeparator2,
         this.tsPrint,
         this.toolStripSeparator1,
         this.tsCheck,
         this.tsUnCheck,
         this.toolStripSeparator3,
         this.tsInsert,
         this.tsDel,
         this.toolStripSeparator4,
         this.tsCal,
         this.toolStripSeparator5,
         this.tsClose
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.toolStrip1.Size       = new System.Drawing.Size(691, 35);
     this.toolStrip1.TabIndex   = 0;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // btNew
     //
     this.btNew.Image = global::Finance.Properties.Resources.btnNew_Glyph;
     this.btNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btNew.Name = "btNew";
     this.btNew.Size = new System.Drawing.Size(33, 32);
     this.btNew.Text = "新增";
     this.btNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btNew.Click            += new System.EventHandler(this.btNew_Click);
     //
     // tsSave
     //
     this.tsSave.Image = global::Finance.Properties.Resources.btnSave_Glyph;
     this.tsSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsSave.Name = "tsSave";
     this.tsSave.Size = new System.Drawing.Size(33, 32);
     this.tsSave.Text = "保存";
     this.tsSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsSave.Click            += new System.EventHandler(this.tsSave_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 35);
     //
     // tsPrint
     //
     this.tsPrint.Image = global::Finance.Properties.Resources.btnPrint_Glyph;
     this.tsPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsPrint.Name = "tsPrint";
     this.tsPrint.Size = new System.Drawing.Size(33, 32);
     this.tsPrint.Text = "打印";
     this.tsPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsPrint.Click            += new System.EventHandler(this.tsPrint_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 35);
     //
     // tsCheck
     //
     this.tsCheck.Image = global::Finance.Properties.Resources.btnCheck_Glyph;
     this.tsCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsCheck.Name = "tsCheck";
     this.tsCheck.Size = new System.Drawing.Size(33, 32);
     this.tsCheck.Text = "审核";
     this.tsCheck.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsCheck.Click            += new System.EventHandler(this.tsCheck_Click);
     //
     // tsUnCheck
     //
     this.tsUnCheck.Image = global::Finance.Properties.Resources.btnUnCheck_Glyph;
     this.tsUnCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsUnCheck.Name = "tsUnCheck";
     this.tsUnCheck.Size = new System.Drawing.Size(33, 32);
     this.tsUnCheck.Text = "反审";
     this.tsUnCheck.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsUnCheck.Click            += new System.EventHandler(this.tsUnCheck_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 35);
     //
     // tsInsert
     //
     this.tsInsert.Image = global::Finance.Properties.Resources.btnAddRow_Glyph;
     this.tsInsert.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsInsert.Name = "tsInsert";
     this.tsInsert.Size = new System.Drawing.Size(33, 32);
     this.tsInsert.Text = "插入";
     this.tsInsert.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsInsert.Click            += new System.EventHandler(this.tsInsert_Click);
     //
     // tsDel
     //
     this.tsDel.Image = ((System.Drawing.Image)(resources.GetObject("tsDel.Image")));
     this.tsDel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsDel.Name = "tsDel";
     this.tsDel.Size = new System.Drawing.Size(33, 32);
     this.tsDel.Text = "删除";
     this.tsDel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsDel.Click            += new System.EventHandler(this.tsDel_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 35);
     //
     // tsCal
     //
     this.tsCal.Image = global::Finance.Properties.Resources.btnExport_Glyph;
     this.tsCal.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsCal.Name = "tsCal";
     this.tsCal.Size = new System.Drawing.Size(45, 32);
     this.tsCal.Text = "计算器";
     this.tsCal.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsCal.Click            += new System.EventHandler(this.tsCal_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 35);
     //
     // tsClose
     //
     this.tsClose.Image = global::Finance.Properties.Resources.btnClose_Glyph;
     this.tsClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsClose.Name = "tsClose";
     this.tsClose.Size = new System.Drawing.Size(33, 32);
     this.tsClose.Text = "关闭";
     this.tsClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tsClose.Click            += new System.EventHandler(this.tsClose_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("楷体_GB2312", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(239, 39);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(173, 27);
     this.label1.TabIndex = 1;
     this.label1.Text     = "记 帐 凭 证";
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.gcMain);
     this.panel1.Location = new System.Drawing.Point(12, 120);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(667, 303);
     this.panel1.TabIndex = 2;
     //
     // gcMain
     //
     this.gcMain.DataSource             = this.binSlaver;
     this.gcMain.EmbeddedNavigator.Name = "";
     this.gcMain.Location = new System.Drawing.Point(3, 3);
     this.gcMain.MainView = this.gvMain;
     this.gcMain.Name     = "gcMain";
     this.gcMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemButtonEdit1,
         this.repositoryItemButtonEdit2
     });
     this.gcMain.Size     = new System.Drawing.Size(659, 295);
     this.gcMain.TabIndex = 0;
     this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvMain
     });
     //
     // gvMain
     //
     this.gvMain.Appearance.FooterPanel.BackColor              = System.Drawing.Color.White;
     this.gvMain.Appearance.FooterPanel.Options.UseBackColor   = true;
     this.gvMain.Appearance.HeaderPanel.BackColor              = System.Drawing.Color.White;
     this.gvMain.Appearance.HeaderPanel.Options.UseBackColor   = true;
     this.gvMain.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gvMain.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gvMain.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4
     });
     this.gvMain.GridControl = this.gcMain;
     this.gvMain.Name        = "gvMain";
     this.gvMain.OptionsCustomization.AllowFilter = false;
     this.gvMain.OptionsView.ColumnAutoWidth      = false;
     this.gvMain.OptionsView.ShowFilterPanelMode  = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gvMain.OptionsView.ShowFooter           = true;
     this.gvMain.OptionsView.ShowGroupPanel       = false;
     this.gvMain.OptionsView.ShowIndicator        = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "摘要";
     this.gridColumn1.ColumnEdit   = this.repositoryItemButtonEdit2;
     this.gridColumn1.FieldName    = "F_Memo";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 172;
     //
     // repositoryItemButtonEdit2
     //
     this.repositoryItemButtonEdit2.AutoHeight = false;
     this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemButtonEdit2.Name         = "repositoryItemButtonEdit2";
     this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_ButtonClick);
     //
     // gridColumn2
     //
     this.gridColumn2.Caption                = "会计科目";
     this.gridColumn2.ColumnEdit             = this.repositoryItemButtonEdit1;
     this.gridColumn2.FieldName              = "F_SubjectName";
     this.gridColumn2.Name                   = "gridColumn2";
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.Visible                = true;
     this.gridColumn2.VisibleIndex           = 1;
     this.gridColumn2.Width                  = 197;
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemButtonEdit1.Name         = "repositoryItemButtonEdit1";
     this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "借方金额";
     this.gridColumn3.FieldName = "F_Debit";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 129;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "贷方金额";
     this.gridColumn4.FieldName = "F_Credit";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 131;
     //
     // spinControl1
     //
     this.spinControl1.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl1.DataField  = "F_Order";
     this.spinControl1.DataSource = null;
     this.spinControl1.EditLabel  = "顺序号:";
     this.spinControl1.Location   = new System.Drawing.Point(12, 93);
     this.spinControl1.Name       = "spinControl1";
     this.spinControl1.Size       = new System.Drawing.Size(155, 21);
     this.spinControl1.TabIndex   = 4;
     //
     // dateControl1
     //
     this.dateControl1.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl1.DataField     = "F_Date";
     this.dateControl1.DataSource    = null;
     this.dateControl1.DisplayFormat = "d";
     this.dateControl1.EditLabel     = "日期:";
     this.dateControl1.EditMask      = "d";
     this.dateControl1.Location      = new System.Drawing.Point(251, 93);
     this.dateControl1.Name          = "dateControl1";
     this.dateControl1.Request       = false;
     this.dateControl1.Size          = new System.Drawing.Size(161, 21);
     this.dateControl1.TabIndex      = 5;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem11.Value      = "转";
     comboBoxItem12.Value      = "现收";
     comboBoxItem13.Value      = "现付";
     comboBoxItem14.Value      = "银收";
     comboBoxItem15.Value      = "银付";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem11,
         comboBoxItem12,
         comboBoxItem13,
         comboBoxItem14,
         comboBoxItem15
     };
     this.cbControl1.DataField     = "F_Key";
     this.cbControl1.DataSource    = null;
     this.cbControl1.EditLabel     = "凭证字:";
     this.cbControl1.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location      = new System.Drawing.Point(513, 39);
     this.cbControl1.Name          = "cbControl1";
     this.cbControl1.Request       = false;
     this.cbControl1.SelectedIndex = -1;
     this.cbControl1.Size          = new System.Drawing.Size(150, 21);
     this.cbControl1.TabIndex      = 6;
     //
     // spinControl2
     //
     this.spinControl2.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl2.DataField  = "F_Annex";
     this.spinControl2.DataSource = null;
     this.spinControl2.EditLabel  = "凭证号:";
     this.spinControl2.Location   = new System.Drawing.Point(513, 66);
     this.spinControl2.Name       = "spinControl2";
     this.spinControl2.Size       = new System.Drawing.Size(150, 21);
     this.spinControl2.TabIndex   = 7;
     //
     // spinControl3
     //
     this.spinControl3.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl3.DataField  = null;
     this.spinControl3.DataSource = null;
     this.spinControl3.EditLabel  = "附单据:";
     this.spinControl3.Location   = new System.Drawing.Point(513, 93);
     this.spinControl3.Name       = "spinControl3";
     this.spinControl3.Size       = new System.Drawing.Size(126, 21);
     this.spinControl3.TabIndex   = 8;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(643, 98);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(17, 12);
     this.label2.TabIndex = 9;
     this.label2.Text     = "张";
     //
     // editControl1
     //
     this.editControl1.BackColor  = System.Drawing.Color.Transparent;
     this.editControl1.DataField  = "F_BillMan";
     this.editControl1.DataSource = null;
     this.editControl1.EditLabel  = "制单:";
     this.editControl1.Enabled    = false;
     this.editControl1.Location   = new System.Drawing.Point(12, 433);
     this.editControl1.Name       = "editControl1";
     this.editControl1.Request    = false;
     this.editControl1.Size       = new System.Drawing.Size(155, 21);
     this.editControl1.TabIndex   = 10;
     //
     // editControl2
     //
     this.editControl2.BackColor  = System.Drawing.Color.Transparent;
     this.editControl2.DataField  = "F_Checker";
     this.editControl2.DataSource = null;
     this.editControl2.EditLabel  = "审核:";
     this.editControl2.Enabled    = false;
     this.editControl2.Location   = new System.Drawing.Point(282, 433);
     this.editControl2.Name       = "editControl2";
     this.editControl2.Request    = false;
     this.editControl2.Size       = new System.Drawing.Size(155, 21);
     this.editControl2.TabIndex   = 11;
     //
     // editControl3
     //
     this.editControl3.BackColor  = System.Drawing.Color.Transparent;
     this.editControl3.DataField  = "F_ReChecker";
     this.editControl3.DataSource = null;
     this.editControl3.EditLabel  = "登帐:";
     this.editControl3.Enabled    = false;
     this.editControl3.Location   = new System.Drawing.Point(524, 433);
     this.editControl3.Name       = "editControl3";
     this.editControl3.Request    = false;
     this.editControl3.Size       = new System.Drawing.Size(155, 21);
     this.editControl3.TabIndex   = 12;
     //
     // frmCertificate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.BackColor           = System.Drawing.SystemColors.Info;
     this.ClientSize          = new System.Drawing.Size(691, 466);
     this.Controls.Add(this.editControl3);
     this.Controls.Add(this.editControl2);
     this.Controls.Add(this.editControl1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.spinControl3);
     this.Controls.Add(this.spinControl2);
     this.Controls.Add(this.cbControl1);
     this.Controls.Add(this.dateControl1);
     this.Controls.Add(this.spinControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.toolStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmCertificate";
     this.Text            = "记帐凭证";
     this.Load           += new System.EventHandler(this.frmCertificate_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1  = new myControl.lupControl();
     this.dateControl1 = new myControl.DateControl();
     this.dateControl2 = new myControl.DateControl();
     this.dateControl3 = new myControl.DateControl();
     this.dateControl4 = new myControl.DateControl();
     this.dateControl5 = new myControl.DateControl();
     this.cbControl1   = new myControl.cbControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(315, 290);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(396, 290);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.dateControl4);
     this.gbox.Controls.Add(this.dateControl5);
     this.gbox.Controls.Add(this.dateControl3);
     this.gbox.Controls.Add(this.dateControl2);
     this.gbox.Controls.Add(this.dateControl1);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Size = new System.Drawing.Size(458, 271);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(12, 290);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_ID";
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.DropSQL            = "";
     this.lupControl1.EditLabel          = "员工:";
     this.lupControl1.InvokeClass        = "";
     this.lupControl1.LinkFields         = null;
     this.lupControl1.Location           = new System.Drawing.Point(244, 29);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = false;
     this.lupControl1.Size     = new System.Drawing.Size(197, 21);
     this.lupControl1.TabIndex = 0;
     //
     // dateControl1
     //
     this.dateControl1.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl1.DataField     = "F_OrgBegin";
     this.dateControl1.DataSource    = null;
     this.dateControl1.DisplayFormat = "g";
     this.dateControl1.EditLabel     = "原休息开始时间:";
     this.dateControl1.EditMask      = "g";
     this.dateControl1.Location      = new System.Drawing.Point(46, 121);
     this.dateControl1.Name          = "dateControl1";
     this.dateControl1.Request       = false;
     this.dateControl1.Size          = new System.Drawing.Size(316, 21);
     this.dateControl1.TabIndex      = 2;
     //
     // dateControl2
     //
     this.dateControl2.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl2.DataField     = "F_OrgEnd";
     this.dateControl2.DataSource    = null;
     this.dateControl2.DisplayFormat = "g";
     this.dateControl2.EditLabel     = "原休息结束时间:";
     this.dateControl2.EditMask      = "g";
     this.dateControl2.Location      = new System.Drawing.Point(46, 148);
     this.dateControl2.Name          = "dateControl2";
     this.dateControl2.Request       = false;
     this.dateControl2.Size          = new System.Drawing.Size(316, 21);
     this.dateControl2.TabIndex      = 3;
     //
     // dateControl3
     //
     this.dateControl3.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl3.DataField     = "F_Date";
     this.dateControl3.DataSource    = null;
     this.dateControl3.DisplayFormat = "d";
     this.dateControl3.EditLabel     = "登记日期:";
     this.dateControl3.EditMask      = "d";
     this.dateControl3.Location      = new System.Drawing.Point(6, 29);
     this.dateControl3.Name          = "dateControl3";
     this.dateControl3.Request       = false;
     this.dateControl3.Size          = new System.Drawing.Size(196, 21);
     this.dateControl3.TabIndex      = 6;
     //
     // dateControl4
     //
     this.dateControl4.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl4.DataField     = "F_NewEnd";
     this.dateControl4.DataSource    = null;
     this.dateControl4.DisplayFormat = "g";
     this.dateControl4.EditLabel     = "现休息结束时间:";
     this.dateControl4.EditMask      = "g";
     this.dateControl4.Location      = new System.Drawing.Point(46, 224);
     this.dateControl4.Name          = "dateControl4";
     this.dateControl4.Request       = false;
     this.dateControl4.Size          = new System.Drawing.Size(316, 21);
     this.dateControl4.TabIndex      = 8;
     //
     // dateControl5
     //
     this.dateControl5.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl5.DataField     = "F_NewBegin";
     this.dateControl5.DataSource    = null;
     this.dateControl5.DisplayFormat = "g";
     this.dateControl5.EditLabel     = "现休息开始时间:";
     this.dateControl5.EditMask      = "g";
     this.dateControl5.Location      = new System.Drawing.Point(46, 197);
     this.dateControl5.Name          = "dateControl5";
     this.dateControl5.Request       = false;
     this.dateControl5.Size          = new System.Drawing.Size(316, 21);
     this.dateControl5.TabIndex      = 7;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem3.Value       = "节假日";
     comboBoxItem4.Value       = "周休日";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField  = "F_Type";
     this.cbControl1.DataSource = null;
     this.cbControl1.EditLabel  = "调休后休息类型:";
     this.cbControl1.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location   = new System.Drawing.Point(60, 70);
     this.cbControl1.Name       = "cbControl1";
     this.cbControl1.Request    = false;
     this.cbControl1.Size       = new System.Drawing.Size(274, 21);
     this.cbControl1.TabIndex   = 9;
     //
     // frmEditOtherRest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(483, 327);
     this.Name = "frmEditOtherRest";
     this.Text = "调休补班登记";
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem5 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem6 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem7 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem8 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1 = new myControl.EditControl();
     this.editControl2 = new myControl.EditControl();
     this.cbControl1   = new myControl.cbControl();
     this.cbControl2   = new myControl.cbControl();
     this.cbControl3   = new myControl.cbControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(209, 194);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(290, 194);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.cbControl3);
     this.gbox.Controls.Add(this.cbControl2);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Size = new System.Drawing.Size(352, 169);
     //
     // ckCopy
     //
     //
     // editControl1
     //
     this.editControl1.BackColor  = System.Drawing.Color.Transparent;
     this.editControl1.DataField  = "F_ID";
     this.editControl1.DataSource = null;
     this.editControl1.EditLabel  = "科目代码:";
     this.editControl1.Location   = new System.Drawing.Point(15, 20);
     this.editControl1.Name       = "editControl1";
     this.editControl1.Request    = true;
     this.editControl1.Size       = new System.Drawing.Size(174, 21);
     this.editControl1.TabIndex   = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor  = System.Drawing.Color.Transparent;
     this.editControl2.DataField  = "F_Name";
     this.editControl2.DataSource = null;
     this.editControl2.EditLabel  = "科目名称:";
     this.editControl2.Location   = new System.Drawing.Point(15, 52);
     this.editControl2.Name       = "editControl2";
     this.editControl2.Request    = true;
     this.editControl2.Size       = new System.Drawing.Size(322, 21);
     this.editControl2.TabIndex   = 1;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem5.Value       = "借方";
     comboBoxItem6.Value       = "贷方";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem5,
         comboBoxItem6
     };
     this.cbControl1.DataField     = "F_Direction";
     this.cbControl1.DataSource    = null;
     this.cbControl1.EditLabel     = "余额方向:";
     this.cbControl1.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location      = new System.Drawing.Point(15, 86);
     this.cbControl1.Name          = "cbControl1";
     this.cbControl1.Request       = false;
     this.cbControl1.SelectedIndex = -1;
     this.cbControl1.Size          = new System.Drawing.Size(150, 21);
     this.cbControl1.TabIndex      = 2;
     //
     // cbControl2
     //
     this.cbControl2.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem7.Value       = "不核算外币";
     comboBoxItem8.Value       = "核算单一外币";
     this.cbControl2.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem7,
         comboBoxItem8
     };
     this.cbControl2.DataField          = "F_Currency";
     this.cbControl2.DataSource         = null;
     this.cbControl2.EditLabel          = "核算外币:";
     this.cbControl2.EditStyle          = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl2.Location           = new System.Drawing.Point(15, 122);
     this.cbControl2.Name               = "cbControl2";
     this.cbControl2.Request            = false;
     this.cbControl2.SelectedIndex      = -1;
     this.cbControl2.Size               = new System.Drawing.Size(196, 21);
     this.cbControl2.TabIndex           = 3;
     this.cbControl2.SelectIndexChange += new myControl.SelectIndexChangeEventHandler(this.cbControl2_SelectIndexChange);
     //
     // cbControl3
     //
     this.cbControl3.BackColor     = System.Drawing.Color.Transparent;
     this.cbControl3.cbItem        = null;
     this.cbControl3.DataField     = "F_Tag";
     this.cbControl3.DataSource    = null;
     this.cbControl3.EditLabel     = "币别:";
     this.cbControl3.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl3.Enabled       = false;
     this.cbControl3.Location      = new System.Drawing.Point(217, 122);
     this.cbControl3.Name          = "cbControl3";
     this.cbControl3.Request       = false;
     this.cbControl3.SelectedIndex = -1;
     this.cbControl3.Size          = new System.Drawing.Size(120, 21);
     this.cbControl3.TabIndex      = 4;
     //
     // frmEditSubject
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(378, 229);
     this.Name = "frmEditSubject";
     this.Text = "会计科目--编辑";
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #13
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1   = new myControl.lupControl();
     this.editControl5  = new myControl.EditControl();
     this.cbControl1    = new myControl.cbControl();
     this.editControl6  = new myControl.EditControl();
     this.editControl7  = new myControl.EditControl();
     this.editControl8  = new myControl.EditControl();
     this.editControl9  = new myControl.EditControl();
     this.editControl10 = new myControl.EditControl();
     this.sbSelItem     = new DevExpress.XtraEditors.SimpleButton();
     this.spinControl1  = new myControl.SpinControl();
     this.sbExpand      = new DevExpress.XtraEditors.SimpleButton();
     this.editControl11 = new myControl.EditControl();
     this.editControl12 = new myControl.EditControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(554, 32);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(554, 7);
     this.editControl1.Size     = new System.Drawing.Size(175, 21);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.editControl12);
     this.panelControl1.Controls.Add(this.editControl11);
     this.panelControl1.Controls.Add(this.sbExpand);
     this.panelControl1.Controls.Add(this.spinControl1);
     this.panelControl1.Controls.Add(this.sbSelItem);
     this.panelControl1.Controls.Add(this.editControl10);
     this.panelControl1.Controls.Add(this.editControl9);
     this.panelControl1.Controls.Add(this.editControl8);
     this.panelControl1.Controls.Add(this.editControl7);
     this.panelControl1.Controls.Add(this.editControl6);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Controls.Add(this.lupControl1);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(803, 160);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl6, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl7, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl8, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl9, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl10, 0);
     this.panelControl1.Controls.SetChildIndex(this.sbSelItem, 0);
     this.panelControl1.Controls.SetChildIndex(this.spinControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.sbExpand, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl11, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl12, 0);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_StorageID";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "仓库:";
     this.lupControl1.Location           = new System.Drawing.Point(225, 44);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(150, 22);
     this.lupControl1.TabIndex = 3;
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_Remark";
     this.editControl5.EditLabel = "备注:";
     this.editControl5.Location  = new System.Drawing.Point(32, 130);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(565, 23);
     this.editControl5.TabIndex  = 4;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "组装";
     comboBoxItem2.Value       = "拆卸";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2
     };
     this.cbControl1.DataField = "F_Type";
     this.cbControl1.EditLabel = "类别:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(30, 43);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = false;
     this.cbControl1.Size      = new System.Drawing.Size(150, 26);
     this.cbControl1.TabIndex  = 7;
     //
     // editControl6
     //
     this.editControl6.BackColor = System.Drawing.Color.Transparent;
     this.editControl6.DataField = "F_ItemID";
     this.editControl6.EditLabel = "物料编码:";
     this.editControl6.Location  = new System.Drawing.Point(7, 72);
     this.editControl6.Name      = "editControl6";
     this.editControl6.Request   = false;
     this.editControl6.Size      = new System.Drawing.Size(173, 21);
     this.editControl6.TabIndex  = 8;
     //
     // editControl7
     //
     this.editControl7.BackColor = System.Drawing.Color.Transparent;
     this.editControl7.DataField = "";
     this.editControl7.EditLabel = "物料名称:";
     this.editControl7.Enabled   = false;
     this.editControl7.Location  = new System.Drawing.Point(204, 72);
     this.editControl7.Name      = "editControl7";
     this.editControl7.Request   = false;
     this.editControl7.Size      = new System.Drawing.Size(345, 21);
     this.editControl7.TabIndex  = 9;
     //
     // editControl8
     //
     this.editControl8.BackColor = System.Drawing.Color.Transparent;
     this.editControl8.DataField = "";
     this.editControl8.EditLabel = "规格:";
     this.editControl8.Enabled   = false;
     this.editControl8.Location  = new System.Drawing.Point(32, 102);
     this.editControl8.Name      = "editControl8";
     this.editControl8.Request   = false;
     this.editControl8.Size      = new System.Drawing.Size(207, 21);
     this.editControl8.TabIndex  = 10;
     //
     // editControl9
     //
     this.editControl9.BackColor = System.Drawing.Color.Transparent;
     this.editControl9.DataField = "F_Unit";
     this.editControl9.EditLabel = "单位:";
     this.editControl9.Enabled   = false;
     this.editControl9.Location  = new System.Drawing.Point(245, 102);
     this.editControl9.Name      = "editControl9";
     this.editControl9.Request   = false;
     this.editControl9.Size      = new System.Drawing.Size(84, 21);
     this.editControl9.TabIndex  = 11;
     //
     // editControl10
     //
     this.editControl10.BackColor = System.Drawing.Color.Transparent;
     this.editControl10.DataField = "F_BatchNo";
     this.editControl10.EditLabel = "批号:";
     this.editControl10.Enabled   = false;
     this.editControl10.Location  = new System.Drawing.Point(449, 103);
     this.editControl10.Name      = "editControl10";
     this.editControl10.Request   = false;
     this.editControl10.Size      = new System.Drawing.Size(122, 21);
     this.editControl10.TabIndex  = 12;
     //
     // sbSelItem
     //
     this.sbSelItem.Appearance.Font            = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbSelItem.Appearance.Options.UseFont = true;
     this.sbSelItem.Location = new System.Drawing.Point(179, 72);
     this.sbSelItem.Name     = "sbSelItem";
     this.sbSelItem.Size     = new System.Drawing.Size(25, 21);
     this.sbSelItem.TabIndex = 13;
     this.sbSelItem.Text     = "...";
     this.sbSelItem.Click   += new System.EventHandler(this.sbSelItem_Click);
     //
     // spinControl1
     //
     this.spinControl1.BackColor = System.Drawing.Color.Transparent;
     this.spinControl1.DataField = "F_Qty";
     this.spinControl1.EditLabel = "数量:";
     this.spinControl1.Location  = new System.Drawing.Point(600, 102);
     this.spinControl1.Name      = "spinControl1";
     this.spinControl1.Size      = new System.Drawing.Size(95, 21);
     this.spinControl1.TabIndex  = 14;
     //
     // sbExpand
     //
     this.sbExpand.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbExpand.Appearance.Options.UseFont = true;
     this.sbExpand.Location = new System.Drawing.Point(716, 130);
     this.sbExpand.Name     = "sbExpand";
     this.sbExpand.Size     = new System.Drawing.Size(75, 23);
     this.sbExpand.TabIndex = 15;
     this.sbExpand.Text     = "Bom展开";
     this.sbExpand.Click   += new System.EventHandler(this.sbExpand_Click);
     //
     // editControl11
     //
     this.editControl11.BackColor = System.Drawing.Color.Transparent;
     this.editControl11.DataField = "F_Color";
     this.editControl11.EditLabel = "颜色:";
     this.editControl11.Enabled   = false;
     this.editControl11.Location  = new System.Drawing.Point(573, 72);
     this.editControl11.Name      = "editControl11";
     this.editControl11.Request   = false;
     this.editControl11.Size      = new System.Drawing.Size(122, 21);
     this.editControl11.TabIndex  = 16;
     //
     // editControl12
     //
     this.editControl12.BackColor = System.Drawing.Color.Transparent;
     this.editControl12.DataField = "F_Grade";
     this.editControl12.EditLabel = "等级:";
     this.editControl12.Enabled   = false;
     this.editControl12.Location  = new System.Drawing.Point(335, 103);
     this.editControl12.Name      = "editControl12";
     this.editControl12.Request   = false;
     this.editControl12.Size      = new System.Drawing.Size(108, 21);
     this.editControl12.TabIndex  = 17;
     //
     // frmInstall
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(803, 555);
     this.Name   = "frmInstall";
     this.Text   = "拆装单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmInstall_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #14
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1  = new myControl.EditControl();
     this.editControl2  = new myControl.EditControl();
     this.lupControl1   = new myControl.lupControl();
     this.editControl4  = new myControl.EditControl();
     this.editControl8  = new myControl.EditControl();
     this.editControl3  = new myControl.EditControl();
     this.editControl10 = new myControl.EditControl();
     this.spinControl1  = new myControl.SpinControl();
     this.cbControl1    = new myControl.cbControl();
     this.dateControl1  = new myControl.DateControl();
     this.lupControl2   = new myControl.lupControl();
     this.ckOption      = new DevExpress.XtraEditors.CheckEdit();
     this.ckOPer        = new DevExpress.XtraEditors.CheckEdit();
     this.lupControl3   = new myControl.lupControl();
     this.lupControl4   = new myControl.lupControl();
     this.editControl5  = new myControl.EditControl();
     this.editControl6  = new myControl.EditControl();
     this.editControl7  = new myControl.EditControl();
     this.editControl11 = new myControl.EditControl();
     this.editControl12 = new myControl.EditControl();
     this.editControl13 = new myControl.EditControl();
     this.lupControl5   = new myControl.lupControl();
     this.lupControl6   = new myControl.lupControl();
     this.lupControl7   = new myControl.lupControl();
     this.lupControl8   = new myControl.lupControl();
     this.lupControl9   = new myControl.lupControl();
     this.lupControl10  = new myControl.lupControl();
     this.lupControl11  = new myControl.lupControl();
     this.lupControl12  = new myControl.lupControl();
     this.lupControl13  = new myControl.lupControl();
     this.lupControl14  = new myControl.lupControl();
     this.lupControl15  = new myControl.lupControl();
     this.lupControl16  = new myControl.lupControl();
     this.lupControl17  = new myControl.lupControl();
     this.lupControl18  = new myControl.lupControl();
     this.lupControl19  = new myControl.lupControl();
     this.lupControl20  = new myControl.lupControl();
     this.editControl14 = new myControl.EditControl();
     this.editControl15 = new myControl.EditControl();
     this.dateControl2  = new myControl.DateControl();
     this.dateControl3  = new myControl.DateControl();
     this.meRemark      = new DevExpress.XtraEditors.MemoEdit();
     this.label1        = new System.Windows.Forms.Label();
     this.ckControl1    = new myControl.ckControl();
     this.picMan        = new DevExpress.XtraEditors.PictureEdit();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOPer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.meRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMan.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(643, 507);
     this.BtnOK.Text     = "保存(&S)";
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(724, 507);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.picMan);
     this.gbox.Controls.Add(this.ckControl1);
     this.gbox.Controls.Add(this.label1);
     this.gbox.Controls.Add(this.meRemark);
     this.gbox.Controls.Add(this.dateControl3);
     this.gbox.Controls.Add(this.dateControl2);
     this.gbox.Controls.Add(this.editControl15);
     this.gbox.Controls.Add(this.editControl14);
     this.gbox.Controls.Add(this.lupControl20);
     this.gbox.Controls.Add(this.lupControl19);
     this.gbox.Controls.Add(this.lupControl18);
     this.gbox.Controls.Add(this.lupControl17);
     this.gbox.Controls.Add(this.lupControl16);
     this.gbox.Controls.Add(this.lupControl15);
     this.gbox.Controls.Add(this.lupControl14);
     this.gbox.Controls.Add(this.lupControl13);
     this.gbox.Controls.Add(this.lupControl12);
     this.gbox.Controls.Add(this.lupControl11);
     this.gbox.Controls.Add(this.lupControl10);
     this.gbox.Controls.Add(this.lupControl9);
     this.gbox.Controls.Add(this.lupControl8);
     this.gbox.Controls.Add(this.lupControl7);
     this.gbox.Controls.Add(this.lupControl6);
     this.gbox.Controls.Add(this.lupControl5);
     this.gbox.Controls.Add(this.editControl13);
     this.gbox.Controls.Add(this.editControl12);
     this.gbox.Controls.Add(this.editControl11);
     this.gbox.Controls.Add(this.editControl7);
     this.gbox.Controls.Add(this.editControl6);
     this.gbox.Controls.Add(this.editControl5);
     this.gbox.Controls.Add(this.lupControl4);
     this.gbox.Controls.Add(this.lupControl3);
     this.gbox.Controls.Add(this.lupControl2);
     this.gbox.Controls.Add(this.dateControl1);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.editControl10);
     this.gbox.Controls.Add(this.editControl3);
     this.gbox.Controls.Add(this.editControl8);
     this.gbox.Controls.Add(this.editControl4);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Size = new System.Drawing.Size(798, 479);
     //
     // ckCopy
     //
     //
     // editControl1
     //
     this.editControl1.BackColor  = System.Drawing.Color.Transparent;
     this.editControl1.DataField  = "F_ID";
     this.editControl1.DataSource = null;
     this.editControl1.EditLabel  = "员工编码:";
     this.editControl1.Location   = new System.Drawing.Point(16, 21);
     this.editControl1.Name       = "editControl1";
     this.editControl1.Request    = true;
     this.editControl1.Size       = new System.Drawing.Size(190, 27);
     this.editControl1.TabIndex   = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor  = System.Drawing.Color.Transparent;
     this.editControl2.DataField  = "F_Name";
     this.editControl2.DataSource = null;
     this.editControl2.EditLabel  = "姓名:";
     this.editControl2.Location   = new System.Drawing.Point(252, 21);
     this.editControl2.Name       = "editControl2";
     this.editControl2.Request    = true;
     this.editControl2.Size       = new System.Drawing.Size(183, 27);
     this.editControl2.TabIndex   = 1;
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_Type";
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.DropSQL            = "";
     this.lupControl1.EditLabel          = "部门:";
     this.lupControl1.InvokeClass        = "";
     this.lupControl1.LinkFields         = null;
     this.lupControl1.Location           = new System.Drawing.Point(40, 67);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(164, 22);
     this.lupControl1.TabIndex = 2;
     //
     // editControl4
     //
     this.editControl4.BackColor  = System.Drawing.Color.Transparent;
     this.editControl4.DataField  = "F_Tel";
     this.editControl4.DataSource = null;
     this.editControl4.EditLabel  = "电话1:";
     this.editControl4.Location   = new System.Drawing.Point(18, 173);
     this.editControl4.Name       = "editControl4";
     this.editControl4.Request    = false;
     this.editControl4.Size       = new System.Drawing.Size(186, 27);
     this.editControl4.TabIndex   = 8;
     //
     // editControl8
     //
     this.editControl8.BackColor  = System.Drawing.Color.Transparent;
     this.editControl8.DataField  = "F_Adr";
     this.editControl8.DataSource = null;
     this.editControl8.EditLabel  = "地址:";
     this.editControl8.Location   = new System.Drawing.Point(31, 239);
     this.editControl8.Name       = "editControl8";
     this.editControl8.Request    = false;
     this.editControl8.Size       = new System.Drawing.Size(541, 27);
     this.editControl8.TabIndex   = 14;
     //
     // editControl3
     //
     this.editControl3.BackColor  = System.Drawing.Color.Transparent;
     this.editControl3.DataField  = "F_IDCard";
     this.editControl3.DataSource = null;
     this.editControl3.EditLabel  = "身份证号:";
     this.editControl3.Location   = new System.Drawing.Point(18, 140);
     this.editControl3.Name       = "editControl3";
     this.editControl3.Request    = false;
     this.editControl3.Size       = new System.Drawing.Size(199, 27);
     this.editControl3.TabIndex   = 6;
     //
     // editControl10
     //
     this.editControl10.BackColor  = System.Drawing.Color.Transparent;
     this.editControl10.DataField  = "F_EMail";
     this.editControl10.DataSource = null;
     this.editControl10.EditLabel  = "EMail:";
     this.editControl10.Location   = new System.Drawing.Point(236, 140);
     this.editControl10.Name       = "editControl10";
     this.editControl10.Request    = false;
     this.editControl10.Size       = new System.Drawing.Size(199, 27);
     this.editControl10.TabIndex   = 7;
     //
     // spinControl1
     //
     this.spinControl1.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl1.DataField  = "F_Wage";
     this.spinControl1.DataSource = null;
     this.spinControl1.EditLabel  = "基本工资";
     this.spinControl1.Location   = new System.Drawing.Point(18, 344);
     this.spinControl1.Name       = "spinControl1";
     this.spinControl1.Size       = new System.Drawing.Size(170, 27);
     this.spinControl1.TabIndex   = 17;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "男";
     comboBoxItem2.Value       = "女";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2
     };
     this.cbControl1.DataField     = "F_Sex";
     this.cbControl1.DataSource    = null;
     this.cbControl1.EditLabel     = "性别:";
     this.cbControl1.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location      = new System.Drawing.Point(252, 63);
     this.cbControl1.Name          = "cbControl1";
     this.cbControl1.Request       = false;
     this.cbControl1.SelectedIndex = -1;
     this.cbControl1.Size          = new System.Drawing.Size(150, 26);
     this.cbControl1.TabIndex      = 3;
     //
     // dateControl1
     //
     this.dateControl1.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl1.DataField     = "F_BornDate";
     this.dateControl1.DataSource    = null;
     this.dateControl1.DisplayFormat = "d";
     this.dateControl1.EditLabel     = "出生日期:";
     this.dateControl1.EditMask      = "d";
     this.dateControl1.Location      = new System.Drawing.Point(16, 104);
     this.dateControl1.Name          = "dateControl1";
     this.dateControl1.Request       = false;
     this.dateControl1.Size          = new System.Drawing.Size(192, 28);
     this.dateControl1.TabIndex      = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_Group";
     this.lupControl2.DataSource         = null;
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.DropSQL            = "";
     this.lupControl2.EditLabel          = "所属工组:";
     this.lupControl2.InvokeClass        = "";
     this.lupControl2.LinkFields         = null;
     this.lupControl2.Location           = new System.Drawing.Point(308, 344);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = false;
     this.lupControl2.Size     = new System.Drawing.Size(204, 22);
     this.lupControl2.TabIndex = 18;
     //
     // ckOption
     //
     this.ckOption.EditValue          = true;
     this.ckOption.Location           = new System.Drawing.Point(11, 511);
     this.ckOption.Name               = "ckOption";
     this.ckOption.Properties.Caption = "保存后新增";
     this.ckOption.Size               = new System.Drawing.Size(101, 19);
     this.ckOption.TabIndex           = 4;
     this.ckOption.CheckedChanged    += new System.EventHandler(this.ckOption_CheckedChanged);
     //
     // ckOPer
     //
     this.ckOPer.Location           = new System.Drawing.Point(211, 511);
     this.ckOPer.Name               = "ckOPer";
     this.ckOPer.Properties.Caption = "业务员";
     this.ckOPer.Size               = new System.Drawing.Size(75, 19);
     this.ckOPer.TabIndex           = 5;
     //
     // lupControl3
     //
     this.lupControl3.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl3.DataField          = "F_KQClass";
     this.lupControl3.DataSource         = null;
     this.lupControl3.DisplayCaption     = "";
     this.lupControl3.DropSQL            = "select F_ID,F_Name from t_SetClass";
     this.lupControl3.EditLabel          = "班次:";
     this.lupControl3.InvokeClass        = "";
     this.lupControl3.LinkFields         = null;
     this.lupControl3.Location           = new System.Drawing.Point(34, 377);
     this.lupControl3.LookUpDataSource   = null;
     this.lupControl3.LookUpDisplayField = "F_Name";
     this.lupControl3.LookUpKeyField     = "F_ID";
     this.lupControl3.Name     = "lupControl3";
     this.lupControl3.PopWidth = 150;
     this.lupControl3.Request  = false;
     this.lupControl3.Size     = new System.Drawing.Size(183, 22);
     this.lupControl3.TabIndex = 19;
     //
     // lupControl4
     //
     this.lupControl4.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl4.DataField          = "F_KQRule";
     this.lupControl4.DataSource         = null;
     this.lupControl4.DisplayCaption     = "";
     this.lupControl4.DropSQL            = "Select F_ID,F_Name from t_KQRule";
     this.lupControl4.EditLabel          = "考勤规则:";
     this.lupControl4.InvokeClass        = "";
     this.lupControl4.LinkFields         = null;
     this.lupControl4.Location           = new System.Drawing.Point(308, 377);
     this.lupControl4.LookUpDataSource   = null;
     this.lupControl4.LookUpDisplayField = "F_Name";
     this.lupControl4.LookUpKeyField     = "F_ID";
     this.lupControl4.Name     = "lupControl4";
     this.lupControl4.PopWidth = 150;
     this.lupControl4.Request  = false;
     this.lupControl4.Size     = new System.Drawing.Size(204, 22);
     this.lupControl4.TabIndex = 20;
     //
     // editControl5
     //
     this.editControl5.BackColor  = System.Drawing.Color.Transparent;
     this.editControl5.DataField  = "F_Adr1";
     this.editControl5.DataSource = null;
     this.editControl5.EditLabel  = "现住址:";
     this.editControl5.Location   = new System.Drawing.Point(18, 277);
     this.editControl5.Name       = "editControl5";
     this.editControl5.Request    = false;
     this.editControl5.Size       = new System.Drawing.Size(557, 27);
     this.editControl5.TabIndex   = 15;
     //
     // editControl6
     //
     this.editControl6.BackColor  = System.Drawing.Color.Transparent;
     this.editControl6.DataField  = "F_LinkMan1";
     this.editControl6.DataSource = null;
     this.editControl6.EditLabel  = "联系人1:";
     this.editControl6.Location   = new System.Drawing.Point(9, 206);
     this.editControl6.Name       = "editControl6";
     this.editControl6.Request    = false;
     this.editControl6.Size       = new System.Drawing.Size(179, 27);
     this.editControl6.TabIndex   = 11;
     //
     // editControl7
     //
     this.editControl7.BackColor  = System.Drawing.Color.Transparent;
     this.editControl7.DataField  = "F_LinkMan2";
     this.editControl7.DataSource = null;
     this.editControl7.EditLabel  = "联系人2:";
     this.editControl7.Location   = new System.Drawing.Point(220, 206);
     this.editControl7.Name       = "editControl7";
     this.editControl7.Request    = false;
     this.editControl7.Size       = new System.Drawing.Size(172, 27);
     this.editControl7.TabIndex   = 12;
     //
     // editControl11
     //
     this.editControl11.BackColor  = System.Drawing.Color.Transparent;
     this.editControl11.DataField  = "F_LinkMan3";
     this.editControl11.DataSource = null;
     this.editControl11.EditLabel  = "联系人3:";
     this.editControl11.Location   = new System.Drawing.Point(398, 206);
     this.editControl11.Name       = "editControl11";
     this.editControl11.Request    = false;
     this.editControl11.Size       = new System.Drawing.Size(177, 27);
     this.editControl11.TabIndex   = 13;
     //
     // editControl12
     //
     this.editControl12.BackColor  = System.Drawing.Color.Transparent;
     this.editControl12.DataField  = "F_Tel1";
     this.editControl12.DataSource = null;
     this.editControl12.EditLabel  = "电话2:";
     this.editControl12.Location   = new System.Drawing.Point(215, 173);
     this.editControl12.Name       = "editControl12";
     this.editControl12.Request    = false;
     this.editControl12.Size       = new System.Drawing.Size(177, 27);
     this.editControl12.TabIndex   = 9;
     //
     // editControl13
     //
     this.editControl13.BackColor  = System.Drawing.Color.Transparent;
     this.editControl13.DataField  = "F_Tel2";
     this.editControl13.DataSource = null;
     this.editControl13.EditLabel  = "电话3:";
     this.editControl13.Location   = new System.Drawing.Point(398, 173);
     this.editControl13.Name       = "editControl13";
     this.editControl13.Request    = false;
     this.editControl13.Size       = new System.Drawing.Size(177, 27);
     this.editControl13.TabIndex   = 10;
     //
     // lupControl5
     //
     this.lupControl5.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl5.DataField          = "F1";
     this.lupControl5.DataSource         = null;
     this.lupControl5.DisplayCaption     = "";
     this.lupControl5.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'职工类别\'";
     this.lupControl5.EditLabel          = "职工类别:";
     this.lupControl5.InvokeClass        = "";
     this.lupControl5.LinkFields         = null;
     this.lupControl5.Location           = new System.Drawing.Point(578, 20);
     this.lupControl5.LookUpDataSource   = null;
     this.lupControl5.LookUpDisplayField = "F_Name";
     this.lupControl5.LookUpKeyField     = "F_ID";
     this.lupControl5.Name     = "lupControl5";
     this.lupControl5.PopWidth = 150;
     this.lupControl5.Request  = false;
     this.lupControl5.Size     = new System.Drawing.Size(191, 22);
     this.lupControl5.TabIndex = 21;
     //
     // lupControl6
     //
     this.lupControl6.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl6.DataField          = "F2";
     this.lupControl6.DataSource         = null;
     this.lupControl6.DisplayCaption     = "";
     this.lupControl6.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'人员类别\'";
     this.lupControl6.EditLabel          = "人员类别:";
     this.lupControl6.InvokeClass        = "";
     this.lupControl6.LinkFields         = null;
     this.lupControl6.Location           = new System.Drawing.Point(578, 48);
     this.lupControl6.LookUpDataSource   = null;
     this.lupControl6.LookUpDisplayField = "F_Name";
     this.lupControl6.LookUpKeyField     = "F_ID";
     this.lupControl6.Name     = "lupControl6";
     this.lupControl6.PopWidth = 150;
     this.lupControl6.Request  = false;
     this.lupControl6.Size     = new System.Drawing.Size(191, 22);
     this.lupControl6.TabIndex = 22;
     //
     // lupControl7
     //
     this.lupControl7.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl7.DataField          = "F_Type";
     this.lupControl7.DataSource         = null;
     this.lupControl7.DisplayCaption     = "";
     this.lupControl7.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'管理级别\'";
     this.lupControl7.EditLabel          = "管理级别:";
     this.lupControl7.InvokeClass        = "";
     this.lupControl7.LinkFields         = null;
     this.lupControl7.Location           = new System.Drawing.Point(578, 76);
     this.lupControl7.LookUpDataSource   = null;
     this.lupControl7.LookUpDisplayField = "F_Name";
     this.lupControl7.LookUpKeyField     = "F_ID";
     this.lupControl7.Name     = "lupControl7";
     this.lupControl7.PopWidth = 150;
     this.lupControl7.Request  = false;
     this.lupControl7.Size     = new System.Drawing.Size(191, 22);
     this.lupControl7.TabIndex = 23;
     //
     // lupControl8
     //
     this.lupControl8.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl8.DataField          = "F3";
     this.lupControl8.DataSource         = null;
     this.lupControl8.DisplayCaption     = "";
     this.lupControl8.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'职称\'";
     this.lupControl8.EditLabel          = "职称:";
     this.lupControl8.InvokeClass        = "";
     this.lupControl8.LinkFields         = null;
     this.lupControl8.Location           = new System.Drawing.Point(605, 104);
     this.lupControl8.LookUpDataSource   = null;
     this.lupControl8.LookUpDisplayField = "F_Name";
     this.lupControl8.LookUpKeyField     = "F_ID";
     this.lupControl8.Name     = "lupControl8";
     this.lupControl8.PopWidth = 150;
     this.lupControl8.Request  = false;
     this.lupControl8.Size     = new System.Drawing.Size(164, 22);
     this.lupControl8.TabIndex = 24;
     //
     // lupControl9
     //
     this.lupControl9.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl9.DataField          = "F_knowlege";
     this.lupControl9.DataSource         = null;
     this.lupControl9.DisplayCaption     = "";
     this.lupControl9.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'学历\'";
     this.lupControl9.EditLabel          = "学历:";
     this.lupControl9.InvokeClass        = "";
     this.lupControl9.LinkFields         = null;
     this.lupControl9.Location           = new System.Drawing.Point(605, 132);
     this.lupControl9.LookUpDataSource   = null;
     this.lupControl9.LookUpDisplayField = "F_Name";
     this.lupControl9.LookUpKeyField     = "F_ID";
     this.lupControl9.Name     = "lupControl9";
     this.lupControl9.PopWidth = 150;
     this.lupControl9.Request  = false;
     this.lupControl9.Size     = new System.Drawing.Size(164, 22);
     this.lupControl9.TabIndex = 25;
     //
     // lupControl10
     //
     this.lupControl10.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl10.DataField          = "F4";
     this.lupControl10.DataSource         = null;
     this.lupControl10.DisplayCaption     = "";
     this.lupControl10.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'学位\'";
     this.lupControl10.EditLabel          = "学位:";
     this.lupControl10.InvokeClass        = "";
     this.lupControl10.LinkFields         = null;
     this.lupControl10.Location           = new System.Drawing.Point(605, 160);
     this.lupControl10.LookUpDataSource   = null;
     this.lupControl10.LookUpDisplayField = "F_Name";
     this.lupControl10.LookUpKeyField     = "F_ID";
     this.lupControl10.Name     = "lupControl10";
     this.lupControl10.PopWidth = 150;
     this.lupControl10.Request  = false;
     this.lupControl10.Size     = new System.Drawing.Size(164, 22);
     this.lupControl10.TabIndex = 26;
     //
     // lupControl11
     //
     this.lupControl11.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl11.DataField          = "F5";
     this.lupControl11.DataSource         = null;
     this.lupControl11.DisplayCaption     = "";
     this.lupControl11.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'户籍种类\'";
     this.lupControl11.EditLabel          = "户籍种类:";
     this.lupControl11.InvokeClass        = "";
     this.lupControl11.LinkFields         = null;
     this.lupControl11.Location           = new System.Drawing.Point(605, 188);
     this.lupControl11.LookUpDataSource   = null;
     this.lupControl11.LookUpDisplayField = "F_Name";
     this.lupControl11.LookUpKeyField     = "F_ID";
     this.lupControl11.Name     = "lupControl11";
     this.lupControl11.PopWidth = 150;
     this.lupControl11.Request  = false;
     this.lupControl11.Size     = new System.Drawing.Size(164, 22);
     this.lupControl11.TabIndex = 27;
     //
     // lupControl12
     //
     this.lupControl12.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl12.DataField          = "F6";
     this.lupControl12.DataSource         = null;
     this.lupControl12.DisplayCaption     = "";
     this.lupControl12.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'政治面貌\'";
     this.lupControl12.EditLabel          = "政治面貌:";
     this.lupControl12.InvokeClass        = "";
     this.lupControl12.LinkFields         = null;
     this.lupControl12.Location           = new System.Drawing.Point(605, 216);
     this.lupControl12.LookUpDataSource   = null;
     this.lupControl12.LookUpDisplayField = "F_Name";
     this.lupControl12.LookUpKeyField     = "F_ID";
     this.lupControl12.Name     = "lupControl12";
     this.lupControl12.PopWidth = 150;
     this.lupControl12.Request  = false;
     this.lupControl12.Size     = new System.Drawing.Size(164, 22);
     this.lupControl12.TabIndex = 28;
     //
     // lupControl13
     //
     this.lupControl13.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl13.DataField          = "F7";
     this.lupControl13.DataSource         = null;
     this.lupControl13.DisplayCaption     = "";
     this.lupControl13.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'籍贯\'";
     this.lupControl13.EditLabel          = "籍贯:";
     this.lupControl13.InvokeClass        = "";
     this.lupControl13.LinkFields         = null;
     this.lupControl13.Location           = new System.Drawing.Point(605, 244);
     this.lupControl13.LookUpDataSource   = null;
     this.lupControl13.LookUpDisplayField = "F_Name";
     this.lupControl13.LookUpKeyField     = "F_ID";
     this.lupControl13.Name     = "lupControl13";
     this.lupControl13.PopWidth = 150;
     this.lupControl13.Request  = false;
     this.lupControl13.Size     = new System.Drawing.Size(164, 22);
     this.lupControl13.TabIndex = 29;
     //
     // lupControl14
     //
     this.lupControl14.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl14.DataField          = "F8";
     this.lupControl14.DataSource         = null;
     this.lupControl14.DisplayCaption     = "";
     this.lupControl14.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'民族\'";
     this.lupControl14.EditLabel          = "民族:";
     this.lupControl14.InvokeClass        = "";
     this.lupControl14.LinkFields         = null;
     this.lupControl14.Location           = new System.Drawing.Point(605, 272);
     this.lupControl14.LookUpDataSource   = null;
     this.lupControl14.LookUpDisplayField = "F_Name";
     this.lupControl14.LookUpKeyField     = "F_ID";
     this.lupControl14.Name     = "lupControl14";
     this.lupControl14.PopWidth = 150;
     this.lupControl14.Request  = false;
     this.lupControl14.Size     = new System.Drawing.Size(164, 22);
     this.lupControl14.TabIndex = 30;
     //
     // lupControl15
     //
     this.lupControl15.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl15.DataField          = "F9";
     this.lupControl15.DataSource         = null;
     this.lupControl15.DisplayCaption     = "";
     this.lupControl15.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'健康状况\'";
     this.lupControl15.EditLabel          = "健康状况:";
     this.lupControl15.InvokeClass        = "";
     this.lupControl15.LinkFields         = null;
     this.lupControl15.Location           = new System.Drawing.Point(605, 300);
     this.lupControl15.LookUpDataSource   = null;
     this.lupControl15.LookUpDisplayField = "F_Name";
     this.lupControl15.LookUpKeyField     = "F_ID";
     this.lupControl15.Name     = "lupControl15";
     this.lupControl15.PopWidth = 150;
     this.lupControl15.Request  = false;
     this.lupControl15.Size     = new System.Drawing.Size(164, 22);
     this.lupControl15.TabIndex = 31;
     //
     // lupControl16
     //
     this.lupControl16.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl16.DataField          = "F10";
     this.lupControl16.DataSource         = null;
     this.lupControl16.DisplayCaption     = "";
     this.lupControl16.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'婚姻状况\'";
     this.lupControl16.EditLabel          = "婚姻状况:";
     this.lupControl16.InvokeClass        = "";
     this.lupControl16.LinkFields         = null;
     this.lupControl16.Location           = new System.Drawing.Point(605, 328);
     this.lupControl16.LookUpDataSource   = null;
     this.lupControl16.LookUpDisplayField = "F_Name";
     this.lupControl16.LookUpKeyField     = "F_ID";
     this.lupControl16.Name     = "lupControl16";
     this.lupControl16.PopWidth = 150;
     this.lupControl16.Request  = false;
     this.lupControl16.Size     = new System.Drawing.Size(164, 22);
     this.lupControl16.TabIndex = 32;
     //
     // lupControl17
     //
     this.lupControl17.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl17.DataField          = "F11";
     this.lupControl17.DataSource         = null;
     this.lupControl17.DisplayCaption     = "";
     this.lupControl17.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'用工形式\'";
     this.lupControl17.EditLabel          = "用工形式:";
     this.lupControl17.InvokeClass        = "";
     this.lupControl17.LinkFields         = null;
     this.lupControl17.Location           = new System.Drawing.Point(605, 356);
     this.lupControl17.LookUpDataSource   = null;
     this.lupControl17.LookUpDisplayField = "F_Name";
     this.lupControl17.LookUpKeyField     = "F_ID";
     this.lupControl17.Name     = "lupControl17";
     this.lupControl17.PopWidth = 150;
     this.lupControl17.Request  = false;
     this.lupControl17.Size     = new System.Drawing.Size(164, 22);
     this.lupControl17.TabIndex = 33;
     //
     // lupControl18
     //
     this.lupControl18.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl18.DataField          = "F12";
     this.lupControl18.DataSource         = null;
     this.lupControl18.DisplayCaption     = "";
     this.lupControl18.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'学习形式\'";
     this.lupControl18.EditLabel          = "学习形式:";
     this.lupControl18.InvokeClass        = "";
     this.lupControl18.LinkFields         = null;
     this.lupControl18.Location           = new System.Drawing.Point(605, 384);
     this.lupControl18.LookUpDataSource   = null;
     this.lupControl18.LookUpDisplayField = "F_Name";
     this.lupControl18.LookUpKeyField     = "F_ID";
     this.lupControl18.Name     = "lupControl18";
     this.lupControl18.PopWidth = 150;
     this.lupControl18.Request  = false;
     this.lupControl18.Size     = new System.Drawing.Size(164, 22);
     this.lupControl18.TabIndex = 34;
     //
     // lupControl19
     //
     this.lupControl19.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl19.DataField          = "F13";
     this.lupControl19.DataSource         = null;
     this.lupControl19.DisplayCaption     = "";
     this.lupControl19.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'专业\'";
     this.lupControl19.EditLabel          = "专业:";
     this.lupControl19.InvokeClass        = "";
     this.lupControl19.LinkFields         = null;
     this.lupControl19.Location           = new System.Drawing.Point(605, 412);
     this.lupControl19.LookUpDataSource   = null;
     this.lupControl19.LookUpDisplayField = "F_Name";
     this.lupControl19.LookUpKeyField     = "F_ID";
     this.lupControl19.Name     = "lupControl19";
     this.lupControl19.PopWidth = 150;
     this.lupControl19.Request  = false;
     this.lupControl19.Size     = new System.Drawing.Size(164, 22);
     this.lupControl19.TabIndex = 35;
     //
     // lupControl20
     //
     this.lupControl20.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl20.DataField          = "F14";
     this.lupControl20.DataSource         = null;
     this.lupControl20.DisplayCaption     = "";
     this.lupControl20.DropSQL            = "select F_ID,F_Name from t_Assist where F_Type = \'证件类型\'";
     this.lupControl20.EditLabel          = "证件类型:";
     this.lupControl20.InvokeClass        = "";
     this.lupControl20.LinkFields         = null;
     this.lupControl20.Location           = new System.Drawing.Point(605, 440);
     this.lupControl20.LookUpDataSource   = null;
     this.lupControl20.LookUpDisplayField = "F_Name";
     this.lupControl20.LookUpKeyField     = "F_ID";
     this.lupControl20.Name     = "lupControl20";
     this.lupControl20.PopWidth = 150;
     this.lupControl20.Request  = false;
     this.lupControl20.Size     = new System.Drawing.Size(164, 22);
     this.lupControl20.TabIndex = 36;
     //
     // editControl14
     //
     this.editControl14.BackColor  = System.Drawing.Color.Transparent;
     this.editControl14.DataField  = "F_QQ";
     this.editControl14.DataSource = null;
     this.editControl14.EditLabel  = "QQ号:";
     this.editControl14.Location   = new System.Drawing.Point(236, 99);
     this.editControl14.Name       = "editControl14";
     this.editControl14.Request    = false;
     this.editControl14.Size       = new System.Drawing.Size(199, 27);
     this.editControl14.TabIndex   = 37;
     //
     // editControl15
     //
     this.editControl15.BackColor  = System.Drawing.Color.Transparent;
     this.editControl15.DataField  = "F_ShortTel";
     this.editControl15.DataSource = null;
     this.editControl15.EditLabel  = "短号:";
     this.editControl15.Location   = new System.Drawing.Point(441, 140);
     this.editControl15.Name       = "editControl15";
     this.editControl15.Request    = false;
     this.editControl15.Size       = new System.Drawing.Size(131, 27);
     this.editControl15.TabIndex   = 38;
     //
     // dateControl2
     //
     this.dateControl2.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl2.DataField     = "F_OutDate";
     this.dateControl2.DataSource    = null;
     this.dateControl2.DisplayFormat = "d";
     this.dateControl2.EditLabel     = "离职日期:";
     this.dateControl2.EditMask      = "d";
     this.dateControl2.Location      = new System.Drawing.Point(297, 310);
     this.dateControl2.Name          = "dateControl2";
     this.dateControl2.Request       = false;
     this.dateControl2.Size          = new System.Drawing.Size(192, 28);
     this.dateControl2.TabIndex      = 39;
     //
     // dateControl3
     //
     this.dateControl3.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl3.DataField     = "F_InDate";
     this.dateControl3.DataSource    = null;
     this.dateControl3.DisplayFormat = "d";
     this.dateControl3.EditLabel     = "入职日期:";
     this.dateControl3.EditMask      = "d";
     this.dateControl3.Location      = new System.Drawing.Point(9, 310);
     this.dateControl3.Name          = "dateControl3";
     this.dateControl3.Request       = false;
     this.dateControl3.Size          = new System.Drawing.Size(192, 28);
     this.dateControl3.TabIndex      = 40;
     //
     // meRemark
     //
     this.meRemark.Location = new System.Drawing.Point(74, 405);
     this.meRemark.Name     = "meRemark";
     this.meRemark.Size     = new System.Drawing.Size(501, 57);
     this.meRemark.TabIndex = 41;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(33, 407);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(35, 12);
     this.label1.TabIndex = 42;
     this.label1.Text     = "备注:";
     //
     // ckControl1
     //
     this.ckControl1.BackColor  = System.Drawing.Color.Transparent;
     this.ckControl1.DataField  = "F_Out";
     this.ckControl1.DataSource = null;
     this.ckControl1.EditLabel  = "离职";
     this.ckControl1.Location   = new System.Drawing.Point(504, 310);
     this.ckControl1.Name       = "ckControl1";
     this.ckControl1.Size       = new System.Drawing.Size(54, 19);
     this.ckControl1.TabIndex   = 43;
     //
     // picMan
     //
     this.picMan.Location = new System.Drawing.Point(450, 14);
     this.picMan.Name     = "picMan";
     this.picMan.Size     = new System.Drawing.Size(122, 120);
     this.picMan.TabIndex = 44;
     //
     // frmEditEmp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(823, 532);
     this.Controls.Add(this.ckOPer);
     this.Controls.Add(this.ckOption);
     this.Name = "frmEditEmp";
     this.Text = "员工资料--编辑";
     this.Controls.SetChildIndex(this.ckCopy, 0);
     this.Controls.SetChildIndex(this.BtnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.gbox, 0);
     this.Controls.SetChildIndex(this.ckOption, 0);
     this.Controls.SetChildIndex(this.ckOPer, 0);
     this.gbox.ResumeLayout(false);
     this.gbox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOPer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.meRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picMan.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1  = new myControl.lupControl();
     this.editControl1 = new myControl.EditControl();
     this.spinControl1 = new myControl.SpinControl();
     this.cbControl1   = new myControl.cbControl();
     this.dateControl1 = new myControl.DateControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(238, 197);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(319, 197);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.dateControl1);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Size = new System.Drawing.Size(381, 166);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(100, 201);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_ClientID";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "客户:";
     this.lupControl1.Location           = new System.Drawing.Point(37, 39);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(263, 22);
     this.lupControl1.TabIndex = 0;
     //
     // editControl1
     //
     this.editControl1.BackColor = System.Drawing.Color.Transparent;
     this.editControl1.DataField = "F_Remark";
     this.editControl1.EditLabel = "备注:";
     this.editControl1.Location  = new System.Drawing.Point(37, 121);
     this.editControl1.Name      = "editControl1";
     this.editControl1.Request   = false;
     this.editControl1.Size      = new System.Drawing.Size(299, 21);
     this.editControl1.TabIndex  = 1;
     //
     // spinControl1
     //
     this.spinControl1.BackColor = System.Drawing.Color.Transparent;
     this.spinControl1.DataField = "F_Money";
     this.spinControl1.EditLabel = "金额:";
     this.spinControl1.Location  = new System.Drawing.Point(37, 94);
     this.spinControl1.Name      = "spinControl1";
     this.spinControl1.Size      = new System.Drawing.Size(241, 21);
     this.spinControl1.TabIndex  = 2;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "冲减费用";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1
     };
     this.cbControl1.DataField = "F_Type";
     this.cbControl1.EditLabel = "费用类别:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl1.Location  = new System.Drawing.Point(15, 67);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = true;
     this.cbControl1.Size      = new System.Drawing.Size(263, 21);
     this.cbControl1.TabIndex  = 3;
     //
     // dateControl1
     //
     this.dateControl1.BackColor = System.Drawing.Color.Transparent;
     this.dateControl1.DataField = "F_Date";
     this.dateControl1.EditLabel = "日期:";
     this.dateControl1.Location  = new System.Drawing.Point(37, 12);
     this.dateControl1.Name      = "dateControl1";
     this.dateControl1.Request   = false;
     this.dateControl1.Size      = new System.Drawing.Size(177, 21);
     this.dateControl1.TabIndex  = 4;
     //
     // frmEditClientFee
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(406, 232);
     this.Name = "frmEditClientFee";
     this.Text = "客户费用";
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #16
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem5 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl2 = new myControl.EditControl();
     this.editControl9 = new myControl.EditControl();
     this.dateControl1 = new myControl.DateControl();
     this.spinControl1 = new myControl.SpinControl();
     this.cbControl1   = new myControl.cbControl();
     this.spinControl2 = new myControl.SpinControl();
     this.lupControl1  = new myControl.lupControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(348, 209);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(431, 209);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Controls.Add(this.spinControl2);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.dateControl1);
     this.gbox.Controls.Add(this.editControl9);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Size = new System.Drawing.Size(493, 181);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(20, 213);
     //
     // editControl2
     //
     this.editControl2.BackColor = System.Drawing.Color.Transparent;
     this.editControl2.DataField = "";
     this.editControl2.EditLabel = "固定资产名称:";
     this.editControl2.Location  = new System.Drawing.Point(241, 20);
     this.editControl2.Name      = "editControl2";
     this.editControl2.Request   = false;
     this.editControl2.Size      = new System.Drawing.Size(240, 27);
     this.editControl2.TabIndex  = 1;
     //
     // editControl9
     //
     this.editControl9.BackColor = System.Drawing.Color.Transparent;
     this.editControl9.DataField = "F_Remark";
     this.editControl9.EditLabel = "清理原因:";
     this.editControl9.Location  = new System.Drawing.Point(30, 133);
     this.editControl9.Name      = "editControl9";
     this.editControl9.Request   = false;
     this.editControl9.Size      = new System.Drawing.Size(439, 27);
     this.editControl9.TabIndex  = 9;
     //
     // dateControl1
     //
     this.dateControl1.BackColor = System.Drawing.Color.Transparent;
     this.dateControl1.DataField = "F_Date";
     this.dateControl1.EditLabel = "减小日期";
     this.dateControl1.Location  = new System.Drawing.Point(35, 54);
     this.dateControl1.Name      = "dateControl1";
     this.dateControl1.Request   = false;
     this.dateControl1.Size      = new System.Drawing.Size(167, 21);
     this.dateControl1.TabIndex  = 10;
     //
     // spinControl1
     //
     this.spinControl1.BackColor = System.Drawing.Color.Transparent;
     this.spinControl1.DataField = "F_InCome";
     this.spinControl1.EditLabel = "清理收入:";
     this.spinControl1.Location  = new System.Drawing.Point(265, 53);
     this.spinControl1.Name      = "spinControl1";
     this.spinControl1.Size      = new System.Drawing.Size(155, 21);
     this.spinControl1.TabIndex  = 11;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "出售";
     comboBoxItem2.Value       = "报废";
     comboBoxItem3.Value       = "投资转出";
     comboBoxItem4.Value       = "损赠";
     comboBoxItem5.Value       = "盘亏";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4,
         comboBoxItem5
     };
     this.cbControl1.DataField = "F_Way";
     this.cbControl1.EditLabel = "减小方式:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(30, 93);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = false;
     this.cbControl1.Size      = new System.Drawing.Size(172, 21);
     this.cbControl1.TabIndex  = 12;
     //
     // spinControl2
     //
     this.spinControl2.BackColor = System.Drawing.Color.Transparent;
     this.spinControl2.DataField = "F_Fee";
     this.spinControl2.EditLabel = "清理费用:";
     this.spinControl2.Location  = new System.Drawing.Point(265, 93);
     this.spinControl2.Name      = "spinControl2";
     this.spinControl2.Size      = new System.Drawing.Size(155, 21);
     this.spinControl2.TabIndex  = 13;
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_ID";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "固定资产编号:";
     this.lupControl1.Location           = new System.Drawing.Point(7, 20);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name          = "lupControl1";
     this.lupControl1.Request       = true;
     this.lupControl1.Size          = new System.Drawing.Size(195, 22);
     this.lupControl1.TabIndex      = 14;
     this.lupControl1.ValueChanged += new myControl.SelectChangeEventHandler(this.lupControl1_ValueChanged);
     //
     // frmEditAssetReduce
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(518, 251);
     this.Name = "frmEditAssetReduce";
     this.Text = "固定资产-编辑";
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #17
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1             = new myControl.EditControl();
     this.editControl2             = new myControl.EditControl();
     this.lupControl1              = new myControl.lupControl();
     this.editControl9             = new myControl.EditControl();
     this.editControl3             = new myControl.EditControl();
     this.cbControl1               = new myControl.cbControl();
     this.lupControl2              = new myControl.lupControl();
     this.spinControl1             = new myControl.SpinControl();
     this.spinControl2             = new myControl.SpinControl();
     this.spinControl3             = new myControl.SpinControl();
     this.spinControl4             = new myControl.SpinControl();
     this.binUnit                  = new System.Windows.Forms.BindingSource(this.components);
     this.editControl4             = new myControl.EditControl();
     this.spinControl6             = new myControl.SpinControl();
     this.spinControl7             = new myControl.SpinControl();
     this.ckOption                 = new DevExpress.XtraEditors.CheckEdit();
     this.cbColor                  = new myControl.cbControl();
     this.spinControl12            = new myControl.SpinControl();
     this.spinControl13            = new myControl.SpinControl();
     this.spinControl14            = new myControl.SpinControl();
     this.spinControl15            = new myControl.SpinControl();
     this.editControl5             = new myControl.EditControl();
     this.editControl6             = new myControl.EditControl();
     this.ckControl1               = new myControl.ckControl();
     this.openFileDialog           = new System.Windows.Forms.OpenFileDialog();
     this.spinControl5             = new myControl.SpinControl();
     this.spinControl8             = new myControl.SpinControl();
     this.spinControl9             = new myControl.SpinControl();
     this.spinControl10            = new myControl.SpinControl();
     this.Page4                    = new DevExpress.XtraTab.XtraTabPage();
     this.btn4                     = new System.Windows.Forms.Button();
     this.btn3                     = new System.Windows.Forms.Button();
     this.btn2                     = new System.Windows.Forms.Button();
     this.btn1                     = new System.Windows.Forms.Button();
     this.editControl11            = new myControl.EditControl();
     this.editControl10            = new myControl.EditControl();
     this.editControl8             = new myControl.EditControl();
     this.editControl7             = new myControl.EditControl();
     this.xtraTabPage1             = new DevExpress.XtraTab.XtraTabPage();
     this.sbClear                  = new DevExpress.XtraEditors.SimpleButton();
     this.sbLoad                   = new DevExpress.XtraEditors.SimpleButton();
     this.peItem                   = new DevExpress.XtraEditors.PictureEdit();
     this.Page2                    = new DevExpress.XtraTab.XtraTabPage();
     this.gcUnit                   = new DevExpress.XtraGrid.GridControl();
     this.gridView1                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn2              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cbUnit                   = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.gridColumn3              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.sbDel                    = new DevExpress.XtraEditors.SimpleButton();
     this.sbAdd                    = new DevExpress.XtraEditors.SimpleButton();
     this.Page1                    = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabControl1          = new DevExpress.XtraTab.XtraTabControl();
     this.label1                   = new System.Windows.Forms.Label();
     this.radioButton1             = new System.Windows.Forms.RadioButton();
     this.radioButton2             = new System.Windows.Forms.RadioButton();
     this.radioButton3             = new System.Windows.Forms.RadioButton();
     this.radioButton4             = new System.Windows.Forms.RadioButton();
     this.editControl13            = new myControl.EditControl();
     this.spinControl11            = new myControl.SpinControl();
     this.lupControl3              = new myControl.lupControl();
     this.editControl12            = new myControl.EditControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).BeginInit();
     this.Page4.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.peItem.Properties)).BeginInit();
     this.Page2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbUnit)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(489, 412);
     this.BtnOK.Text     = "保存(&S)";
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(570, 412);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.editControl12);
     this.gbox.Controls.Add(this.lupControl3);
     this.gbox.Controls.Add(this.spinControl11);
     this.gbox.Controls.Add(this.editControl13);
     this.gbox.Controls.Add(this.radioButton4);
     this.gbox.Controls.Add(this.radioButton3);
     this.gbox.Controls.Add(this.radioButton2);
     this.gbox.Controls.Add(this.radioButton1);
     this.gbox.Controls.Add(this.label1);
     this.gbox.Controls.Add(this.spinControl10);
     this.gbox.Controls.Add(this.spinControl9);
     this.gbox.Controls.Add(this.spinControl8);
     this.gbox.Controls.Add(this.spinControl5);
     this.gbox.Controls.Add(this.ckControl1);
     this.gbox.Controls.Add(this.editControl6);
     this.gbox.Controls.Add(this.editControl5);
     this.gbox.Controls.Add(this.spinControl15);
     this.gbox.Controls.Add(this.spinControl14);
     this.gbox.Controls.Add(this.spinControl13);
     this.gbox.Controls.Add(this.spinControl12);
     this.gbox.Controls.Add(this.cbColor);
     this.gbox.Controls.Add(this.spinControl7);
     this.gbox.Controls.Add(this.spinControl6);
     this.gbox.Controls.Add(this.editControl4);
     this.gbox.Controls.Add(this.spinControl4);
     this.gbox.Controls.Add(this.spinControl3);
     this.gbox.Controls.Add(this.spinControl2);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.lupControl2);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.editControl3);
     this.gbox.Controls.Add(this.editControl9);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Location = new System.Drawing.Point(19, 38);
     this.gbox.Size     = new System.Drawing.Size(625, 367);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(157, 416);
     this.ckCopy.Visible  = true;
     //
     // editControl1
     //
     this.editControl1.BackColor  = System.Drawing.Color.Transparent;
     this.editControl1.DataField  = "F_ID";
     this.editControl1.DataSource = null;
     this.editControl1.EditLabel  = "物料代码:";
     this.editControl1.Location   = new System.Drawing.Point(6, 12);
     this.editControl1.Name       = "editControl1";
     this.editControl1.Request    = true;
     this.editControl1.Size       = new System.Drawing.Size(190, 27);
     this.editControl1.TabIndex   = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor  = System.Drawing.Color.Transparent;
     this.editControl2.DataField  = "F_Name";
     this.editControl2.DataSource = null;
     this.editControl2.EditLabel  = "物料名称:";
     this.editControl2.Location   = new System.Drawing.Point(231, 14);
     this.editControl2.Name       = "editControl2";
     this.editControl2.Request    = true;
     this.editControl2.Size       = new System.Drawing.Size(302, 27);
     this.editControl2.TabIndex   = 1;
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_Type";
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "物料类别:";
     this.lupControl1.Location           = new System.Drawing.Point(6, 45);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(190, 22);
     this.lupControl1.TabIndex = 2;
     //
     // editControl9
     //
     this.editControl9.BackColor  = System.Drawing.Color.Transparent;
     this.editControl9.DataField  = "F_Remark";
     this.editControl9.DataSource = null;
     this.editControl9.EditLabel  = "备注:";
     this.editControl9.Location   = new System.Drawing.Point(12, 270);
     this.editControl9.Name       = "editControl9";
     this.editControl9.Request    = false;
     this.editControl9.Size       = new System.Drawing.Size(520, 21);
     this.editControl9.TabIndex   = 23;
     //
     // editControl3
     //
     this.editControl3.BackColor  = System.Drawing.Color.Transparent;
     this.editControl3.DataField  = "F_Spec";
     this.editControl3.DataSource = null;
     this.editControl3.EditLabel  = "规格:";
     this.editControl3.Location   = new System.Drawing.Point(31, 73);
     this.editControl3.Name       = "editControl3";
     this.editControl3.Request    = false;
     this.editControl3.Size       = new System.Drawing.Size(501, 27);
     this.editControl3.TabIndex   = 3;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem3.Value       = "原材料";
     comboBoxItem4.Value       = "其它";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField  = "F_Kind";
     this.cbControl1.DataSource = null;
     this.cbControl1.EditLabel  = "物料属性:";
     this.cbControl1.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location   = new System.Drawing.Point(6, 102);
     this.cbControl1.Name       = "cbControl1";
     this.cbControl1.Request    = true;
     this.cbControl1.Size       = new System.Drawing.Size(164, 21);
     this.cbControl1.TabIndex   = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_StorageID";
     this.lupControl2.DataSource         = null;
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "默认仓库:";
     this.lupControl2.Location           = new System.Drawing.Point(6, 133);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = false;
     this.lupControl2.Size     = new System.Drawing.Size(188, 22);
     this.lupControl2.TabIndex = 7;
     //
     // spinControl1
     //
     this.spinControl1.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl1.DataField  = "F_UpLimit";
     this.spinControl1.DataSource = null;
     this.spinControl1.EditLabel  = "库存上限:";
     this.spinControl1.Location   = new System.Drawing.Point(12, 189);
     this.spinControl1.Name       = "spinControl1";
     this.spinControl1.Size       = new System.Drawing.Size(130, 21);
     this.spinControl1.TabIndex   = 19;
     //
     // spinControl2
     //
     this.spinControl2.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl2.DataField  = "F_DownLimit";
     this.spinControl2.DataSource = null;
     this.spinControl2.EditLabel  = "库存下限:";
     this.spinControl2.Location   = new System.Drawing.Point(148, 189);
     this.spinControl2.Name       = "spinControl2";
     this.spinControl2.Size       = new System.Drawing.Size(130, 21);
     this.spinControl2.TabIndex   = 20;
     //
     // spinControl3
     //
     this.spinControl3.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl3.DataField  = "F_SafeQty";
     this.spinControl3.DataSource = null;
     this.spinControl3.EditLabel  = "安全库存:";
     this.spinControl3.Location   = new System.Drawing.Point(389, 162);
     this.spinControl3.Name       = "spinControl3";
     this.spinControl3.Size       = new System.Drawing.Size(143, 21);
     this.spinControl3.TabIndex   = 18;
     //
     // spinControl4
     //
     this.spinControl4.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl4.DataField  = "F_StockPrice";
     this.spinControl4.DataSource = null;
     this.spinControl4.EditLabel  = "默认进价:";
     this.spinControl4.Location   = new System.Drawing.Point(231, 130);
     this.spinControl4.Name       = "spinControl4";
     this.spinControl4.Size       = new System.Drawing.Size(155, 21);
     this.spinControl4.TabIndex   = 8;
     //
     // editControl4
     //
     this.editControl4.BackColor  = System.Drawing.Color.Transparent;
     this.editControl4.DataField  = "F_Grade";
     this.editControl4.DataSource = null;
     this.editControl4.EditLabel  = "等级:";
     this.editControl4.Location   = new System.Drawing.Point(426, 103);
     this.editControl4.Name       = "editControl4";
     this.editControl4.Request    = false;
     this.editControl4.Size       = new System.Drawing.Size(107, 21);
     this.editControl4.TabIndex   = 6;
     //
     // spinControl6
     //
     this.spinControl6.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl6.DataField  = "F_Volume";
     this.spinControl6.DataSource = null;
     this.spinControl6.EditLabel  = "体积:";
     this.spinControl6.Location   = new System.Drawing.Point(288, 189);
     this.spinControl6.Name       = "spinControl6";
     this.spinControl6.Size       = new System.Drawing.Size(118, 21);
     this.spinControl6.TabIndex   = 21;
     //
     // spinControl7
     //
     this.spinControl7.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl7.DataField  = "F_Weight";
     this.spinControl7.DataSource = null;
     this.spinControl7.EditLabel  = "重量:";
     this.spinControl7.Location   = new System.Drawing.Point(416, 189);
     this.spinControl7.Name       = "spinControl7";
     this.spinControl7.Size       = new System.Drawing.Size(116, 21);
     this.spinControl7.TabIndex   = 22;
     //
     // ckOption
     //
     this.ckOption.EditValue          = true;
     this.ckOption.Location           = new System.Drawing.Point(12, 416);
     this.ckOption.Name               = "ckOption";
     this.ckOption.Properties.Caption = "保存后新增";
     this.ckOption.Size               = new System.Drawing.Size(101, 19);
     this.ckOption.TabIndex           = 5;
     this.ckOption.CheckedChanged    += new System.EventHandler(this.ckOption_CheckedChanged);
     //
     // cbColor
     //
     this.cbColor.BackColor  = System.Drawing.Color.Transparent;
     this.cbColor.cbItem     = null;
     this.cbColor.DataField  = "F_Color";
     this.cbColor.DataSource = null;
     this.cbColor.EditLabel  = "颜色:";
     this.cbColor.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbColor.Location   = new System.Drawing.Point(256, 102);
     this.cbColor.Name       = "cbColor";
     this.cbColor.Request    = false;
     this.cbColor.Size       = new System.Drawing.Size(150, 21);
     this.cbColor.TabIndex   = 5;
     //
     // spinControl12
     //
     this.spinControl12.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl12.DataField  = "F_StockPrice1";
     this.spinControl12.DataSource = null;
     this.spinControl12.EditLabel  = "进价1:";
     this.spinControl12.Location   = new System.Drawing.Point(416, 130);
     this.spinControl12.Name       = "spinControl12";
     this.spinControl12.Size       = new System.Drawing.Size(117, 21);
     this.spinControl12.TabIndex   = 9;
     //
     // spinControl13
     //
     this.spinControl13.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl13.DataField  = "F_StockPrice2";
     this.spinControl13.DataSource = null;
     this.spinControl13.EditLabel  = "进价2:";
     this.spinControl13.Location   = new System.Drawing.Point(9, 162);
     this.spinControl13.Name       = "spinControl13";
     this.spinControl13.Size       = new System.Drawing.Size(107, 21);
     this.spinControl13.TabIndex   = 10;
     //
     // spinControl14
     //
     this.spinControl14.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl14.DataField  = "F_StockPrice3";
     this.spinControl14.DataSource = null;
     this.spinControl14.EditLabel  = "进价3:";
     this.spinControl14.Location   = new System.Drawing.Point(132, 162);
     this.spinControl14.Name       = "spinControl14";
     this.spinControl14.Size       = new System.Drawing.Size(106, 21);
     this.spinControl14.TabIndex   = 11;
     //
     // spinControl15
     //
     this.spinControl15.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl15.DataField  = "F_StockPrice4";
     this.spinControl15.DataSource = null;
     this.spinControl15.EditLabel  = "进价4:";
     this.spinControl15.Location   = new System.Drawing.Point(253, 162);
     this.spinControl15.Name       = "spinControl15";
     this.spinControl15.Size       = new System.Drawing.Size(117, 21);
     this.spinControl15.TabIndex   = 12;
     //
     // editControl5
     //
     this.editControl5.BackColor  = System.Drawing.Color.Transparent;
     this.editControl5.DataField  = "F_BarCode";
     this.editControl5.DataSource = null;
     this.editControl5.EditLabel  = "条码:";
     this.editControl5.Location   = new System.Drawing.Point(9, 216);
     this.editControl5.Name       = "editControl5";
     this.editControl5.Request    = false;
     this.editControl5.Size       = new System.Drawing.Size(185, 21);
     this.editControl5.TabIndex   = 24;
     //
     // editControl6
     //
     this.editControl6.BackColor  = System.Drawing.Color.Transparent;
     this.editControl6.DataField  = "F_Position";
     this.editControl6.DataSource = null;
     this.editControl6.EditLabel  = "存放位置:";
     this.editControl6.Location   = new System.Drawing.Point(208, 243);
     this.editControl6.Name       = "editControl6";
     this.editControl6.Request    = false;
     this.editControl6.Size       = new System.Drawing.Size(324, 21);
     this.editControl6.TabIndex   = 25;
     //
     // ckControl1
     //
     this.ckControl1.BackColor  = System.Drawing.Color.Transparent;
     this.ckControl1.DataField  = "F_CalStorage";
     this.ckControl1.DataSource = null;
     this.ckControl1.EditLabel  = "计算库存";
     this.ckControl1.Location   = new System.Drawing.Point(455, 299);
     this.ckControl1.Name       = "ckControl1";
     this.ckControl1.Size       = new System.Drawing.Size(77, 19);
     this.ckControl1.TabIndex   = 26;
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog1";
     //
     // spinControl5
     //
     this.spinControl5.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl5.DataField  = "F_Long";
     this.spinControl5.DataSource = null;
     this.spinControl5.EditLabel  = "长:";
     this.spinControl5.Location   = new System.Drawing.Point(200, 216);
     this.spinControl5.Name       = "spinControl5";
     this.spinControl5.Size       = new System.Drawing.Size(91, 21);
     this.spinControl5.TabIndex   = 27;
     //
     // spinControl8
     //
     this.spinControl8.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl8.DataField  = "F_waight";
     this.spinControl8.DataSource = null;
     this.spinControl8.EditLabel  = "宽:";
     this.spinControl8.Location   = new System.Drawing.Point(297, 216);
     this.spinControl8.Name       = "spinControl8";
     this.spinControl8.Size       = new System.Drawing.Size(109, 21);
     this.spinControl8.TabIndex   = 28;
     //
     // spinControl9
     //
     this.spinControl9.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl9.DataField  = "F_Height";
     this.spinControl9.DataSource = null;
     this.spinControl9.EditLabel  = "高:";
     this.spinControl9.Location   = new System.Drawing.Point(416, 216);
     this.spinControl9.Name       = "spinControl9";
     this.spinControl9.Size       = new System.Drawing.Size(116, 21);
     this.spinControl9.TabIndex   = 29;
     //
     // spinControl10
     //
     this.spinControl10.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl10.DataField  = "F_houdu";
     this.spinControl10.DataSource = null;
     this.spinControl10.EditLabel  = "厚:";
     this.spinControl10.Location   = new System.Drawing.Point(20, 243);
     this.spinControl10.Name       = "spinControl10";
     this.spinControl10.Size       = new System.Drawing.Size(174, 21);
     this.spinControl10.TabIndex   = 30;
     //
     // Page4
     //
     this.Page4.Controls.Add(this.btn4);
     this.Page4.Controls.Add(this.btn3);
     this.Page4.Controls.Add(this.btn2);
     this.Page4.Controls.Add(this.btn1);
     this.Page4.Controls.Add(this.editControl11);
     this.Page4.Controls.Add(this.editControl10);
     this.Page4.Controls.Add(this.editControl8);
     this.Page4.Controls.Add(this.editControl7);
     this.Page4.Name = "Page4";
     this.Page4.Size = new System.Drawing.Size(629, 366);
     this.Page4.Text = "附件";
     //
     // btn4
     //
     this.btn4.Location = new System.Drawing.Point(477, 148);
     this.btn4.Name     = "btn4";
     this.btn4.Size     = new System.Drawing.Size(34, 23);
     this.btn4.TabIndex = 7;
     this.btn4.Text     = "...";
     this.btn4.UseVisualStyleBackColor = true;
     this.btn4.Click += new System.EventHandler(this.btn4_Click);
     //
     // btn3
     //
     this.btn3.Location = new System.Drawing.Point(477, 106);
     this.btn3.Name     = "btn3";
     this.btn3.Size     = new System.Drawing.Size(34, 23);
     this.btn3.TabIndex = 6;
     this.btn3.Text     = "...";
     this.btn3.UseVisualStyleBackColor = true;
     this.btn3.Click += new System.EventHandler(this.btn3_Click);
     //
     // btn2
     //
     this.btn2.Location = new System.Drawing.Point(477, 65);
     this.btn2.Name     = "btn2";
     this.btn2.Size     = new System.Drawing.Size(34, 23);
     this.btn2.TabIndex = 5;
     this.btn2.Text     = "...";
     this.btn2.UseVisualStyleBackColor = true;
     this.btn2.Click += new System.EventHandler(this.btn2_Click);
     //
     // btn1
     //
     this.btn1.Location = new System.Drawing.Point(477, 24);
     this.btn1.Name     = "btn1";
     this.btn1.Size     = new System.Drawing.Size(34, 23);
     this.btn1.TabIndex = 4;
     this.btn1.Text     = "...";
     this.btn1.UseVisualStyleBackColor = true;
     this.btn1.Click += new System.EventHandler(this.btn1_Click);
     //
     // editControl11
     //
     this.editControl11.BackColor  = System.Drawing.Color.Transparent;
     this.editControl11.DataField  = "F_File4";
     this.editControl11.DataSource = null;
     this.editControl11.EditLabel  = "附件4:";
     this.editControl11.Location   = new System.Drawing.Point(35, 148);
     this.editControl11.Name       = "editControl11";
     this.editControl11.Request    = false;
     this.editControl11.Size       = new System.Drawing.Size(436, 21);
     this.editControl11.TabIndex   = 3;
     //
     // editControl10
     //
     this.editControl10.BackColor  = System.Drawing.Color.Transparent;
     this.editControl10.DataField  = "F_File3";
     this.editControl10.DataSource = null;
     this.editControl10.EditLabel  = "附件3:";
     this.editControl10.Location   = new System.Drawing.Point(35, 106);
     this.editControl10.Name       = "editControl10";
     this.editControl10.Request    = false;
     this.editControl10.Size       = new System.Drawing.Size(436, 21);
     this.editControl10.TabIndex   = 2;
     //
     // editControl8
     //
     this.editControl8.BackColor  = System.Drawing.Color.Transparent;
     this.editControl8.DataField  = "F_File2";
     this.editControl8.DataSource = null;
     this.editControl8.EditLabel  = "附件2:";
     this.editControl8.Location   = new System.Drawing.Point(35, 67);
     this.editControl8.Name       = "editControl8";
     this.editControl8.Request    = false;
     this.editControl8.Size       = new System.Drawing.Size(436, 21);
     this.editControl8.TabIndex   = 1;
     //
     // editControl7
     //
     this.editControl7.BackColor  = System.Drawing.Color.Transparent;
     this.editControl7.DataField  = "F_File1";
     this.editControl7.DataSource = null;
     this.editControl7.EditLabel  = "附件1:";
     this.editControl7.Location   = new System.Drawing.Point(35, 26);
     this.editControl7.Name       = "editControl7";
     this.editControl7.Request    = false;
     this.editControl7.Size       = new System.Drawing.Size(436, 21);
     this.editControl7.TabIndex   = 0;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.sbClear);
     this.xtraTabPage1.Controls.Add(this.sbLoad);
     this.xtraTabPage1.Controls.Add(this.peItem);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(629, 366);
     this.xtraTabPage1.Text = "图片";
     //
     // sbClear
     //
     this.sbClear.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbClear.Appearance.Options.UseFont = true;
     this.sbClear.Location = new System.Drawing.Point(477, 37);
     this.sbClear.Name     = "sbClear";
     this.sbClear.Size     = new System.Drawing.Size(60, 23);
     this.sbClear.TabIndex = 2;
     this.sbClear.Text     = "清除";
     this.sbClear.Click   += new System.EventHandler(this.sbClear_Click);
     //
     // sbLoad
     //
     this.sbLoad.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbLoad.Appearance.Options.UseFont = true;
     this.sbLoad.Location = new System.Drawing.Point(477, 8);
     this.sbLoad.Name     = "sbLoad";
     this.sbLoad.Size     = new System.Drawing.Size(60, 23);
     this.sbLoad.TabIndex = 1;
     this.sbLoad.Text     = "加载";
     this.sbLoad.Click   += new System.EventHandler(this.sbLoad_Click);
     //
     // peItem
     //
     this.peItem.Location            = new System.Drawing.Point(13, 8);
     this.peItem.Name                = "peItem";
     this.peItem.Properties.NullText = " ";
     this.peItem.Size                = new System.Drawing.Size(449, 271);
     this.peItem.TabIndex            = 0;
     this.peItem.DoubleClick        += new System.EventHandler(this.peItem_DoubleClick);
     //
     // Page2
     //
     this.Page2.Controls.Add(this.gcUnit);
     this.Page2.Controls.Add(this.panel1);
     this.Page2.Name = "Page2";
     this.Page2.Size = new System.Drawing.Size(629, 366);
     this.Page2.Text = "计量单位";
     //
     // gcUnit
     //
     this.gcUnit.DataSource             = this.binUnit;
     this.gcUnit.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.gcUnit.EmbeddedNavigator.Name = "";
     this.gcUnit.Location               = new System.Drawing.Point(0, 0);
     this.gcUnit.MainView               = this.gridView1;
     this.gcUnit.Name                   = "gcUnit";
     this.gcUnit.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.cbUnit
     });
     this.gcUnit.Size     = new System.Drawing.Size(629, 333);
     this.gcUnit.TabIndex = 0;
     this.gcUnit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3
     });
     this.gridView1.GridControl = this.gcUnit;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "主单位";
     this.gridColumn1.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.gridColumn1.FieldName    = "F_Main";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "单位名称";
     this.gridColumn2.ColumnEdit   = this.cbUnit;
     this.gridColumn2.FieldName    = "F_Name";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // cbUnit
     //
     this.cbUnit.AutoHeight = false;
     this.cbUnit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbUnit.Name = "cbUnit";
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "比率";
     this.gridColumn3.FieldName    = "F_Rate";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.sbDel);
     this.panel1.Controls.Add(this.sbAdd);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 333);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(629, 33);
     this.panel1.TabIndex = 1;
     //
     // sbDel
     //
     this.sbDel.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbDel.Appearance.Options.UseFont = true;
     this.sbDel.Location = new System.Drawing.Point(72, 6);
     this.sbDel.Name     = "sbDel";
     this.sbDel.Size     = new System.Drawing.Size(58, 23);
     this.sbDel.TabIndex = 1;
     this.sbDel.Text     = "删除(&D)";
     this.sbDel.Click   += new System.EventHandler(this.sbDel_Click);
     //
     // sbAdd
     //
     this.sbAdd.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbAdd.Appearance.Options.UseFont = true;
     this.sbAdd.Location = new System.Drawing.Point(8, 6);
     this.sbAdd.Name     = "sbAdd";
     this.sbAdd.Size     = new System.Drawing.Size(58, 23);
     this.sbAdd.TabIndex = 0;
     this.sbAdd.Text     = "增加(&A)";
     this.sbAdd.Click   += new System.EventHandler(this.sbAdd_Click);
     //
     // Page1
     //
     this.Page1.Name = "Page1";
     this.Page1.Size = new System.Drawing.Size(629, 366);
     this.Page1.Text = "基本资料";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location        = new System.Drawing.Point(19, 12);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.Page1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(638, 398);
     this.xtraTabControl1.TabIndex        = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.Page1,
         this.Page2,
         this.xtraTabPage1,
         this.Page4
     });
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(18, 331);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 31;
     this.label1.Text     = "ABCD管理";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(74, 329);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(29, 16);
     this.radioButton1.TabIndex = 32;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "a";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(112, 329);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(29, 16);
     this.radioButton2.TabIndex = 33;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "b";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Location = new System.Drawing.Point(152, 329);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(29, 16);
     this.radioButton3.TabIndex = 34;
     this.radioButton3.TabStop  = true;
     this.radioButton3.Text     = "c";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // radioButton4
     //
     this.radioButton4.AutoSize = true;
     this.radioButton4.Location = new System.Drawing.Point(187, 329);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(29, 16);
     this.radioButton4.TabIndex = 35;
     this.radioButton4.TabStop  = true;
     this.radioButton4.Text     = "d";
     this.radioButton4.UseVisualStyleBackColor = true;
     //
     // editControl13
     //
     this.editControl13.BackColor  = System.Drawing.Color.Transparent;
     this.editControl13.DataField  = "F_Material";
     this.editControl13.DataSource = null;
     this.editControl13.EditLabel  = "材质:";
     this.editControl13.Location   = new System.Drawing.Point(12, 297);
     this.editControl13.Name       = "editControl13";
     this.editControl13.Request    = false;
     this.editControl13.Size       = new System.Drawing.Size(174, 21);
     this.editControl13.TabIndex   = 36;
     //
     // spinControl11
     //
     this.spinControl11.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl11.DataField  = "F_StockWk";
     this.spinControl11.DataSource = null;
     this.spinControl11.EditLabel  = "采购周期:";
     this.spinControl11.Location   = new System.Drawing.Point(212, 297);
     this.spinControl11.Name       = "spinControl11";
     this.spinControl11.Size       = new System.Drawing.Size(174, 21);
     this.spinControl11.TabIndex   = 37;
     //
     // lupControl3
     //
     this.lupControl3.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl3.DataField          = "F_SupplierID";
     this.lupControl3.DataSource         = null;
     this.lupControl3.DisplayCaption     = "";
     this.lupControl3.EditLabel          = "默认供应商:";
     this.lupControl3.Location           = new System.Drawing.Point(253, 324);
     this.lupControl3.LookUpDataSource   = null;
     this.lupControl3.LookUpDisplayField = null;
     this.lupControl3.LookUpKeyField     = null;
     this.lupControl3.Name     = "lupControl3";
     this.lupControl3.PopWidth = 150;
     this.lupControl3.Request  = false;
     this.lupControl3.Size     = new System.Drawing.Size(279, 22);
     this.lupControl3.TabIndex = 38;
     //
     // editControl12
     //
     this.editControl12.BackColor  = System.Drawing.Color.Transparent;
     this.editControl12.DataField  = "F_Brand";
     this.editControl12.DataSource = null;
     this.editControl12.EditLabel  = "品牌:";
     this.editControl12.Location   = new System.Drawing.Point(256, 41);
     this.editControl12.Name       = "editControl12";
     this.editControl12.Request    = false;
     this.editControl12.Size       = new System.Drawing.Size(194, 22);
     this.editControl12.TabIndex   = 39;
     //
     // frmEditItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(669, 447);
     this.Controls.Add(this.ckOption);
     this.Controls.Add(this.xtraTabControl1);
     this.Name   = "frmEditItem";
     this.Text   = "物料资料--编辑";
     this.Load  += new System.EventHandler(this.frmEditItem_Load);
     this.Shown += new System.EventHandler(this.frmEditItem_Shown);
     this.Controls.SetChildIndex(this.xtraTabControl1, 0);
     this.Controls.SetChildIndex(this.gbox, 0);
     this.Controls.SetChildIndex(this.BtnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.ckCopy, 0);
     this.Controls.SetChildIndex(this.ckOption, 0);
     this.gbox.ResumeLayout(false);
     this.gbox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).EndInit();
     this.Page4.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.peItem.Properties)).EndInit();
     this.Page2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbUnit)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #18
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl5 = new myControl.EditControl();
     this.lupControl2  = new myControl.lupControl();
     this.lupControl3  = new myControl.lupControl();
     this.cbControl1   = new myControl.cbControl();
     this.cbControl2   = new myControl.cbControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.cbControl2);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.lupControl3);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(803, 126);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl3, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl2, 0);
     //
     // editControl4
     //
     this.editControl4.Location = new System.Drawing.Point(561, 6);
     //
     // editControl3
     //
     this.editControl3.Location = new System.Drawing.Point(252, 6);
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(554, 26);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(554, 0);
     //
     // editControl5
     //
     this.editControl5.BackColor  = System.Drawing.Color.Transparent;
     this.editControl5.DataField  = "F_Remark";
     this.editControl5.DataSource = null;
     this.editControl5.EditLabel  = "备注:";
     this.editControl5.Location   = new System.Drawing.Point(37, 95);
     this.editControl5.Name       = "editControl5";
     this.editControl5.Request    = false;
     this.editControl5.Size       = new System.Drawing.Size(560, 22);
     this.editControl5.TabIndex   = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_DeptID";
     this.lupControl2.DataSource         = null;
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.DropSQL            = "";
     this.lupControl2.EditLabel          = "部门:";
     this.lupControl2.InvokeClass        = "";
     this.lupControl2.LinkFields         = null;
     this.lupControl2.Location           = new System.Drawing.Point(37, 68);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = true;
     this.lupControl2.Size     = new System.Drawing.Size(170, 22);
     this.lupControl2.TabIndex = 7;
     //
     // lupControl3
     //
     this.lupControl3.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl3.DataField          = "F_QcMan";
     this.lupControl3.DataSource         = null;
     this.lupControl3.DisplayCaption     = "";
     this.lupControl3.DropSQL            = "";
     this.lupControl3.EditLabel          = "质检人:";
     this.lupControl3.InvokeClass        = "";
     this.lupControl3.LinkFields         = null;
     this.lupControl3.Location           = new System.Drawing.Point(223, 68);
     this.lupControl3.LookUpDataSource   = null;
     this.lupControl3.LookUpDisplayField = null;
     this.lupControl3.LookUpKeyField     = null;
     this.lupControl3.Name     = "lupControl3";
     this.lupControl3.PopWidth = 150;
     this.lupControl3.Request  = false;
     this.lupControl3.Size     = new System.Drawing.Size(165, 22);
     this.lupControl3.TabIndex = 8;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem3.Value       = "抽检";
     comboBoxItem4.Value       = "全检";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField     = "F_Kind";
     this.cbControl1.DataSource    = null;
     this.cbControl1.EditLabel     = "质检类别:";
     this.cbControl1.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location      = new System.Drawing.Point(417, 64);
     this.cbControl1.Name          = "cbControl1";
     this.cbControl1.Request       = false;
     this.cbControl1.SelectedIndex = -1;
     this.cbControl1.Size          = new System.Drawing.Size(180, 26);
     this.cbControl1.TabIndex      = 9;
     //
     // cbControl2
     //
     this.cbControl2.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "来料检验";
     comboBoxItem2.Value       = "生产检验";
     this.cbControl2.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2
     };
     this.cbControl2.DataField     = "F_Type";
     this.cbControl2.DataSource    = null;
     this.cbControl2.EditLabel     = "单据类型:";
     this.cbControl2.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl2.Location      = new System.Drawing.Point(12, 42);
     this.cbControl2.Name          = "cbControl2";
     this.cbControl2.Request       = false;
     this.cbControl2.SelectedIndex = -1;
     this.cbControl2.Size          = new System.Drawing.Size(180, 26);
     this.cbControl2.TabIndex      = 10;
     //
     // frmQc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(803, 521);
     this.Name   = "frmQc";
     this.Text   = "质检单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmDrawGoods_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #19
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem5 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem6 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1             = new myControl.EditControl();
     this.editControl2             = new myControl.EditControl();
     this.lupControl1              = new myControl.lupControl();
     this.editControl9             = new myControl.EditControl();
     this.editControl3             = new myControl.EditControl();
     this.cbControl1               = new myControl.cbControl();
     this.lupControl2              = new myControl.lupControl();
     this.spinControl1             = new myControl.SpinControl();
     this.spinControl2             = new myControl.SpinControl();
     this.spinControl3             = new myControl.SpinControl();
     this.spinControl5             = new myControl.SpinControl();
     this.xtraTabControl1          = new DevExpress.XtraTab.XtraTabControl();
     this.Page1                    = new DevExpress.XtraTab.XtraTabPage();
     this.Page2                    = new DevExpress.XtraTab.XtraTabPage();
     this.gcUnit                   = new DevExpress.XtraGrid.GridControl();
     this.binUnit                  = new System.Windows.Forms.BindingSource(this.components);
     this.gvUnit                   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn2              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cbUnit                   = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.gridColumn3              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.sbDel                    = new DevExpress.XtraEditors.SimpleButton();
     this.sbAdd                    = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabPage1             = new DevExpress.XtraTab.XtraTabPage();
     this.sbClear                  = new DevExpress.XtraEditors.SimpleButton();
     this.sbLoad                   = new DevExpress.XtraEditors.SimpleButton();
     this.peItem                   = new DevExpress.XtraEditors.PictureEdit();
     this.Page4                    = new DevExpress.XtraTab.XtraTabPage();
     this.btn4           = new System.Windows.Forms.Button();
     this.btn3           = new System.Windows.Forms.Button();
     this.btn2           = new System.Windows.Forms.Button();
     this.btn1           = new System.Windows.Forms.Button();
     this.editControl11  = new myControl.EditControl();
     this.editControl10  = new myControl.EditControl();
     this.editControl8   = new myControl.EditControl();
     this.editControl12  = new myControl.EditControl();
     this.editControl4   = new myControl.EditControl();
     this.spinControl6   = new myControl.SpinControl();
     this.spinControl7   = new myControl.SpinControl();
     this.ckOption       = new DevExpress.XtraEditors.CheckEdit();
     this.cbColor        = new myControl.cbControl();
     this.spinControl8   = new myControl.SpinControl();
     this.spinControl9   = new myControl.SpinControl();
     this.spinControl10  = new myControl.SpinControl();
     this.spinControl11  = new myControl.SpinControl();
     this.editControl5   = new myControl.EditControl();
     this.editControl6   = new myControl.EditControl();
     this.ckControl1     = new myControl.ckControl();
     this.editControl7   = new myControl.EditControl();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.ckControl2     = new myControl.ckControl();
     this.editControl13  = new myControl.EditControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.Page2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbUnit)).BeginInit();
     this.panel1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.peItem.Properties)).BeginInit();
     this.Page4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(410, 357);
     this.BtnOK.Text     = "保存(&S)";
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(491, 357);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.editControl13);
     this.gbox.Controls.Add(this.ckControl2);
     this.gbox.Controls.Add(this.editControl7);
     this.gbox.Controls.Add(this.ckControl1);
     this.gbox.Controls.Add(this.editControl6);
     this.gbox.Controls.Add(this.editControl5);
     this.gbox.Controls.Add(this.spinControl11);
     this.gbox.Controls.Add(this.spinControl10);
     this.gbox.Controls.Add(this.spinControl9);
     this.gbox.Controls.Add(this.spinControl8);
     this.gbox.Controls.Add(this.cbColor);
     this.gbox.Controls.Add(this.spinControl7);
     this.gbox.Controls.Add(this.spinControl6);
     this.gbox.Controls.Add(this.editControl4);
     this.gbox.Controls.Add(this.spinControl5);
     this.gbox.Controls.Add(this.spinControl3);
     this.gbox.Controls.Add(this.spinControl2);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.lupControl2);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.editControl3);
     this.gbox.Controls.Add(this.editControl9);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Location = new System.Drawing.Point(17, 36);
     this.gbox.Size     = new System.Drawing.Size(549, 310);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(130, 361);
     this.ckCopy.Visible  = true;
     //
     // editControl1
     //
     this.editControl1.BackColor = System.Drawing.Color.Transparent;
     this.editControl1.DataField = "F_ID";
     this.editControl1.EditLabel = "产品代码:";
     this.editControl1.Location  = new System.Drawing.Point(7, 21);
     this.editControl1.Name      = "editControl1";
     this.editControl1.Request   = true;
     this.editControl1.Size      = new System.Drawing.Size(190, 27);
     this.editControl1.TabIndex  = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor = System.Drawing.Color.Transparent;
     this.editControl2.DataField = "F_Name";
     this.editControl2.EditLabel = "产品名称:";
     this.editControl2.Location  = new System.Drawing.Point(231, 21);
     this.editControl2.Name      = "editControl2";
     this.editControl2.Request   = true;
     this.editControl2.Size      = new System.Drawing.Size(302, 27);
     this.editControl2.TabIndex  = 1;
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_Type";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "产品类别:";
     this.lupControl1.Location           = new System.Drawing.Point(6, 54);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(190, 22);
     this.lupControl1.TabIndex = 2;
     //
     // editControl9
     //
     this.editControl9.BackColor = System.Drawing.Color.Transparent;
     this.editControl9.DataField = "F_Remark";
     this.editControl9.EditLabel = "备注:";
     this.editControl9.Location  = new System.Drawing.Point(215, 251);
     this.editControl9.Name      = "editControl9";
     this.editControl9.Request   = false;
     this.editControl9.Size      = new System.Drawing.Size(318, 21);
     this.editControl9.TabIndex  = 21;
     //
     // editControl3
     //
     this.editControl3.BackColor = System.Drawing.Color.Transparent;
     this.editControl3.DataField = "F_Spec";
     this.editControl3.EditLabel = "规格:";
     this.editControl3.Location  = new System.Drawing.Point(354, 54);
     this.editControl3.Name      = "editControl3";
     this.editControl3.Request   = false;
     this.editControl3.Size      = new System.Drawing.Size(179, 22);
     this.editControl3.TabIndex  = 4;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem4.Value       = "产成品";
     comboBoxItem5.Value       = "半成品";
     comboBoxItem6.Value       = "其它";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem4,
         comboBoxItem5,
         comboBoxItem6
     };
     this.cbControl1.DataField = "F_Kind";
     this.cbControl1.EditLabel = "产品属性:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(6, 82);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = true;
     this.cbControl1.Size      = new System.Drawing.Size(164, 21);
     this.cbControl1.TabIndex  = 5;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_StorageID";
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "默认仓库:";
     this.lupControl2.Location           = new System.Drawing.Point(6, 116);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = false;
     this.lupControl2.Size     = new System.Drawing.Size(188, 22);
     this.lupControl2.TabIndex = 8;
     //
     // spinControl1
     //
     this.spinControl1.BackColor = System.Drawing.Color.Transparent;
     this.spinControl1.DataField = "F_UpLimit";
     this.spinControl1.EditLabel = "库存上限:";
     this.spinControl1.Location  = new System.Drawing.Point(222, 180);
     this.spinControl1.Name      = "spinControl1";
     this.spinControl1.Size      = new System.Drawing.Size(130, 21);
     this.spinControl1.TabIndex  = 15;
     //
     // spinControl2
     //
     this.spinControl2.BackColor = System.Drawing.Color.Transparent;
     this.spinControl2.DataField = "F_DownLimit";
     this.spinControl2.EditLabel = "库存下限:";
     this.spinControl2.Location  = new System.Drawing.Point(403, 180);
     this.spinControl2.Name      = "spinControl2";
     this.spinControl2.Size      = new System.Drawing.Size(130, 21);
     this.spinControl2.TabIndex  = 16;
     //
     // spinControl3
     //
     this.spinControl3.BackColor = System.Drawing.Color.Transparent;
     this.spinControl3.DataField = "F_SafeQty";
     this.spinControl3.EditLabel = "安全库存:";
     this.spinControl3.Location  = new System.Drawing.Point(7, 180);
     this.spinControl3.Name      = "spinControl3";
     this.spinControl3.Size      = new System.Drawing.Size(143, 21);
     this.spinControl3.TabIndex  = 14;
     //
     // spinControl5
     //
     this.spinControl5.BackColor = System.Drawing.Color.Transparent;
     this.spinControl5.DataField = "F_SellPrice";
     this.spinControl5.EditLabel = "默认售价:";
     this.spinControl5.Location  = new System.Drawing.Point(231, 117);
     this.spinControl5.Name      = "spinControl5";
     this.spinControl5.Size      = new System.Drawing.Size(130, 21);
     this.spinControl5.TabIndex  = 9;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location        = new System.Drawing.Point(12, 12);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.Page1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(554, 343);
     this.xtraTabControl1.TabIndex        = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.Page1,
         this.Page2,
         this.xtraTabPage1,
         this.Page4
     });
     //
     // Page1
     //
     this.Page1.Name = "Page1";
     this.Page1.Size = new System.Drawing.Size(545, 312);
     this.Page1.Text = "基本资料";
     //
     // Page2
     //
     this.Page2.Controls.Add(this.gcUnit);
     this.Page2.Controls.Add(this.panel1);
     this.Page2.Name = "Page2";
     this.Page2.Size = new System.Drawing.Size(545, 312);
     this.Page2.Text = "计量单位";
     //
     // gcUnit
     //
     this.gcUnit.DataSource             = this.binUnit;
     this.gcUnit.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.gcUnit.EmbeddedNavigator.Name = "";
     this.gcUnit.Location               = new System.Drawing.Point(0, 0);
     this.gcUnit.MainView               = this.gvUnit;
     this.gcUnit.Name                   = "gcUnit";
     this.gcUnit.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.cbUnit
     });
     this.gcUnit.Size     = new System.Drawing.Size(545, 279);
     this.gcUnit.TabIndex = 0;
     this.gcUnit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvUnit
     });
     //
     // gvUnit
     //
     this.gvUnit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3
     });
     this.gvUnit.GridControl = this.gcUnit;
     this.gvUnit.Name        = "gvUnit";
     this.gvUnit.OptionsView.ColumnAutoWidth = false;
     this.gvUnit.OptionsView.ShowFooter      = true;
     this.gvUnit.OptionsView.ShowGroupPanel  = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn1.Caption      = "主单位";
     this.gridColumn1.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.gridColumn1.FieldName    = "F_Main";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 86;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn2.Caption      = "单位名称";
     this.gridColumn2.ColumnEdit   = this.cbUnit;
     this.gridColumn2.FieldName    = "F_Name";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 190;
     //
     // cbUnit
     //
     this.cbUnit.AutoHeight = false;
     this.cbUnit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbUnit.Name = "cbUnit";
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.AppearanceHeader.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.gridColumn3.Caption      = "比率";
     this.gridColumn3.FieldName    = "F_Rate";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 86;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.sbDel);
     this.panel1.Controls.Add(this.sbAdd);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 279);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(545, 33);
     this.panel1.TabIndex = 1;
     //
     // sbDel
     //
     this.sbDel.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbDel.Appearance.Options.UseFont = true;
     this.sbDel.Location = new System.Drawing.Point(76, 4);
     this.sbDel.Name     = "sbDel";
     this.sbDel.Size     = new System.Drawing.Size(58, 23);
     this.sbDel.TabIndex = 1;
     this.sbDel.Text     = "删除(&D)";
     this.sbDel.Click   += new System.EventHandler(this.sbDel_Click);
     //
     // sbAdd
     //
     this.sbAdd.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbAdd.Appearance.Options.UseFont = true;
     this.sbAdd.Location = new System.Drawing.Point(12, 4);
     this.sbAdd.Name     = "sbAdd";
     this.sbAdd.Size     = new System.Drawing.Size(58, 23);
     this.sbAdd.TabIndex = 0;
     this.sbAdd.Text     = "增加(&A)";
     this.sbAdd.Click   += new System.EventHandler(this.sbAdd_Click);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.sbClear);
     this.xtraTabPage1.Controls.Add(this.sbLoad);
     this.xtraTabPage1.Controls.Add(this.peItem);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(545, 312);
     this.xtraTabPage1.Text = "图片";
     //
     // sbClear
     //
     this.sbClear.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbClear.Appearance.Options.UseFont = true;
     this.sbClear.Location = new System.Drawing.Point(477, 37);
     this.sbClear.Name     = "sbClear";
     this.sbClear.Size     = new System.Drawing.Size(60, 23);
     this.sbClear.TabIndex = 2;
     this.sbClear.Text     = "清除";
     this.sbClear.Click   += new System.EventHandler(this.sbClear_Click);
     //
     // sbLoad
     //
     this.sbLoad.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbLoad.Appearance.Options.UseFont = true;
     this.sbLoad.Location = new System.Drawing.Point(477, 8);
     this.sbLoad.Name     = "sbLoad";
     this.sbLoad.Size     = new System.Drawing.Size(60, 23);
     this.sbLoad.TabIndex = 1;
     this.sbLoad.Text     = "加载";
     this.sbLoad.Click   += new System.EventHandler(this.sbLoad_Click);
     //
     // peItem
     //
     this.peItem.Location            = new System.Drawing.Point(13, 8);
     this.peItem.Name                = "peItem";
     this.peItem.Properties.NullText = " ";
     this.peItem.Size                = new System.Drawing.Size(449, 271);
     this.peItem.TabIndex            = 0;
     this.peItem.DoubleClick        += new System.EventHandler(this.peItem_DoubleClick);
     //
     // Page4
     //
     this.Page4.Controls.Add(this.btn4);
     this.Page4.Controls.Add(this.btn3);
     this.Page4.Controls.Add(this.btn2);
     this.Page4.Controls.Add(this.btn1);
     this.Page4.Controls.Add(this.editControl11);
     this.Page4.Controls.Add(this.editControl10);
     this.Page4.Controls.Add(this.editControl8);
     this.Page4.Controls.Add(this.editControl12);
     this.Page4.Name = "Page4";
     this.Page4.Size = new System.Drawing.Size(545, 312);
     this.Page4.Text = "附件";
     //
     // btn4
     //
     this.btn4.Location = new System.Drawing.Point(477, 162);
     this.btn4.Name     = "btn4";
     this.btn4.Size     = new System.Drawing.Size(34, 23);
     this.btn4.TabIndex = 15;
     this.btn4.Text     = "...";
     this.btn4.UseVisualStyleBackColor = true;
     this.btn4.Click += new System.EventHandler(this.btn4_Click);
     //
     // btn3
     //
     this.btn3.Location = new System.Drawing.Point(477, 122);
     this.btn3.Name     = "btn3";
     this.btn3.Size     = new System.Drawing.Size(34, 23);
     this.btn3.TabIndex = 14;
     this.btn3.Text     = "...";
     this.btn3.UseVisualStyleBackColor = true;
     this.btn3.Click += new System.EventHandler(this.btn3_Click);
     //
     // btn2
     //
     this.btn2.Location = new System.Drawing.Point(477, 81);
     this.btn2.Name     = "btn2";
     this.btn2.Size     = new System.Drawing.Size(34, 23);
     this.btn2.TabIndex = 13;
     this.btn2.Text     = "...";
     this.btn2.UseVisualStyleBackColor = true;
     this.btn2.Click += new System.EventHandler(this.btn2_Click);
     //
     // btn1
     //
     this.btn1.Location = new System.Drawing.Point(477, 42);
     this.btn1.Name     = "btn1";
     this.btn1.Size     = new System.Drawing.Size(34, 23);
     this.btn1.TabIndex = 12;
     this.btn1.Text     = "...";
     this.btn1.UseVisualStyleBackColor = true;
     this.btn1.Click += new System.EventHandler(this.btn1_Click);
     //
     // editControl11
     //
     this.editControl11.BackColor = System.Drawing.Color.Transparent;
     this.editControl11.DataField = "F_File4";
     this.editControl11.EditLabel = "附件4:";
     this.editControl11.Location  = new System.Drawing.Point(35, 164);
     this.editControl11.Name      = "editControl11";
     this.editControl11.Request   = false;
     this.editControl11.Size      = new System.Drawing.Size(436, 21);
     this.editControl11.TabIndex  = 11;
     //
     // editControl10
     //
     this.editControl10.BackColor = System.Drawing.Color.Transparent;
     this.editControl10.DataField = "F_File3";
     this.editControl10.EditLabel = "附件3:";
     this.editControl10.Location  = new System.Drawing.Point(35, 122);
     this.editControl10.Name      = "editControl10";
     this.editControl10.Request   = false;
     this.editControl10.Size      = new System.Drawing.Size(436, 21);
     this.editControl10.TabIndex  = 10;
     //
     // editControl8
     //
     this.editControl8.BackColor = System.Drawing.Color.Transparent;
     this.editControl8.DataField = "F_File2";
     this.editControl8.EditLabel = "附件2:";
     this.editControl8.Location  = new System.Drawing.Point(35, 83);
     this.editControl8.Name      = "editControl8";
     this.editControl8.Request   = false;
     this.editControl8.Size      = new System.Drawing.Size(436, 21);
     this.editControl8.TabIndex  = 9;
     //
     // editControl12
     //
     this.editControl12.BackColor = System.Drawing.Color.Transparent;
     this.editControl12.DataField = "F_File1";
     this.editControl12.EditLabel = "附件1:";
     this.editControl12.Location  = new System.Drawing.Point(35, 42);
     this.editControl12.Name      = "editControl12";
     this.editControl12.Request   = false;
     this.editControl12.Size      = new System.Drawing.Size(436, 21);
     this.editControl12.TabIndex  = 8;
     //
     // editControl4
     //
     this.editControl4.BackColor = System.Drawing.Color.Transparent;
     this.editControl4.DataField = "F_Grade";
     this.editControl4.EditLabel = "等级:";
     this.editControl4.Location  = new System.Drawing.Point(426, 82);
     this.editControl4.Name      = "editControl4";
     this.editControl4.Request   = false;
     this.editControl4.Size      = new System.Drawing.Size(107, 21);
     this.editControl4.TabIndex  = 7;
     //
     // spinControl6
     //
     this.spinControl6.BackColor = System.Drawing.Color.Transparent;
     this.spinControl6.DataField = "F_Volume";
     this.spinControl6.EditLabel = "体积:";
     this.spinControl6.Location  = new System.Drawing.Point(34, 215);
     this.spinControl6.Name      = "spinControl6";
     this.spinControl6.Size      = new System.Drawing.Size(118, 21);
     this.spinControl6.TabIndex  = 17;
     //
     // spinControl7
     //
     this.spinControl7.BackColor = System.Drawing.Color.Transparent;
     this.spinControl7.DataField = "F_Weight";
     this.spinControl7.EditLabel = "重量:";
     this.spinControl7.Location  = new System.Drawing.Point(215, 215);
     this.spinControl7.Name      = "spinControl7";
     this.spinControl7.Size      = new System.Drawing.Size(108, 21);
     this.spinControl7.TabIndex  = 18;
     //
     // ckOption
     //
     this.ckOption.EditValue          = true;
     this.ckOption.Location           = new System.Drawing.Point(23, 361);
     this.ckOption.Name               = "ckOption";
     this.ckOption.Properties.Caption = "保存后新增";
     this.ckOption.Size               = new System.Drawing.Size(101, 19);
     this.ckOption.TabIndex           = 5;
     this.ckOption.CheckedChanged    += new System.EventHandler(this.ckOption_CheckedChanged);
     //
     // cbColor
     //
     this.cbColor.BackColor = System.Drawing.Color.Transparent;
     this.cbColor.cbItem    = null;
     this.cbColor.DataField = "F_Color";
     this.cbColor.EditLabel = "颜色:";
     this.cbColor.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbColor.Location  = new System.Drawing.Point(256, 82);
     this.cbColor.Name      = "cbColor";
     this.cbColor.Request   = false;
     this.cbColor.Size      = new System.Drawing.Size(150, 21);
     this.cbColor.TabIndex  = 6;
     //
     // spinControl8
     //
     this.spinControl8.BackColor = System.Drawing.Color.Transparent;
     this.spinControl8.DataField = "F_SellPrice1";
     this.spinControl8.EditLabel = "售价1:";
     this.spinControl8.Location  = new System.Drawing.Point(416, 116);
     this.spinControl8.Name      = "spinControl8";
     this.spinControl8.Size      = new System.Drawing.Size(117, 21);
     this.spinControl8.TabIndex  = 10;
     //
     // spinControl9
     //
     this.spinControl9.BackColor = System.Drawing.Color.Transparent;
     this.spinControl9.DataField = "F_SellPrice2";
     this.spinControl9.EditLabel = "售价2:";
     this.spinControl9.Location  = new System.Drawing.Point(24, 148);
     this.spinControl9.Name      = "spinControl9";
     this.spinControl9.Size      = new System.Drawing.Size(128, 21);
     this.spinControl9.TabIndex  = 11;
     //
     // spinControl10
     //
     this.spinControl10.BackColor = System.Drawing.Color.Transparent;
     this.spinControl10.DataField = "F_SellPrice3";
     this.spinControl10.EditLabel = "售价3:";
     this.spinControl10.Location  = new System.Drawing.Point(245, 148);
     this.spinControl10.Name      = "spinControl10";
     this.spinControl10.Size      = new System.Drawing.Size(107, 21);
     this.spinControl10.TabIndex  = 12;
     //
     // spinControl11
     //
     this.spinControl11.BackColor = System.Drawing.Color.Transparent;
     this.spinControl11.DataField = "F_SellPrice4";
     this.spinControl11.EditLabel = "售价4:";
     this.spinControl11.Location  = new System.Drawing.Point(416, 148);
     this.spinControl11.Name      = "spinControl11";
     this.spinControl11.Size      = new System.Drawing.Size(117, 21);
     this.spinControl11.TabIndex  = 13;
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_BarCode";
     this.editControl5.EditLabel = "条码:";
     this.editControl5.Location  = new System.Drawing.Point(348, 215);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(185, 21);
     this.editControl5.TabIndex  = 19;
     //
     // editControl6
     //
     this.editControl6.BackColor = System.Drawing.Color.Transparent;
     this.editControl6.DataField = "F_Position";
     this.editControl6.EditLabel = "存放位置:";
     this.editControl6.Location  = new System.Drawing.Point(13, 251);
     this.editControl6.Name      = "editControl6";
     this.editControl6.Request   = false;
     this.editControl6.Size      = new System.Drawing.Size(191, 21);
     this.editControl6.TabIndex  = 20;
     //
     // ckControl1
     //
     this.ckControl1.BackColor = System.Drawing.Color.Transparent;
     this.ckControl1.DataField = "F_CalStorage";
     this.ckControl1.EditLabel = "计算库存";
     this.ckControl1.Location  = new System.Drawing.Point(456, 285);
     this.ckControl1.Name      = "ckControl1";
     this.ckControl1.Size      = new System.Drawing.Size(77, 19);
     this.ckControl1.TabIndex  = 27;
     //
     // editControl7
     //
     this.editControl7.BackColor = System.Drawing.Color.Transparent;
     this.editControl7.DataField = "F_Brand";
     this.editControl7.EditLabel = "品牌:";
     this.editControl7.Location  = new System.Drawing.Point(215, 54);
     this.editControl7.Name      = "editControl7";
     this.editControl7.Request   = false;
     this.editControl7.Size      = new System.Drawing.Size(133, 22);
     this.editControl7.TabIndex  = 3;
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog1";
     //
     // ckControl2
     //
     this.ckControl2.BackColor = System.Drawing.Color.Transparent;
     this.ckControl2.DataField = "F_OneOut";
     this.ckControl2.EditLabel = "一次性出库";
     this.ckControl2.Location  = new System.Drawing.Point(245, 285);
     this.ckControl2.Name      = "ckControl2";
     this.ckControl2.Size      = new System.Drawing.Size(96, 19);
     this.ckControl2.TabIndex  = 28;
     //
     // editControl13
     //
     this.editControl13.BackColor = System.Drawing.Color.Transparent;
     this.editControl13.DataField = "F_Material";
     this.editControl13.EditLabel = "材质:";
     this.editControl13.Location  = new System.Drawing.Point(34, 283);
     this.editControl13.Name      = "editControl13";
     this.editControl13.Request   = false;
     this.editControl13.Size      = new System.Drawing.Size(174, 21);
     this.editControl13.TabIndex  = 29;
     //
     // frmEditProduct
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(578, 392);
     this.Controls.Add(this.ckOption);
     this.Controls.Add(this.xtraTabControl1);
     this.Name   = "frmEditProduct";
     this.Text   = "产品资料--编辑";
     this.Load  += new System.EventHandler(this.frmEditItem_Load);
     this.Shown += new System.EventHandler(this.frmEditProduct_Shown);
     this.Controls.SetChildIndex(this.ckCopy, 0);
     this.Controls.SetChildIndex(this.BtnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.xtraTabControl1, 0);
     this.Controls.SetChildIndex(this.gbox, 0);
     this.Controls.SetChildIndex(this.ckOption, 0);
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.Page2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbUnit)).EndInit();
     this.panel1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.peItem.Properties)).EndInit();
     this.Page4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #20
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem11 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem12 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem13 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem14 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem15 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem16 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem17 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem18 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem19 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem20 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl5  = new myControl.EditControl();
     this.lupControl2   = new myControl.lupControl();
     this.cbControl1    = new myControl.cbControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.lupControl1   = new myControl.lupControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(602, 35);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(602, 6);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.lupControl1);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(818, 128);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.simpleButton1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl1, 0);
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_Remark";
     this.editControl5.EditLabel = "备注:";
     this.editControl5.Location  = new System.Drawing.Point(35, 99);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(759, 23);
     this.editControl5.TabIndex  = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_DeptID";
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "部门:";
     this.lupControl2.Location           = new System.Drawing.Point(327, 62);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = true;
     this.lupControl2.Size     = new System.Drawing.Size(190, 22);
     this.lupControl2.TabIndex = 6;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem11.Value      = "采购退货出库";
     comboBoxItem12.Value      = "销售发货出库";
     comboBoxItem13.Value      = "生产领料出库";
     comboBoxItem14.Value      = "生产补料出库";
     comboBoxItem15.Value      = "委外领料出库";
     comboBoxItem16.Value      = "委外退货出库";
     comboBoxItem17.Value      = "其它出库";
     comboBoxItem18.Value      = "零售出库";
     comboBoxItem19.Value      = "业务出库";
     comboBoxItem20.Value      = "代理商出库";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem11,
         comboBoxItem12,
         comboBoxItem13,
         comboBoxItem14,
         comboBoxItem15,
         comboBoxItem16,
         comboBoxItem17,
         comboBoxItem18,
         comboBoxItem19,
         comboBoxItem20
     };
     this.cbControl1.DataField          = "F_Type";
     this.cbControl1.EditLabel          = "出库类型:";
     this.cbControl1.EditStyle          = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location           = new System.Drawing.Point(12, 63);
     this.cbControl1.Name               = "cbControl1";
     this.cbControl1.Request            = true;
     this.cbControl1.Size               = new System.Drawing.Size(227, 21);
     this.cbControl1.TabIndex           = 7;
     this.cbControl1.SelectIndexChange += new myControl.SelectIndexChangeEventHandler(this.cbControl1_SelectIndexChange);
     //
     // simpleButton1
     //
     this.simpleButton1.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.simpleButton1.Appearance.Options.UseFont = true;
     this.simpleButton1.Location = new System.Drawing.Point(399, 13);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(87, 23);
     this.simpleButton1.TabIndex = 8;
     this.simpleButton1.Text     = "从BOM单导入";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_SupplierID";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "客户:";
     this.lupControl1.Location           = new System.Drawing.Point(565, 62);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 250;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(229, 22);
     this.lupControl1.TabIndex = 9;
     //
     // frmOtherOut
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(818, 553);
     this.Name   = "frmOtherOut";
     this.Text   = "其它出仓单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmOtherOut_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #21
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.cbControl1  = new myControl.cbControl();
     this.lupControl1 = new myControl.lupControl();
     this.lupControl2 = new myControl.lupControl();
     this.sbImport    = new DevExpress.XtraEditors.SimpleButton();
     this.sbCancel    = new DevExpress.XtraEditors.SimpleButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cbControl1);
     this.groupBox1.Controls.Add(this.lupControl1);
     this.groupBox1.Controls.Add(this.lupControl2);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(259, 117);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "原材料";
     comboBoxItem2.Value       = "半成品";
     comboBoxItem3.Value       = "产成品";
     comboBoxItem4.Value       = "其它";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField     = null;
     this.cbControl1.DataSource    = null;
     this.cbControl1.EditLabel     = "物料属性:";
     this.cbControl1.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl1.Location      = new System.Drawing.Point(19, 54);
     this.cbControl1.Name          = "cbControl1";
     this.cbControl1.Request       = false;
     this.cbControl1.SelectedIndex = -1;
     this.cbControl1.Size          = new System.Drawing.Size(200, 21);
     this.cbControl1.TabIndex      = 5;
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = null;
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.DropSQL            = "";
     this.lupControl1.EditLabel          = "仓库:";
     this.lupControl1.InvokeClass        = "";
     this.lupControl1.LinkFields         = null;
     this.lupControl1.Location           = new System.Drawing.Point(42, 26);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = false;
     this.lupControl1.Size     = new System.Drawing.Size(198, 22);
     this.lupControl1.TabIndex = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = null;
     this.lupControl2.DataSource         = null;
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.DropSQL            = "";
     this.lupControl2.EditLabel          = "物料类别:";
     this.lupControl2.InvokeClass        = "";
     this.lupControl2.LinkFields         = null;
     this.lupControl2.Location           = new System.Drawing.Point(19, 81);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = false;
     this.lupControl2.Size     = new System.Drawing.Size(221, 22);
     this.lupControl2.TabIndex = 3;
     //
     // sbImport
     //
     this.sbImport.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbImport.Appearance.Options.UseFont = true;
     this.sbImport.Location = new System.Drawing.Point(54, 142);
     this.sbImport.Name     = "sbImport";
     this.sbImport.Size     = new System.Drawing.Size(75, 23);
     this.sbImport.TabIndex = 4;
     this.sbImport.Text     = "导入";
     this.sbImport.Click   += new System.EventHandler(this.sbImport_Click);
     //
     // sbCancel
     //
     this.sbCancel.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbCancel.Appearance.Options.UseFont = true;
     this.sbCancel.Location = new System.Drawing.Point(156, 142);
     this.sbCancel.Name     = "sbCancel";
     this.sbCancel.Size     = new System.Drawing.Size(75, 23);
     this.sbCancel.TabIndex = 5;
     this.sbCancel.Text     = "取消";
     this.sbCancel.Click   += new System.EventHandler(this.sbCancel_Click);
     //
     // frmImportStore
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(283, 177);
     this.Controls.Add(this.sbCancel);
     this.Controls.Add(this.sbImport);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "frmImportStore";
     this.Text            = "导入库存资料";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #22
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.cbControl1   = new myControl.cbControl();
     this.editControl1 = new myControl.EditControl();
     this.editControl2 = new myControl.EditControl();
     this.spinControl1 = new myControl.SpinControl();
     this.spinControl2 = new myControl.SpinControl();
     this.editControl3 = new myControl.EditControl();
     this.lupEmp       = new myControl.lupControl();
     this.btnRead      = new DevExpress.XtraEditors.SimpleButton();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(215, 300);
     this.BtnOK.Text     = "发卡(&O)";
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(299, 300);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.btnRead);
     this.gbox.Controls.Add(this.lupEmp);
     this.gbox.Controls.Add(this.editControl3);
     this.gbox.Controls.Add(this.spinControl2);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Size = new System.Drawing.Size(361, 281);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(108, 304);
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "标准IC卡格式";
     comboBoxItem2.Value       = "长IC卡格式";
     comboBoxItem3.Value       = "新消费机IC卡格式";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3
     };
     this.cbControl1.DataField  = "F_Format";
     this.cbControl1.DataSource = null;
     this.cbControl1.EditLabel  = "卡号格式:";
     this.cbControl1.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location   = new System.Drawing.Point(26, 21);
     this.cbControl1.Name       = "cbControl1";
     this.cbControl1.Request    = false;
     this.cbControl1.Size       = new System.Drawing.Size(293, 21);
     this.cbControl1.TabIndex   = 0;
     //
     // editControl1
     //
     this.editControl1.BackColor  = System.Drawing.Color.Transparent;
     this.editControl1.DataField  = "F_CardNo";
     this.editControl1.DataSource = null;
     this.editControl1.EditLabel  = "卡号:";
     this.editControl1.Location   = new System.Drawing.Point(80, 136);
     this.editControl1.Name       = "editControl1";
     this.editControl1.Request    = false;
     this.editControl1.Size       = new System.Drawing.Size(174, 21);
     this.editControl1.TabIndex   = 3;
     //
     // editControl2
     //
     this.editControl2.BackColor  = System.Drawing.Color.Transparent;
     this.editControl2.DataField  = "F_Name";
     this.editControl2.DataSource = null;
     this.editControl2.EditLabel  = "姓名:";
     this.editControl2.Location   = new System.Drawing.Point(80, 101);
     this.editControl2.Name       = "editControl2";
     this.editControl2.Request    = false;
     this.editControl2.Size       = new System.Drawing.Size(174, 21);
     this.editControl2.TabIndex   = 2;
     //
     // spinControl1
     //
     this.spinControl1.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl1.DataField  = "F_Money";
     this.spinControl1.DataSource = null;
     this.spinControl1.EditLabel  = "金额:";
     this.spinControl1.Location   = new System.Drawing.Point(80, 171);
     this.spinControl1.Name       = "spinControl1";
     this.spinControl1.Size       = new System.Drawing.Size(174, 21);
     this.spinControl1.TabIndex   = 4;
     //
     // spinControl2
     //
     this.spinControl2.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl2.DataField  = "F_Time";
     this.spinControl2.DataSource = null;
     this.spinControl2.EditLabel  = "充值次数:";
     this.spinControl2.Location   = new System.Drawing.Point(55, 206);
     this.spinControl2.Name       = "spinControl2";
     this.spinControl2.Size       = new System.Drawing.Size(199, 21);
     this.spinControl2.TabIndex   = 5;
     //
     // editControl3
     //
     this.editControl3.BackColor  = System.Drawing.Color.Transparent;
     this.editControl3.DataField  = "F_Psw";
     this.editControl3.DataSource = null;
     this.editControl3.EditLabel  = "新IC卡密码:";
     this.editControl3.Location   = new System.Drawing.Point(43, 241);
     this.editControl3.Name       = "editControl3";
     this.editControl3.Request    = false;
     this.editControl3.Size       = new System.Drawing.Size(211, 21);
     this.editControl3.TabIndex   = 6;
     //
     // lupEmp
     //
     this.lupEmp.BackColor          = System.Drawing.Color.Transparent;
     this.lupEmp.DataField          = "F_ID";
     this.lupEmp.DataSource         = null;
     this.lupEmp.DisplayCaption     = "";
     this.lupEmp.DropSQL            = "";
     this.lupEmp.EditLabel          = "工号:";
     this.lupEmp.InvokeClass        = "";
     this.lupEmp.LinkFields         = null;
     this.lupEmp.Location           = new System.Drawing.Point(80, 65);
     this.lupEmp.LookUpDataSource   = null;
     this.lupEmp.LookUpDisplayField = null;
     this.lupEmp.LookUpKeyField     = null;
     this.lupEmp.Name          = "lupEmp";
     this.lupEmp.PopWidth      = 150;
     this.lupEmp.Request       = false;
     this.lupEmp.Size          = new System.Drawing.Size(197, 22);
     this.lupEmp.TabIndex      = 1;
     this.lupEmp.ValueChanged += new myControl.SelectChangeEventHandler(this.lupEmp_ValueChanged);
     //
     // btnRead
     //
     this.btnRead.Location = new System.Drawing.Point(254, 136);
     this.btnRead.Name     = "btnRead";
     this.btnRead.Size     = new System.Drawing.Size(41, 23);
     this.btnRead.TabIndex = 7;
     this.btnRead.Text     = "读取";
     this.btnRead.Click   += new System.EventHandler(this.btnRead_Click);
     //
     // frmEditSendCard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(386, 335);
     this.Name = "frmEditSendCard";
     this.Text = "发卡";
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #23
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem5 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem6 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem7 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl5 = new myControl.EditControl();
     this.lupControl2  = new myControl.lupControl();
     this.cbControl1   = new myControl.cbControl();
     this.lupControl1  = new myControl.lupControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(515, 25);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(515, 0);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.lupControl1);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(806, 114);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl1, 0);
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_Remark";
     this.editControl5.EditLabel = "备注:";
     this.editControl5.Location  = new System.Drawing.Point(36, 81);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(666, 23);
     this.editControl5.TabIndex  = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_DeptID";
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "部门:";
     this.lupControl2.Location           = new System.Drawing.Point(276, 52);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = true;
     this.lupControl2.Size     = new System.Drawing.Size(159, 22);
     this.lupControl2.TabIndex = 6;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "采购进货入库";
     comboBoxItem2.Value       = "销售退货入库";
     comboBoxItem3.Value       = "生产退料入库";
     comboBoxItem4.Value       = "生产完工入库";
     comboBoxItem5.Value       = "委外退料入库";
     comboBoxItem6.Value       = "委外完工入库";
     comboBoxItem7.Value       = "其它入库";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4,
         comboBoxItem5,
         comboBoxItem6,
         comboBoxItem7
     };
     this.cbControl1.DataField          = "F_Type";
     this.cbControl1.EditLabel          = "入库类型:";
     this.cbControl1.EditStyle          = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location           = new System.Drawing.Point(12, 53);
     this.cbControl1.Name               = "cbControl1";
     this.cbControl1.Request            = true;
     this.cbControl1.Size               = new System.Drawing.Size(227, 21);
     this.cbControl1.TabIndex           = 7;
     this.cbControl1.SelectIndexChange += new myControl.SelectIndexChangeEventHandler(this.cbControl1_SelectIndexChange);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_SupplierID";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "供应商:";
     this.lupControl1.Location           = new System.Drawing.Point(455, 52);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 270;
     this.lupControl1.Request  = false;
     this.lupControl1.Size     = new System.Drawing.Size(247, 22);
     this.lupControl1.TabIndex = 8;
     //
     // frmOtherIn
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(806, 543);
     this.Name   = "frmOtherIn";
     this.Text   = "其它进仓单";
     this.Load  += new System.EventHandler(this.frmOtherIn_Load);
     this.Shown += new System.EventHandler(this.frmOtherIn_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #24
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1  = new myControl.lupControl();
     this.cbControl1   = new myControl.cbControl();
     this.dateControl1 = new myControl.DateControl();
     this.dateControl2 = new myControl.DateControl();
     this.spinControl1 = new myControl.SpinControl();
     this.label1       = new System.Windows.Forms.Label();
     this.dateControl3 = new myControl.DateControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(315, 290);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(396, 290);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.dateControl3);
     this.gbox.Controls.Add(this.label1);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.dateControl2);
     this.gbox.Controls.Add(this.dateControl1);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Size = new System.Drawing.Size(458, 271);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(12, 290);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_ID";
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.DropSQL            = "";
     this.lupControl1.EditLabel          = "员工:";
     this.lupControl1.InvokeClass        = "";
     this.lupControl1.LinkFields         = null;
     this.lupControl1.Location           = new System.Drawing.Point(244, 29);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = false;
     this.lupControl1.Size     = new System.Drawing.Size(197, 21);
     this.lupControl1.TabIndex = 0;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem3.Value       = "事假";
     comboBoxItem4.Value       = "病假";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField  = "F_Type";
     this.cbControl1.DataSource = null;
     this.cbControl1.EditLabel  = "请假类型:";
     this.cbControl1.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location   = new System.Drawing.Point(7, 80);
     this.cbControl1.Name       = "cbControl1";
     this.cbControl1.Request    = false;
     this.cbControl1.Size       = new System.Drawing.Size(196, 21);
     this.cbControl1.TabIndex   = 1;
     //
     // dateControl1
     //
     this.dateControl1.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl1.DataField     = "F_Begin";
     this.dateControl1.DataSource    = null;
     this.dateControl1.DisplayFormat = "g";
     this.dateControl1.EditLabel     = "开始时间:";
     this.dateControl1.EditMask      = "g";
     this.dateControl1.Location      = new System.Drawing.Point(7, 139);
     this.dateControl1.Name          = "dateControl1";
     this.dateControl1.Request       = false;
     this.dateControl1.Size          = new System.Drawing.Size(207, 21);
     this.dateControl1.TabIndex      = 2;
     //
     // dateControl2
     //
     this.dateControl2.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl2.DataField     = "F_End";
     this.dateControl2.DataSource    = null;
     this.dateControl2.DisplayFormat = "g";
     this.dateControl2.EditLabel     = "结束时间:";
     this.dateControl2.EditMask      = "g";
     this.dateControl2.Location      = new System.Drawing.Point(244, 139);
     this.dateControl2.Name          = "dateControl2";
     this.dateControl2.Request       = false;
     this.dateControl2.Size          = new System.Drawing.Size(197, 21);
     this.dateControl2.TabIndex      = 3;
     //
     // spinControl1
     //
     this.spinControl1.BackColor  = System.Drawing.Color.Transparent;
     this.spinControl1.DataField  = "F_Time";
     this.spinControl1.DataSource = null;
     this.spinControl1.EditLabel  = "估计时间:";
     this.spinControl1.Location   = new System.Drawing.Point(7, 195);
     this.spinControl1.Name       = "spinControl1";
     this.spinControl1.Size       = new System.Drawing.Size(155, 21);
     this.spinControl1.TabIndex   = 4;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(168, 204);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(17, 12);
     this.label1.TabIndex = 5;
     this.label1.Text     = "天";
     //
     // dateControl3
     //
     this.dateControl3.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl3.DataField     = "F_Date";
     this.dateControl3.DataSource    = null;
     this.dateControl3.DisplayFormat = "d";
     this.dateControl3.EditLabel     = "登记日期:";
     this.dateControl3.EditMask      = "d";
     this.dateControl3.Location      = new System.Drawing.Point(6, 29);
     this.dateControl3.Name          = "dateControl3";
     this.dateControl3.Request       = false;
     this.dateControl3.Size          = new System.Drawing.Size(196, 21);
     this.dateControl3.TabIndex      = 6;
     //
     // frmEditLeave
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(483, 327);
     this.Name = "frmEditLeave";
     this.Text = "员工请假登记";
     this.gbox.ResumeLayout(false);
     this.gbox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #25
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1 = new myControl.EditControl();
     this.editControl2 = new myControl.EditControl();
     this.editControl3 = new myControl.EditControl();
     this.editControl4 = new myControl.EditControl();
     this.editControl9 = new myControl.EditControl();
     this.cbControl1   = new myControl.cbControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(266, 174);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(347, 174);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.editControl9);
     this.gbox.Controls.Add(this.editControl4);
     this.gbox.Controls.Add(this.editControl3);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Size = new System.Drawing.Size(409, 155);
     //
     // ckCopy
     //
     //
     // editControl1
     //
     this.editControl1.BackColor = System.Drawing.Color.Transparent;
     this.editControl1.DataField = "F_ID";
     this.editControl1.EditLabel = "仓库代码:";
     this.editControl1.Location  = new System.Drawing.Point(7, 21);
     this.editControl1.Name      = "editControl1";
     this.editControl1.Request   = true;
     this.editControl1.Size      = new System.Drawing.Size(158, 27);
     this.editControl1.TabIndex  = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor = System.Drawing.Color.Transparent;
     this.editControl2.DataField = "F_Name";
     this.editControl2.EditLabel = "仓库名称:";
     this.editControl2.Location  = new System.Drawing.Point(193, 20);
     this.editControl2.Name      = "editControl2";
     this.editControl2.Request   = true;
     this.editControl2.Size      = new System.Drawing.Size(204, 27);
     this.editControl2.TabIndex  = 1;
     //
     // editControl3
     //
     this.editControl3.BackColor = System.Drawing.Color.Transparent;
     this.editControl3.DataField = "F_LinkMan";
     this.editControl3.EditLabel = "联系人:";
     this.editControl3.Location  = new System.Drawing.Point(18, 80);
     this.editControl3.Name      = "editControl3";
     this.editControl3.Request   = false;
     this.editControl3.Size      = new System.Drawing.Size(147, 27);
     this.editControl3.TabIndex  = 3;
     //
     // editControl4
     //
     this.editControl4.BackColor = System.Drawing.Color.Transparent;
     this.editControl4.DataField = "F_Tel";
     this.editControl4.EditLabel = "联系电话:";
     this.editControl4.Location  = new System.Drawing.Point(193, 80);
     this.editControl4.Name      = "editControl4";
     this.editControl4.Request   = false;
     this.editControl4.Size      = new System.Drawing.Size(204, 27);
     this.editControl4.TabIndex  = 4;
     //
     // editControl9
     //
     this.editControl9.BackColor = System.Drawing.Color.Transparent;
     this.editControl9.DataField = "F_Remark";
     this.editControl9.EditLabel = "备注:";
     this.editControl9.Location  = new System.Drawing.Point(30, 113);
     this.editControl9.Name      = "editControl9";
     this.editControl9.Request   = false;
     this.editControl9.Size      = new System.Drawing.Size(367, 27);
     this.editControl9.TabIndex  = 9;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "正常仓";
     comboBoxItem2.Value       = "待处理仓";
     comboBoxItem3.Value       = "废品仓";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3
     };
     this.cbControl1.DataField = "F_Kind";
     this.cbControl1.EditLabel = "仓库类型:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.cbControl1.Location  = new System.Drawing.Point(6, 53);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = true;
     this.cbControl1.Size      = new System.Drawing.Size(158, 21);
     this.cbControl1.TabIndex  = 2;
     //
     // frmEditStorage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(434, 210);
     this.Name = "frmEditStorage";
     this.Text = "仓库资料-编辑";
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #26
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.TabPage      = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.gcSellOut    = new DevExpress.XtraGrid.GridControl();
     this.gvSellOut    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAccept     = new DevExpress.XtraGrid.GridControl();
     this.gvAccept     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.gcSellBack   = new DevExpress.XtraGrid.GridControl();
     this.gvSellBack   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.cbType       = new myControl.cbControl();
     ((System.ComponentModel.ISupportInitialize)(this.rgOption.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TabPage)).BeginInit();
     this.TabPage.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcSellOut)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSellOut)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAccept)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAccept)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcSellBack)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSellBack)).BeginInit();
     this.SuspendLayout();
     //
     // rgOption
     //
     this.rgOption.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.rgOption.Properties.Appearance.Options.UseBackColor = true;
     this.rgOption.Visible = false;
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(101, 24);
     this.lbTitle.Text = "frmBase";
     //
     // TabPage
     //
     this.TabPage.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.TabPage.Location        = new System.Drawing.Point(0, 303);
     this.TabPage.Name            = "TabPage";
     this.TabPage.SelectedTabPage = this.xtraTabPage1;
     this.TabPage.Size            = new System.Drawing.Size(890, 293);
     this.TabPage.TabIndex        = 17;
     this.TabPage.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2,
         this.xtraTabPage3
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gcSellOut);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(881, 261);
     this.xtraTabPage1.Text = "销售发货";
     //
     // gcSellOut
     //
     this.gcSellOut.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcSellOut.EmbeddedNavigator.Name = "";
     this.gcSellOut.Location = new System.Drawing.Point(0, 0);
     this.gcSellOut.MainView = this.gvSellOut;
     this.gcSellOut.Name     = "gcSellOut";
     this.gcSellOut.Size     = new System.Drawing.Size(881, 261);
     this.gcSellOut.TabIndex = 0;
     this.gcSellOut.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvSellOut
     });
     //
     // gvSellOut
     //
     this.gvSellOut.GridControl = this.gcSellOut;
     this.gvSellOut.Name        = "gvSellOut";
     this.gvSellOut.OptionsBehavior.Editable              = false;
     this.gvSellOut.OptionsCustomization.AllowFilter      = false;
     this.gvSellOut.OptionsLayout.Columns.StoreAllOptions = true;
     this.gvSellOut.OptionsLayout.Columns.StoreAppearance = true;
     this.gvSellOut.OptionsLayout.StoreDataSettings       = false;
     this.gvSellOut.OptionsLayout.StoreVisualOptions      = false;
     this.gvSellOut.OptionsView.ColumnAutoWidth           = false;
     this.gvSellOut.OptionsView.ShowAutoFilterRow         = true;
     this.gvSellOut.OptionsView.ShowFooter     = true;
     this.gvSellOut.OptionsView.ShowGroupPanel = false;
     this.gvSellOut.DoubleClick += new System.EventHandler(this.gvStockIn_DoubleClick);
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gcAccept);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(881, 261);
     this.xtraTabPage2.Text = "销售收款";
     //
     // gcAccept
     //
     this.gcAccept.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAccept.EmbeddedNavigator.Name = "";
     this.gcAccept.Location = new System.Drawing.Point(0, 0);
     this.gcAccept.MainView = this.gvAccept;
     this.gcAccept.Name     = "gcAccept";
     this.gcAccept.Size     = new System.Drawing.Size(881, 261);
     this.gcAccept.TabIndex = 1;
     this.gcAccept.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvAccept
     });
     //
     // gvAccept
     //
     this.gvAccept.GridControl = this.gcAccept;
     this.gvAccept.Name        = "gvAccept";
     this.gvAccept.OptionsBehavior.Editable              = false;
     this.gvAccept.OptionsCustomization.AllowFilter      = false;
     this.gvAccept.OptionsLayout.Columns.StoreAllOptions = true;
     this.gvAccept.OptionsLayout.Columns.StoreAppearance = true;
     this.gvAccept.OptionsLayout.StoreDataSettings       = false;
     this.gvAccept.OptionsLayout.StoreVisualOptions      = false;
     this.gvAccept.OptionsView.ColumnAutoWidth           = false;
     this.gvAccept.OptionsView.ShowAutoFilterRow         = true;
     this.gvAccept.OptionsView.ShowFooter     = true;
     this.gvAccept.OptionsView.ShowGroupPanel = false;
     this.gvAccept.DoubleClick += new System.EventHandler(this.gvPay_DoubleClick);
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.gcSellBack);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(881, 261);
     this.xtraTabPage3.Text = "销售退货";
     //
     // gcSellBack
     //
     this.gcSellBack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcSellBack.EmbeddedNavigator.Name = "";
     this.gcSellBack.Location = new System.Drawing.Point(0, 0);
     this.gcSellBack.MainView = this.gvSellBack;
     this.gcSellBack.Name     = "gcSellBack";
     this.gcSellBack.Size     = new System.Drawing.Size(881, 261);
     this.gcSellBack.TabIndex = 1;
     this.gcSellBack.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvSellBack
     });
     //
     // gvSellBack
     //
     this.gvSellBack.GridControl = this.gcSellBack;
     this.gvSellBack.Name        = "gvSellBack";
     this.gvSellBack.OptionsBehavior.Editable              = false;
     this.gvSellBack.OptionsCustomization.AllowFilter      = false;
     this.gvSellBack.OptionsLayout.Columns.StoreAllOptions = true;
     this.gvSellBack.OptionsLayout.Columns.StoreAppearance = true;
     this.gvSellBack.OptionsLayout.StoreDataSettings       = false;
     this.gvSellBack.OptionsLayout.StoreVisualOptions      = false;
     this.gvSellBack.OptionsView.ColumnAutoWidth           = false;
     this.gvSellBack.OptionsView.ShowAutoFilterRow         = true;
     this.gvSellBack.OptionsView.ShowFooter     = true;
     this.gvSellBack.OptionsView.ShowGroupPanel = false;
     this.gvSellBack.DoubleClick += new System.EventHandler(this.gvStockBack_DoubleClick);
     //
     // cbType
     //
     this.cbType.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem3.Value   = "按单据";
     comboBoxItem4.Value   = "按明细";
     this.cbType.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbType.DataField          = null;
     this.cbType.EditLabel          = "统计类别:";
     this.cbType.EditStyle          = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbType.Location           = new System.Drawing.Point(731, 37);
     this.cbType.Name               = "cbType";
     this.cbType.Request            = false;
     this.cbType.Size               = new System.Drawing.Size(150, 21);
     this.cbType.TabIndex           = 18;
     this.cbType.SelectIndexChange += new myControl.SelectIndexChangeEventHandler(this.cbType_SelectIndexChange);
     //
     // frmAcceptAccount
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(890, 618);
     this.Controls.Add(this.cbType);
     this.Controls.Add(this.TabPage);
     this.Name     = "frmAcceptAccount";
     this.Text     = "应收款帐薄";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmAcceptAccount_KeyDown);
     this.Controls.SetChildIndex(this.TabPage, 0);
     this.Controls.SetChildIndex(this.cbType, 0);
     ((System.ComponentModel.ISupportInitialize)(this.rgOption.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TabPage)).EndInit();
     this.TabPage.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcSellOut)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSellOut)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAccept)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAccept)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcSellBack)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSellBack)).EndInit();
     this.ResumeLayout(false);
 }
Пример #27
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem5 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem6 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl1  = new myControl.EditControl();
     this.editControl2  = new myControl.EditControl();
     this.editControl4  = new myControl.EditControl();
     this.editControl9  = new myControl.EditControl();
     this.lupControl1   = new myControl.lupControl();
     this.lupControl2   = new myControl.lupControl();
     this.lupControl3   = new myControl.lupControl();
     this.lupControl4   = new myControl.lupControl();
     this.spinControl1  = new myControl.SpinControl();
     this.spinControl2  = new myControl.SpinControl();
     this.spinControl3  = new myControl.SpinControl();
     this.spinControl4  = new myControl.SpinControl();
     this.spinControl5  = new myControl.SpinControl();
     this.spinControl6  = new myControl.SpinControl();
     this.spinControl7  = new myControl.SpinControl();
     this.spinControl8  = new myControl.SpinControl();
     this.spinControl9  = new myControl.SpinControl();
     this.spinControl11 = new myControl.SpinControl();
     this.lupControl6   = new myControl.lupControl();
     this.cbControl1    = new myControl.cbControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(427, 364);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(508, 364);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.lupControl6);
     this.gbox.Controls.Add(this.spinControl11);
     this.gbox.Controls.Add(this.spinControl9);
     this.gbox.Controls.Add(this.spinControl8);
     this.gbox.Controls.Add(this.spinControl7);
     this.gbox.Controls.Add(this.spinControl6);
     this.gbox.Controls.Add(this.spinControl5);
     this.gbox.Controls.Add(this.spinControl4);
     this.gbox.Controls.Add(this.spinControl3);
     this.gbox.Controls.Add(this.spinControl2);
     this.gbox.Controls.Add(this.spinControl1);
     this.gbox.Controls.Add(this.lupControl4);
     this.gbox.Controls.Add(this.lupControl3);
     this.gbox.Controls.Add(this.lupControl2);
     this.gbox.Controls.Add(this.lupControl1);
     this.gbox.Controls.Add(this.editControl9);
     this.gbox.Controls.Add(this.editControl4);
     this.gbox.Controls.Add(this.editControl2);
     this.gbox.Controls.Add(this.editControl1);
     this.gbox.Size = new System.Drawing.Size(570, 339);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(13, 368);
     //
     // editControl1
     //
     this.editControl1.BackColor = System.Drawing.Color.Transparent;
     this.editControl1.DataField = "F_ID";
     this.editControl1.EditLabel = "固定资产编号:";
     this.editControl1.Location  = new System.Drawing.Point(7, 21);
     this.editControl1.Name      = "editControl1";
     this.editControl1.Request   = true;
     this.editControl1.Size      = new System.Drawing.Size(219, 27);
     this.editControl1.TabIndex  = 0;
     //
     // editControl2
     //
     this.editControl2.BackColor = System.Drawing.Color.Transparent;
     this.editControl2.DataField = "F_Name";
     this.editControl2.EditLabel = "固定资产名称:";
     this.editControl2.Location  = new System.Drawing.Point(256, 20);
     this.editControl2.Name      = "editControl2";
     this.editControl2.Request   = true;
     this.editControl2.Size      = new System.Drawing.Size(294, 27);
     this.editControl2.TabIndex  = 1;
     //
     // editControl4
     //
     this.editControl4.BackColor = System.Drawing.Color.Transparent;
     this.editControl4.DataField = "F_Spec";
     this.editControl4.EditLabel = "规格型号:";
     this.editControl4.Location  = new System.Drawing.Point(285, 53);
     this.editControl4.Name      = "editControl4";
     this.editControl4.Request   = false;
     this.editControl4.Size      = new System.Drawing.Size(265, 27);
     this.editControl4.TabIndex  = 4;
     //
     // editControl9
     //
     this.editControl9.BackColor = System.Drawing.Color.Transparent;
     this.editControl9.DataField = "F_Position";
     this.editControl9.EditLabel = "存放位置:";
     this.editControl9.Location  = new System.Drawing.Point(30, 302);
     this.editControl9.Name      = "editControl9";
     this.editControl9.Request   = false;
     this.editControl9.Size      = new System.Drawing.Size(520, 27);
     this.editControl9.TabIndex  = 9;
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_Type";
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "固定资产类别:";
     this.lupControl1.Location           = new System.Drawing.Point(7, 53);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.Request  = false;
     this.lupControl1.Size     = new System.Drawing.Size(219, 22);
     this.lupControl1.TabIndex = 10;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_DeptID";
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "所属部门:";
     this.lupControl2.Location           = new System.Drawing.Point(30, 81);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.Request  = false;
     this.lupControl2.Size     = new System.Drawing.Size(196, 22);
     this.lupControl2.TabIndex = 11;
     //
     // lupControl3
     //
     this.lupControl3.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl3.DataField          = "F_CalType";
     this.lupControl3.DisplayCaption     = "";
     this.lupControl3.EditLabel          = "增减方式:";
     this.lupControl3.Location           = new System.Drawing.Point(283, 83);
     this.lupControl3.LookUpDataSource   = null;
     this.lupControl3.LookUpDisplayField = null;
     this.lupControl3.LookUpKeyField     = null;
     this.lupControl3.Name     = "lupControl3";
     this.lupControl3.Request  = false;
     this.lupControl3.Size     = new System.Drawing.Size(206, 22);
     this.lupControl3.TabIndex = 12;
     //
     // lupControl4
     //
     this.lupControl4.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl4.DataField          = "F_UseInfo";
     this.lupControl4.DisplayCaption     = "";
     this.lupControl4.EditLabel          = "使用状况:";
     this.lupControl4.Location           = new System.Drawing.Point(30, 111);
     this.lupControl4.LookUpDataSource   = null;
     this.lupControl4.LookUpDisplayField = null;
     this.lupControl4.LookUpKeyField     = null;
     this.lupControl4.Name     = "lupControl4";
     this.lupControl4.Request  = false;
     this.lupControl4.Size     = new System.Drawing.Size(196, 22);
     this.lupControl4.TabIndex = 13;
     //
     // spinControl1
     //
     this.spinControl1.BackColor = System.Drawing.Color.Transparent;
     this.spinControl1.DataField = "F_IniValue";
     this.spinControl1.EditLabel = "入帐原值:";
     this.spinControl1.Location  = new System.Drawing.Point(285, 111);
     this.spinControl1.Name      = "spinControl1";
     this.spinControl1.Size      = new System.Drawing.Size(185, 21);
     this.spinControl1.TabIndex  = 14;
     //
     // spinControl2
     //
     this.spinControl2.BackColor = System.Drawing.Color.Transparent;
     this.spinControl2.DataField = "F_Total";
     this.spinControl2.EditLabel = "累计折旧:";
     this.spinControl2.Location  = new System.Drawing.Point(30, 139);
     this.spinControl2.Name      = "spinControl2";
     this.spinControl2.Size      = new System.Drawing.Size(170, 21);
     this.spinControl2.TabIndex  = 15;
     //
     // spinControl3
     //
     this.spinControl3.BackColor = System.Drawing.Color.Transparent;
     this.spinControl3.DataField = "F_nValue";
     this.spinControl3.EditLabel = "净值:";
     this.spinControl3.Location  = new System.Drawing.Point(304, 139);
     this.spinControl3.Name      = "spinControl3";
     this.spinControl3.Size      = new System.Drawing.Size(185, 21);
     this.spinControl3.TabIndex  = 16;
     //
     // spinControl4
     //
     this.spinControl4.BackColor = System.Drawing.Color.Transparent;
     this.spinControl4.DataField = "F_Date";
     this.spinControl4.EditLabel = "入帐日期:";
     this.spinControl4.Location  = new System.Drawing.Point(30, 166);
     this.spinControl4.Name      = "spinControl4";
     this.spinControl4.Size      = new System.Drawing.Size(170, 21);
     this.spinControl4.TabIndex  = 17;
     //
     // spinControl5
     //
     this.spinControl5.BackColor = System.Drawing.Color.Transparent;
     this.spinControl5.DataField = "F_nRate";
     this.spinControl5.EditLabel = "预计净残值率:";
     this.spinControl5.Location  = new System.Drawing.Point(256, 166);
     this.spinControl5.Name      = "spinControl5";
     this.spinControl5.Size      = new System.Drawing.Size(185, 21);
     this.spinControl5.TabIndex  = 18;
     //
     // spinControl6
     //
     this.spinControl6.BackColor = System.Drawing.Color.Transparent;
     this.spinControl6.DataField = "F_nValue1";
     this.spinControl6.EditLabel = "预计净残值:";
     this.spinControl6.Location  = new System.Drawing.Point(19, 193);
     this.spinControl6.Name      = "spinControl6";
     this.spinControl6.Size      = new System.Drawing.Size(181, 21);
     this.spinControl6.TabIndex  = 19;
     //
     // spinControl7
     //
     this.spinControl7.BackColor = System.Drawing.Color.Transparent;
     this.spinControl7.DataField = "F_UseMonth";
     this.spinControl7.EditLabel = "预计使用月份:";
     this.spinControl7.Location  = new System.Drawing.Point(7, 220);
     this.spinControl7.Name      = "spinControl7";
     this.spinControl7.Size      = new System.Drawing.Size(193, 21);
     this.spinControl7.TabIndex  = 21;
     //
     // spinControl8
     //
     this.spinControl8.BackColor = System.Drawing.Color.Transparent;
     this.spinControl8.DataField = "F_HasUseMonth";
     this.spinControl8.EditLabel = "已计提月份:";
     this.spinControl8.Location  = new System.Drawing.Point(269, 220);
     this.spinControl8.Name      = "spinControl8";
     this.spinControl8.Size      = new System.Drawing.Size(185, 21);
     this.spinControl8.TabIndex  = 22;
     //
     // spinControl9
     //
     this.spinControl9.BackColor = System.Drawing.Color.Transparent;
     this.spinControl9.DataField = "F_MonthRate";
     this.spinControl9.EditLabel = "月折旧率:";
     this.spinControl9.Location  = new System.Drawing.Point(30, 247);
     this.spinControl9.Name      = "spinControl9";
     this.spinControl9.Size      = new System.Drawing.Size(170, 21);
     this.spinControl9.TabIndex  = 23;
     //
     // spinControl11
     //
     this.spinControl11.BackColor = System.Drawing.Color.Transparent;
     this.spinControl11.DataField = "F_MonthValue";
     this.spinControl11.EditLabel = "月折旧额:";
     this.spinControl11.Location  = new System.Drawing.Point(283, 247);
     this.spinControl11.Name      = "spinControl11";
     this.spinControl11.Size      = new System.Drawing.Size(170, 21);
     this.spinControl11.TabIndex  = 25;
     //
     // lupControl6
     //
     this.lupControl6.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl6.DataField          = null;
     this.lupControl6.DisplayCaption     = "";
     this.lupControl6.EditLabel          = "对应科目:";
     this.lupControl6.Location           = new System.Drawing.Point(30, 274);
     this.lupControl6.LookUpDataSource   = null;
     this.lupControl6.LookUpDisplayField = null;
     this.lupControl6.LookUpKeyField     = null;
     this.lupControl6.Name         = "lupControl6";
     this.lupControl6.Request      = false;
     this.lupControl6.Size         = new System.Drawing.Size(206, 22);
     this.lupControl6.TabIndex     = 27;
     this.lupControl6.ButtonClick += new myControl.ButtonClickEventHandler(this.lupControl6_ButtonClick);
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "不计提折旧";
     comboBoxItem2.Value       = "平均年限法(一)";
     comboBoxItem3.Value       = "平均年限法(二)";
     comboBoxItem4.Value       = "工作量法";
     comboBoxItem5.Value       = "双倍余额递减法";
     comboBoxItem6.Value       = "年数总和法";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4,
         comboBoxItem5,
         comboBoxItem6
     };
     this.cbControl1.DataField = "F_nWay";
     this.cbControl1.EditLabel = "折旧方法:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(283, 193);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = false;
     this.cbControl1.Size      = new System.Drawing.Size(206, 21);
     this.cbControl1.TabIndex  = 28;
     //
     // frmEditAsset
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(595, 399);
     this.Name = "frmEditAsset";
     this.Text = "固定资产-编辑";
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #28
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem4 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1  = new myControl.lupControl();
     this.editControl5 = new myControl.EditControl();
     this.dateControl2 = new myControl.DateControl();
     this.lupControl2  = new myControl.lupControl();
     this.lupControl3  = new myControl.lupControl();
     this.editControl6 = new myControl.EditControl();
     this.lupControl4  = new myControl.lupControl();
     this.editControl7 = new myControl.EditControl();
     this.editControl8 = new myControl.EditControl();
     this.sbLoad       = new DevExpress.XtraEditors.SimpleButton();
     this.cbControl1   = new myControl.cbControl();
     this.lupControl5  = new myControl.lupControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.lupControl5);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.sbLoad);
     this.panelControl1.Controls.Add(this.editControl8);
     this.panelControl1.Controls.Add(this.editControl7);
     this.panelControl1.Controls.Add(this.lupControl4);
     this.panelControl1.Controls.Add(this.editControl6);
     this.panelControl1.Controls.Add(this.lupControl3);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.dateControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Controls.Add(this.lupControl1);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(800, 169);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl3, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl6, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl4, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl7, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl8, 0);
     this.panelControl1.Controls.SetChildIndex(this.sbLoad, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl5, 0);
     //
     // editControl4
     //
     this.editControl4.Location = new System.Drawing.Point(595, 6);
     //
     // editControl3
     //
     this.editControl3.Location = new System.Drawing.Point(270, 6);
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(588, 34);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(590, 8);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_ClientID";
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.DropSQL            = "";
     this.lupControl1.EditLabel          = "客户:";
     this.lupControl1.InvokeClass        = "";
     this.lupControl1.LinkFields         = null;
     this.lupControl1.Location           = new System.Drawing.Point(25, 62);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(270, 22);
     this.lupControl1.TabIndex = 3;
     //
     // editControl5
     //
     this.editControl5.BackColor  = System.Drawing.Color.Transparent;
     this.editControl5.DataField  = "F_Remark";
     this.editControl5.DataSource = null;
     this.editControl5.EditLabel  = "备注:";
     this.editControl5.Location   = new System.Drawing.Point(234, 142);
     this.editControl5.Name       = "editControl5";
     this.editControl5.Request    = false;
     this.editControl5.Size       = new System.Drawing.Size(529, 21);
     this.editControl5.TabIndex   = 11;
     //
     // dateControl2
     //
     this.dateControl2.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl2.DataField     = "F_SendDate";
     this.dateControl2.DataSource    = null;
     this.dateControl2.DisplayFormat = "d";
     this.dateControl2.EditLabel     = "发货日期:";
     this.dateControl2.EditMask      = "d";
     this.dateControl2.Location      = new System.Drawing.Point(301, 60);
     this.dateControl2.Name          = "dateControl2";
     this.dateControl2.Request       = true;
     this.dateControl2.Size          = new System.Drawing.Size(180, 24);
     this.dateControl2.TabIndex      = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_DeptID";
     this.lupControl2.DataSource         = null;
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.DropSQL            = "";
     this.lupControl2.EditLabel          = "部门:";
     this.lupControl2.InvokeClass        = "";
     this.lupControl2.LinkFields         = null;
     this.lupControl2.Location           = new System.Drawing.Point(25, 91);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = false;
     this.lupControl2.Size     = new System.Drawing.Size(165, 22);
     this.lupControl2.TabIndex = 5;
     //
     // lupControl3
     //
     this.lupControl3.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl3.DataField          = "F_Opertor";
     this.lupControl3.DataSource         = null;
     this.lupControl3.DisplayCaption     = "";
     this.lupControl3.DropSQL            = "";
     this.lupControl3.EditLabel          = "业务员:";
     this.lupControl3.InvokeClass        = "";
     this.lupControl3.LinkFields         = null;
     this.lupControl3.Location           = new System.Drawing.Point(226, 90);
     this.lupControl3.LookUpDataSource   = null;
     this.lupControl3.LookUpDisplayField = null;
     this.lupControl3.LookUpKeyField     = null;
     this.lupControl3.Name     = "lupControl3";
     this.lupControl3.PopWidth = 150;
     this.lupControl3.Request  = false;
     this.lupControl3.Size     = new System.Drawing.Size(179, 22);
     this.lupControl3.TabIndex = 6;
     //
     // editControl6
     //
     this.editControl6.BackColor  = System.Drawing.Color.Transparent;
     this.editControl6.DataField  = "F_ContractID";
     this.editControl6.DataSource = null;
     this.editControl6.EditLabel  = "合同号:";
     this.editControl6.Location   = new System.Drawing.Point(450, 90);
     this.editControl6.Name       = "editControl6";
     this.editControl6.Request    = false;
     this.editControl6.Size       = new System.Drawing.Size(218, 21);
     this.editControl6.TabIndex   = 7;
     //
     // lupControl4
     //
     this.lupControl4.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl4.DataField          = "F_CarryCompany";
     this.lupControl4.DataSource         = null;
     this.lupControl4.DisplayCaption     = "";
     this.lupControl4.DropSQL            = "";
     this.lupControl4.EditLabel          = "货运公司:";
     this.lupControl4.InvokeClass        = "";
     this.lupControl4.LinkFields         = null;
     this.lupControl4.Location           = new System.Drawing.Point(437, 114);
     this.lupControl4.LookUpDataSource   = null;
     this.lupControl4.LookUpDisplayField = null;
     this.lupControl4.LookUpKeyField     = null;
     this.lupControl4.Name     = "lupControl4";
     this.lupControl4.PopWidth = 150;
     this.lupControl4.Request  = false;
     this.lupControl4.Size     = new System.Drawing.Size(252, 22);
     this.lupControl4.TabIndex = 10;
     //
     // editControl7
     //
     this.editControl7.BackColor  = System.Drawing.Color.Transparent;
     this.editControl7.DataField  = "F_LinkTel";
     this.editControl7.DataSource = null;
     this.editControl7.EditLabel  = "联系电话:";
     this.editControl7.Location   = new System.Drawing.Point(1, 118);
     this.editControl7.Name       = "editControl7";
     this.editControl7.Request    = false;
     this.editControl7.Size       = new System.Drawing.Size(179, 21);
     this.editControl7.TabIndex   = 8;
     //
     // editControl8
     //
     this.editControl8.BackColor  = System.Drawing.Color.Transparent;
     this.editControl8.DataField  = "F_LinkMan";
     this.editControl8.DataSource = null;
     this.editControl8.EditLabel  = "联系人:";
     this.editControl8.Location   = new System.Drawing.Point(226, 118);
     this.editControl8.Name       = "editControl8";
     this.editControl8.Request    = false;
     this.editControl8.Size       = new System.Drawing.Size(179, 21);
     this.editControl8.TabIndex   = 9;
     //
     // sbLoad
     //
     this.sbLoad.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbLoad.Appearance.Options.UseFont = true;
     this.sbLoad.Location = new System.Drawing.Point(705, 113);
     this.sbLoad.Name     = "sbLoad";
     this.sbLoad.Size     = new System.Drawing.Size(58, 23);
     this.sbLoad.TabIndex = 13;
     this.sbLoad.Text     = "附件";
     this.sbLoad.Click   += new System.EventHandler(this.sbLoad_Click);
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "销售发货出库";
     comboBoxItem2.Value       = "零售出库";
     comboBoxItem3.Value       = "业务出库";
     comboBoxItem4.Value       = "代理商出库";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3,
         comboBoxItem4
     };
     this.cbControl1.DataField     = "F_Type";
     this.cbControl1.DataSource    = null;
     this.cbControl1.EditLabel     = "出库类型:";
     this.cbControl1.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location      = new System.Drawing.Point(1, 142);
     this.cbControl1.Name          = "cbControl1";
     this.cbControl1.Request       = true;
     this.cbControl1.SelectedIndex = -1;
     this.cbControl1.Size          = new System.Drawing.Size(227, 21);
     this.cbControl1.TabIndex      = 14;
     //
     // lupControl5
     //
     this.lupControl5.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl5.DataField          = "F_BalanceType";
     this.lupControl5.DataSource         = null;
     this.lupControl5.DisplayCaption     = "";
     this.lupControl5.DropSQL            = "";
     this.lupControl5.EditLabel          = "结算方式:";
     this.lupControl5.InvokeClass        = "";
     this.lupControl5.LinkFields         = null;
     this.lupControl5.Location           = new System.Drawing.Point(487, 60);
     this.lupControl5.LookUpDataSource   = null;
     this.lupControl5.LookUpDisplayField = null;
     this.lupControl5.LookUpKeyField     = null;
     this.lupControl5.Name     = "lupControl5";
     this.lupControl5.PopWidth = 150;
     this.lupControl5.Request  = true;
     this.lupControl5.Size     = new System.Drawing.Size(202, 22);
     this.lupControl5.TabIndex = 15;
     //
     // frmSellOrder
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(800, 527);
     this.Name     = "frmSellOrder";
     this.Text     = "客户订单";
     this.Load    += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown   += new System.EventHandler(this.frmSellOrder_Shown);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmSellOrder_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #29
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl9 = new myControl.EditControl();
     this.dateControl1 = new myControl.DateControl();
     this.spQty        = new myControl.SpinControl();
     this.spPrice      = new myControl.SpinControl();
     this.spMoney      = new myControl.SpinControl();
     this.ckOption     = new DevExpress.XtraEditors.CheckEdit();
     this.cbControl1   = new myControl.cbControl();
     this.lupItem      = new myControl.lupControl();
     this.lupDept      = new myControl.lupControl();
     this.lupEmp       = new myControl.lupControl();
     this.lupProcess   = new myControl.lupControl();
     this.lupGroup     = new myControl.lupControl();
     this.gbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.binData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // BtnOK
     //
     this.BtnOK.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnOK.Appearance.Options.UseFont = true;
     this.BtnOK.Location = new System.Drawing.Point(333, 324);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.Location = new System.Drawing.Point(414, 324);
     //
     // gbox
     //
     this.gbox.Controls.Add(this.lupGroup);
     this.gbox.Controls.Add(this.lupProcess);
     this.gbox.Controls.Add(this.lupEmp);
     this.gbox.Controls.Add(this.lupDept);
     this.gbox.Controls.Add(this.lupItem);
     this.gbox.Controls.Add(this.cbControl1);
     this.gbox.Controls.Add(this.spMoney);
     this.gbox.Controls.Add(this.spPrice);
     this.gbox.Controls.Add(this.spQty);
     this.gbox.Controls.Add(this.dateControl1);
     this.gbox.Controls.Add(this.editControl9);
     this.gbox.Location = new System.Drawing.Point(13, 12);
     this.gbox.Size     = new System.Drawing.Size(476, 304);
     //
     // ckCopy
     //
     this.ckCopy.Location = new System.Drawing.Point(120, 322);
     this.ckCopy.Size     = new System.Drawing.Size(109, 19);
     this.ckCopy.Visible  = true;
     //
     // editControl9
     //
     this.editControl9.BackColor  = System.Drawing.Color.Transparent;
     this.editControl9.DataField  = "F_Remark";
     this.editControl9.DataSource = null;
     this.editControl9.EditLabel  = "备注:";
     this.editControl9.Location   = new System.Drawing.Point(18, 254);
     this.editControl9.Name       = "editControl9";
     this.editControl9.Request    = false;
     this.editControl9.Size       = new System.Drawing.Size(436, 21);
     this.editControl9.TabIndex   = 10;
     //
     // dateControl1
     //
     this.dateControl1.BackColor     = System.Drawing.Color.Transparent;
     this.dateControl1.DataField     = "F_Time";
     this.dateControl1.DataSource    = null;
     this.dateControl1.DisplayFormat = "d";
     this.dateControl1.EditLabel     = "日期:";
     this.dateControl1.EditMask      = "d";
     this.dateControl1.Location      = new System.Drawing.Point(16, 20);
     this.dateControl1.Name          = "dateControl1";
     this.dateControl1.Request       = true;
     this.dateControl1.Size          = new System.Drawing.Size(179, 21);
     this.dateControl1.TabIndex      = 1;
     //
     // spQty
     //
     this.spQty.BackColor  = System.Drawing.Color.Transparent;
     this.spQty.DataField  = "F_Qty";
     this.spQty.DataSource = null;
     this.spQty.EditLabel  = "数量:";
     this.spQty.Location   = new System.Drawing.Point(18, 215);
     this.spQty.Name       = "spQty";
     this.spQty.Size       = new System.Drawing.Size(133, 21);
     this.spQty.TabIndex   = 7;
     //
     // spPrice
     //
     this.spPrice.BackColor  = System.Drawing.Color.Transparent;
     this.spPrice.DataField  = "F_Price";
     this.spPrice.DataSource = null;
     this.spPrice.EditLabel  = "工价:";
     this.spPrice.Location   = new System.Drawing.Point(192, 215);
     this.spPrice.Name       = "spPrice";
     this.spPrice.Size       = new System.Drawing.Size(110, 21);
     this.spPrice.TabIndex   = 8;
     //
     // spMoney
     //
     this.spMoney.BackColor  = System.Drawing.Color.Transparent;
     this.spMoney.DataField  = "F_Money";
     this.spMoney.DataSource = null;
     this.spMoney.EditLabel  = "金额:";
     this.spMoney.Enabled    = false;
     this.spMoney.Location   = new System.Drawing.Point(320, 215);
     this.spMoney.Name       = "spMoney";
     this.spMoney.Size       = new System.Drawing.Size(134, 21);
     this.spMoney.TabIndex   = 9;
     //
     // ckOption
     //
     this.ckOption.EditValue          = true;
     this.ckOption.Location           = new System.Drawing.Point(11, 322);
     this.ckOption.Name               = "ckOption";
     this.ckOption.Properties.Caption = "保存后增加";
     this.ckOption.Size               = new System.Drawing.Size(103, 19);
     this.ckOption.TabIndex           = 2;
     this.ckOption.CheckedChanged    += new System.EventHandler(this.ckOption_CheckedChanged);
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "计件";
     comboBoxItem2.Value       = "计时";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2
     };
     this.cbControl1.DataField     = "F_Type";
     this.cbControl1.DataSource    = null;
     this.cbControl1.EditLabel     = "计算方式:";
     this.cbControl1.EditStyle     = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location      = new System.Drawing.Point(284, 20);
     this.cbControl1.Name          = "cbControl1";
     this.cbControl1.Request       = false;
     this.cbControl1.SelectedIndex = -1;
     this.cbControl1.Size          = new System.Drawing.Size(170, 21);
     this.cbControl1.TabIndex      = 2;
     //
     // lupItem
     //
     this.lupItem.BackColor          = System.Drawing.Color.Transparent;
     this.lupItem.DataField          = "F_ItemID";
     this.lupItem.DataSource         = null;
     this.lupItem.DisplayCaption     = "";
     this.lupItem.DropSQL            = "";
     this.lupItem.EditLabel          = "产品:";
     this.lupItem.InvokeClass        = "";
     this.lupItem.LinkFields         = null;
     this.lupItem.Location           = new System.Drawing.Point(18, 59);
     this.lupItem.LookUpDataSource   = null;
     this.lupItem.LookUpDisplayField = null;
     this.lupItem.LookUpKeyField     = null;
     this.lupItem.Name     = "lupItem";
     this.lupItem.PopWidth = 150;
     this.lupItem.Request  = false;
     this.lupItem.Size     = new System.Drawing.Size(322, 22);
     this.lupItem.TabIndex = 3;
     //
     // lupDept
     //
     this.lupDept.BackColor          = System.Drawing.Color.Transparent;
     this.lupDept.DataField          = "F_DeptID";
     this.lupDept.DataSource         = null;
     this.lupDept.DisplayCaption     = "";
     this.lupDept.DropSQL            = "";
     this.lupDept.EditLabel          = "部门:";
     this.lupDept.InvokeClass        = "";
     this.lupDept.LinkFields         = null;
     this.lupDept.Location           = new System.Drawing.Point(18, 96);
     this.lupDept.LookUpDataSource   = null;
     this.lupDept.LookUpDisplayField = null;
     this.lupDept.LookUpKeyField     = null;
     this.lupDept.Name          = "lupDept";
     this.lupDept.PopWidth      = 150;
     this.lupDept.Request       = false;
     this.lupDept.Size          = new System.Drawing.Size(251, 22);
     this.lupDept.TabIndex      = 4;
     this.lupDept.ValueChanged += new myControl.SelectChangeEventHandler(this.lupDept_ValueChanged);
     //
     // lupEmp
     //
     this.lupEmp.BackColor          = System.Drawing.Color.Transparent;
     this.lupEmp.DataField          = "F_EmpID";
     this.lupEmp.DataSource         = null;
     this.lupEmp.DisplayCaption     = "";
     this.lupEmp.DropSQL            = "";
     this.lupEmp.EditLabel          = "员工:";
     this.lupEmp.InvokeClass        = "";
     this.lupEmp.LinkFields         = null;
     this.lupEmp.Location           = new System.Drawing.Point(18, 136);
     this.lupEmp.LookUpDataSource   = null;
     this.lupEmp.LookUpDisplayField = null;
     this.lupEmp.LookUpKeyField     = null;
     this.lupEmp.Name     = "lupEmp";
     this.lupEmp.PopWidth = 150;
     this.lupEmp.Request  = false;
     this.lupEmp.Size     = new System.Drawing.Size(251, 22);
     this.lupEmp.TabIndex = 5;
     //
     // lupProcess
     //
     this.lupProcess.BackColor          = System.Drawing.Color.Transparent;
     this.lupProcess.DataField          = "F_ProcID";
     this.lupProcess.DataSource         = null;
     this.lupProcess.DisplayCaption     = "";
     this.lupProcess.DropSQL            = "";
     this.lupProcess.EditLabel          = "工序:";
     this.lupProcess.InvokeClass        = "";
     this.lupProcess.LinkFields         = null;
     this.lupProcess.Location           = new System.Drawing.Point(18, 175);
     this.lupProcess.LookUpDataSource   = null;
     this.lupProcess.LookUpDisplayField = null;
     this.lupProcess.LookUpKeyField     = null;
     this.lupProcess.Name          = "lupProcess";
     this.lupProcess.PopWidth      = 150;
     this.lupProcess.Request       = false;
     this.lupProcess.Size          = new System.Drawing.Size(251, 22);
     this.lupProcess.TabIndex      = 6;
     this.lupProcess.ValueChanged += new myControl.SelectChangeEventHandler(this.lupProcess_ValueChanged);
     //
     // lupGroup
     //
     this.lupGroup.BackColor          = System.Drawing.Color.Transparent;
     this.lupGroup.DataField          = "F_GroupID";
     this.lupGroup.DataSource         = null;
     this.lupGroup.DisplayCaption     = "";
     this.lupGroup.DropSQL            = "";
     this.lupGroup.EditLabel          = "工组:";
     this.lupGroup.InvokeClass        = "";
     this.lupGroup.LinkFields         = null;
     this.lupGroup.Location           = new System.Drawing.Point(275, 96);
     this.lupGroup.LookUpDataSource   = null;
     this.lupGroup.LookUpDisplayField = null;
     this.lupGroup.LookUpKeyField     = null;
     this.lupGroup.Name     = "lupGroup";
     this.lupGroup.PopWidth = 150;
     this.lupGroup.Request  = false;
     this.lupGroup.Size     = new System.Drawing.Size(195, 23);
     this.lupGroup.TabIndex = 11;
     this.lupGroup.TabStop  = false;
     //
     // frmEditWage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(501, 358);
     this.Controls.Add(this.ckOption);
     this.Name = "frmEditWage";
     this.Text = "个人计件--编辑";
     this.Controls.SetChildIndex(this.ckCopy, 0);
     this.Controls.SetChildIndex(this.BtnOK, 0);
     this.Controls.SetChildIndex(this.btnCancel, 0);
     this.Controls.SetChildIndex(this.ckOption, 0);
     this.Controls.SetChildIndex(this.gbox, 0);
     this.gbox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.binData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckCopy.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckOption.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.lupControl1  = new myControl.lupControl();
     this.editControl5 = new myControl.EditControl();
     this.cbControl1   = new myControl.cbControl();
     this.editControl6 = new myControl.EditControl();
     this.dateControl2 = new myControl.DateControl();
     this.lupControl2  = new myControl.lupControl();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.dateControl2);
     this.panelControl1.Controls.Add(this.editControl6);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Controls.Add(this.lupControl1);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(823, 120);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl6, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(641, 7);
     //
     // lupControl1
     //
     this.lupControl1.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl1.DataField          = "F_ClientID";
     this.lupControl1.DataSource         = null;
     this.lupControl1.DisplayCaption     = "";
     this.lupControl1.EditLabel          = "客户:";
     this.lupControl1.Location           = new System.Drawing.Point(25, 39);
     this.lupControl1.LookUpDataSource   = null;
     this.lupControl1.LookUpDisplayField = null;
     this.lupControl1.LookUpKeyField     = null;
     this.lupControl1.Name     = "lupControl1";
     this.lupControl1.PopWidth = 150;
     this.lupControl1.Request  = true;
     this.lupControl1.Size     = new System.Drawing.Size(270, 22);
     this.lupControl1.TabIndex = 3;
     //
     // editControl5
     //
     this.editControl5.BackColor  = System.Drawing.Color.Transparent;
     this.editControl5.DataField  = "F_Remark";
     this.editControl5.DataSource = null;
     this.editControl5.EditLabel  = "备注:";
     this.editControl5.Location   = new System.Drawing.Point(25, 92);
     this.editControl5.Name       = "editControl5";
     this.editControl5.Request    = false;
     this.editControl5.Size       = new System.Drawing.Size(677, 27);
     this.editControl5.TabIndex   = 6;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "退现款给客户";
     comboBoxItem2.Value       = "退款转预收款 ";
     comboBoxItem3.Value       = "退款转应收款";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3
     };
     this.cbControl1.DataField  = "F_Kind";
     this.cbControl1.DataSource = null;
     this.cbControl1.EditLabel  = "退款方式:";
     this.cbControl1.EditStyle  = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location   = new System.Drawing.Point(1, 67);
     this.cbControl1.Name       = "cbControl1";
     this.cbControl1.Request    = false;
     this.cbControl1.Size       = new System.Drawing.Size(197, 21);
     this.cbControl1.TabIndex   = 4;
     //
     // editControl6
     //
     this.editControl6.BackColor  = System.Drawing.Color.Transparent;
     this.editControl6.DataField  = "F_Reason";
     this.editControl6.DataSource = null;
     this.editControl6.EditLabel  = "退货原因:";
     this.editControl6.Location   = new System.Drawing.Point(217, 67);
     this.editControl6.Name       = "editControl6";
     this.editControl6.Request    = false;
     this.editControl6.Size       = new System.Drawing.Size(284, 21);
     this.editControl6.TabIndex   = 5;
     //
     // dateControl2
     //
     this.dateControl2.BackColor  = System.Drawing.Color.Transparent;
     this.dateControl2.DataField  = "F_AcceptDate";
     this.dateControl2.DataSource = null;
     this.dateControl2.EditLabel  = "退款日期:";
     this.dateControl2.Location   = new System.Drawing.Point(510, 65);
     this.dateControl2.Name       = "dateControl2";
     this.dateControl2.Request    = true;
     this.dateControl2.Size       = new System.Drawing.Size(192, 21);
     this.dateControl2.TabIndex   = 7;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = null;
     this.lupControl2.DataSource         = null;
     this.lupControl2.DisplayCaption     = "";
     this.lupControl2.EditLabel          = "退款方式:";
     this.lupControl2.Location           = new System.Drawing.Point(313, 39);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = true;
     this.lupControl2.Size     = new System.Drawing.Size(188, 22);
     this.lupControl2.TabIndex = 8;
     //
     // frmSellBack
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(823, 537);
     this.Name   = "frmSellBack";
     this.Text   = "销售退货单";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmSellBack_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #31
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem1 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem2 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     DevExpress.XtraEditors.Controls.ComboBoxItem comboBoxItem3 = new DevExpress.XtraEditors.Controls.ComboBoxItem();
     this.editControl5 = new myControl.EditControl();
     this.lupControl2  = new myControl.lupControl();
     this.dateControl2 = new myControl.DateControl();
     this.cbControl1   = new myControl.cbControl();
     this.sbFetch      = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbTitle
     //
     this.lbTitle.Size = new System.Drawing.Size(94, 21);
     this.lbTitle.Text = "frmBase";
     //
     // dateControl1
     //
     this.dateControl1.Location = new System.Drawing.Point(607, 36);
     //
     // editControl1
     //
     this.editControl1.Location = new System.Drawing.Point(607, 8);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.OldLace;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.sbFetch);
     this.panelControl1.Controls.Add(this.cbControl1);
     this.panelControl1.Controls.Add(this.dateControl2);
     this.panelControl1.Controls.Add(this.lupControl2);
     this.panelControl1.Controls.Add(this.editControl5);
     this.panelControl1.Location = new System.Drawing.Point(0, 26);
     this.panelControl1.Size     = new System.Drawing.Size(814, 126);
     this.panelControl1.Controls.SetChildIndex(this.lbTitle, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.editControl5, 0);
     this.panelControl1.Controls.SetChildIndex(this.lupControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.dateControl2, 0);
     this.panelControl1.Controls.SetChildIndex(this.cbControl1, 0);
     this.panelControl1.Controls.SetChildIndex(this.sbFetch, 0);
     //
     // editControl5
     //
     this.editControl5.BackColor = System.Drawing.Color.Transparent;
     this.editControl5.DataField = "F_Remark";
     this.editControl5.EditLabel = "备注:";
     this.editControl5.Location  = new System.Drawing.Point(37, 91);
     this.editControl5.Name      = "editControl5";
     this.editControl5.Request   = false;
     this.editControl5.Size      = new System.Drawing.Size(596, 27);
     this.editControl5.TabIndex  = 4;
     //
     // lupControl2
     //
     this.lupControl2.BackColor          = System.Drawing.Color.Transparent;
     this.lupControl2.DataField          = "F_TaskID";
     this.lupControl2.DisplayCaption     = "单号,开单日期,开单人,审核人,审核日期";
     this.lupControl2.EditLabel          = "任务单号:";
     this.lupControl2.Location           = new System.Drawing.Point(12, 63);
     this.lupControl2.LookUpDataSource   = null;
     this.lupControl2.LookUpDisplayField = null;
     this.lupControl2.LookUpKeyField     = null;
     this.lupControl2.Name     = "lupControl2";
     this.lupControl2.PopWidth = 150;
     this.lupControl2.Request  = true;
     this.lupControl2.Size     = new System.Drawing.Size(245, 22);
     this.lupControl2.TabIndex = 7;
     //
     // dateControl2
     //
     this.dateControl2.BackColor = System.Drawing.Color.Transparent;
     this.dateControl2.DataField = "F_FinishDate";
     this.dateControl2.EditLabel = "完工日期:";
     this.dateControl2.Location  = new System.Drawing.Point(280, 63);
     this.dateControl2.Name      = "dateControl2";
     this.dateControl2.Request   = true;
     this.dateControl2.Size      = new System.Drawing.Size(185, 21);
     this.dateControl2.TabIndex  = 8;
     //
     // cbControl1
     //
     this.cbControl1.BackColor = System.Drawing.Color.Transparent;
     comboBoxItem1.Value       = "正常单";
     comboBoxItem2.Value       = "返工单";
     comboBoxItem3.Value       = "其它";
     this.cbControl1.cbItem    = new DevExpress.XtraEditors.Controls.ComboBoxItem[] {
         comboBoxItem1,
         comboBoxItem2,
         comboBoxItem3
     };
     this.cbControl1.DataField = "F_Type";
     this.cbControl1.EditLabel = "单据类别:";
     this.cbControl1.EditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbControl1.Location  = new System.Drawing.Point(471, 63);
     this.cbControl1.Name      = "cbControl1";
     this.cbControl1.Request   = false;
     this.cbControl1.Size      = new System.Drawing.Size(162, 21);
     this.cbControl1.TabIndex  = 9;
     //
     // sbFetch
     //
     this.sbFetch.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbFetch.Appearance.Options.UseFont = true;
     this.sbFetch.Location = new System.Drawing.Point(639, 91);
     this.sbFetch.Name     = "sbFetch";
     this.sbFetch.Size     = new System.Drawing.Size(68, 23);
     this.sbFetch.TabIndex = 10;
     this.sbFetch.Text     = "取出明细";
     this.sbFetch.Click   += new System.EventHandler(this.sbFetch_Click);
     //
     // frmProductStatus
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(814, 525);
     this.Name   = "frmProductStatus";
     this.Text   = "生产状况表";
     this.Load  += new System.EventHandler(this.frmStockOrder_Load);
     this.Shown += new System.EventHandler(this.frmProductStatus_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.binMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.binSlaver)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }