8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Vom Windows Form-Designer generierter Code 29 private void InitializeComponent()
31 this.components =
new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
FormMain));
33 this.treeMib =
new System.Windows.Forms.TreeView();
34 this.imagelistTreeNodeImages =
new System.Windows.Forms.ImageList(this.components);
35 this.splitContainerMain =
new System.Windows.Forms.SplitContainer();
36 this.listviewNodeDetails =
new System.Windows.Forms.ListView();
37 this.columnHeader1 = ((
System.Windows.Forms.ColumnHeader)(
new System.Windows.Forms.ColumnHeader()));
38 this.columnHeader2 = ((
System.Windows.Forms.ColumnHeader)(
new System.Windows.Forms.ColumnHeader()));
39 this.toolStripMain =
new System.Windows.Forms.ToolStrip();
40 this.toolbuttonOpenMib =
new System.Windows.Forms.ToolStripButton();
41 this.dialogOpenMib =
new System.Windows.Forms.OpenFileDialog();
42 ((
System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
43 this.splitContainerMain.Panel1.SuspendLayout();
44 this.splitContainerMain.Panel2.SuspendLayout();
45 this.splitContainerMain.SuspendLayout();
46 this.toolStripMain.SuspendLayout();
51 this.treeMib.Dock =
System.Windows.Forms.DockStyle.Fill;
52 this.treeMib.ImageIndex = 0;
53 this.treeMib.ImageList = this.imagelistTreeNodeImages;
54 this.treeMib.Location =
new System.Drawing.Point(0, 0);
55 this.treeMib.Name =
"treeMib";
56 this.treeMib.SelectedImageIndex = 0;
57 this.treeMib.Size =
new System.Drawing.Size(1028, 418);
58 this.treeMib.TabIndex = 0;
59 this.treeMib.AfterSelect +=
new System.Windows.Forms.TreeViewEventHandler(this.treeMib_AfterSelect);
63 this.imagelistTreeNodeImages.ImageStream = ((
System.Windows.Forms.ImageListStreamer)(resources.GetObject(
"imagelistTreeNodeImages.ImageStream")));
64 this.imagelistTreeNodeImages.TransparentColor =
System.Drawing.Color.Transparent;
65 this.imagelistTreeNodeImages.Images.SetKeyName(0,
"ntimgContainer");
66 this.imagelistTreeNodeImages.Images.SetKeyName(1,
"ntimgTable");
67 this.imagelistTreeNodeImages.Images.SetKeyName(2,
"ntimgRow");
68 this.imagelistTreeNodeImages.Images.SetKeyName(3,
"ntimgColumn");
69 this.imagelistTreeNodeImages.Images.SetKeyName(4,
"ntimgScalar");
70 this.imagelistTreeNodeImages.Images.SetKeyName(5,
"ntimgUnknown");
74 this.splitContainerMain.Dock =
System.Windows.Forms.DockStyle.Fill;
75 this.splitContainerMain.Location =
new System.Drawing.Point(0, 25);
76 this.splitContainerMain.Name =
"splitContainerMain";
77 this.splitContainerMain.Orientation =
System.Windows.Forms.Orientation.Horizontal;
81 this.splitContainerMain.Panel1.Controls.Add(this.treeMib);
85 this.splitContainerMain.Panel2.Controls.Add(this.listviewNodeDetails);
86 this.splitContainerMain.Size =
new System.Drawing.Size(1028, 625);
87 this.splitContainerMain.SplitterDistance = 418;
88 this.splitContainerMain.TabIndex = 1;
92 this.listviewNodeDetails.Columns.AddRange(
new System.Windows.Forms.ColumnHeader[] {
95 this.listviewNodeDetails.Dock =
System.Windows.Forms.DockStyle.Fill;
96 this.listviewNodeDetails.FullRowSelect =
true;
97 this.listviewNodeDetails.HeaderStyle =
System.Windows.Forms.ColumnHeaderStyle.None;
98 this.listviewNodeDetails.Location =
new System.Drawing.Point(0, 0);
99 this.listviewNodeDetails.Name =
"listviewNodeDetails";
100 this.listviewNodeDetails.Size =
new System.Drawing.Size(1028, 203);
101 this.listviewNodeDetails.TabIndex = 0;
102 this.listviewNodeDetails.UseCompatibleStateImageBehavior =
false;
103 this.listviewNodeDetails.View =
System.Windows.Forms.View.Details;
107 this.columnHeader1.Text =
"";
108 this.columnHeader1.Width = 150;
112 this.columnHeader2.Text =
"";
113 this.columnHeader2.Width = 777;
117 this.toolStripMain.Items.AddRange(
new System.Windows.Forms.ToolStripItem[] {
118 this.toolbuttonOpenMib});
119 this.toolStripMain.Location =
new System.Drawing.Point(0, 0);
120 this.toolStripMain.Name =
"toolStripMain";
121 this.toolStripMain.Size =
new System.Drawing.Size(1028, 25);
122 this.toolStripMain.TabIndex = 2;
126 this.toolbuttonOpenMib.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolbuttonOpenMib.Image")));
127 this.toolbuttonOpenMib.Name =
"toolbuttonOpenMib";
128 this.toolbuttonOpenMib.Size =
new System.Drawing.Size(65, 22);
129 this.toolbuttonOpenMib.Text =
"Open...";
130 this.toolbuttonOpenMib.Click +=
new System.EventHandler(this.toolbuttonOpenMib_Click);
134 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
135 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
136 this.ClientSize =
new System.Drawing.Size(1028, 650);
137 this.Controls.Add(this.splitContainerMain);
138 this.Controls.Add(this.toolStripMain);
139 this.Name =
"FormMain";
140 this.Text =
"MIB Viewer";
141 this.WindowState =
System.Windows.Forms.FormWindowState.Maximized;
142 this.splitContainerMain.Panel1.ResumeLayout(
false);
143 this.splitContainerMain.Panel2.ResumeLayout(
false);
144 ((
System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
145 this.splitContainerMain.ResumeLayout(
false);
146 this.toolStripMain.ResumeLayout(
false);
147 this.toolStripMain.PerformLayout();
148 this.ResumeLayout(
false);
149 this.PerformLayout();
155 private System.Windows.Forms.TreeView treeMib;
156 private System.Windows.Forms.SplitContainer splitContainerMain;
157 private System.Windows.Forms.ListView listviewNodeDetails;
158 private System.Windows.Forms.ColumnHeader columnHeader1;
159 private System.Windows.Forms.ColumnHeader columnHeader2;
160 private System.Windows.Forms.ImageList imagelistTreeNodeImages;
161 private System.Windows.Forms.ToolStrip toolStripMain;
162 private System.Windows.Forms.ToolStripButton toolbuttonOpenMib;
163 private System.Windows.Forms.OpenFileDialog dialogOpenMib;
override void Dispose(bool disposing)
Verwendete Ressourcen bereinigen.