namespace KPlan.RefActions {
partial class GeneralListForm {
///
/// 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() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralListForm));
this.panel = new System.Windows.Forms.Panel();
this.label = new System.Windows.Forms.Label();
this.openListExcelFileButton = new System.Windows.Forms.Button();
this.panel.SuspendLayout();
this.SuspendLayout();
//
// panel
//
this.panel.Controls.Add(this.label);
this.panel.Location = new System.Drawing.Point(20, 25);
this.panel.Name = "panel";
this.panel.Size = new System.Drawing.Size(257, 46);
this.panel.TabIndex = 0;
//
// label
//
this.label.AutoSize = true;
this.label.Location = new System.Drawing.Point(13, 14);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(0, 13);
this.label.TabIndex = 0;
//
// openListExcelFileButton
//
this.openListExcelFileButton.Location = new System.Drawing.Point(106, 94);
this.openListExcelFileButton.Name = "openListExcelFileButton";
this.openListExcelFileButton.Size = new System.Drawing.Size(89, 25);
this.openListExcelFileButton.TabIndex = 1;
this.openListExcelFileButton.Text = "打开申请清单";
this.openListExcelFileButton.UseVisualStyleBackColor = true;
this.openListExcelFileButton.Click += new System.EventHandler(this.openListExcelFileButton_Click);
//
// GeneralListForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(289, 132);
this.Controls.Add(this.openListExcelFileButton);
this.Controls.Add(this.panel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(425, 454);
this.Name = "GeneralListForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "提示";
this.Load += new System.EventHandler(this.GeneralListForm_Load);
this.panel.ResumeLayout(false);
this.panel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel;
private System.Windows.Forms.Button openListExcelFileButton;
private System.Windows.Forms.Label label;
}
}