-
Notifications
You must be signed in to change notification settings - Fork 0
/
FormReference.Designer.cs
164 lines (158 loc) · 7.35 KB
/
FormReference.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
namespace IfcDoc
{
partial class FormReference
{
/// <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(FormReference));
this.listViewReference = new System.Windows.Forms.ListView();
this.columnHeaderEntity = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderAttribute = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeaderItem = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.buttonInsert = new System.Windows.Forms.Button();
this.buttonRemove = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBoxReference = new System.Windows.Forms.TextBox();
this.buttonProperty = new System.Windows.Forms.Button();
this.buttonQuantity = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// listViewReference
//
resources.ApplyResources(this.listViewReference, "listViewReference");
this.listViewReference.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeaderEntity,
this.columnHeaderAttribute,
this.columnHeaderItem});
this.listViewReference.FullRowSelect = true;
this.listViewReference.Name = "listViewReference";
this.listViewReference.UseCompatibleStateImageBehavior = false;
this.listViewReference.View = System.Windows.Forms.View.Details;
this.listViewReference.SelectedIndexChanged += new System.EventHandler(this.listViewReference_SelectedIndexChanged);
//
// columnHeaderEntity
//
resources.ApplyResources(this.columnHeaderEntity, "columnHeaderEntity");
//
// columnHeaderAttribute
//
resources.ApplyResources(this.columnHeaderAttribute, "columnHeaderAttribute");
//
// columnHeaderItem
//
resources.ApplyResources(this.columnHeaderItem, "columnHeaderItem");
//
// buttonInsert
//
resources.ApplyResources(this.buttonInsert, "buttonInsert");
this.buttonInsert.Name = "buttonInsert";
this.buttonInsert.UseVisualStyleBackColor = true;
this.buttonInsert.Click += new System.EventHandler(this.buttonInsert_Click);
//
// buttonRemove
//
resources.ApplyResources(this.buttonRemove, "buttonRemove");
this.buttonRemove.Name = "buttonRemove";
this.buttonRemove.UseVisualStyleBackColor = true;
this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click);
//
// buttonCancel
//
resources.ApplyResources(this.buttonCancel, "buttonCancel");
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.UseVisualStyleBackColor = true;
//
// buttonOK
//
resources.ApplyResources(this.buttonOK, "buttonOK");
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Name = "buttonOK";
this.buttonOK.UseVisualStyleBackColor = true;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// textBoxReference
//
resources.ApplyResources(this.textBoxReference, "textBoxReference");
this.textBoxReference.Name = "textBoxReference";
this.textBoxReference.ReadOnly = true;
//
// buttonProperty
//
resources.ApplyResources(this.buttonProperty, "buttonProperty");
this.buttonProperty.Name = "buttonProperty";
this.buttonProperty.UseVisualStyleBackColor = true;
this.buttonProperty.Click += new System.EventHandler(this.buttonProperty_Click);
//
// buttonQuantity
//
resources.ApplyResources(this.buttonQuantity, "buttonQuantity");
this.buttonQuantity.Name = "buttonQuantity";
this.buttonQuantity.UseVisualStyleBackColor = true;
this.buttonQuantity.Click += new System.EventHandler(this.buttonQuantity_Click);
//
// FormReference
//
this.AcceptButton = this.buttonOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel;
this.Controls.Add(this.buttonQuantity);
this.Controls.Add(this.buttonProperty);
this.Controls.Add(this.textBoxReference);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonRemove);
this.Controls.Add(this.buttonInsert);
this.Controls.Add(this.listViewReference);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormReference";
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView listViewReference;
private System.Windows.Forms.ColumnHeader columnHeaderEntity;
private System.Windows.Forms.ColumnHeader columnHeaderAttribute;
private System.Windows.Forms.ColumnHeader columnHeaderItem;
private System.Windows.Forms.Button buttonInsert;
private System.Windows.Forms.Button buttonRemove;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxReference;
private System.Windows.Forms.Button buttonProperty;
private System.Windows.Forms.Button buttonQuantity;
}
}