00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.EventHandlersPlugin.Controls
00002 {
00003 partial class AddEventHandlerControl
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 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
00032 this.controlsPanel = new System.Windows.Forms.Panel();
00033 this.eventHandlersdataGridView = new System.Windows.Forms.DataGridView();
00034 this.eventHandlersLabel = new System.Windows.Forms.Label();
00035 this.openFileButton = new System.Windows.Forms.Button();
00036 this.assemblyPathTextBox = new System.Windows.Forms.TextBox();
00037 this.selectAssemblyLabel = new System.Windows.Forms.Label();
00038 this.cancelButton = new System.Windows.Forms.Button();
00039 this.okButton = new System.Windows.Forms.Button();
00040 this.installColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
00041 this.receiveClassColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00042 this.classNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00043 this.eventNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00044 this.eventMethodColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00045 this.orderColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
00046 this.controlsPanel.SuspendLayout();
00047 ((System.ComponentModel.ISupportInitialize)(this.eventHandlersdataGridView)).BeginInit();
00048 this.SuspendLayout();
00049
00050
00051
00052 this.controlsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00053 this.controlsPanel.Controls.Add(this.eventHandlersdataGridView);
00054 this.controlsPanel.Controls.Add(this.eventHandlersLabel);
00055 this.controlsPanel.Controls.Add(this.openFileButton);
00056 this.controlsPanel.Controls.Add(this.assemblyPathTextBox);
00057 this.controlsPanel.Controls.Add(this.selectAssemblyLabel);
00058 this.controlsPanel.Controls.Add(this.cancelButton);
00059 this.controlsPanel.Controls.Add(this.okButton);
00060 this.controlsPanel.Location = new System.Drawing.Point(44, 17);
00061 this.controlsPanel.Name = "controlsPanel";
00062 this.controlsPanel.Size = new System.Drawing.Size(448, 258);
00063 this.controlsPanel.TabIndex = 0;
00064
00065
00066
00067 this.eventHandlersdataGridView.AllowUserToAddRows = false;
00068 this.eventHandlersdataGridView.AllowUserToDeleteRows = false;
00069 dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
00070 dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
00071 dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00072 dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
00073 dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
00074 dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
00075 dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
00076 this.eventHandlersdataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
00077 this.eventHandlersdataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00078 this.eventHandlersdataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
00079 this.installColumn,
00080 this.receiveClassColumn,
00081 this.classNameColumn,
00082 this.eventNameColumn,
00083 this.eventMethodColumn,
00084 this.orderColumn});
00085 this.eventHandlersdataGridView.Location = new System.Drawing.Point(9, 68);
00086 this.eventHandlersdataGridView.Name = "eventHandlersdataGridView";
00087 this.eventHandlersdataGridView.RowHeadersVisible = false;
00088 this.eventHandlersdataGridView.Size = new System.Drawing.Size(430, 150);
00089 this.eventHandlersdataGridView.TabIndex = 11;
00090 this.eventHandlersdataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.eventHandlersdataGridView_CellContentClick);
00091
00092
00093
00094 this.eventHandlersLabel.AutoSize = true;
00095 this.eventHandlersLabel.Location = new System.Drawing.Point(6, 51);
00096 this.eventHandlersLabel.Name = "eventHandlersLabel";
00097 this.eventHandlersLabel.Size = new System.Drawing.Size(80, 13);
00098 this.eventHandlersLabel.TabIndex = 10;
00099 this.eventHandlersLabel.Text = "Event Handlers";
00100
00101
00102
00103 this.openFileButton.FlatAppearance.BorderSize = 0;
00104 this.openFileButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00105 this.openFileButton.Image = Properties.Resources.folder_explore;
00106 this.openFileButton.Location = new System.Drawing.Point(421, 24);
00107 this.openFileButton.Name = "openFileButton";
00108 this.openFileButton.Size = new System.Drawing.Size(18, 23);
00109 this.openFileButton.TabIndex = 9;
00110 this.openFileButton.UseVisualStyleBackColor = true;
00111 this.openFileButton.Click += new System.EventHandler(this.openFileButton_Click);
00112
00113
00114
00115 this.assemblyPathTextBox.Location = new System.Drawing.Point(6, 24);
00116 this.assemblyPathTextBox.Name = "assemblyPathTextBox";
00117 this.assemblyPathTextBox.ReadOnly = true;
00118 this.assemblyPathTextBox.Size = new System.Drawing.Size(408, 20);
00119 this.assemblyPathTextBox.TabIndex = 8;
00120
00121
00122
00123 this.selectAssemblyLabel.AutoSize = true;
00124 this.selectAssemblyLabel.Location = new System.Drawing.Point(3, 8);
00125 this.selectAssemblyLabel.Name = "selectAssemblyLabel";
00126 this.selectAssemblyLabel.Size = new System.Drawing.Size(84, 13);
00127 this.selectAssemblyLabel.TabIndex = 7;
00128 this.selectAssemblyLabel.Text = "Select Assembly";
00129
00130
00131
00132 this.cancelButton.BackColor = System.Drawing.SystemColors.ButtonFace;
00133 this.cancelButton.Location = new System.Drawing.Point(364, 224);
00134 this.cancelButton.Name = "cancelButton";
00135 this.cancelButton.Size = new System.Drawing.Size(75, 23);
00136 this.cancelButton.TabIndex = 6;
00137 this.cancelButton.Text = "&Cancel";
00138 this.cancelButton.UseVisualStyleBackColor = false;
00139 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
00140
00141
00142
00143 this.okButton.BackColor = System.Drawing.SystemColors.ButtonFace;
00144 this.okButton.Enabled = false;
00145 this.okButton.Location = new System.Drawing.Point(283, 224);
00146 this.okButton.Name = "okButton";
00147 this.okButton.Size = new System.Drawing.Size(75, 23);
00148 this.okButton.TabIndex = 5;
00149 this.okButton.Text = "&OK";
00150 this.okButton.UseVisualStyleBackColor = false;
00151 this.okButton.Click += new System.EventHandler(this.okButton_Click);
00152
00153
00154
00155 this.installColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
00156 this.installColumn.HeaderText = "Install";
00157 this.installColumn.Name = "installColumn";
00158 this.installColumn.Width = 40;
00159
00160
00161
00162 this.receiveClassColumn.HeaderText = "Receiver Class";
00163 this.receiveClassColumn.Name = "receiveClassColumn";
00164
00165
00166
00167 this.classNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
00168 this.classNameColumn.HeaderText = "Class Name";
00169 this.classNameColumn.Name = "classNameColumn";
00170 this.classNameColumn.Width = 88;
00171
00172
00173
00174 this.eventNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
00175 this.eventNameColumn.HeaderText = "Event Name";
00176 this.eventNameColumn.Name = "eventNameColumn";
00177 this.eventNameColumn.ReadOnly = true;
00178 this.eventNameColumn.Width = 91;
00179
00180
00181
00182 this.eventMethodColumn.HeaderText = "Event Method";
00183 this.eventMethodColumn.Name = "eventMethodColumn";
00184
00185
00186
00187 this.orderColumn.HeaderText = "Order";
00188 this.orderColumn.Name = "orderColumn";
00189
00190
00191
00192 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00193 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00194 this.BackColor = System.Drawing.Color.White;
00195 this.Controls.Add(this.controlsPanel);
00196 this.Name = "AddEventHandlerControl";
00197 this.Size = new System.Drawing.Size(543, 331);
00198 this.Load += new System.EventHandler(this.AddEventHandlerControl_Load);
00199 this.Resize += new System.EventHandler(this.AddEventHandlerControl_Resize);
00200 this.controlsPanel.ResumeLayout(false);
00201 this.controlsPanel.PerformLayout();
00202 ((System.ComponentModel.ISupportInitialize)(this.eventHandlersdataGridView)).EndInit();
00203 this.ResumeLayout(false);
00204
00205 }
00206
00207 #endregion
00208
00209 private System.Windows.Forms.Panel controlsPanel;
00210 private System.Windows.Forms.TextBox assemblyPathTextBox;
00211 private System.Windows.Forms.Label selectAssemblyLabel;
00212 private System.Windows.Forms.Button cancelButton;
00213 private System.Windows.Forms.Button okButton;
00214 private System.Windows.Forms.Button openFileButton;
00215 private System.Windows.Forms.DataGridView eventHandlersdataGridView;
00216 private System.Windows.Forms.Label eventHandlersLabel;
00217 private System.Windows.Forms.DataGridViewCheckBoxColumn installColumn;
00218 private System.Windows.Forms.DataGridViewTextBoxColumn receiveClassColumn;
00219 private System.Windows.Forms.DataGridViewTextBoxColumn classNameColumn;
00220 private System.Windows.Forms.DataGridViewTextBoxColumn eventNameColumn;
00221 private System.Windows.Forms.DataGridViewTextBoxColumn eventMethodColumn;
00222 private System.Windows.Forms.DataGridViewTextBoxColumn orderColumn;
00223
00224 }
00225 }