1 write to pathType
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
217
this.
pathType
= new System.Windows.Forms.ComboBox();
17 references to pathType
System.Messaging (17)
System\Messaging\Design\QueuePathDialog.cs (17)
143
if (
pathType
.Text.CompareTo(Res.GetString(Res.RefByPath)) == 0)
146
this.lastPathType = this.
pathType
.SelectedIndex;
148
else if (
pathType
.Text.CompareTo(Res.GetString(Res.RefByFormatName)) == 0)
152
this.lastPathType = this.
pathType
.SelectedIndex;
163
this.lastPathType = this.
pathType
.SelectedIndex;
228
this.
pathType
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
229
this.
pathType
.DropDownWidth = 264;
230
this.
pathType
.Items.Add(Res.GetString(Res.RefByPath));
231
this.
pathType
.Items.Add(Res.GetString(Res.RefByFormatName));
232
this.
pathType
.Items.Add(Res.GetString(Res.RefByLabel));
233
this.
pathType
.SelectedIndex = 0;
234
this.
pathType
.Location = ((System.Drawing.Point)(resources.GetObject("pathType.Location")));
235
this.
pathType
.Size = ((System.Drawing.Size)(resources.GetObject("pathType.Size")));
236
this.
pathType
.TabIndex = ((int)(resources.GetObject("pathType.TabIndex")));
237
this.
pathType
.SelectedIndexChanged += new System.EventHandler(this.IndexChanged);
280
this.
pathType
,
434
pathType
.SelectedIndex = pathTypeIndex;