Korero – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using Korero.Utilities.Controls;
2  
3 namespace Korero.Inventory
4 {
5 partial class InventoryForm
6 {
7 /// <summary>
8 /// Required designer variable.
9 /// </summary>
10 private System.ComponentModel.IContainer components = null;
11  
12 #region Windows Form Designer generated code
13  
14 /// <summary>
15 /// Required method for Designer support - do not modify
16 /// the contents of this method with the code editor.
17 /// </summary>
18 private void InitializeComponent()
19 {
20 this.components = new System.ComponentModel.Container();
21 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InventoryForm));
22 System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("My Inventory");
23 System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Library");
24 this.imageList1 = new System.Windows.Forms.ImageList(this.components);
25 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
26 this.giveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
28 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
29 this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30 this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
32 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
33 this.treeView1 = new Korero.Utilities.Controls.BufferedTreeView();
34 this.contextMenuStrip1.SuspendLayout();
35 this.tableLayoutPanel1.SuspendLayout();
36 this.menuStrip1.SuspendLayout();
37 this.statusStrip1.SuspendLayout();
38 this.SuspendLayout();
39 //
40 // imageList1
41 //
42 this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
43 this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
44 this.imageList1.Images.SetKeyName(0, "Unknown");
45 this.imageList1.Images.SetKeyName(1, "Folder");
46 this.imageList1.Images.SetKeyName(2, "Object");
47 this.imageList1.Images.SetKeyName(3, "Shape");
48 this.imageList1.Images.SetKeyName(4, "Texture");
49 this.imageList1.Images.SetKeyName(5, "Sound");
50 this.imageList1.Images.SetKeyName(6, "Skin");
51 this.imageList1.Images.SetKeyName(7, "Shoes");
52 this.imageList1.Images.SetKeyName(8, "Physics");
53 this.imageList1.Images.SetKeyName(9, "Alpha");
54 this.imageList1.Images.SetKeyName(10, "Eyes");
55 this.imageList1.Images.SetKeyName(11, "Undershirt");
56 this.imageList1.Images.SetKeyName(12, "Underpants");
57 this.imageList1.Images.SetKeyName(13, "Tattoo");
58 this.imageList1.Images.SetKeyName(14, "Socks");
59 this.imageList1.Images.SetKeyName(15, "Snapshot");
60 this.imageList1.Images.SetKeyName(16, "Skirt");
61 this.imageList1.Images.SetKeyName(17, "Shirt");
62 this.imageList1.Images.SetKeyName(18, "Pants");
63 this.imageList1.Images.SetKeyName(19, "Notecard");
64 this.imageList1.Images.SetKeyName(20, "LSL");
65 this.imageList1.Images.SetKeyName(21, "Landmark");
66 this.imageList1.Images.SetKeyName(22, "Jacket");
67 this.imageList1.Images.SetKeyName(23, "Hair");
68 this.imageList1.Images.SetKeyName(24, "Gloves");
69 this.imageList1.Images.SetKeyName(25, "Gesture");
70 this.imageList1.Images.SetKeyName(26, "Clothing");
71 this.imageList1.Images.SetKeyName(27, "Callingcard");
72 this.imageList1.Images.SetKeyName(28, "Attachment");
73 this.imageList1.Images.SetKeyName(29, "Animation");
74 //
75 // contextMenuStrip1
76 //
77 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
78 this.giveToolStripMenuItem});
79 this.contextMenuStrip1.Name = "contextMenuStrip1";
2 office 80 this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
1 office 81 //
82 // giveToolStripMenuItem
83 //
84 this.giveToolStripMenuItem.Image = global::Korero.Properties.Resources.gift;
85 this.giveToolStripMenuItem.Name = "giveToolStripMenuItem";
2 office 86 this.giveToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
1 office 87 this.giveToolStripMenuItem.Text = "Give...";
88 this.giveToolStripMenuItem.Click += new System.EventHandler(this.GiveToolStripMenuItem_Click);
89 //
90 // tableLayoutPanel1
91 //
92 this.tableLayoutPanel1.ColumnCount = 1;
93 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
94 this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0);
95 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
96 this.tableLayoutPanel1.Controls.Add(this.treeView1, 0, 1);
97 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
98 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
99 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
100 this.tableLayoutPanel1.RowCount = 3;
101 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
102 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
103 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
104 this.tableLayoutPanel1.Size = new System.Drawing.Size(304, 442);
105 this.tableLayoutPanel1.TabIndex = 1;
106 //
107 // menuStrip1
108 //
109 this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
110 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
111 this.toolsToolStripMenuItem});
112 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
113 this.menuStrip1.Name = "menuStrip1";
114 this.menuStrip1.Size = new System.Drawing.Size(304, 20);
115 this.menuStrip1.TabIndex = 3;
116 this.menuStrip1.Text = "menuStrip1";
117 //
118 // toolsToolStripMenuItem
119 //
120 this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
121 this.refreshToolStripMenuItem});
122 this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
2 office 123 this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 16);
1 office 124 this.toolsToolStripMenuItem.Text = "Tools";
125 //
126 // refreshToolStripMenuItem
127 //
128 this.refreshToolStripMenuItem.Image = global::Korero.Properties.Resources.update;
129 this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
2 office 130 this.refreshToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
1 office 131 this.refreshToolStripMenuItem.Text = "Refresh";
132 this.refreshToolStripMenuItem.Click += new System.EventHandler(this.RefreshToolStripMenuItem_Click);
133 //
134 // statusStrip1
135 //
136 this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
137 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
138 this.toolStripStatusLabel1});
139 this.statusStrip1.Location = new System.Drawing.Point(0, 422);
140 this.statusStrip1.Name = "statusStrip1";
141 this.statusStrip1.Size = new System.Drawing.Size(304, 20);
142 this.statusStrip1.TabIndex = 2;
143 this.statusStrip1.Text = "statusStrip1";
144 //
145 // toolStripStatusLabel1
146 //
147 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
148 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 15);
149 //
150 // treeView1
151 //
152 this.treeView1.BackColor = System.Drawing.Color.Black;
153 this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
154 this.treeView1.ForeColor = System.Drawing.Color.White;
155 this.treeView1.ImageIndex = 1;
156 this.treeView1.ImageList = this.imageList1;
157 this.treeView1.Location = new System.Drawing.Point(3, 23);
158 this.treeView1.Name = "treeView1";
159 treeNode1.Name = "Node1";
160 treeNode1.Text = "My Inventory";
161 treeNode2.Name = "Node2";
162 treeNode2.Text = "Library";
163 this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
164 treeNode1,
165 treeNode2});
166 this.treeView1.PathSeparator = "/";
167 this.treeView1.SelectedImageIndex = 1;
168 this.treeView1.Size = new System.Drawing.Size(298, 396);
169 this.treeView1.TabIndex = 0;
170 this.treeView1.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.TreeView1_BeforeExpand);
171 //
172 // InventoryForm
173 //
174 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
175 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
176 this.ClientSize = new System.Drawing.Size(304, 442);
177 this.Controls.Add(this.tableLayoutPanel1);
178 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
179 this.MainMenuStrip = this.menuStrip1;
180 this.Name = "InventoryForm";
181 this.Text = "Korero: Inventory";
182 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InventoryForm_FormClosing);
2 office 183 this.Load += new System.EventHandler(this.InventoryForm_Load);
1 office 184 this.Shown += new System.EventHandler(this.InventoryForm_Shown);
185 this.contextMenuStrip1.ResumeLayout(false);
186 this.tableLayoutPanel1.ResumeLayout(false);
187 this.tableLayoutPanel1.PerformLayout();
188 this.menuStrip1.ResumeLayout(false);
189 this.menuStrip1.PerformLayout();
190 this.statusStrip1.ResumeLayout(false);
191 this.statusStrip1.PerformLayout();
192 this.ResumeLayout(false);
193  
194 }
195  
196 #endregion
197  
198 private BufferedTreeView treeView1;
199 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
200 private System.Windows.Forms.ImageList imageList1;
201 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
202 private System.Windows.Forms.StatusStrip statusStrip1;
203 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
204 private System.Windows.Forms.MenuStrip menuStrip1;
205 private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
206 private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
207 private System.Windows.Forms.ToolStripMenuItem giveToolStripMenuItem;
208 }
209 }