懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmRoleEdit
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRoleEdit));
33             this.tabControl1 = new System.Windows.Forms.TabControl();
34             this.tabPage1 = new System.Windows.Forms.TabPage();
35             this.panel1 = new System.Windows.Forms.Panel();
36             this.txt_RoleRemark = new System.Windows.Forms.RichTextBox();
37             this.com_ParentId = new System.Windows.Forms.ComboBox();
38             this.txt_SortCode = new System.Windows.Forms.TextBox();
39             this.txt_RoleName = new System.Windows.Forms.TextBox();
40             this.label4 = new System.Windows.Forms.Label();
41             this.label3 = new System.Windows.Forms.Label();
42             this.label2 = new System.Windows.Forms.Label();
43             this.label1 = new System.Windows.Forms.Label();
44             this.tabPage2 = new System.Windows.Forms.TabPage();
45             this.tree_RoleRight = new System.Windows.Forms.TreeView();
46             this.btn_concel = new System.Windows.Forms.Button();
47             this.btn_save = new System.Windows.Forms.Button();
48             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
49             this.tabControl1.SuspendLayout();
50             this.tabPage1.SuspendLayout();
51             this.panel1.SuspendLayout();
52             this.tabPage2.SuspendLayout();
53             this.SuspendLayout();
54             // 
55             // tabControl1
56             // 
57             this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
58             | System.Windows.Forms.AnchorStyles.Left) 
59             | System.Windows.Forms.AnchorStyles.Right)));
60             this.tabControl1.Controls.Add(this.tabPage1);
61             this.tabControl1.Controls.Add(this.tabPage2);
62             this.tabControl1.Location = new System.Drawing.Point(2, 1);
63             this.tabControl1.Name = "tabControl1";
64             this.tabControl1.SelectedIndex = 0;
65             this.tabControl1.Size = new System.Drawing.Size(447, 291);
66             this.tabControl1.TabIndex = 0;
67             // 
68             // tabPage1
69             // 
70             this.tabPage1.Controls.Add(this.panel1);
71             this.tabPage1.Location = new System.Drawing.Point(4, 22);
72             this.tabPage1.Name = "tabPage1";
73             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
74             this.tabPage1.Size = new System.Drawing.Size(439, 265);
75             this.tabPage1.TabIndex = 0;
76             this.tabPage1.Text = "基本信息";
77             this.tabPage1.UseVisualStyleBackColor = true;
78             // 
79             // panel1
80             // 
81             this.panel1.Controls.Add(this.txt_RoleRemark);
82             this.panel1.Controls.Add(this.com_ParentId);
83             this.panel1.Controls.Add(this.txt_SortCode);
84             this.panel1.Controls.Add(this.txt_RoleName);
85             this.panel1.Controls.Add(this.label4);
86             this.panel1.Controls.Add(this.label3);
87             this.panel1.Controls.Add(this.label2);
88             this.panel1.Controls.Add(this.label1);
89             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
90             this.panel1.Location = new System.Drawing.Point(3, 3);
91             this.panel1.Name = "panel1";
92             this.panel1.Size = new System.Drawing.Size(433, 259);
93             this.panel1.TabIndex = 0;
94             // 
95             // txt_RoleRemark
96             // 
97             this.txt_RoleRemark.Location = new System.Drawing.Point(86, 133);
98             this.txt_RoleRemark.Name = "txt_RoleRemark";
99             this.txt_RoleRemark.Size = new System.Drawing.Size(323, 96);
100             this.txt_RoleRemark.TabIndex = 9;
101             this.txt_RoleRemark.Text = "";
102             // 
103             // com_ParentId
104             // 
105             this.com_ParentId.FormattingEnabled = true;
106             this.com_ParentId.Location = new System.Drawing.Point(86, 58);
107             this.com_ParentId.Name = "com_ParentId";
108             this.com_ParentId.Size = new System.Drawing.Size(323, 20);
109             this.com_ParentId.TabIndex = 8;
110             // 
111             // txt_SortCode
112             // 
113             this.txt_SortCode.Location = new System.Drawing.Point(88, 95);
114             this.txt_SortCode.Name = "txt_SortCode";
115             this.txt_SortCode.Size = new System.Drawing.Size(321, 21);
116             this.txt_SortCode.TabIndex = 6;
117             // 
118             // txt_RoleName
119             // 
120             this.txt_RoleName.Location = new System.Drawing.Point(86, 21);
121             this.txt_RoleName.Name = "txt_RoleName";
122             this.txt_RoleName.Size = new System.Drawing.Size(323, 21);
123             this.txt_RoleName.TabIndex = 4;
124             // 
125             // label4
126             // 
127             this.label4.AutoSize = true;
128             this.label4.Location = new System.Drawing.Point(19, 181);
129             this.label4.Name = "label4";
130             this.label4.Size = new System.Drawing.Size(65, 12);
131             this.label4.TabIndex = 3;
132             this.label4.Text = "角色描述:";
133             // 
134             // label3
135             // 
136             this.label3.AutoSize = true;
137             this.label3.Location = new System.Drawing.Point(17, 95);
138             this.label3.Name = "label3";
139             this.label3.Size = new System.Drawing.Size(65, 12);
140             this.label3.TabIndex = 2;
141             this.label3.Text = "排序顺序:";
142             // 
143             // label2
144             // 
145             this.label2.AutoSize = true;
146             this.label2.Location = new System.Drawing.Point(17, 62);
147             this.label2.Name = "label2";
148             this.label2.Size = new System.Drawing.Size(65, 12);
149             this.label2.TabIndex = 1;
150             this.label2.Text = "节点位置:";
151             // 
152             // label1
153             // 
154             this.label1.AutoSize = true;
155             this.label1.Location = new System.Drawing.Point(17, 25);
156             this.label1.Name = "label1";
157             this.label1.Size = new System.Drawing.Size(65, 12);
158             this.label1.TabIndex = 0;
159             this.label1.Text = "角色名称:";
160             // 
161             // tabPage2
162             // 
163             this.tabPage2.Controls.Add(this.tree_RoleRight);
164             this.tabPage2.Location = new System.Drawing.Point(4, 22);
165             this.tabPage2.Name = "tabPage2";
166             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
167             this.tabPage2.Size = new System.Drawing.Size(439, 265);
168             this.tabPage2.TabIndex = 1;
169             this.tabPage2.Text = "分配权限";
170             this.tabPage2.UseVisualStyleBackColor = true;
171             // 
172             // tree_RoleRight
173             // 
174             this.tree_RoleRight.CheckBoxes = true;
175             this.tree_RoleRight.Dock = System.Windows.Forms.DockStyle.Fill;
176             this.tree_RoleRight.ItemHeight = 25;
177             this.tree_RoleRight.Location = new System.Drawing.Point(3, 3);
178             this.tree_RoleRight.Name = "tree_RoleRight";
179             this.tree_RoleRight.Size = new System.Drawing.Size(433, 259);
180             this.tree_RoleRight.TabIndex = 1;
181
182             // 
183             // btn_concel
184             // 
185             this.btn_concel.Image = global::YX.Properties.Resources.delete;
186             this.btn_concel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
187             this.btn_concel.Location = new System.Drawing.Point(221, 298);
188             this.btn_concel.Name = "btn_concel";
189             this.btn_concel.Size = new System.Drawing.Size(83, 32);
190             this.btn_concel.TabIndex = 29;
191             this.btn_concel.Text = "关闭";
192             this.btn_concel.UseVisualStyleBackColor = true;
193             this.btn_concel.Click += new System.EventHandler(this.btn_concel_Click);
194             // 
195             // btn_save
196             // 
197             this.btn_save.Image = global::YX.Properties.Resources.save;
198             this.btn_save.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
199             this.btn_save.Location = new System.Drawing.Point(132, 298);
200             this.btn_save.Name = "btn_save";
201             this.btn_save.Size = new System.Drawing.Size(83, 32);
202             this.btn_save.TabIndex = 28;
203             this.btn_save.Text = "保存";
204             this.btn_save.UseVisualStyleBackColor = true;
205             this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
206             // 
207             // imageList1
208             // 
209             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
210             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
211             this.imageList1.Images.SetKeyName(0, "0.png");
212             this.imageList1.Images.SetKeyName(1, "1.png");
213             this.imageList1.Images.SetKeyName(2, "2.png");
214             this.imageList1.Images.SetKeyName(3, "3.png");
215             this.imageList1.Images.SetKeyName(4, "4.png");
216             this.imageList1.Images.SetKeyName(5, "5.png");
217             this.imageList1.Images.SetKeyName(6, "6.png");
218             this.imageList1.Images.SetKeyName(7, "7.png");
219             this.imageList1.Images.SetKeyName(8, "8.png");
220             this.imageList1.Images.SetKeyName(9, "9.png");
221             this.imageList1.Images.SetKeyName(10, "10.png");
222             this.imageList1.Images.SetKeyName(11, "11.png");
223             this.imageList1.Images.SetKeyName(12, "12.png");
224             this.imageList1.Images.SetKeyName(13, "13.png");
225             this.imageList1.Images.SetKeyName(14, "14.png");
226             this.imageList1.Images.SetKeyName(15, "15.png");
227             this.imageList1.Images.SetKeyName(16, "16.png");
228             this.imageList1.Images.SetKeyName(17, "17.png");
229             this.imageList1.Images.SetKeyName(18, "18.png");
230             this.imageList1.Images.SetKeyName(19, "19.png");
231             this.imageList1.Images.SetKeyName(20, "20.png");
232             this.imageList1.Images.SetKeyName(21, "21.png");
233             this.imageList1.Images.SetKeyName(22, "22.png");
234             this.imageList1.Images.SetKeyName(23, "23.png");
235             this.imageList1.Images.SetKeyName(24, "24.png");
236             this.imageList1.Images.SetKeyName(25, "25.png");
237             this.imageList1.Images.SetKeyName(26, "26.png");
238             this.imageList1.Images.SetKeyName(27, "27.png");
239             this.imageList1.Images.SetKeyName(28, "28.png");
240             this.imageList1.Images.SetKeyName(29, "29.png");
241             this.imageList1.Images.SetKeyName(30, "30.png");
242             this.imageList1.Images.SetKeyName(31, "31.png");
243             this.imageList1.Images.SetKeyName(32, "32.png");
244             this.imageList1.Images.SetKeyName(33, "33.png");
245             this.imageList1.Images.SetKeyName(34, "34.png");
246             this.imageList1.Images.SetKeyName(35, "35.png");
247             this.imageList1.Images.SetKeyName(36, "36.png");
248             this.imageList1.Images.SetKeyName(37, "37.png");
249             this.imageList1.Images.SetKeyName(38, "38.png");
250             this.imageList1.Images.SetKeyName(39, "39.png");
251             this.imageList1.Images.SetKeyName(40, "40.png");
252             this.imageList1.Images.SetKeyName(41, "41.png");
253             this.imageList1.Images.SetKeyName(42, "42.png");
254             this.imageList1.Images.SetKeyName(43, "43.png");
255             this.imageList1.Images.SetKeyName(44, "44.png");
256             this.imageList1.Images.SetKeyName(45, "45.png");
257             this.imageList1.Images.SetKeyName(46, "46.png");
258             this.imageList1.Images.SetKeyName(47, "47.png");
259             this.imageList1.Images.SetKeyName(48, "48.png");
260             this.imageList1.Images.SetKeyName(49, "49.png");
261             this.imageList1.Images.SetKeyName(50, "50.png");
262             this.imageList1.Images.SetKeyName(51, "51.png");
263             this.imageList1.Images.SetKeyName(52, "52.png");
264             this.imageList1.Images.SetKeyName(53, "53.png");
265             this.imageList1.Images.SetKeyName(54, "54.png");
266             this.imageList1.Images.SetKeyName(55, "55.png");
267             this.imageList1.Images.SetKeyName(56, "56.png");
268             this.imageList1.Images.SetKeyName(57, "57.png");
269             this.imageList1.Images.SetKeyName(58, "58.png");
270             this.imageList1.Images.SetKeyName(59, "59.png");
271             this.imageList1.Images.SetKeyName(60, "60.png");
272             this.imageList1.Images.SetKeyName(61, "61.png");
273             this.imageList1.Images.SetKeyName(62, "62.png");
274             this.imageList1.Images.SetKeyName(63, "63.png");
275             this.imageList1.Images.SetKeyName(64, "64.png");
276             this.imageList1.Images.SetKeyName(65, "65.png");
277             this.imageList1.Images.SetKeyName(66, "66.png");
278             this.imageList1.Images.SetKeyName(67, "67.png");
279             this.imageList1.Images.SetKeyName(68, "68.png");
280             this.imageList1.Images.SetKeyName(69, "69.png");
281             this.imageList1.Images.SetKeyName(70, "70.png");
282             this.imageList1.Images.SetKeyName(71, "71.png");
283             this.imageList1.Images.SetKeyName(72, "72.png");
284             this.imageList1.Images.SetKeyName(73, "73.png");
285             this.imageList1.Images.SetKeyName(74, "74.png");
286             this.imageList1.Images.SetKeyName(75, "75.png");
287             this.imageList1.Images.SetKeyName(76, "76.png");
288             this.imageList1.Images.SetKeyName(77, "77.png");
289             this.imageList1.Images.SetKeyName(78, "78.png");
290             this.imageList1.Images.SetKeyName(79, "79.png");
291             this.imageList1.Images.SetKeyName(80, "80.png");
292             this.imageList1.Images.SetKeyName(81, "81.png");
293             this.imageList1.Images.SetKeyName(82, "82.png");
294             this.imageList1.Images.SetKeyName(83, "83.png");
295             this.imageList1.Images.SetKeyName(84, "84.png");
296             this.imageList1.Images.SetKeyName(85, "85.png");
297             this.imageList1.Images.SetKeyName(86, "86.png");
298             this.imageList1.Images.SetKeyName(87, "87.png");
299             this.imageList1.Images.SetKeyName(88, "88.png");
300             this.imageList1.Images.SetKeyName(89, "89.png");
301             this.imageList1.Images.SetKeyName(90, "90.png");
302             this.imageList1.Images.SetKeyName(91, "91.png");
303             this.imageList1.Images.SetKeyName(92, "92.png");
304             this.imageList1.Images.SetKeyName(93, "93.png");
305             this.imageList1.Images.SetKeyName(94, "94.png");
306             this.imageList1.Images.SetKeyName(95, "95.png");
307             this.imageList1.Images.SetKeyName(96, "96.png");
308             this.imageList1.Images.SetKeyName(97, "97.png");
309             this.imageList1.Images.SetKeyName(98, "98.png");
310             this.imageList1.Images.SetKeyName(99, "99.png");
311             this.imageList1.Images.SetKeyName(100, "100.png");
312             this.imageList1.Images.SetKeyName(101, "101.png");
313             this.imageList1.Images.SetKeyName(102, "102.png");
314             this.imageList1.Images.SetKeyName(103, "103.png");
315             this.imageList1.Images.SetKeyName(104, "104.png");
316             this.imageList1.Images.SetKeyName(105, "105.png");
317             this.imageList1.Images.SetKeyName(106, "106.png");
318             this.imageList1.Images.SetKeyName(107, "107.png");
319             this.imageList1.Images.SetKeyName(108, "108.png");
320             this.imageList1.Images.SetKeyName(109, "109.png");
321             this.imageList1.Images.SetKeyName(110, "110.png");
322             this.imageList1.Images.SetKeyName(111, "111.png");
323             this.imageList1.Images.SetKeyName(112, "112.png");
324             this.imageList1.Images.SetKeyName(113, "113.png");
325             this.imageList1.Images.SetKeyName(114, "114.png");
326             this.imageList1.Images.SetKeyName(115, "115.png");
327             this.imageList1.Images.SetKeyName(116, "116.png");
328             this.imageList1.Images.SetKeyName(117, "117.png");
329             this.imageList1.Images.SetKeyName(118, "118.png");
330             this.imageList1.Images.SetKeyName(119, "119.png");
331             this.imageList1.Images.SetKeyName(120, "120.png");
332             this.imageList1.Images.SetKeyName(121, "121.png");
333             this.imageList1.Images.SetKeyName(122, "122.png");
334             this.imageList1.Images.SetKeyName(123, "123.png");
335             this.imageList1.Images.SetKeyName(124, "124.png");
336             this.imageList1.Images.SetKeyName(125, "125.png");
337             this.imageList1.Images.SetKeyName(126, "126.png");
338             this.imageList1.Images.SetKeyName(127, "127.png");
339             this.imageList1.Images.SetKeyName(128, "128.png");
340             this.imageList1.Images.SetKeyName(129, "129.png");
341             this.imageList1.Images.SetKeyName(130, "130.png");
342             this.imageList1.Images.SetKeyName(131, "131.png");
343             this.imageList1.Images.SetKeyName(132, "132.png");
344             this.imageList1.Images.SetKeyName(133, "133.png");
345             this.imageList1.Images.SetKeyName(134, "134.png");
346             this.imageList1.Images.SetKeyName(135, "135.png");
347             this.imageList1.Images.SetKeyName(136, "136.png");
348             this.imageList1.Images.SetKeyName(137, "137.png");
349             this.imageList1.Images.SetKeyName(138, "138.png");
350             this.imageList1.Images.SetKeyName(139, "139.png");
351             this.imageList1.Images.SetKeyName(140, "140.png");
352             this.imageList1.Images.SetKeyName(141, "141.png");
353             this.imageList1.Images.SetKeyName(142, "142.png");
354             this.imageList1.Images.SetKeyName(143, "143.png");
355             this.imageList1.Images.SetKeyName(144, "144.png");
356             this.imageList1.Images.SetKeyName(145, "145.png");
357             this.imageList1.Images.SetKeyName(146, "146.png");
358             this.imageList1.Images.SetKeyName(147, "147.png");
359             this.imageList1.Images.SetKeyName(148, "148.png");
360             this.imageList1.Images.SetKeyName(149, "149.png");
361             this.imageList1.Images.SetKeyName(150, "150.png");
362             this.imageList1.Images.SetKeyName(151, "151.png");
363             this.imageList1.Images.SetKeyName(152, "152.png");
364             this.imageList1.Images.SetKeyName(153, "153.png");
365             this.imageList1.Images.SetKeyName(154, "154.png");
366             this.imageList1.Images.SetKeyName(155, "155.png");
367             this.imageList1.Images.SetKeyName(156, "156.png");
368             this.imageList1.Images.SetKeyName(157, "157.png");
369             this.imageList1.Images.SetKeyName(158, "158.png");
370             this.imageList1.Images.SetKeyName(159, "159.png");
371             this.imageList1.Images.SetKeyName(160, "160.png");
372             this.imageList1.Images.SetKeyName(161, "161.png");
373             this.imageList1.Images.SetKeyName(162, "162.png");
374             this.imageList1.Images.SetKeyName(163, "163.png");
375             this.imageList1.Images.SetKeyName(164, "164.png");
376             this.imageList1.Images.SetKeyName(165, "165.png");
377             this.imageList1.Images.SetKeyName(166, "166.png");
378             this.imageList1.Images.SetKeyName(167, "167.png");
379             this.imageList1.Images.SetKeyName(168, "168.png");
380             this.imageList1.Images.SetKeyName(169, "169.png");
381             this.imageList1.Images.SetKeyName(170, "170.png");
382             this.imageList1.Images.SetKeyName(171, "171.png");
383             this.imageList1.Images.SetKeyName(172, "172.png");
384             this.imageList1.Images.SetKeyName(173, "173.png");
385             this.imageList1.Images.SetKeyName(174, "174.png");
386             this.imageList1.Images.SetKeyName(175, "175.png");
387             this.imageList1.Images.SetKeyName(176, "176.png");
388             this.imageList1.Images.SetKeyName(177, "177.png");
389             this.imageList1.Images.SetKeyName(178, "178.png");
390             this.imageList1.Images.SetKeyName(179, "179.png");
391             this.imageList1.Images.SetKeyName(180, "180.png");
392             this.imageList1.Images.SetKeyName(181, "181.png");
393             this.imageList1.Images.SetKeyName(182, "182.png");
394             this.imageList1.Images.SetKeyName(183, "183.png");
395             this.imageList1.Images.SetKeyName(184, "184.png");
396             this.imageList1.Images.SetKeyName(185, "185.png");
397             this.imageList1.Images.SetKeyName(186, "186.png");
398             this.imageList1.Images.SetKeyName(187, "187.png");
399             this.imageList1.Images.SetKeyName(188, "188.png");
400             this.imageList1.Images.SetKeyName(189, "189.png");
401             this.imageList1.Images.SetKeyName(190, "190.png");
402             this.imageList1.Images.SetKeyName(191, "191.png");
403             this.imageList1.Images.SetKeyName(192, "192.png");
404             this.imageList1.Images.SetKeyName(193, "193.png");
405             this.imageList1.Images.SetKeyName(194, "194.png");
406             this.imageList1.Images.SetKeyName(195, "195.png");
407             this.imageList1.Images.SetKeyName(196, "196.png");
408             this.imageList1.Images.SetKeyName(197, "197.png");
409             this.imageList1.Images.SetKeyName(198, "198.png");
410             this.imageList1.Images.SetKeyName(199, "199.png");
411             this.imageList1.Images.SetKeyName(200, "200.png");
412             this.imageList1.Images.SetKeyName(201, "201.png");
413             this.imageList1.Images.SetKeyName(202, "202.png");
414             this.imageList1.Images.SetKeyName(203, "203.png");
415             this.imageList1.Images.SetKeyName(204, "204.png");
416             this.imageList1.Images.SetKeyName(205, "205.png");
417             this.imageList1.Images.SetKeyName(206, "206.png");
418             this.imageList1.Images.SetKeyName(207, "207.png");
419             this.imageList1.Images.SetKeyName(208, "208.png");
420             this.imageList1.Images.SetKeyName(209, "209.png");
421             this.imageList1.Images.SetKeyName(210, "210.png");
422             this.imageList1.Images.SetKeyName(211, "211.png");
423             this.imageList1.Images.SetKeyName(212, "212.png");
424             this.imageList1.Images.SetKeyName(213, "213.png");
425             this.imageList1.Images.SetKeyName(214, "214.png");
426             this.imageList1.Images.SetKeyName(215, "215.png");
427             this.imageList1.Images.SetKeyName(216, "216.png");
428             this.imageList1.Images.SetKeyName(217, "217.png");
429             this.imageList1.Images.SetKeyName(218, "218.png");
430             this.imageList1.Images.SetKeyName(219, "219.png");
431             this.imageList1.Images.SetKeyName(220, "220.png");
432             this.imageList1.Images.SetKeyName(221, "221.png");
433             this.imageList1.Images.SetKeyName(222, "222.png");
434             this.imageList1.Images.SetKeyName(223, "223.png");
435             this.imageList1.Images.SetKeyName(224, "224.png");
436             this.imageList1.Images.SetKeyName(225, "225.png");
437             this.imageList1.Images.SetKeyName(226, "226.png");
438             this.imageList1.Images.SetKeyName(227, "227.png");
439             this.imageList1.Images.SetKeyName(228, "228.png");
440             this.imageList1.Images.SetKeyName(229, "229.png");
441             this.imageList1.Images.SetKeyName(230, "230.png");
442             this.imageList1.Images.SetKeyName(231, "231.png");
443             this.imageList1.Images.SetKeyName(232, "232.png");
444             this.imageList1.Images.SetKeyName(233, "233.png");
445             this.imageList1.Images.SetKeyName(234, "234.png");
446             this.imageList1.Images.SetKeyName(235, "235.png");
447             this.imageList1.Images.SetKeyName(236, "236.png");
448             this.imageList1.Images.SetKeyName(237, "237.png");
449             this.imageList1.Images.SetKeyName(238, "238.png");
450             this.imageList1.Images.SetKeyName(239, "239.png");
451             this.imageList1.Images.SetKeyName(240, "240.png");
452             this.imageList1.Images.SetKeyName(241, "241.png");
453             this.imageList1.Images.SetKeyName(242, "242.png");
454             this.imageList1.Images.SetKeyName(243, "243.png");
455             this.imageList1.Images.SetKeyName(244, "244.png");
456             this.imageList1.Images.SetKeyName(245, "245.png");
457             this.imageList1.Images.SetKeyName(246, "246.png");
458             this.imageList1.Images.SetKeyName(247, "247.png");
459             this.imageList1.Images.SetKeyName(248, "248.png");
460             this.imageList1.Images.SetKeyName(249, "249.png");
461             this.imageList1.Images.SetKeyName(250, "250.png");
462             this.imageList1.Images.SetKeyName(251, "251.png");
463             this.imageList1.Images.SetKeyName(252, "252.png");
464             this.imageList1.Images.SetKeyName(253, "253.png");
465             this.imageList1.Images.SetKeyName(254, "254.png");
466             this.imageList1.Images.SetKeyName(255, "255.png");
467             this.imageList1.Images.SetKeyName(256, "256.png");
468             this.imageList1.Images.SetKeyName(257, "257.png");
469             this.imageList1.Images.SetKeyName(258, "258.png");
470             this.imageList1.Images.SetKeyName(259, "259.png");
471             this.imageList1.Images.SetKeyName(260, "260.png");
472             this.imageList1.Images.SetKeyName(261, "261.png");
473             this.imageList1.Images.SetKeyName(262, "262.png");
474             this.imageList1.Images.SetKeyName(263, "263.png");
475             this.imageList1.Images.SetKeyName(264, "264.png");
476             this.imageList1.Images.SetKeyName(265, "265.png");
477             this.imageList1.Images.SetKeyName(266, "266.png");
478             this.imageList1.Images.SetKeyName(267, "267.png");
479             this.imageList1.Images.SetKeyName(268, "268.png");
480             this.imageList1.Images.SetKeyName(269, "269.png");
481             this.imageList1.Images.SetKeyName(270, "270.png");
482             this.imageList1.Images.SetKeyName(271, "271.png");
483             this.imageList1.Images.SetKeyName(272, "272.png");
484             this.imageList1.Images.SetKeyName(273, "273.png");
485             this.imageList1.Images.SetKeyName(274, "274.png");
486             this.imageList1.Images.SetKeyName(275, "275.png");
487             this.imageList1.Images.SetKeyName(276, "276.png");
488             this.imageList1.Images.SetKeyName(277, "277.png");
489             this.imageList1.Images.SetKeyName(278, "278.png");
490             this.imageList1.Images.SetKeyName(279, "279.png");
491             this.imageList1.Images.SetKeyName(280, "280.png");
492             this.imageList1.Images.SetKeyName(281, "281.png");
493             this.imageList1.Images.SetKeyName(282, "282.png");
494             this.imageList1.Images.SetKeyName(283, "283.png");
495             this.imageList1.Images.SetKeyName(284, "284.png");
496             this.imageList1.Images.SetKeyName(285, "285.png");
497             this.imageList1.Images.SetKeyName(286, "286.png");
498             this.imageList1.Images.SetKeyName(287, "287.png");
499             this.imageList1.Images.SetKeyName(288, "288.png");
500             this.imageList1.Images.SetKeyName(289, "289.png");
501             this.imageList1.Images.SetKeyName(290, "290.png");
502             this.imageList1.Images.SetKeyName(291, "291.png");
503             this.imageList1.Images.SetKeyName(292, "292.png");
504             this.imageList1.Images.SetKeyName(293, "293.png");
505             this.imageList1.Images.SetKeyName(294, "294.png");
506             this.imageList1.Images.SetKeyName(295, "295.png");
507             this.imageList1.Images.SetKeyName(296, "296.png");
508             this.imageList1.Images.SetKeyName(297, "297.png");
509             this.imageList1.Images.SetKeyName(298, "298.png");
510             this.imageList1.Images.SetKeyName(299, "299.png");
511             this.imageList1.Images.SetKeyName(300, "300.png");
512             this.imageList1.Images.SetKeyName(301, "301.png");
513             this.imageList1.Images.SetKeyName(302, "302.png");
514             this.imageList1.Images.SetKeyName(303, "303.png");
515             this.imageList1.Images.SetKeyName(304, "304.png");
516             this.imageList1.Images.SetKeyName(305, "305.png");
517             this.imageList1.Images.SetKeyName(306, "306.png");
518             this.imageList1.Images.SetKeyName(307, "307.png");
519             this.imageList1.Images.SetKeyName(308, "308.png");
520             this.imageList1.Images.SetKeyName(309, "309.png");
521             this.imageList1.Images.SetKeyName(310, "310.png");
522             this.imageList1.Images.SetKeyName(311, "311.png");
523             this.imageList1.Images.SetKeyName(312, "312.png");
524             this.imageList1.Images.SetKeyName(313, "313.png");
525             this.imageList1.Images.SetKeyName(314, "314.png");
526             this.imageList1.Images.SetKeyName(315, "315.png");
527             this.imageList1.Images.SetKeyName(316, "316.png");
528             this.imageList1.Images.SetKeyName(317, "317.png");
529             this.imageList1.Images.SetKeyName(318, "318.png");
530             this.imageList1.Images.SetKeyName(319, "319.png");
531             this.imageList1.Images.SetKeyName(320, "320.png");
532             this.imageList1.Images.SetKeyName(321, "321.png");
533             this.imageList1.Images.SetKeyName(322, "322.png");
534             this.imageList1.Images.SetKeyName(323, "323.png");
535             this.imageList1.Images.SetKeyName(324, "324.png");
536             this.imageList1.Images.SetKeyName(325, "325.png");
537             this.imageList1.Images.SetKeyName(326, "326.png");
538             this.imageList1.Images.SetKeyName(327, "327.png");
539             this.imageList1.Images.SetKeyName(328, "328.png");
540             this.imageList1.Images.SetKeyName(329, "329.png");
541             this.imageList1.Images.SetKeyName(330, "330.png");
542             this.imageList1.Images.SetKeyName(331, "331.png");
543             this.imageList1.Images.SetKeyName(332, "332.png");
544             this.imageList1.Images.SetKeyName(333, "333.png");
545             this.imageList1.Images.SetKeyName(334, "334.png");
546             this.imageList1.Images.SetKeyName(335, "335.png");
547             this.imageList1.Images.SetKeyName(336, "336.png");
548             this.imageList1.Images.SetKeyName(337, "337.png");
549             this.imageList1.Images.SetKeyName(338, "338.png");
550             this.imageList1.Images.SetKeyName(339, "339.png");
551             this.imageList1.Images.SetKeyName(340, "340.png");
552             this.imageList1.Images.SetKeyName(341, "341.png");
553             this.imageList1.Images.SetKeyName(342, "342.png");
554             this.imageList1.Images.SetKeyName(343, "343.png");
555             this.imageList1.Images.SetKeyName(344, "344.png");
556             this.imageList1.Images.SetKeyName(345, "345.png");
557             this.imageList1.Images.SetKeyName(346, "346.png");
558             this.imageList1.Images.SetKeyName(347, "347.png");
559             this.imageList1.Images.SetKeyName(348, "348.png");
560             this.imageList1.Images.SetKeyName(349, "349.png");
561             this.imageList1.Images.SetKeyName(350, "350.png");
562             this.imageList1.Images.SetKeyName(351, "351.png");
563             this.imageList1.Images.SetKeyName(352, "352.png");
564             this.imageList1.Images.SetKeyName(353, "353.png");
565             this.imageList1.Images.SetKeyName(354, "354.png");
566             this.imageList1.Images.SetKeyName(355, "355.png");
567             this.imageList1.Images.SetKeyName(356, "356.png");
568             this.imageList1.Images.SetKeyName(357, "357.png");
569             this.imageList1.Images.SetKeyName(358, "358.png");
570             this.imageList1.Images.SetKeyName(359, "359.png");
571             this.imageList1.Images.SetKeyName(360, "360.png");
572             this.imageList1.Images.SetKeyName(361, "361.png");
573             this.imageList1.Images.SetKeyName(362, "362.png");
574             this.imageList1.Images.SetKeyName(363, "363.png");
575             this.imageList1.Images.SetKeyName(364, "364.png");
576             this.imageList1.Images.SetKeyName(365, "365.png");
577             this.imageList1.Images.SetKeyName(366, "366.png");
578             this.imageList1.Images.SetKeyName(367, "367.png");
579             this.imageList1.Images.SetKeyName(368, "368.png");
580             this.imageList1.Images.SetKeyName(369, "369.png");
581             this.imageList1.Images.SetKeyName(370, "370.png");
582             this.imageList1.Images.SetKeyName(371, "371.png");
583             this.imageList1.Images.SetKeyName(372, "372.png");
584             this.imageList1.Images.SetKeyName(373, "373.png");
585             this.imageList1.Images.SetKeyName(374, "374.png");
586             this.imageList1.Images.SetKeyName(375, "375.png");
587             this.imageList1.Images.SetKeyName(376, "376.png");
588             this.imageList1.Images.SetKeyName(377, "377.png");
589             this.imageList1.Images.SetKeyName(378, "378.png");
590             this.imageList1.Images.SetKeyName(379, "379.png");
591             this.imageList1.Images.SetKeyName(380, "380.png");
592             this.imageList1.Images.SetKeyName(381, "381.png");
593             this.imageList1.Images.SetKeyName(382, "382.png");
594             this.imageList1.Images.SetKeyName(383, "383.png");
595             this.imageList1.Images.SetKeyName(384, "384.png");
596             this.imageList1.Images.SetKeyName(385, "385.png");
597             this.imageList1.Images.SetKeyName(386, "386.png");
598             this.imageList1.Images.SetKeyName(387, "387.png");
599             this.imageList1.Images.SetKeyName(388, "388.png");
600             this.imageList1.Images.SetKeyName(389, "389.png");
601             this.imageList1.Images.SetKeyName(390, "390.png");
602             this.imageList1.Images.SetKeyName(391, "391.png");
603             this.imageList1.Images.SetKeyName(392, "392.png");
604             this.imageList1.Images.SetKeyName(393, "393.png");
605             this.imageList1.Images.SetKeyName(394, "394.png");
606             this.imageList1.Images.SetKeyName(395, "395.png");
607             this.imageList1.Images.SetKeyName(396, "396.png");
608             this.imageList1.Images.SetKeyName(397, "397.png");
609             this.imageList1.Images.SetKeyName(398, "398.png");
610             this.imageList1.Images.SetKeyName(399, "399.png");
611             this.imageList1.Images.SetKeyName(400, "400.png");
612             this.imageList1.Images.SetKeyName(401, "401.png");
613             this.imageList1.Images.SetKeyName(402, "402.png");
614             this.imageList1.Images.SetKeyName(403, "403.png");
615             this.imageList1.Images.SetKeyName(404, "404.png");
616             this.imageList1.Images.SetKeyName(405, "405.png");
617             this.imageList1.Images.SetKeyName(406, "406.png");
618             this.imageList1.Images.SetKeyName(407, "407.png");
619             this.imageList1.Images.SetKeyName(408, "408.png");
620             this.imageList1.Images.SetKeyName(409, "409.png");
621             this.imageList1.Images.SetKeyName(410, "410.png");
622             this.imageList1.Images.SetKeyName(411, "411.png");
623             this.imageList1.Images.SetKeyName(412, "412.png");
624             this.imageList1.Images.SetKeyName(413, "413.png");
625             this.imageList1.Images.SetKeyName(414, "414.png");
626             this.imageList1.Images.SetKeyName(415, "415.png");
627             this.imageList1.Images.SetKeyName(416, "416.png");
628             this.imageList1.Images.SetKeyName(417, "417.png");
629             this.imageList1.Images.SetKeyName(418, "418.png");
630             this.imageList1.Images.SetKeyName(419, "419.png");
631             this.imageList1.Images.SetKeyName(420, "420.png");
632             this.imageList1.Images.SetKeyName(421, "421.png");
633             this.imageList1.Images.SetKeyName(422, "422.png");
634             this.imageList1.Images.SetKeyName(423, "423.png");
635             this.imageList1.Images.SetKeyName(424, "424.png");
636             this.imageList1.Images.SetKeyName(425, "425.png");
637             this.imageList1.Images.SetKeyName(426, "426.png");
638             this.imageList1.Images.SetKeyName(427, "427.png");
639             this.imageList1.Images.SetKeyName(428, "428.png");
640             this.imageList1.Images.SetKeyName(429, "429.png");
641             this.imageList1.Images.SetKeyName(430, "430.png");
642             this.imageList1.Images.SetKeyName(431, "431.png");
643             this.imageList1.Images.SetKeyName(432, "432.png");
644             this.imageList1.Images.SetKeyName(433, "433.png");
645             this.imageList1.Images.SetKeyName(434, "434.png");
646             this.imageList1.Images.SetKeyName(435, "435.png");
647             this.imageList1.Images.SetKeyName(436, "436.png");
648             this.imageList1.Images.SetKeyName(437, "437.png");
649             this.imageList1.Images.SetKeyName(438, "438.png");
650             this.imageList1.Images.SetKeyName(439, "439.png");
651             this.imageList1.Images.SetKeyName(440, "440.png");
652             this.imageList1.Images.SetKeyName(441, "441.png");
653             this.imageList1.Images.SetKeyName(442, "442.png");
654             this.imageList1.Images.SetKeyName(443, "443.png");
655             this.imageList1.Images.SetKeyName(444, "444.png");
656             this.imageList1.Images.SetKeyName(445, "445.png");
657             this.imageList1.Images.SetKeyName(446, "446.png");
658             this.imageList1.Images.SetKeyName(447, "447.png");
659             this.imageList1.Images.SetKeyName(448, "448.png");
660             this.imageList1.Images.SetKeyName(449, "449.png");
661             this.imageList1.Images.SetKeyName(450, "450.png");
662             this.imageList1.Images.SetKeyName(451, "451.png");
663             this.imageList1.Images.SetKeyName(452, "452.png");
664             this.imageList1.Images.SetKeyName(453, "453.png");
665             this.imageList1.Images.SetKeyName(454, "454.png");
666             this.imageList1.Images.SetKeyName(455, "455.png");
667             this.imageList1.Images.SetKeyName(456, "456.png");
668             this.imageList1.Images.SetKeyName(457, "457.png");
669             this.imageList1.Images.SetKeyName(458, "458.png");
670             this.imageList1.Images.SetKeyName(459, "459.png");
671             this.imageList1.Images.SetKeyName(460, "460.png");
672             this.imageList1.Images.SetKeyName(461, "461.png");
673             this.imageList1.Images.SetKeyName(462, "462.png");
674             this.imageList1.Images.SetKeyName(463, "463.png");
675             this.imageList1.Images.SetKeyName(464, "464.png");
676             this.imageList1.Images.SetKeyName(465, "465.png");
677             this.imageList1.Images.SetKeyName(466, "466.png");
678             this.imageList1.Images.SetKeyName(467, "467.png");
679             this.imageList1.Images.SetKeyName(468, "468.png");
680             this.imageList1.Images.SetKeyName(469, "469.png");
681             this.imageList1.Images.SetKeyName(470, "470.png");
682             this.imageList1.Images.SetKeyName(471, "471.png");
683             this.imageList1.Images.SetKeyName(472, "472.png");
684             this.imageList1.Images.SetKeyName(473, "473.png");
685             this.imageList1.Images.SetKeyName(474, "474.png");
686             this.imageList1.Images.SetKeyName(475, "475.png");
687             this.imageList1.Images.SetKeyName(476, "476.png");
688             this.imageList1.Images.SetKeyName(477, "477.png");
689             this.imageList1.Images.SetKeyName(478, "478.png");
690             this.imageList1.Images.SetKeyName(479, "479.png");
691             this.imageList1.Images.SetKeyName(480, "480.png");
692             this.imageList1.Images.SetKeyName(481, "481.png");
693             this.imageList1.Images.SetKeyName(482, "482.png");
694             this.imageList1.Images.SetKeyName(483, "483.png");
695             this.imageList1.Images.SetKeyName(484, "484.png");
696             this.imageList1.Images.SetKeyName(485, "485.png");
697             this.imageList1.Images.SetKeyName(486, "486.png");
698             this.imageList1.Images.SetKeyName(487, "487.png");
699             this.imageList1.Images.SetKeyName(488, "488.png");
700             this.imageList1.Images.SetKeyName(489, "489.png");
701             this.imageList1.Images.SetKeyName(490, "490.png");
702             this.imageList1.Images.SetKeyName(491, "491.png");
703             this.imageList1.Images.SetKeyName(492, "492.png");
704             this.imageList1.Images.SetKeyName(493, "493.png");
705             this.imageList1.Images.SetKeyName(494, "494.png");
706             this.imageList1.Images.SetKeyName(495, "495.png");
707             this.imageList1.Images.SetKeyName(496, "496.png");
708             this.imageList1.Images.SetKeyName(497, "497.png");
709             this.imageList1.Images.SetKeyName(498, "498.png");
710             this.imageList1.Images.SetKeyName(499, "499.png");
711             this.imageList1.Images.SetKeyName(500, "500.png");
712             this.imageList1.Images.SetKeyName(501, "501.png");
713             this.imageList1.Images.SetKeyName(502, "502.png");
714             this.imageList1.Images.SetKeyName(503, "503.png");
715             this.imageList1.Images.SetKeyName(504, "504.png");
716             this.imageList1.Images.SetKeyName(505, "505.png");
717             this.imageList1.Images.SetKeyName(506, "506.png");
718             this.imageList1.Images.SetKeyName(507, "507.png");
719             this.imageList1.Images.SetKeyName(508, "508.png");
720             this.imageList1.Images.SetKeyName(509, "509.png");
721             this.imageList1.Images.SetKeyName(510, "510.png");
722             this.imageList1.Images.SetKeyName(511, "511.png");
723             this.imageList1.Images.SetKeyName(512, "512.png");
724             this.imageList1.Images.SetKeyName(513, "513.png");
725             this.imageList1.Images.SetKeyName(514, "514.png");
726             this.imageList1.Images.SetKeyName(515, "515.png");
727             this.imageList1.Images.SetKeyName(516, "516.png");
728             this.imageList1.Images.SetKeyName(517, "517.png");
729             this.imageList1.Images.SetKeyName(518, "518.png");
730             this.imageList1.Images.SetKeyName(519, "519.png");
731             this.imageList1.Images.SetKeyName(520, "520.png");
732             this.imageList1.Images.SetKeyName(521, "521.png");
733             this.imageList1.Images.SetKeyName(522, "522.png");
734             this.imageList1.Images.SetKeyName(523, "523.png");
735             this.imageList1.Images.SetKeyName(524, "524.png");
736             this.imageList1.Images.SetKeyName(525, "525.png");
737             this.imageList1.Images.SetKeyName(526, "526.png");
738             this.imageList1.Images.SetKeyName(527, "527.png");
739             this.imageList1.Images.SetKeyName(528, "528.png");
740             this.imageList1.Images.SetKeyName(529, "529.png");
741             this.imageList1.Images.SetKeyName(530, "530.png");
742             this.imageList1.Images.SetKeyName(531, "531.png");
743             this.imageList1.Images.SetKeyName(532, "532.png");
744             this.imageList1.Images.SetKeyName(533, "533.png");
745             this.imageList1.Images.SetKeyName(534, "534.png");
746             this.imageList1.Images.SetKeyName(535, "535.png");
747             this.imageList1.Images.SetKeyName(536, "536.png");
748             this.imageList1.Images.SetKeyName(537, "537.png");
749             this.imageList1.Images.SetKeyName(538, "538.png");
750             this.imageList1.Images.SetKeyName(539, "539.png");
751             this.imageList1.Images.SetKeyName(540, "540.png");
752             this.imageList1.Images.SetKeyName(541, "541.png");
753             this.imageList1.Images.SetKeyName(542, "542.png");
754             this.imageList1.Images.SetKeyName(543, "543.png");
755             this.imageList1.Images.SetKeyName(544, "544.png");
756             this.imageList1.Images.SetKeyName(545, "545.png");
757             this.imageList1.Images.SetKeyName(546, "546.png");
758             this.imageList1.Images.SetKeyName(547, "547.png");
759             this.imageList1.Images.SetKeyName(548, "548.png");
760             this.imageList1.Images.SetKeyName(549, "549.png");
761             this.imageList1.Images.SetKeyName(550, "550.png");
762             this.imageList1.Images.SetKeyName(551, "551.png");
763             this.imageList1.Images.SetKeyName(552, "552.png");
764             this.imageList1.Images.SetKeyName(553, "553.png");
765             this.imageList1.Images.SetKeyName(554, "554.png");
766             this.imageList1.Images.SetKeyName(555, "555.png");
767             this.imageList1.Images.SetKeyName(556, "556.png");
768             this.imageList1.Images.SetKeyName(557, "557.png");
769             this.imageList1.Images.SetKeyName(558, "558.png");
770             this.imageList1.Images.SetKeyName(559, "559.png");
771             this.imageList1.Images.SetKeyName(560, "560.png");
772             this.imageList1.Images.SetKeyName(561, "561.png");
773             this.imageList1.Images.SetKeyName(562, "562.png");
774             this.imageList1.Images.SetKeyName(563, "563.png");
775             this.imageList1.Images.SetKeyName(564, "564.png");
776             this.imageList1.Images.SetKeyName(565, "565.png");
777             this.imageList1.Images.SetKeyName(566, "566.png");
778             this.imageList1.Images.SetKeyName(567, "567.png");
779             this.imageList1.Images.SetKeyName(568, "568.png");
780             this.imageList1.Images.SetKeyName(569, "569.png");
781             this.imageList1.Images.SetKeyName(570, "570.png");
782             this.imageList1.Images.SetKeyName(571, "571.png");
783             this.imageList1.Images.SetKeyName(572, "572.png");
784             this.imageList1.Images.SetKeyName(573, "573.png");
785             this.imageList1.Images.SetKeyName(574, "574.png");
786             this.imageList1.Images.SetKeyName(575, "575.png");
787             this.imageList1.Images.SetKeyName(576, "576.png");
788             this.imageList1.Images.SetKeyName(577, "577.png");
789             this.imageList1.Images.SetKeyName(578, "578.png");
790             this.imageList1.Images.SetKeyName(579, "579.png");
791             this.imageList1.Images.SetKeyName(580, "580.png");
792             this.imageList1.Images.SetKeyName(581, "581.png");
793             this.imageList1.Images.SetKeyName(582, "582.png");
794             this.imageList1.Images.SetKeyName(583, "583.png");
795             this.imageList1.Images.SetKeyName(584, "584.png");
796             this.imageList1.Images.SetKeyName(585, "585.png");
797             this.imageList1.Images.SetKeyName(586, "586.png");
798             this.imageList1.Images.SetKeyName(587, "587.png");
799             this.imageList1.Images.SetKeyName(588, "588.png");
800             this.imageList1.Images.SetKeyName(589, "589.png");
801             this.imageList1.Images.SetKeyName(590, "590.png");
802             this.imageList1.Images.SetKeyName(591, "591.png");
803             this.imageList1.Images.SetKeyName(592, "592.png");
804             this.imageList1.Images.SetKeyName(593, "593.png");
805             this.imageList1.Images.SetKeyName(594, "594.png");
806             this.imageList1.Images.SetKeyName(595, "595.png");
807             this.imageList1.Images.SetKeyName(596, "596.png");
808             this.imageList1.Images.SetKeyName(597, "597.png");
809             this.imageList1.Images.SetKeyName(598, "598.png");
810             this.imageList1.Images.SetKeyName(599, "599.png");
811             this.imageList1.Images.SetKeyName(600, "600.png");
812             this.imageList1.Images.SetKeyName(601, "601.png");
813             this.imageList1.Images.SetKeyName(602, "602.png");
814             this.imageList1.Images.SetKeyName(603, "603.png");
815             this.imageList1.Images.SetKeyName(604, "604.png");
816             this.imageList1.Images.SetKeyName(605, "605.png");
817             this.imageList1.Images.SetKeyName(606, "606.png");
818             this.imageList1.Images.SetKeyName(607, "607.png");
819             this.imageList1.Images.SetKeyName(608, "608.png");
820             this.imageList1.Images.SetKeyName(609, "609.png");
821             this.imageList1.Images.SetKeyName(610, "610.png");
822             this.imageList1.Images.SetKeyName(611, "611.png");
823             this.imageList1.Images.SetKeyName(612, "612.png");
824             this.imageList1.Images.SetKeyName(613, "613.png");
825             this.imageList1.Images.SetKeyName(614, "614.png");
826             this.imageList1.Images.SetKeyName(615, "615.png");
827             this.imageList1.Images.SetKeyName(616, "616.png");
828             this.imageList1.Images.SetKeyName(617, "617.png");
829             this.imageList1.Images.SetKeyName(618, "618.png");
830             this.imageList1.Images.SetKeyName(619, "619.png");
831             this.imageList1.Images.SetKeyName(620, "620.png");
832             this.imageList1.Images.SetKeyName(621, "621.png");
833             this.imageList1.Images.SetKeyName(622, "622.png");
834             this.imageList1.Images.SetKeyName(623, "623.png");
835             this.imageList1.Images.SetKeyName(624, "624.png");
836             this.imageList1.Images.SetKeyName(625, "625.png");
837             this.imageList1.Images.SetKeyName(626, "626.png");
838             this.imageList1.Images.SetKeyName(627, "627.png");
839             this.imageList1.Images.SetKeyName(628, "628.png");
840             this.imageList1.Images.SetKeyName(629, "629.png");
841             this.imageList1.Images.SetKeyName(630, "630.png");
842             this.imageList1.Images.SetKeyName(631, "631.png");
843             this.imageList1.Images.SetKeyName(632, "632.png");
844             this.imageList1.Images.SetKeyName(633, "633.png");
845             this.imageList1.Images.SetKeyName(634, "634.png");
846             this.imageList1.Images.SetKeyName(635, "635.png");
847             this.imageList1.Images.SetKeyName(636, "636.png");
848             this.imageList1.Images.SetKeyName(637, "637.png");
849             this.imageList1.Images.SetKeyName(638, "638.png");
850             this.imageList1.Images.SetKeyName(639, "639.png");
851             this.imageList1.Images.SetKeyName(640, "640.png");
852             this.imageList1.Images.SetKeyName(641, "641.png");
853             this.imageList1.Images.SetKeyName(642, "642.png");
854             this.imageList1.Images.SetKeyName(643, "643.png");
855             this.imageList1.Images.SetKeyName(644, "644.png");
856             this.imageList1.Images.SetKeyName(645, "645.png");
857             // 
858             // FrmRoleEdit
859             // 
860             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
861             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
862             this.ClientSize = new System.Drawing.Size(452, 344);
863             this.Controls.Add(this.btn_concel);
864             this.Controls.Add(this.btn_save);
865             this.Controls.Add(this.tabControl1);
866             this.MaximizeBox = false;
867             this.MinimizeBox = false;
868             this.Name = "FrmRoleEdit";
869             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
870             this.Text = "FrmRoleEdit";
871             this.Load += new System.EventHandler(this.FrmRoleEdit_Load);
872             this.tabControl1.ResumeLayout(false);
873             this.tabPage1.ResumeLayout(false);
874             this.panel1.ResumeLayout(false);
875             this.panel1.PerformLayout();
876             this.tabPage2.ResumeLayout(false);
877             this.ResumeLayout(false);
878
879         }
880
881         #endregion
882
883         private System.Windows.Forms.TabControl tabControl1;
884         private System.Windows.Forms.TabPage tabPage1;
885         private System.Windows.Forms.TabPage tabPage2;
886         private System.Windows.Forms.Panel panel1;
887         private System.Windows.Forms.TextBox txt_SortCode;
888         private System.Windows.Forms.TextBox txt_RoleName;
889         private System.Windows.Forms.Label label4;
890         private System.Windows.Forms.Label label3;
891         private System.Windows.Forms.Label label2;
892         private System.Windows.Forms.Label label1;
893         private System.Windows.Forms.RichTextBox txt_RoleRemark;
894         private System.Windows.Forms.ComboBox com_ParentId;
895         private System.Windows.Forms.Button btn_concel;
896         private System.Windows.Forms.Button btn_save;
897         private System.Windows.Forms.TreeView tree_RoleRight;
898         private System.Windows.Forms.ImageList imageList1;
899     }
900 }