| | |
| | | this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); |
| | | this.toolBarMenu1.Name = "toolBarMenu1"; |
| | | this.toolBarMenu1.rptParameter = null; |
| | | this.toolBarMenu1.Size = new System.Drawing.Size(794, 80); |
| | | this.toolBarMenu1.Size = new System.Drawing.Size(1084, 80); |
| | | this.toolBarMenu1.TabIndex = 0; |
| | | this.toolBarMenu1.xlsInService = null; |
| | | this.toolBarMenu1.xlsOutParameter = null; |
| | |
| | | this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); |
| | | this.xtraTabControl1.Name = "xtraTabControl1"; |
| | | this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; |
| | | this.xtraTabControl1.Size = new System.Drawing.Size(794, 507); |
| | | this.xtraTabControl1.Size = new System.Drawing.Size(1084, 662); |
| | | this.xtraTabControl1.TabIndex = 4; |
| | | this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { |
| | | this.xtraTabPage1, |
| | |
| | | // |
| | | this.xtraTabPage1.Controls.Add(this.tlMenu); |
| | | this.xtraTabPage1.Name = "xtraTabPage1"; |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(792, 475); |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(1082, 630); |
| | | this.xtraTabPage1.Text = "数据列表"; |
| | | // |
| | | // tlMenu |
| | |
| | | this.tlMenu.Name = "tlMenu"; |
| | | this.tlMenu.OptionsBehavior.Editable = false; |
| | | this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid; |
| | | this.tlMenu.Size = new System.Drawing.Size(792, 475); |
| | | this.tlMenu.Size = new System.Drawing.Size(1082, 630); |
| | | this.tlMenu.TabIndex = 3; |
| | | this.tlMenu.TreeLevelWidth = 21; |
| | | // |
| | |
| | | // |
| | | this.xtraTabPage2.Controls.Add(this.panel1); |
| | | this.xtraTabPage2.Name = "xtraTabPage2"; |
| | | this.xtraTabPage2.Size = new System.Drawing.Size(792, 475); |
| | | this.xtraTabPage2.Size = new System.Drawing.Size(1082, 630); |
| | | this.xtraTabPage2.Text = "数据详细"; |
| | | // |
| | | // panel1 |
| | |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(794, 587); |
| | | this.ClientSize = new System.Drawing.Size(1084, 742); |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.Controls.Add(this.toolBarMenu1); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "SysMenu"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "功能菜单"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); |
| | | this.xtraTabControl1.ResumeLayout(false); |