| | |
| | | // |
| | | // split1.Panel2 |
| | | // |
| | | this.split1.Panel2.Text = "Panel2"; |
| | | this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; |
| | | this.split1.Size = new System.Drawing.Size(1002, 570); |
| | | this.split1.SplitterPosition = 558; |
| | | this.split1.SplitterPosition = 0; |
| | | this.split1.TabIndex = 0; |
| | | // |
| | | // gcMain1 |
| | |
| | | // |
| | | this.account.AppearanceCell.Options.UseFont = true; |
| | | this.account.Caption = "用户账号"; |
| | | this.account.FieldName = "accout"; |
| | | this.account.FieldName = "account"; |
| | | this.account.MinWidth = 50; |
| | | this.account.Name = "account"; |
| | | this.account.OptionsColumn.AllowEdit = false; |
| | |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.Caption = "建立者"; |
| | | this.gridColumn2.Caption = "绑定者"; |
| | | this.gridColumn2.FieldName = "createBy"; |
| | | this.gridColumn2.MinWidth = 25; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "建立时间"; |
| | | this.gridColumn4.Caption = "绑定时间"; |
| | | this.gridColumn4.FieldName = "createDate"; |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |