namespace Gs.DevApp.DevFrm.QC { partial class Xls { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.spreadsheetControl1 = new DevExpress.XtraSpreadsheet.SpreadsheetControl(); this.panel1 = new System.Windows.Forms.Panel(); this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // spreadsheetControl1 // this.spreadsheetControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.spreadsheetControl1.Location = new System.Drawing.Point(0, 0); this.spreadsheetControl1.Name = "spreadsheetControl1"; this.spreadsheetControl1.Size = new System.Drawing.Size(895, 593); this.spreadsheetControl1.TabIndex = 0; this.spreadsheetControl1.Text = "spreadsheetControl1"; // // panel1 // this.panel1.Controls.Add(this.btnPrint); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 545); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(895, 48); this.panel1.TabIndex = 2; // // btnPrint // this.btnPrint.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.print_16x161; this.btnPrint.Location = new System.Drawing.Point(359, 7); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(94, 29); this.btnPrint.TabIndex = 3; this.btnPrint.Text = "确定打印"; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // Xls // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(895, 593); this.Controls.Add(this.panel1); this.Controls.Add(this.spreadsheetControl1); this.Name = "Xls"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Xls"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraSpreadsheet.SpreadsheetControl spreadsheetControl1; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.SimpleButton btnPrint; } }