| | |
| | | this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_factory = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_factory = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_factory = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); |
| | | this.gcMain = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | |
| | | this.txt_factory.TabIndex = 211; |
| | | this.txt_factory.Tag = "factory"; |
| | | // |
| | | // gv_factory |
| | | // gv_id |
| | | // |
| | | this.gv_factory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_factory.AppearanceCell.Options.UseFont = true; |
| | | this.gv_factory.Caption = "工厂"; |
| | | this.gv_factory.FieldName = "factory"; |
| | | this.gv_factory.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_factory.MinWidth = 80; |
| | | this.gv_factory.Name = "gv_factory"; |
| | | this.gv_factory.Tag = "query_a.factory"; |
| | | this.gv_factory.Visible = true; |
| | | this.gv_factory.VisibleIndex = 0; |
| | | this.gv_factory.Width = 94; |
| | | this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_id.AppearanceCell.Options.UseFont = true; |
| | | this.gv_id.Caption = "物料ID"; |
| | | this.gv_id.FieldName = "id"; |
| | | this.gv_id.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_id.MinWidth = 80; |
| | | this.gv_id.Name = "gv_id"; |
| | | this.gv_id.OptionsColumn.AllowEdit = false; |
| | | this.gv_id.OptionsColumn.ReadOnly = true; |
| | | this.gv_id.Tag = "query_a.factory"; |
| | | this.gv_id.Visible = true; |
| | | this.gv_id.VisibleIndex = 0; |
| | | this.gv_id.Width = 94; |
| | | // |
| | | // toolBarMenu1 |
| | | // |
| | | this.toolBarMenu1.chkParameter = null; |
| | | this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.toolBarMenu1.guidKey = null; |
| | | this.toolBarMenu1.isSetBtn = false; |
| | | this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); |
| | | this.toolBarMenu1.Name = "toolBarMenu1"; |
| | | |
| | | this.toolBarMenu1.rptParameter = null; |
| | | this.toolBarMenu1.Size = new System.Drawing.Size(1160, 80); |
| | | this.toolBarMenu1.TabIndex = 0; |
| | | this.toolBarMenu1.xlsInService = null; |
| | | this.toolBarMenu1.xlsOutParameter = "xlsOut_items{}"; |
| | | // |
| | | // gcMain |
| | | // |
| | |
| | | this.gridView1.Appearance.Row.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_factory, |
| | | this.gv_id, |
| | | this.gv_itemNo, |
| | | this.gv_itemName, |
| | | this.gv_itemModel, |
| | |
| | | this.labelControl11.Size = new System.Drawing.Size(45, 18); |
| | | this.labelControl11.TabIndex = 130; |
| | | this.labelControl11.Text = "主键:"; |
| | | this.labelControl11.Visible = false; |
| | | // |
| | | // lbGuid |
| | | // |
| | |
| | | this.lbGuid.Name = "lbGuid"; |
| | | this.lbGuid.Size = new System.Drawing.Size(0, 21); |
| | | this.lbGuid.TabIndex = 1; |
| | | this.lbGuid.Visible = false; |
| | | // |
| | | // txt_itemName |
| | | // |
| | |
| | | this.txt_itemModel.TabIndex = 219; |
| | | this.txt_itemModel.Tag = "itemModel"; |
| | | // |
| | | // FrmMesItems |
| | | // Frm_MesItems |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1160, 682); |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.Controls.Add(this.toolBarMenu1); |
| | | this.Name = "FrmMesItems"; |
| | | this.Name = "Frm_MesItems"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_t10.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_t9.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_t8.Properties)).EndInit(); |
| | |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_factory; |
| | | private DevExpress.XtraEditors.TextEdit txt_factory; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_factory; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_id; |
| | | private DevExpress.XtraEditors.MemoEdit txt_itemName; |
| | | private DevExpress.XtraEditors.MemoEdit txt_itemModel; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; |