00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.EventHandlersPlugin.Controls
00002 {
00003 partial class EventsDetailsControl
00004 {
00005
00006
00007
00008 private System.ComponentModel.IContainer components = null;
00009
00010
00011
00012
00013
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Component Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
00032 this.guidData = new System.Windows.Forms.Label();
00033 this.classUidLabel = new System.Windows.Forms.Label();
00034 this.classNameData = new System.Windows.Forms.Label();
00035 this.eventOrderData = new System.Windows.Forms.Label();
00036 this.classNameLabel = new System.Windows.Forms.Label();
00037 this.eventDescriptionLabel = new System.Windows.Forms.Label();
00038 this.eventDescriptionData = new System.Windows.Forms.Label();
00039 this.orderLabel = new System.Windows.Forms.Label();
00040 this.eventNameData = new System.Windows.Forms.Label();
00041 this.eventNameLabel = new System.Windows.Forms.Label();
00042 this.eventIdData = new System.Windows.Forms.Label();
00043 this.eventIdLabel = new System.Windows.Forms.Label();
00044 this.tableLayoutPanel1.SuspendLayout();
00045 this.SuspendLayout();
00046
00047
00048
00049 this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
00050 this.tableLayoutPanel1.ColumnCount = 2;
00051 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 91F));
00052 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
00053 this.tableLayoutPanel1.Controls.Add(this.guidData, 2, 5);
00054 this.tableLayoutPanel1.Controls.Add(this.classUidLabel, 0, 5);
00055 this.tableLayoutPanel1.Controls.Add(this.classNameData, 1, 4);
00056 this.tableLayoutPanel1.Controls.Add(this.eventOrderData, 0, 3);
00057 this.tableLayoutPanel1.Controls.Add(this.classNameLabel, 0, 4);
00058 this.tableLayoutPanel1.Controls.Add(this.eventDescriptionLabel, 0, 2);
00059 this.tableLayoutPanel1.Controls.Add(this.eventDescriptionData, 1, 2);
00060 this.tableLayoutPanel1.Controls.Add(this.orderLabel, 0, 3);
00061 this.tableLayoutPanel1.Controls.Add(this.eventNameData, 1, 1);
00062 this.tableLayoutPanel1.Controls.Add(this.eventNameLabel, 0, 1);
00063 this.tableLayoutPanel1.Controls.Add(this.eventIdData, 1, 0);
00064 this.tableLayoutPanel1.Controls.Add(this.eventIdLabel, 0, 0);
00065 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
00066 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
00067 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
00068 this.tableLayoutPanel1.RowCount = 7;
00069 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00070 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00071 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00072 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00073 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00074 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00075 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
00076 this.tableLayoutPanel1.Size = new System.Drawing.Size(361, 312);
00077 this.tableLayoutPanel1.TabIndex = 0;
00078
00079
00080
00081 this.guidData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
00082 this.guidData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00083 this.guidData.Dock = System.Windows.Forms.DockStyle.Fill;
00084 this.guidData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00085 this.guidData.ForeColor = System.Drawing.Color.DarkSlateGray;
00086 this.guidData.Location = new System.Drawing.Point(94, 118);
00087 this.guidData.Margin = new System.Windows.Forms.Padding(3);
00088 this.guidData.Name = "guidData";
00089 this.guidData.Padding = new System.Windows.Forms.Padding(1);
00090 this.guidData.Size = new System.Drawing.Size(264, 17);
00091 this.guidData.TabIndex = 16;
00092 this.guidData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00093
00094
00095
00096 this.classUidLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00097 this.classUidLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00098 this.classUidLabel.Location = new System.Drawing.Point(3, 115);
00099 this.classUidLabel.Name = "classUidLabel";
00100 this.classUidLabel.Size = new System.Drawing.Size(85, 23);
00101 this.classUidLabel.TabIndex = 15;
00102 this.classUidLabel.Text = "Guid";
00103 this.classUidLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00104
00105
00106
00107 this.classNameData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
00108 this.classNameData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00109 this.classNameData.Dock = System.Windows.Forms.DockStyle.Fill;
00110 this.classNameData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00111 this.classNameData.ForeColor = System.Drawing.Color.DarkSlateGray;
00112 this.classNameData.Location = new System.Drawing.Point(94, 95);
00113 this.classNameData.Margin = new System.Windows.Forms.Padding(3);
00114 this.classNameData.Name = "classNameData";
00115 this.classNameData.Padding = new System.Windows.Forms.Padding(1);
00116 this.classNameData.Size = new System.Drawing.Size(264, 17);
00117 this.classNameData.TabIndex = 14;
00118 this.classNameData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00119
00120
00121
00122 this.eventOrderData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
00123 this.eventOrderData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00124 this.eventOrderData.Dock = System.Windows.Forms.DockStyle.Fill;
00125 this.eventOrderData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00126 this.eventOrderData.ForeColor = System.Drawing.Color.DarkSlateGray;
00127 this.eventOrderData.Location = new System.Drawing.Point(94, 72);
00128 this.eventOrderData.Margin = new System.Windows.Forms.Padding(3);
00129 this.eventOrderData.Name = "eventOrderData";
00130 this.eventOrderData.Padding = new System.Windows.Forms.Padding(1);
00131 this.eventOrderData.Size = new System.Drawing.Size(264, 17);
00132 this.eventOrderData.TabIndex = 13;
00133 this.eventOrderData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00134
00135
00136
00137 this.classNameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00138 this.classNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00139 this.classNameLabel.Location = new System.Drawing.Point(3, 92);
00140 this.classNameLabel.Name = "classNameLabel";
00141 this.classNameLabel.Size = new System.Drawing.Size(85, 23);
00142 this.classNameLabel.TabIndex = 12;
00143 this.classNameLabel.Text = "Class Name";
00144 this.classNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00145
00146
00147
00148 this.eventDescriptionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00149 this.eventDescriptionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00150 this.eventDescriptionLabel.Location = new System.Drawing.Point(3, 46);
00151 this.eventDescriptionLabel.Name = "eventDescriptionLabel";
00152 this.eventDescriptionLabel.Size = new System.Drawing.Size(85, 23);
00153 this.eventDescriptionLabel.TabIndex = 11;
00154 this.eventDescriptionLabel.Text = "Description";
00155 this.eventDescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00156
00157
00158
00159 this.eventDescriptionData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
00160 this.eventDescriptionData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00161 this.eventDescriptionData.Dock = System.Windows.Forms.DockStyle.Fill;
00162 this.eventDescriptionData.ForeColor = System.Drawing.Color.DarkSlateGray;
00163 this.eventDescriptionData.Location = new System.Drawing.Point(94, 49);
00164 this.eventDescriptionData.Margin = new System.Windows.Forms.Padding(3);
00165 this.eventDescriptionData.Name = "eventDescriptionData";
00166 this.eventDescriptionData.Padding = new System.Windows.Forms.Padding(1);
00167 this.eventDescriptionData.Size = new System.Drawing.Size(264, 17);
00168 this.eventDescriptionData.TabIndex = 8;
00169 this.eventDescriptionData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00170
00171
00172
00173 this.orderLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00174 this.orderLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00175 this.orderLabel.Location = new System.Drawing.Point(3, 69);
00176 this.orderLabel.Name = "orderLabel";
00177 this.orderLabel.Size = new System.Drawing.Size(85, 23);
00178 this.orderLabel.TabIndex = 7;
00179 this.orderLabel.Text = "Order";
00180 this.orderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00181
00182
00183
00184 this.eventNameData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
00185 this.eventNameData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00186 this.eventNameData.Dock = System.Windows.Forms.DockStyle.Fill;
00187 this.eventNameData.ForeColor = System.Drawing.Color.DarkSlateGray;
00188 this.eventNameData.Location = new System.Drawing.Point(94, 26);
00189 this.eventNameData.Margin = new System.Windows.Forms.Padding(3);
00190 this.eventNameData.Name = "eventNameData";
00191 this.eventNameData.Padding = new System.Windows.Forms.Padding(1);
00192 this.eventNameData.Size = new System.Drawing.Size(264, 17);
00193 this.eventNameData.TabIndex = 3;
00194 this.eventNameData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00195
00196
00197
00198 this.eventNameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00199 this.eventNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00200 this.eventNameLabel.Location = new System.Drawing.Point(3, 23);
00201 this.eventNameLabel.Name = "eventNameLabel";
00202 this.eventNameLabel.Size = new System.Drawing.Size(85, 23);
00203 this.eventNameLabel.TabIndex = 2;
00204 this.eventNameLabel.Text = "Name";
00205 this.eventNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00206
00207
00208
00209 this.eventIdData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
00210 this.eventIdData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00211 this.eventIdData.Dock = System.Windows.Forms.DockStyle.Fill;
00212 this.eventIdData.ForeColor = System.Drawing.Color.DarkSlateGray;
00213 this.eventIdData.Location = new System.Drawing.Point(94, 3);
00214 this.eventIdData.Margin = new System.Windows.Forms.Padding(3);
00215 this.eventIdData.Name = "eventIdData";
00216 this.eventIdData.Padding = new System.Windows.Forms.Padding(1);
00217 this.eventIdData.Size = new System.Drawing.Size(264, 17);
00218 this.eventIdData.TabIndex = 1;
00219 this.eventIdData.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00220
00221
00222
00223 this.eventIdLabel.Dock = System.Windows.Forms.DockStyle.Fill;
00224 this.eventIdLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00225 this.eventIdLabel.Location = new System.Drawing.Point(3, 0);
00226 this.eventIdLabel.Name = "eventIdLabel";
00227 this.eventIdLabel.Size = new System.Drawing.Size(85, 23);
00228 this.eventIdLabel.TabIndex = 0;
00229 this.eventIdLabel.Text = "ID";
00230 this.eventIdLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
00231
00232
00233
00234 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00235 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00236 this.BackColor = System.Drawing.SystemColors.AppWorkspace;
00237 this.Controls.Add(this.tableLayoutPanel1);
00238 this.Name = "EventsDetailsControl";
00239 this.Size = new System.Drawing.Size(361, 312);
00240 this.tableLayoutPanel1.ResumeLayout(false);
00241 this.ResumeLayout(false);
00242
00243 }
00244
00245 #endregion
00246
00247 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
00248 private System.Windows.Forms.Label eventNameData;
00249 private System.Windows.Forms.Label eventNameLabel;
00250 private System.Windows.Forms.Label eventIdData;
00251 private System.Windows.Forms.Label eventIdLabel;
00252 private System.Windows.Forms.Label eventDescriptionData;
00253 private System.Windows.Forms.Label orderLabel;
00254 private System.Windows.Forms.Label eventDescriptionLabel;
00255 private System.Windows.Forms.Label classNameLabel;
00256 private System.Windows.Forms.Label classNameData;
00257 private System.Windows.Forms.Label eventOrderData;
00258 private System.Windows.Forms.Label guidData;
00259 private System.Windows.Forms.Label classUidLabel;
00260 }
00261 }