You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
5.0 KiB

3 years ago
namespace Stone.WinModule.Standard
{
partial class frmPREDN
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPREDN));
this.panel1 = new System.Windows.Forms.Panel();
this.dgrdView = new System.Windows.Forms.DataGridView();
this.btnSave = new System.Windows.Forms.Button();
this.lblState = new System.Windows.Forms.Label();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.lblState);
this.panel1.Controls.Add(this.btnSave);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1102, 54);
this.panel1.TabIndex = 0;
//
// dgrdView
//
this.dgrdView.AllowUserToAddRows = false;
this.dgrdView.AllowUserToOrderColumns = true;
this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView.Location = new System.Drawing.Point(0, 54);
this.dgrdView.MultiSelect = false;
this.dgrdView.Name = "dgrdView";
this.dgrdView.RowTemplate.Height = 23;
this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgrdView.Size = new System.Drawing.Size(1102, 577);
this.dgrdView.TabIndex = 16;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(12, 9);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(109, 36);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "导出Excel";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(145, 21);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(41, 12);
this.lblState.TabIndex = 1;
this.lblState.Text = "label1";
//
// saveFileDialog1
//
this.saveFileDialog1.DefaultExt = "*.xlsx";
this.saveFileDialog1.Filter = "Excel文件|*.xlsx";
//
// frmPREDN
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1102, 631);
this.Controls.Add(this.dgrdView);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmPREDN";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PREDN生成";
this.Load += new System.EventHandler(this.frmPREDN_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.DataGridView dgrdView;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
}
}