source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csharp;charset=UTF-8
File size: 7.9 KB
Line 
1namespace LwipMibViewer
2{
3 partial class FormMain
4 {
5 /// <summary>
6 /// Erforderliche Designervariable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Verwendete Ressourcen bereinigen.
12 /// </summary>
13 /// <param name="disposing">True, wenn verwaltete Ressourcen geloscht werden sollen; andernfalls False.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Vom Windows Form-Designer generierter Code
24
25 /// <summary>
26 /// Erforderliche Methode fur die Designerunterstutzung.
27 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geandert werden.
28 /// </summary>
29 private void InitializeComponent()
30 {
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();
47 this.SuspendLayout();
48 //
49 // treeMib
50 //
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);
60 //
61 // imagelistTreeNodeImages
62 //
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");
71 //
72 // splitContainerMain
73 //
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;
78 //
79 // splitContainerMain.Panel1
80 //
81 this.splitContainerMain.Panel1.Controls.Add(this.treeMib);
82 //
83 // splitContainerMain.Panel2
84 //
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;
89 //
90 // listviewNodeDetails
91 //
92 this.listviewNodeDetails.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
93 this.columnHeader1,
94 this.columnHeader2});
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;
104 //
105 // columnHeader1
106 //
107 this.columnHeader1.Text = "";
108 this.columnHeader1.Width = 150;
109 //
110 // columnHeader2
111 //
112 this.columnHeader2.Text = "";
113 this.columnHeader2.Width = 777;
114 //
115 // toolStripMain
116 //
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;
123 //
124 // toolbuttonOpenMib
125 //
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);
131 //
132 // FormMain
133 //
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();
150
151 }
152
153 #endregion
154
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;
164 }
165}
166
Note: See TracBrowser for help on using the repository browser.