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.
89 lines
3.8 KiB
89 lines
3.8 KiB
namespace KPlan.RefActions {
|
|
partial class CheckForm {
|
|
/// <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(CheckForm));
|
|
this.btnGenerateList = new System.Windows.Forms.Button();
|
|
this.ComListView = new System.Windows.Forms.ListView();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnGenerateList
|
|
//
|
|
this.btnGenerateList.Location = new System.Drawing.Point(580, 407);
|
|
this.btnGenerateList.Name = "btnGenerateList";
|
|
this.btnGenerateList.Size = new System.Drawing.Size(111, 27);
|
|
this.btnGenerateList.TabIndex = 1;
|
|
this.btnGenerateList.Text = "生成申请清单";
|
|
this.btnGenerateList.UseVisualStyleBackColor = true;
|
|
this.btnGenerateList.Click += new System.EventHandler(this.generateListButton_Click);
|
|
//
|
|
// ComListView
|
|
//
|
|
this.ComListView.FullRowSelect = true;
|
|
this.ComListView.GridLines = true;
|
|
this.ComListView.Location = new System.Drawing.Point(12, 13);
|
|
this.ComListView.Name = "ComListView";
|
|
this.ComListView.Size = new System.Drawing.Size(803, 387);
|
|
this.ComListView.TabIndex = 0;
|
|
this.ComListView.UseCompatibleStateImageBehavior = false;
|
|
this.ComListView.View = System.Windows.Forms.View.Details;
|
|
this.ComListView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.ComListView_ColumnClick);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(704, 407);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(111, 27);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "退出";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// CheckForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(827, 442);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnGenerateList);
|
|
this.Controls.Add(this.ComListView);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "CheckForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "检查";
|
|
this.Load += new System.EventHandler(this.CheckForm_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btnGenerateList;
|
|
private System.Windows.Forms.ListView ComListView;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
}
|
|
} |