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.
371 lines
17 KiB
371 lines
17 KiB
namespace KPlan.RefActions {
|
|
partial class SaveForm {
|
|
/// <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(SaveForm));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbProjectCode = new System.Windows.Forms.TextBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.cbxType = new System.Windows.Forms.ComboBox();
|
|
this.btnEPlanItem = new System.Windows.Forms.Button();
|
|
this.btnItemID = new System.Windows.Forms.Button();
|
|
this.tbEPlanItem = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.tbRevId = new System.Windows.Forms.TextBox();
|
|
this.tbItemId = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.ComListView = new System.Windows.Forms.ListView();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.PageListView = new System.Windows.Forms.ListView();
|
|
this.tbProjectName = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.SaveButton = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.generateListButton = new System.Windows.Forms.Button();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(17, 20);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(78, 17);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "项目编号:";
|
|
//
|
|
// tbProjectCode
|
|
//
|
|
this.tbProjectCode.Location = new System.Drawing.Point(112, 12);
|
|
this.tbProjectCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbProjectCode.Name = "tbProjectCode";
|
|
this.tbProjectCode.ReadOnly = true;
|
|
this.tbProjectCode.Size = new System.Drawing.Size(449, 22);
|
|
this.tbProjectCode.TabIndex = 1;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Location = new System.Drawing.Point(20, 62);
|
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1093, 577);
|
|
this.tabControl1.TabIndex = 2;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.label6);
|
|
this.tabPage1.Controls.Add(this.label7);
|
|
this.tabPage1.Controls.Add(this.cbxType);
|
|
this.tabPage1.Controls.Add(this.btnEPlanItem);
|
|
this.tabPage1.Controls.Add(this.btnItemID);
|
|
this.tabPage1.Controls.Add(this.tbEPlanItem);
|
|
this.tabPage1.Controls.Add(this.label4);
|
|
this.tabPage1.Controls.Add(this.tbRevId);
|
|
this.tabPage1.Controls.Add(this.tbItemId);
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage1.Size = new System.Drawing.Size(1085, 548);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "项目属性";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(40, 36);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(78, 17);
|
|
this.label6.TabIndex = 9;
|
|
this.label6.Text = "电气子项目";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(52, 362);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(78, 17);
|
|
this.label7.TabIndex = 9;
|
|
this.label7.Text = "零组件类型";
|
|
this.label7.Visible = false;
|
|
//
|
|
// cbxType
|
|
//
|
|
this.cbxType.FormattingEnabled = true;
|
|
this.cbxType.Location = new System.Drawing.Point(155, 357);
|
|
this.cbxType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cbxType.Name = "cbxType";
|
|
this.cbxType.Size = new System.Drawing.Size(281, 24);
|
|
this.cbxType.TabIndex = 8;
|
|
this.cbxType.Visible = false;
|
|
//
|
|
// btnEPlanItem
|
|
//
|
|
this.btnEPlanItem.Location = new System.Drawing.Point(545, 30);
|
|
this.btnEPlanItem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btnEPlanItem.Name = "btnEPlanItem";
|
|
this.btnEPlanItem.Size = new System.Drawing.Size(100, 31);
|
|
this.btnEPlanItem.TabIndex = 6;
|
|
this.btnEPlanItem.Text = "选择";
|
|
this.btnEPlanItem.UseVisualStyleBackColor = true;
|
|
this.btnEPlanItem.Visible = false;
|
|
this.btnEPlanItem.Click += new System.EventHandler(this.btnEPlanItem_Click);
|
|
//
|
|
// btnItemID
|
|
//
|
|
this.btnItemID.Location = new System.Drawing.Point(545, 84);
|
|
this.btnItemID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btnItemID.Name = "btnItemID";
|
|
this.btnItemID.Size = new System.Drawing.Size(100, 31);
|
|
this.btnItemID.TabIndex = 6;
|
|
this.btnItemID.Text = "指派";
|
|
this.btnItemID.UseVisualStyleBackColor = true;
|
|
this.btnItemID.Visible = false;
|
|
this.btnItemID.Click += new System.EventHandler(this.assignButton_Click);
|
|
//
|
|
// tbEPlanItem
|
|
//
|
|
this.tbEPlanItem.Enabled = false;
|
|
this.tbEPlanItem.Location = new System.Drawing.Point(143, 32);
|
|
this.tbEPlanItem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbEPlanItem.Name = "tbEPlanItem";
|
|
this.tbEPlanItem.Size = new System.Drawing.Size(393, 22);
|
|
this.tbEPlanItem.TabIndex = 6;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(88, 144);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(36, 17);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Tag = "";
|
|
this.label4.Text = "版本";
|
|
this.label4.Visible = false;
|
|
//
|
|
// tbRevId
|
|
//
|
|
this.tbRevId.Enabled = false;
|
|
this.tbRevId.Location = new System.Drawing.Point(143, 138);
|
|
this.tbRevId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbRevId.Name = "tbRevId";
|
|
this.tbRevId.Size = new System.Drawing.Size(95, 22);
|
|
this.tbRevId.TabIndex = 2;
|
|
this.tbRevId.Visible = false;
|
|
//
|
|
// tbItemId
|
|
//
|
|
this.tbItemId.Enabled = false;
|
|
this.tbItemId.Location = new System.Drawing.Point(143, 84);
|
|
this.tbItemId.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbItemId.Name = "tbItemId";
|
|
this.tbItemId.Size = new System.Drawing.Size(393, 22);
|
|
this.tbItemId.TabIndex = 1;
|
|
this.tbItemId.Visible = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(64, 87);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(55, 17);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Item_ID";
|
|
this.label3.Visible = false;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.ComListView);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage2.Size = new System.Drawing.Size(1085, 548);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "元器件";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// ComListView
|
|
//
|
|
this.ComListView.FullRowSelect = true;
|
|
this.ComListView.GridLines = true;
|
|
this.ComListView.Location = new System.Drawing.Point(9, 10);
|
|
this.ComListView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.ComListView.Name = "ComListView";
|
|
this.ComListView.Size = new System.Drawing.Size(1068, 532);
|
|
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);
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.PageListView);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 25);
|
|
this.tabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tabPage3.Size = new System.Drawing.Size(1085, 548);
|
|
this.tabPage3.TabIndex = 1;
|
|
this.tabPage3.Text = "页属性";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// PageListView
|
|
//
|
|
this.PageListView.FullRowSelect = true;
|
|
this.PageListView.GridLines = true;
|
|
this.PageListView.Location = new System.Drawing.Point(9, 10);
|
|
this.PageListView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.PageListView.Name = "PageListView";
|
|
this.PageListView.Size = new System.Drawing.Size(1064, 525);
|
|
this.PageListView.TabIndex = 0;
|
|
this.PageListView.UseCompatibleStateImageBehavior = false;
|
|
this.PageListView.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// tbProjectName
|
|
//
|
|
this.tbProjectName.Enabled = false;
|
|
this.tbProjectName.Location = new System.Drawing.Point(656, 15);
|
|
this.tbProjectName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbProjectName.Name = "tbProjectName";
|
|
this.tbProjectName.ReadOnly = true;
|
|
this.tbProjectName.Size = new System.Drawing.Size(451, 22);
|
|
this.tbProjectName.TabIndex = 6;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(577, 20);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(64, 17);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "项目名称";
|
|
//
|
|
// SaveButton
|
|
//
|
|
this.SaveButton.Location = new System.Drawing.Point(983, 646);
|
|
this.SaveButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.SaveButton.Name = "SaveButton";
|
|
this.SaveButton.Size = new System.Drawing.Size(131, 31);
|
|
this.SaveButton.TabIndex = 3;
|
|
this.SaveButton.Text = "保存";
|
|
this.SaveButton.UseVisualStyleBackColor = true;
|
|
this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(311, 20);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.MaximumSize = new System.Drawing.Size(240, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(0, 17);
|
|
this.label2.TabIndex = 4;
|
|
//
|
|
// generateListButton
|
|
//
|
|
this.generateListButton.Location = new System.Drawing.Point(25, 646);
|
|
this.generateListButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.generateListButton.Name = "generateListButton";
|
|
this.generateListButton.Size = new System.Drawing.Size(116, 31);
|
|
this.generateListButton.TabIndex = 5;
|
|
this.generateListButton.Text = "生成申请清单";
|
|
this.generateListButton.UseVisualStyleBackColor = true;
|
|
this.generateListButton.Visible = false;
|
|
//
|
|
// SaveForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1129, 693);
|
|
this.Controls.Add(this.generateListButton);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.SaveButton);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.tbProjectCode);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tbProjectName);
|
|
this.Controls.Add(this.label5);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "SaveForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "保存";
|
|
this.Load += new System.EventHandler(this.SaveForm_Load);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox tbProjectCode;
|
|
private System.Windows.Forms.TextBox tbProjectName;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox tbEPlanItem;
|
|
private System.Windows.Forms.Button btnEPlanItem;
|
|
private System.Windows.Forms.TextBox tbItemId;
|
|
private System.Windows.Forms.Button btnItemID;
|
|
private System.Windows.Forms.TextBox tbRevId;
|
|
private System.Windows.Forms.ComboBox cbxType;
|
|
private System.Windows.Forms.ListView ComListView;
|
|
private System.Windows.Forms.ListView PageListView;
|
|
private System.Windows.Forms.Button generateListButton;
|
|
private System.Windows.Forms.Button SaveButton;
|
|
}
|
|
} |