懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmUserInfoEdit
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(FrmUserInfoEdit));
33             this.tabControl1 = new System.Windows.Forms.TabControl();
34             this.tab_baseInfo = new System.Windows.Forms.TabPage();
35             this.txt_Title = new System.Windows.Forms.TextBox();
36             this.txt_Email = new System.Windows.Forms.TextBox();
37             this.com_User_Sex = new System.Windows.Forms.ComboBox();
38             this.txt_User_Account = new System.Windows.Forms.TextBox();
39             this.txt_User_Name = new System.Windows.Forms.TextBox();
40             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
41             this.label12 = new System.Windows.Forms.Label();
42             this.label7 = new System.Windows.Forms.Label();
43             this.label5 = new System.Windows.Forms.Label();
44             this.label6 = new System.Windows.Forms.Label();
45             this.label4 = new System.Windows.Forms.Label();
46             this.label2 = new System.Windows.Forms.Label();
47             this.txt_User_Code = new System.Windows.Forms.TextBox();
48             this.label1 = new System.Windows.Forms.Label();
49             this.tab_AppendProperty = new System.Windows.Forms.TabPage();
50             this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
51             this.tab_Dept = new System.Windows.Forms.TabPage();
52             this.tree_Dept = new System.Windows.Forms.TreeView();
53             this.tab_Role = new System.Windows.Forms.TabPage();
54             this.tree_UserRole = new System.Windows.Forms.TreeView();
55             this.tab_group = new System.Windows.Forms.TabPage();
56             this.tab_UserRight = new System.Windows.Forms.TabPage();
57             this.tree_UserRight = new System.Windows.Forms.TreeView();
58             this.btn_save = new System.Windows.Forms.Button();
59             this.btn_concel = new System.Windows.Forms.Button();
60             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
61             this.tabControl1.SuspendLayout();
62             this.tab_baseInfo.SuspendLayout();
63             this.tab_AppendProperty.SuspendLayout();
64             this.tab_Dept.SuspendLayout();
65             this.tab_Role.SuspendLayout();
66             this.tab_UserRight.SuspendLayout();
67             this.SuspendLayout();
68             // 
69             // tabControl1
70             // 
71             this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
72             | System.Windows.Forms.AnchorStyles.Left) 
73             | System.Windows.Forms.AnchorStyles.Right)));
74             this.tabControl1.Controls.Add(this.tab_baseInfo);
75             this.tabControl1.Controls.Add(this.tab_AppendProperty);
76             this.tabControl1.Controls.Add(this.tab_Dept);
77             this.tabControl1.Controls.Add(this.tab_Role);
78             this.tabControl1.Controls.Add(this.tab_group);
79             this.tabControl1.Controls.Add(this.tab_UserRight);
80             this.tabControl1.Location = new System.Drawing.Point(0, 4);
81             this.tabControl1.Name = "tabControl1";
82             this.tabControl1.SelectedIndex = 0;
83             this.tabControl1.Size = new System.Drawing.Size(588, 314);
84             this.tabControl1.TabIndex = 0;
85             // 
86             // tab_baseInfo
87             // 
88             this.tab_baseInfo.Controls.Add(this.txt_Title);
89             this.tab_baseInfo.Controls.Add(this.txt_Email);
90             this.tab_baseInfo.Controls.Add(this.com_User_Sex);
91             this.tab_baseInfo.Controls.Add(this.txt_User_Account);
92             this.tab_baseInfo.Controls.Add(this.txt_User_Name);
93             this.tab_baseInfo.Controls.Add(this.richTextBox1);
94             this.tab_baseInfo.Controls.Add(this.label12);
95             this.tab_baseInfo.Controls.Add(this.label7);
96             this.tab_baseInfo.Controls.Add(this.label5);
97             this.tab_baseInfo.Controls.Add(this.label6);
98             this.tab_baseInfo.Controls.Add(this.label4);
99             this.tab_baseInfo.Controls.Add(this.label2);
100             this.tab_baseInfo.Controls.Add(this.txt_User_Code);
101             this.tab_baseInfo.Controls.Add(this.label1);
102             this.tab_baseInfo.Location = new System.Drawing.Point(4, 22);
103             this.tab_baseInfo.Name = "tab_baseInfo";
104             this.tab_baseInfo.Padding = new System.Windows.Forms.Padding(3);
105             this.tab_baseInfo.Size = new System.Drawing.Size(580, 288);
106             this.tab_baseInfo.TabIndex = 0;
107             this.tab_baseInfo.Text = "基本信息";
108             this.tab_baseInfo.UseVisualStyleBackColor = true;
109             // 
110             // txt_Title
111             // 
112             this.txt_Title.Location = new System.Drawing.Point(364, 65);
113             this.txt_Title.Name = "txt_Title";
114             this.txt_Title.Size = new System.Drawing.Size(197, 21);
115             this.txt_Title.TabIndex = 35;
116             // 
117             // txt_Email
118             // 
119             this.txt_Email.Location = new System.Drawing.Point(364, 99);
120             this.txt_Email.Name = "txt_Email";
121             this.txt_Email.Size = new System.Drawing.Size(197, 21);
122             this.txt_Email.TabIndex = 33;
123             // 
124             // com_User_Sex
125             // 
126             this.com_User_Sex.FormattingEnabled = true;
127             this.com_User_Sex.Items.AddRange(new object[] {
128             "男",
129             "女"});
130             this.com_User_Sex.Location = new System.Drawing.Point(91, 101);
131             this.com_User_Sex.Name = "com_User_Sex";
132             this.com_User_Sex.Size = new System.Drawing.Size(196, 20);
133             this.com_User_Sex.TabIndex = 32;
134             this.com_User_Sex.Text = "男";
135             // 
136             // txt_User_Account
137             // 
138             this.txt_User_Account.Location = new System.Drawing.Point(90, 62);
139             this.txt_User_Account.Name = "txt_User_Account";
140             this.txt_User_Account.Size = new System.Drawing.Size(197, 21);
141             this.txt_User_Account.TabIndex = 30;
142             // 
143             // txt_User_Name
144             // 
145             this.txt_User_Name.Location = new System.Drawing.Point(364, 25);
146             this.txt_User_Name.Name = "txt_User_Name";
147             this.txt_User_Name.Size = new System.Drawing.Size(197, 21);
148             this.txt_User_Name.TabIndex = 29;
149             // 
150             // richTextBox1
151             // 
152             this.richTextBox1.Location = new System.Drawing.Point(72, 136);
153             this.richTextBox1.Name = "richTextBox1";
154             this.richTextBox1.Size = new System.Drawing.Size(489, 117);
155             this.richTextBox1.TabIndex = 23;
156             this.richTextBox1.Text = "";
157             // 
158             // label12
159             // 
160             this.label12.AutoSize = true;
161             this.label12.Location = new System.Drawing.Point(25, 181);
162             this.label12.Name = "label12";
163             this.label12.Size = new System.Drawing.Size(41, 12);
164             this.label12.TabIndex = 22;
165             this.label12.Text = "备注:";
166             // 
167             // label7
168             // 
169             this.label7.AutoSize = true;
170             this.label7.Location = new System.Drawing.Point(293, 68);
171             this.label7.Name = "label7";
172             this.label7.Size = new System.Drawing.Size(65, 12);
173             this.label7.TabIndex = 14;
174             this.label7.Text = "职工职称:";
175             // 
176             // label5
177             // 
178             this.label5.AutoSize = true;
179             this.label5.Location = new System.Drawing.Point(293, 104);
180             this.label5.Name = "label5";
181             this.label5.Size = new System.Drawing.Size(65, 12);
182             this.label5.TabIndex = 10;
183             this.label5.Text = "电子邮件:";
184             // 
185             // label6
186             // 
187             this.label6.AutoSize = true;
188             this.label6.Location = new System.Drawing.Point(19, 104);
189             this.label6.Name = "label6";
190             this.label6.Size = new System.Drawing.Size(65, 12);
191             this.label6.TabIndex = 8;
192             this.label6.Text = "职工性别:";
193             // 
194             // label4
195             // 
196             this.label4.AutoSize = true;
197             this.label4.Location = new System.Drawing.Point(19, 68);
198             this.label4.Name = "label4";
199             this.label4.Size = new System.Drawing.Size(65, 12);
200             this.label4.TabIndex = 4;
201             this.label4.Text = "登录账户:";
202             // 
203             // label2
204             // 
205             this.label2.AutoSize = true;
206             this.label2.Location = new System.Drawing.Point(293, 31);
207             this.label2.Name = "label2";
208             this.label2.Size = new System.Drawing.Size(65, 12);
209             this.label2.TabIndex = 2;
210             this.label2.Text = "职工姓名:";
211             // 
212             // txt_User_Code
213             // 
214             this.txt_User_Code.Location = new System.Drawing.Point(90, 25);
215             this.txt_User_Code.Name = "txt_User_Code";
216             this.txt_User_Code.Size = new System.Drawing.Size(197, 21);
217             this.txt_User_Code.TabIndex = 1;
218             // 
219             // label1
220             // 
221             this.label1.AutoSize = true;
222             this.label1.Location = new System.Drawing.Point(19, 30);
223             this.label1.Name = "label1";
224             this.label1.Size = new System.Drawing.Size(65, 12);
225             this.label1.TabIndex = 0;
226             this.label1.Text = "职工工号:";
227             // 
228             // tab_AppendProperty
229             // 
230             this.tab_AppendProperty.Controls.Add(this.flowLayoutPanel1);
231             this.tab_AppendProperty.Location = new System.Drawing.Point(4, 22);
232             this.tab_AppendProperty.Name = "tab_AppendProperty";
233             this.tab_AppendProperty.Padding = new System.Windows.Forms.Padding(3);
234             this.tab_AppendProperty.Size = new System.Drawing.Size(580, 288);
235             this.tab_AppendProperty.TabIndex = 1;
236             this.tab_AppendProperty.Text = "附加信息";
237             this.tab_AppendProperty.UseVisualStyleBackColor = true;
238             // 
239             // flowLayoutPanel1
240             // 
241             this.flowLayoutPanel1.AutoScroll = true;
242             this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
243             this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
244             this.flowLayoutPanel1.Name = "flowLayoutPanel1";
245             this.flowLayoutPanel1.Size = new System.Drawing.Size(574, 282);
246             this.flowLayoutPanel1.TabIndex = 0;
247             // 
248             // tab_Dept
249             // 
250             this.tab_Dept.Controls.Add(this.tree_Dept);
251             this.tab_Dept.Location = new System.Drawing.Point(4, 22);
252             this.tab_Dept.Name = "tab_Dept";
253             this.tab_Dept.Size = new System.Drawing.Size(580, 288);
254             this.tab_Dept.TabIndex = 3;
255             this.tab_Dept.Text = "所属部门";
256             this.tab_Dept.UseVisualStyleBackColor = true;
257             // 
258             // tree_Dept
259             // 
260             this.tree_Dept.CheckBoxes = true;
261             this.tree_Dept.Dock = System.Windows.Forms.DockStyle.Fill;
262             this.tree_Dept.ItemHeight = 25;
263             this.tree_Dept.Location = new System.Drawing.Point(0, 0);
264             this.tree_Dept.Name = "tree_Dept";
265             this.tree_Dept.Size = new System.Drawing.Size(580, 288);
266             this.tree_Dept.TabIndex = 0;
267             // 
268             // tab_Role
269             // 
270             this.tab_Role.Controls.Add(this.tree_UserRole);
271             this.tab_Role.Location = new System.Drawing.Point(4, 22);
272             this.tab_Role.Name = "tab_Role";
273             this.tab_Role.Size = new System.Drawing.Size(580, 288);
274             this.tab_Role.TabIndex = 4;
275             this.tab_Role.Text = "所属角色";
276             this.tab_Role.UseVisualStyleBackColor = true;
277             // 
278             // tree_UserRole
279             // 
280             this.tree_UserRole.CheckBoxes = true;
281             this.tree_UserRole.Dock = System.Windows.Forms.DockStyle.Fill;
282             this.tree_UserRole.ItemHeight = 20;
283             this.tree_UserRole.Location = new System.Drawing.Point(0, 0);
284             this.tree_UserRole.Name = "tree_UserRole";
285             this.tree_UserRole.Size = new System.Drawing.Size(580, 288);
286             this.tree_UserRole.TabIndex = 0;
287             // 
288             // tab_group
289             // 
290             this.tab_group.Location = new System.Drawing.Point(4, 22);
291             this.tab_group.Name = "tab_group";
292             this.tab_group.Size = new System.Drawing.Size(580, 288);
293             this.tab_group.TabIndex = 5;
294             this.tab_group.Text = "所属工作组";
295             this.tab_group.UseVisualStyleBackColor = true;
296             // 
297             // tab_UserRight
298             // 
299             this.tab_UserRight.Controls.Add(this.tree_UserRight);
300             this.tab_UserRight.Location = new System.Drawing.Point(4, 22);
301             this.tab_UserRight.Name = "tab_UserRight";
302             this.tab_UserRight.Size = new System.Drawing.Size(580, 288);
303             this.tab_UserRight.TabIndex = 2;
304             this.tab_UserRight.Text = "用户权限";
305             this.tab_UserRight.UseVisualStyleBackColor = true;
306             // 
307             // tree_UserRight
308             // 
309             this.tree_UserRight.CheckBoxes = true;
310             this.tree_UserRight.Dock = System.Windows.Forms.DockStyle.Fill;
311             this.tree_UserRight.ItemHeight = 25;
312             this.tree_UserRight.Location = new System.Drawing.Point(0, 0);
313             this.tree_UserRight.Name = "tree_UserRight";
314             this.tree_UserRight.Size = new System.Drawing.Size(580, 288);
315             this.tree_UserRight.TabIndex = 0;
316             // 
317             // btn_save
318             // 
319             this.btn_save.Image = global::YX.Properties.Resources.save;
320             this.btn_save.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
321             this.btn_save.Location = new System.Drawing.Point(208, 324);
322             this.btn_save.Name = "btn_save";
323             this.btn_save.Size = new System.Drawing.Size(83, 32);
324             this.btn_save.TabIndex = 27;
325             this.btn_save.Text = "保存";
326             this.btn_save.UseVisualStyleBackColor = true;
327             this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
328             // 
329             // btn_concel
330             // 
331             this.btn_concel.Image = global::YX.Properties.Resources.delete;
332             this.btn_concel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
333             this.btn_concel.Location = new System.Drawing.Point(299, 324);
334             this.btn_concel.Name = "btn_concel";
335             this.btn_concel.Size = new System.Drawing.Size(83, 32);
336             this.btn_concel.TabIndex = 28;
337             this.btn_concel.Text = "关闭";
338             this.btn_concel.UseVisualStyleBackColor = true;
339             this.btn_concel.Click += new System.EventHandler(this.btn_concel_Click);
340             // 
341             // imageList1
342             // 
343             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
344             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
345             this.imageList1.Images.SetKeyName(0, "0.png");
346             this.imageList1.Images.SetKeyName(1, "1.png");
347             this.imageList1.Images.SetKeyName(2, "2.png");
348             this.imageList1.Images.SetKeyName(3, "3.png");
349             this.imageList1.Images.SetKeyName(4, "4.png");
350             this.imageList1.Images.SetKeyName(5, "5.png");
351             this.imageList1.Images.SetKeyName(6, "6.png");
352             this.imageList1.Images.SetKeyName(7, "7.png");
353             this.imageList1.Images.SetKeyName(8, "8.png");
354             this.imageList1.Images.SetKeyName(9, "9.png");
355             this.imageList1.Images.SetKeyName(10, "10.png");
356             this.imageList1.Images.SetKeyName(11, "11.png");
357             this.imageList1.Images.SetKeyName(12, "12.png");
358             this.imageList1.Images.SetKeyName(13, "13.png");
359             this.imageList1.Images.SetKeyName(14, "14.png");
360             this.imageList1.Images.SetKeyName(15, "15.png");
361             this.imageList1.Images.SetKeyName(16, "16.png");
362             this.imageList1.Images.SetKeyName(17, "17.png");
363             this.imageList1.Images.SetKeyName(18, "18.png");
364             this.imageList1.Images.SetKeyName(19, "19.png");
365             this.imageList1.Images.SetKeyName(20, "20.png");
366             this.imageList1.Images.SetKeyName(21, "21.png");
367             this.imageList1.Images.SetKeyName(22, "22.png");
368             this.imageList1.Images.SetKeyName(23, "23.png");
369             this.imageList1.Images.SetKeyName(24, "24.png");
370             this.imageList1.Images.SetKeyName(25, "25.png");
371             this.imageList1.Images.SetKeyName(26, "26.png");
372             this.imageList1.Images.SetKeyName(27, "27.png");
373             this.imageList1.Images.SetKeyName(28, "28.png");
374             this.imageList1.Images.SetKeyName(29, "29.png");
375             this.imageList1.Images.SetKeyName(30, "30.png");
376             this.imageList1.Images.SetKeyName(31, "31.png");
377             this.imageList1.Images.SetKeyName(32, "32.png");
378             this.imageList1.Images.SetKeyName(33, "33.png");
379             this.imageList1.Images.SetKeyName(34, "34.png");
380             this.imageList1.Images.SetKeyName(35, "35.png");
381             this.imageList1.Images.SetKeyName(36, "36.png");
382             this.imageList1.Images.SetKeyName(37, "37.png");
383             this.imageList1.Images.SetKeyName(38, "38.png");
384             this.imageList1.Images.SetKeyName(39, "39.png");
385             this.imageList1.Images.SetKeyName(40, "40.png");
386             this.imageList1.Images.SetKeyName(41, "41.png");
387             this.imageList1.Images.SetKeyName(42, "42.png");
388             this.imageList1.Images.SetKeyName(43, "43.png");
389             this.imageList1.Images.SetKeyName(44, "44.png");
390             this.imageList1.Images.SetKeyName(45, "45.png");
391             this.imageList1.Images.SetKeyName(46, "46.png");
392             this.imageList1.Images.SetKeyName(47, "47.png");
393             this.imageList1.Images.SetKeyName(48, "48.png");
394             this.imageList1.Images.SetKeyName(49, "49.png");
395             this.imageList1.Images.SetKeyName(50, "50.png");
396             this.imageList1.Images.SetKeyName(51, "51.png");
397             this.imageList1.Images.SetKeyName(52, "52.png");
398             this.imageList1.Images.SetKeyName(53, "53.png");
399             this.imageList1.Images.SetKeyName(54, "54.png");
400             this.imageList1.Images.SetKeyName(55, "55.png");
401             this.imageList1.Images.SetKeyName(56, "56.png");
402             this.imageList1.Images.SetKeyName(57, "57.png");
403             this.imageList1.Images.SetKeyName(58, "58.png");
404             this.imageList1.Images.SetKeyName(59, "59.png");
405             this.imageList1.Images.SetKeyName(60, "60.png");
406             this.imageList1.Images.SetKeyName(61, "61.png");
407             this.imageList1.Images.SetKeyName(62, "62.png");
408             this.imageList1.Images.SetKeyName(63, "63.png");
409             this.imageList1.Images.SetKeyName(64, "64.png");
410             this.imageList1.Images.SetKeyName(65, "65.png");
411             this.imageList1.Images.SetKeyName(66, "66.png");
412             this.imageList1.Images.SetKeyName(67, "67.png");
413             this.imageList1.Images.SetKeyName(68, "68.png");
414             this.imageList1.Images.SetKeyName(69, "69.png");
415             this.imageList1.Images.SetKeyName(70, "70.png");
416             this.imageList1.Images.SetKeyName(71, "71.png");
417             this.imageList1.Images.SetKeyName(72, "72.png");
418             this.imageList1.Images.SetKeyName(73, "73.png");
419             this.imageList1.Images.SetKeyName(74, "74.png");
420             this.imageList1.Images.SetKeyName(75, "75.png");
421             this.imageList1.Images.SetKeyName(76, "76.png");
422             this.imageList1.Images.SetKeyName(77, "77.png");
423             this.imageList1.Images.SetKeyName(78, "78.png");
424             this.imageList1.Images.SetKeyName(79, "79.png");
425             this.imageList1.Images.SetKeyName(80, "80.png");
426             this.imageList1.Images.SetKeyName(81, "81.png");
427             this.imageList1.Images.SetKeyName(82, "82.png");
428             this.imageList1.Images.SetKeyName(83, "83.png");
429             this.imageList1.Images.SetKeyName(84, "84.png");
430             this.imageList1.Images.SetKeyName(85, "85.png");
431             this.imageList1.Images.SetKeyName(86, "86.png");
432             this.imageList1.Images.SetKeyName(87, "87.png");
433             this.imageList1.Images.SetKeyName(88, "88.png");
434             this.imageList1.Images.SetKeyName(89, "89.png");
435             this.imageList1.Images.SetKeyName(90, "90.png");
436             this.imageList1.Images.SetKeyName(91, "91.png");
437             this.imageList1.Images.SetKeyName(92, "92.png");
438             this.imageList1.Images.SetKeyName(93, "93.png");
439             this.imageList1.Images.SetKeyName(94, "94.png");
440             this.imageList1.Images.SetKeyName(95, "95.png");
441             this.imageList1.Images.SetKeyName(96, "96.png");
442             this.imageList1.Images.SetKeyName(97, "97.png");
443             this.imageList1.Images.SetKeyName(98, "98.png");
444             this.imageList1.Images.SetKeyName(99, "99.png");
445             this.imageList1.Images.SetKeyName(100, "100.png");
446             this.imageList1.Images.SetKeyName(101, "101.png");
447             this.imageList1.Images.SetKeyName(102, "102.png");
448             this.imageList1.Images.SetKeyName(103, "103.png");
449             this.imageList1.Images.SetKeyName(104, "104.png");
450             this.imageList1.Images.SetKeyName(105, "105.png");
451             this.imageList1.Images.SetKeyName(106, "106.png");
452             this.imageList1.Images.SetKeyName(107, "107.png");
453             this.imageList1.Images.SetKeyName(108, "108.png");
454             this.imageList1.Images.SetKeyName(109, "109.png");
455             this.imageList1.Images.SetKeyName(110, "110.png");
456             this.imageList1.Images.SetKeyName(111, "111.png");
457             this.imageList1.Images.SetKeyName(112, "112.png");
458             this.imageList1.Images.SetKeyName(113, "113.png");
459             this.imageList1.Images.SetKeyName(114, "114.png");
460             this.imageList1.Images.SetKeyName(115, "115.png");
461             this.imageList1.Images.SetKeyName(116, "116.png");
462             this.imageList1.Images.SetKeyName(117, "117.png");
463             this.imageList1.Images.SetKeyName(118, "118.png");
464             this.imageList1.Images.SetKeyName(119, "119.png");
465             this.imageList1.Images.SetKeyName(120, "120.png");
466             this.imageList1.Images.SetKeyName(121, "121.png");
467             this.imageList1.Images.SetKeyName(122, "122.png");
468             this.imageList1.Images.SetKeyName(123, "123.png");
469             this.imageList1.Images.SetKeyName(124, "124.png");
470             this.imageList1.Images.SetKeyName(125, "125.png");
471             this.imageList1.Images.SetKeyName(126, "126.png");
472             this.imageList1.Images.SetKeyName(127, "127.png");
473             this.imageList1.Images.SetKeyName(128, "128.png");
474             this.imageList1.Images.SetKeyName(129, "129.png");
475             this.imageList1.Images.SetKeyName(130, "130.png");
476             this.imageList1.Images.SetKeyName(131, "131.png");
477             this.imageList1.Images.SetKeyName(132, "132.png");
478             this.imageList1.Images.SetKeyName(133, "133.png");
479             this.imageList1.Images.SetKeyName(134, "134.png");
480             this.imageList1.Images.SetKeyName(135, "135.png");
481             this.imageList1.Images.SetKeyName(136, "136.png");
482             this.imageList1.Images.SetKeyName(137, "137.png");
483             this.imageList1.Images.SetKeyName(138, "138.png");
484             this.imageList1.Images.SetKeyName(139, "139.png");
485             this.imageList1.Images.SetKeyName(140, "140.png");
486             this.imageList1.Images.SetKeyName(141, "141.png");
487             this.imageList1.Images.SetKeyName(142, "142.png");
488             this.imageList1.Images.SetKeyName(143, "143.png");
489             this.imageList1.Images.SetKeyName(144, "144.png");
490             this.imageList1.Images.SetKeyName(145, "145.png");
491             this.imageList1.Images.SetKeyName(146, "146.png");
492             this.imageList1.Images.SetKeyName(147, "147.png");
493             this.imageList1.Images.SetKeyName(148, "148.png");
494             this.imageList1.Images.SetKeyName(149, "149.png");
495             this.imageList1.Images.SetKeyName(150, "150.png");
496             this.imageList1.Images.SetKeyName(151, "151.png");
497             this.imageList1.Images.SetKeyName(152, "152.png");
498             this.imageList1.Images.SetKeyName(153, "153.png");
499             this.imageList1.Images.SetKeyName(154, "154.png");
500             this.imageList1.Images.SetKeyName(155, "155.png");
501             this.imageList1.Images.SetKeyName(156, "156.png");
502             this.imageList1.Images.SetKeyName(157, "157.png");
503             this.imageList1.Images.SetKeyName(158, "158.png");
504             this.imageList1.Images.SetKeyName(159, "159.png");
505             this.imageList1.Images.SetKeyName(160, "160.png");
506             this.imageList1.Images.SetKeyName(161, "161.png");
507             this.imageList1.Images.SetKeyName(162, "162.png");
508             this.imageList1.Images.SetKeyName(163, "163.png");
509             this.imageList1.Images.SetKeyName(164, "164.png");
510             this.imageList1.Images.SetKeyName(165, "165.png");
511             this.imageList1.Images.SetKeyName(166, "166.png");
512             this.imageList1.Images.SetKeyName(167, "167.png");
513             this.imageList1.Images.SetKeyName(168, "168.png");
514             this.imageList1.Images.SetKeyName(169, "169.png");
515             this.imageList1.Images.SetKeyName(170, "170.png");
516             this.imageList1.Images.SetKeyName(171, "171.png");
517             this.imageList1.Images.SetKeyName(172, "172.png");
518             this.imageList1.Images.SetKeyName(173, "173.png");
519             this.imageList1.Images.SetKeyName(174, "174.png");
520             this.imageList1.Images.SetKeyName(175, "175.png");
521             this.imageList1.Images.SetKeyName(176, "176.png");
522             this.imageList1.Images.SetKeyName(177, "177.png");
523             this.imageList1.Images.SetKeyName(178, "178.png");
524             this.imageList1.Images.SetKeyName(179, "179.png");
525             this.imageList1.Images.SetKeyName(180, "180.png");
526             this.imageList1.Images.SetKeyName(181, "181.png");
527             this.imageList1.Images.SetKeyName(182, "182.png");
528             this.imageList1.Images.SetKeyName(183, "183.png");
529             this.imageList1.Images.SetKeyName(184, "184.png");
530             this.imageList1.Images.SetKeyName(185, "185.png");
531             this.imageList1.Images.SetKeyName(186, "186.png");
532             this.imageList1.Images.SetKeyName(187, "187.png");
533             this.imageList1.Images.SetKeyName(188, "188.png");
534             this.imageList1.Images.SetKeyName(189, "189.png");
535             this.imageList1.Images.SetKeyName(190, "190.png");
536             this.imageList1.Images.SetKeyName(191, "191.png");
537             this.imageList1.Images.SetKeyName(192, "192.png");
538             this.imageList1.Images.SetKeyName(193, "193.png");
539             this.imageList1.Images.SetKeyName(194, "194.png");
540             this.imageList1.Images.SetKeyName(195, "195.png");
541             this.imageList1.Images.SetKeyName(196, "196.png");
542             this.imageList1.Images.SetKeyName(197, "197.png");
543             this.imageList1.Images.SetKeyName(198, "198.png");
544             this.imageList1.Images.SetKeyName(199, "199.png");
545             this.imageList1.Images.SetKeyName(200, "200.png");
546             this.imageList1.Images.SetKeyName(201, "201.png");
547             this.imageList1.Images.SetKeyName(202, "202.png");
548             this.imageList1.Images.SetKeyName(203, "203.png");
549             this.imageList1.Images.SetKeyName(204, "204.png");
550             this.imageList1.Images.SetKeyName(205, "205.png");
551             this.imageList1.Images.SetKeyName(206, "206.png");
552             this.imageList1.Images.SetKeyName(207, "207.png");
553             this.imageList1.Images.SetKeyName(208, "208.png");
554             this.imageList1.Images.SetKeyName(209, "209.png");
555             this.imageList1.Images.SetKeyName(210, "210.png");
556             this.imageList1.Images.SetKeyName(211, "211.png");
557             this.imageList1.Images.SetKeyName(212, "212.png");
558             this.imageList1.Images.SetKeyName(213, "213.png");
559             this.imageList1.Images.SetKeyName(214, "214.png");
560             this.imageList1.Images.SetKeyName(215, "215.png");
561             this.imageList1.Images.SetKeyName(216, "216.png");
562             this.imageList1.Images.SetKeyName(217, "217.png");
563             this.imageList1.Images.SetKeyName(218, "218.png");
564             this.imageList1.Images.SetKeyName(219, "219.png");
565             this.imageList1.Images.SetKeyName(220, "220.png");
566             this.imageList1.Images.SetKeyName(221, "221.png");
567             this.imageList1.Images.SetKeyName(222, "222.png");
568             this.imageList1.Images.SetKeyName(223, "223.png");
569             this.imageList1.Images.SetKeyName(224, "224.png");
570             this.imageList1.Images.SetKeyName(225, "225.png");
571             this.imageList1.Images.SetKeyName(226, "226.png");
572             this.imageList1.Images.SetKeyName(227, "227.png");
573             this.imageList1.Images.SetKeyName(228, "228.png");
574             this.imageList1.Images.SetKeyName(229, "229.png");
575             this.imageList1.Images.SetKeyName(230, "230.png");
576             this.imageList1.Images.SetKeyName(231, "231.png");
577             this.imageList1.Images.SetKeyName(232, "232.png");
578             this.imageList1.Images.SetKeyName(233, "233.png");
579             this.imageList1.Images.SetKeyName(234, "234.png");
580             this.imageList1.Images.SetKeyName(235, "235.png");
581             this.imageList1.Images.SetKeyName(236, "236.png");
582             this.imageList1.Images.SetKeyName(237, "237.png");
583             this.imageList1.Images.SetKeyName(238, "238.png");
584             this.imageList1.Images.SetKeyName(239, "239.png");
585             this.imageList1.Images.SetKeyName(240, "240.png");
586             this.imageList1.Images.SetKeyName(241, "241.png");
587             this.imageList1.Images.SetKeyName(242, "242.png");
588             this.imageList1.Images.SetKeyName(243, "243.png");
589             this.imageList1.Images.SetKeyName(244, "244.png");
590             this.imageList1.Images.SetKeyName(245, "245.png");
591             this.imageList1.Images.SetKeyName(246, "246.png");
592             this.imageList1.Images.SetKeyName(247, "247.png");
593             this.imageList1.Images.SetKeyName(248, "248.png");
594             this.imageList1.Images.SetKeyName(249, "249.png");
595             this.imageList1.Images.SetKeyName(250, "250.png");
596             this.imageList1.Images.SetKeyName(251, "251.png");
597             this.imageList1.Images.SetKeyName(252, "252.png");
598             this.imageList1.Images.SetKeyName(253, "253.png");
599             this.imageList1.Images.SetKeyName(254, "254.png");
600             this.imageList1.Images.SetKeyName(255, "255.png");
601             this.imageList1.Images.SetKeyName(256, "256.png");
602             this.imageList1.Images.SetKeyName(257, "257.png");
603             this.imageList1.Images.SetKeyName(258, "258.png");
604             this.imageList1.Images.SetKeyName(259, "259.png");
605             this.imageList1.Images.SetKeyName(260, "260.png");
606             this.imageList1.Images.SetKeyName(261, "261.png");
607             this.imageList1.Images.SetKeyName(262, "262.png");
608             this.imageList1.Images.SetKeyName(263, "263.png");
609             this.imageList1.Images.SetKeyName(264, "264.png");
610             this.imageList1.Images.SetKeyName(265, "265.png");
611             this.imageList1.Images.SetKeyName(266, "266.png");
612             this.imageList1.Images.SetKeyName(267, "267.png");
613             this.imageList1.Images.SetKeyName(268, "268.png");
614             this.imageList1.Images.SetKeyName(269, "269.png");
615             this.imageList1.Images.SetKeyName(270, "270.png");
616             this.imageList1.Images.SetKeyName(271, "271.png");
617             this.imageList1.Images.SetKeyName(272, "272.png");
618             this.imageList1.Images.SetKeyName(273, "273.png");
619             this.imageList1.Images.SetKeyName(274, "274.png");
620             this.imageList1.Images.SetKeyName(275, "275.png");
621             this.imageList1.Images.SetKeyName(276, "276.png");
622             this.imageList1.Images.SetKeyName(277, "277.png");
623             this.imageList1.Images.SetKeyName(278, "278.png");
624             this.imageList1.Images.SetKeyName(279, "279.png");
625             this.imageList1.Images.SetKeyName(280, "280.png");
626             this.imageList1.Images.SetKeyName(281, "281.png");
627             this.imageList1.Images.SetKeyName(282, "282.png");
628             this.imageList1.Images.SetKeyName(283, "283.png");
629             this.imageList1.Images.SetKeyName(284, "284.png");
630             this.imageList1.Images.SetKeyName(285, "285.png");
631             this.imageList1.Images.SetKeyName(286, "286.png");
632             this.imageList1.Images.SetKeyName(287, "287.png");
633             this.imageList1.Images.SetKeyName(288, "288.png");
634             this.imageList1.Images.SetKeyName(289, "289.png");
635             this.imageList1.Images.SetKeyName(290, "290.png");
636             this.imageList1.Images.SetKeyName(291, "291.png");
637             this.imageList1.Images.SetKeyName(292, "292.png");
638             this.imageList1.Images.SetKeyName(293, "293.png");
639             this.imageList1.Images.SetKeyName(294, "294.png");
640             this.imageList1.Images.SetKeyName(295, "295.png");
641             this.imageList1.Images.SetKeyName(296, "296.png");
642             this.imageList1.Images.SetKeyName(297, "297.png");
643             this.imageList1.Images.SetKeyName(298, "298.png");
644             this.imageList1.Images.SetKeyName(299, "299.png");
645             this.imageList1.Images.SetKeyName(300, "300.png");
646             this.imageList1.Images.SetKeyName(301, "301.png");
647             this.imageList1.Images.SetKeyName(302, "302.png");
648             this.imageList1.Images.SetKeyName(303, "303.png");
649             this.imageList1.Images.SetKeyName(304, "304.png");
650             this.imageList1.Images.SetKeyName(305, "305.png");
651             this.imageList1.Images.SetKeyName(306, "306.png");
652             this.imageList1.Images.SetKeyName(307, "307.png");
653             this.imageList1.Images.SetKeyName(308, "308.png");
654             this.imageList1.Images.SetKeyName(309, "309.png");
655             this.imageList1.Images.SetKeyName(310, "310.png");
656             this.imageList1.Images.SetKeyName(311, "311.png");
657             this.imageList1.Images.SetKeyName(312, "312.png");
658             this.imageList1.Images.SetKeyName(313, "313.png");
659             this.imageList1.Images.SetKeyName(314, "314.png");
660             this.imageList1.Images.SetKeyName(315, "315.png");
661             this.imageList1.Images.SetKeyName(316, "316.png");
662             this.imageList1.Images.SetKeyName(317, "317.png");
663             this.imageList1.Images.SetKeyName(318, "318.png");
664             this.imageList1.Images.SetKeyName(319, "319.png");
665             this.imageList1.Images.SetKeyName(320, "320.png");
666             this.imageList1.Images.SetKeyName(321, "321.png");
667             this.imageList1.Images.SetKeyName(322, "322.png");
668             this.imageList1.Images.SetKeyName(323, "323.png");
669             this.imageList1.Images.SetKeyName(324, "324.png");
670             this.imageList1.Images.SetKeyName(325, "325.png");
671             this.imageList1.Images.SetKeyName(326, "326.png");
672             this.imageList1.Images.SetKeyName(327, "327.png");
673             this.imageList1.Images.SetKeyName(328, "328.png");
674             this.imageList1.Images.SetKeyName(329, "329.png");
675             this.imageList1.Images.SetKeyName(330, "330.png");
676             this.imageList1.Images.SetKeyName(331, "331.png");
677             this.imageList1.Images.SetKeyName(332, "332.png");
678             this.imageList1.Images.SetKeyName(333, "333.png");
679             this.imageList1.Images.SetKeyName(334, "334.png");
680             this.imageList1.Images.SetKeyName(335, "335.png");
681             this.imageList1.Images.SetKeyName(336, "336.png");
682             this.imageList1.Images.SetKeyName(337, "337.png");
683             this.imageList1.Images.SetKeyName(338, "338.png");
684             this.imageList1.Images.SetKeyName(339, "339.png");
685             this.imageList1.Images.SetKeyName(340, "340.png");
686             this.imageList1.Images.SetKeyName(341, "341.png");
687             this.imageList1.Images.SetKeyName(342, "342.png");
688             this.imageList1.Images.SetKeyName(343, "343.png");
689             this.imageList1.Images.SetKeyName(344, "344.png");
690             this.imageList1.Images.SetKeyName(345, "345.png");
691             this.imageList1.Images.SetKeyName(346, "346.png");
692             this.imageList1.Images.SetKeyName(347, "347.png");
693             this.imageList1.Images.SetKeyName(348, "348.png");
694             this.imageList1.Images.SetKeyName(349, "349.png");
695             this.imageList1.Images.SetKeyName(350, "350.png");
696             this.imageList1.Images.SetKeyName(351, "351.png");
697             this.imageList1.Images.SetKeyName(352, "352.png");
698             this.imageList1.Images.SetKeyName(353, "353.png");
699             this.imageList1.Images.SetKeyName(354, "354.png");
700             this.imageList1.Images.SetKeyName(355, "355.png");
701             this.imageList1.Images.SetKeyName(356, "356.png");
702             this.imageList1.Images.SetKeyName(357, "357.png");
703             this.imageList1.Images.SetKeyName(358, "358.png");
704             this.imageList1.Images.SetKeyName(359, "359.png");
705             this.imageList1.Images.SetKeyName(360, "360.png");
706             this.imageList1.Images.SetKeyName(361, "361.png");
707             this.imageList1.Images.SetKeyName(362, "362.png");
708             this.imageList1.Images.SetKeyName(363, "363.png");
709             this.imageList1.Images.SetKeyName(364, "364.png");
710             this.imageList1.Images.SetKeyName(365, "365.png");
711             this.imageList1.Images.SetKeyName(366, "366.png");
712             this.imageList1.Images.SetKeyName(367, "367.png");
713             this.imageList1.Images.SetKeyName(368, "368.png");
714             this.imageList1.Images.SetKeyName(369, "369.png");
715             this.imageList1.Images.SetKeyName(370, "370.png");
716             this.imageList1.Images.SetKeyName(371, "371.png");
717             this.imageList1.Images.SetKeyName(372, "372.png");
718             this.imageList1.Images.SetKeyName(373, "373.png");
719             this.imageList1.Images.SetKeyName(374, "374.png");
720             this.imageList1.Images.SetKeyName(375, "375.png");
721             this.imageList1.Images.SetKeyName(376, "376.png");
722             this.imageList1.Images.SetKeyName(377, "377.png");
723             this.imageList1.Images.SetKeyName(378, "378.png");
724             this.imageList1.Images.SetKeyName(379, "379.png");
725             this.imageList1.Images.SetKeyName(380, "380.png");
726             this.imageList1.Images.SetKeyName(381, "381.png");
727             this.imageList1.Images.SetKeyName(382, "382.png");
728             this.imageList1.Images.SetKeyName(383, "383.png");
729             this.imageList1.Images.SetKeyName(384, "384.png");
730             this.imageList1.Images.SetKeyName(385, "385.png");
731             this.imageList1.Images.SetKeyName(386, "386.png");
732             this.imageList1.Images.SetKeyName(387, "387.png");
733             this.imageList1.Images.SetKeyName(388, "388.png");
734             this.imageList1.Images.SetKeyName(389, "389.png");
735             this.imageList1.Images.SetKeyName(390, "390.png");
736             this.imageList1.Images.SetKeyName(391, "391.png");
737             this.imageList1.Images.SetKeyName(392, "392.png");
738             this.imageList1.Images.SetKeyName(393, "393.png");
739             this.imageList1.Images.SetKeyName(394, "394.png");
740             this.imageList1.Images.SetKeyName(395, "395.png");
741             this.imageList1.Images.SetKeyName(396, "396.png");
742             this.imageList1.Images.SetKeyName(397, "397.png");
743             this.imageList1.Images.SetKeyName(398, "398.png");
744             this.imageList1.Images.SetKeyName(399, "399.png");
745             this.imageList1.Images.SetKeyName(400, "400.png");
746             this.imageList1.Images.SetKeyName(401, "401.png");
747             this.imageList1.Images.SetKeyName(402, "402.png");
748             this.imageList1.Images.SetKeyName(403, "403.png");
749             this.imageList1.Images.SetKeyName(404, "404.png");
750             this.imageList1.Images.SetKeyName(405, "405.png");
751             this.imageList1.Images.SetKeyName(406, "406.png");
752             this.imageList1.Images.SetKeyName(407, "407.png");
753             this.imageList1.Images.SetKeyName(408, "408.png");
754             this.imageList1.Images.SetKeyName(409, "409.png");
755             this.imageList1.Images.SetKeyName(410, "410.png");
756             this.imageList1.Images.SetKeyName(411, "411.png");
757             this.imageList1.Images.SetKeyName(412, "412.png");
758             this.imageList1.Images.SetKeyName(413, "413.png");
759             this.imageList1.Images.SetKeyName(414, "414.png");
760             this.imageList1.Images.SetKeyName(415, "415.png");
761             this.imageList1.Images.SetKeyName(416, "416.png");
762             this.imageList1.Images.SetKeyName(417, "417.png");
763             this.imageList1.Images.SetKeyName(418, "418.png");
764             this.imageList1.Images.SetKeyName(419, "419.png");
765             this.imageList1.Images.SetKeyName(420, "420.png");
766             this.imageList1.Images.SetKeyName(421, "421.png");
767             this.imageList1.Images.SetKeyName(422, "422.png");
768             this.imageList1.Images.SetKeyName(423, "423.png");
769             this.imageList1.Images.SetKeyName(424, "424.png");
770             this.imageList1.Images.SetKeyName(425, "425.png");
771             this.imageList1.Images.SetKeyName(426, "426.png");
772             this.imageList1.Images.SetKeyName(427, "427.png");
773             this.imageList1.Images.SetKeyName(428, "428.png");
774             this.imageList1.Images.SetKeyName(429, "429.png");
775             this.imageList1.Images.SetKeyName(430, "430.png");
776             this.imageList1.Images.SetKeyName(431, "431.png");
777             this.imageList1.Images.SetKeyName(432, "432.png");
778             this.imageList1.Images.SetKeyName(433, "433.png");
779             this.imageList1.Images.SetKeyName(434, "434.png");
780             this.imageList1.Images.SetKeyName(435, "435.png");
781             this.imageList1.Images.SetKeyName(436, "436.png");
782             this.imageList1.Images.SetKeyName(437, "437.png");
783             this.imageList1.Images.SetKeyName(438, "438.png");
784             this.imageList1.Images.SetKeyName(439, "439.png");
785             this.imageList1.Images.SetKeyName(440, "440.png");
786             this.imageList1.Images.SetKeyName(441, "441.png");
787             this.imageList1.Images.SetKeyName(442, "442.png");
788             this.imageList1.Images.SetKeyName(443, "443.png");
789             this.imageList1.Images.SetKeyName(444, "444.png");
790             this.imageList1.Images.SetKeyName(445, "445.png");
791             this.imageList1.Images.SetKeyName(446, "446.png");
792             this.imageList1.Images.SetKeyName(447, "447.png");
793             this.imageList1.Images.SetKeyName(448, "448.png");
794             this.imageList1.Images.SetKeyName(449, "449.png");
795             this.imageList1.Images.SetKeyName(450, "450.png");
796             this.imageList1.Images.SetKeyName(451, "451.png");
797             this.imageList1.Images.SetKeyName(452, "452.png");
798             this.imageList1.Images.SetKeyName(453, "453.png");
799             this.imageList1.Images.SetKeyName(454, "454.png");
800             this.imageList1.Images.SetKeyName(455, "455.png");
801             this.imageList1.Images.SetKeyName(456, "456.png");
802             this.imageList1.Images.SetKeyName(457, "457.png");
803             this.imageList1.Images.SetKeyName(458, "458.png");
804             this.imageList1.Images.SetKeyName(459, "459.png");
805             this.imageList1.Images.SetKeyName(460, "460.png");
806             this.imageList1.Images.SetKeyName(461, "461.png");
807             this.imageList1.Images.SetKeyName(462, "462.png");
808             this.imageList1.Images.SetKeyName(463, "463.png");
809             this.imageList1.Images.SetKeyName(464, "464.png");
810             this.imageList1.Images.SetKeyName(465, "465.png");
811             this.imageList1.Images.SetKeyName(466, "466.png");
812             this.imageList1.Images.SetKeyName(467, "467.png");
813             this.imageList1.Images.SetKeyName(468, "468.png");
814             this.imageList1.Images.SetKeyName(469, "469.png");
815             this.imageList1.Images.SetKeyName(470, "470.png");
816             this.imageList1.Images.SetKeyName(471, "471.png");
817             this.imageList1.Images.SetKeyName(472, "472.png");
818             this.imageList1.Images.SetKeyName(473, "473.png");
819             this.imageList1.Images.SetKeyName(474, "474.png");
820             this.imageList1.Images.SetKeyName(475, "475.png");
821             this.imageList1.Images.SetKeyName(476, "476.png");
822             this.imageList1.Images.SetKeyName(477, "477.png");
823             this.imageList1.Images.SetKeyName(478, "478.png");
824             this.imageList1.Images.SetKeyName(479, "479.png");
825             this.imageList1.Images.SetKeyName(480, "480.png");
826             this.imageList1.Images.SetKeyName(481, "481.png");
827             this.imageList1.Images.SetKeyName(482, "482.png");
828             this.imageList1.Images.SetKeyName(483, "483.png");
829             this.imageList1.Images.SetKeyName(484, "484.png");
830             this.imageList1.Images.SetKeyName(485, "485.png");
831             this.imageList1.Images.SetKeyName(486, "486.png");
832             this.imageList1.Images.SetKeyName(487, "487.png");
833             this.imageList1.Images.SetKeyName(488, "488.png");
834             this.imageList1.Images.SetKeyName(489, "489.png");
835             this.imageList1.Images.SetKeyName(490, "490.png");
836             this.imageList1.Images.SetKeyName(491, "491.png");
837             this.imageList1.Images.SetKeyName(492, "492.png");
838             this.imageList1.Images.SetKeyName(493, "493.png");
839             this.imageList1.Images.SetKeyName(494, "494.png");
840             this.imageList1.Images.SetKeyName(495, "495.png");
841             this.imageList1.Images.SetKeyName(496, "496.png");
842             this.imageList1.Images.SetKeyName(497, "497.png");
843             this.imageList1.Images.SetKeyName(498, "498.png");
844             this.imageList1.Images.SetKeyName(499, "499.png");
845             this.imageList1.Images.SetKeyName(500, "500.png");
846             this.imageList1.Images.SetKeyName(501, "501.png");
847             this.imageList1.Images.SetKeyName(502, "502.png");
848             this.imageList1.Images.SetKeyName(503, "503.png");
849             this.imageList1.Images.SetKeyName(504, "504.png");
850             this.imageList1.Images.SetKeyName(505, "505.png");
851             this.imageList1.Images.SetKeyName(506, "506.png");
852             this.imageList1.Images.SetKeyName(507, "507.png");
853             this.imageList1.Images.SetKeyName(508, "508.png");
854             this.imageList1.Images.SetKeyName(509, "509.png");
855             this.imageList1.Images.SetKeyName(510, "510.png");
856             this.imageList1.Images.SetKeyName(511, "511.png");
857             this.imageList1.Images.SetKeyName(512, "512.png");
858             this.imageList1.Images.SetKeyName(513, "513.png");
859             this.imageList1.Images.SetKeyName(514, "514.png");
860             this.imageList1.Images.SetKeyName(515, "515.png");
861             this.imageList1.Images.SetKeyName(516, "516.png");
862             this.imageList1.Images.SetKeyName(517, "517.png");
863             this.imageList1.Images.SetKeyName(518, "518.png");
864             this.imageList1.Images.SetKeyName(519, "519.png");
865             this.imageList1.Images.SetKeyName(520, "520.png");
866             this.imageList1.Images.SetKeyName(521, "521.png");
867             this.imageList1.Images.SetKeyName(522, "522.png");
868             this.imageList1.Images.SetKeyName(523, "523.png");
869             this.imageList1.Images.SetKeyName(524, "524.png");
870             this.imageList1.Images.SetKeyName(525, "525.png");
871             this.imageList1.Images.SetKeyName(526, "526.png");
872             this.imageList1.Images.SetKeyName(527, "527.png");
873             this.imageList1.Images.SetKeyName(528, "528.png");
874             this.imageList1.Images.SetKeyName(529, "529.png");
875             this.imageList1.Images.SetKeyName(530, "530.png");
876             this.imageList1.Images.SetKeyName(531, "531.png");
877             this.imageList1.Images.SetKeyName(532, "532.png");
878             this.imageList1.Images.SetKeyName(533, "533.png");
879             this.imageList1.Images.SetKeyName(534, "534.png");
880             this.imageList1.Images.SetKeyName(535, "535.png");
881             this.imageList1.Images.SetKeyName(536, "536.png");
882             this.imageList1.Images.SetKeyName(537, "537.png");
883             this.imageList1.Images.SetKeyName(538, "538.png");
884             this.imageList1.Images.SetKeyName(539, "539.png");
885             this.imageList1.Images.SetKeyName(540, "540.png");
886             this.imageList1.Images.SetKeyName(541, "541.png");
887             this.imageList1.Images.SetKeyName(542, "542.png");
888             this.imageList1.Images.SetKeyName(543, "543.png");
889             this.imageList1.Images.SetKeyName(544, "544.png");
890             this.imageList1.Images.SetKeyName(545, "545.png");
891             this.imageList1.Images.SetKeyName(546, "546.png");
892             this.imageList1.Images.SetKeyName(547, "547.png");
893             this.imageList1.Images.SetKeyName(548, "548.png");
894             this.imageList1.Images.SetKeyName(549, "549.png");
895             this.imageList1.Images.SetKeyName(550, "550.png");
896             this.imageList1.Images.SetKeyName(551, "551.png");
897             this.imageList1.Images.SetKeyName(552, "552.png");
898             this.imageList1.Images.SetKeyName(553, "553.png");
899             this.imageList1.Images.SetKeyName(554, "554.png");
900             this.imageList1.Images.SetKeyName(555, "555.png");
901             this.imageList1.Images.SetKeyName(556, "556.png");
902             this.imageList1.Images.SetKeyName(557, "557.png");
903             this.imageList1.Images.SetKeyName(558, "558.png");
904             this.imageList1.Images.SetKeyName(559, "559.png");
905             this.imageList1.Images.SetKeyName(560, "560.png");
906             this.imageList1.Images.SetKeyName(561, "561.png");
907             this.imageList1.Images.SetKeyName(562, "562.png");
908             this.imageList1.Images.SetKeyName(563, "563.png");
909             this.imageList1.Images.SetKeyName(564, "564.png");
910             this.imageList1.Images.SetKeyName(565, "565.png");
911             this.imageList1.Images.SetKeyName(566, "566.png");
912             this.imageList1.Images.SetKeyName(567, "567.png");
913             this.imageList1.Images.SetKeyName(568, "568.png");
914             this.imageList1.Images.SetKeyName(569, "569.png");
915             this.imageList1.Images.SetKeyName(570, "570.png");
916             this.imageList1.Images.SetKeyName(571, "571.png");
917             this.imageList1.Images.SetKeyName(572, "572.png");
918             this.imageList1.Images.SetKeyName(573, "573.png");
919             this.imageList1.Images.SetKeyName(574, "574.png");
920             this.imageList1.Images.SetKeyName(575, "575.png");
921             this.imageList1.Images.SetKeyName(576, "576.png");
922             this.imageList1.Images.SetKeyName(577, "577.png");
923             this.imageList1.Images.SetKeyName(578, "578.png");
924             this.imageList1.Images.SetKeyName(579, "579.png");
925             this.imageList1.Images.SetKeyName(580, "580.png");
926             this.imageList1.Images.SetKeyName(581, "581.png");
927             this.imageList1.Images.SetKeyName(582, "582.png");
928             this.imageList1.Images.SetKeyName(583, "583.png");
929             this.imageList1.Images.SetKeyName(584, "584.png");
930             this.imageList1.Images.SetKeyName(585, "585.png");
931             this.imageList1.Images.SetKeyName(586, "586.png");
932             this.imageList1.Images.SetKeyName(587, "587.png");
933             this.imageList1.Images.SetKeyName(588, "588.png");
934             this.imageList1.Images.SetKeyName(589, "589.png");
935             this.imageList1.Images.SetKeyName(590, "590.png");
936             this.imageList1.Images.SetKeyName(591, "591.png");
937             this.imageList1.Images.SetKeyName(592, "592.png");
938             this.imageList1.Images.SetKeyName(593, "593.png");
939             this.imageList1.Images.SetKeyName(594, "594.png");
940             this.imageList1.Images.SetKeyName(595, "595.png");
941             this.imageList1.Images.SetKeyName(596, "596.png");
942             this.imageList1.Images.SetKeyName(597, "597.png");
943             this.imageList1.Images.SetKeyName(598, "598.png");
944             this.imageList1.Images.SetKeyName(599, "599.png");
945             this.imageList1.Images.SetKeyName(600, "600.png");
946             this.imageList1.Images.SetKeyName(601, "601.png");
947             this.imageList1.Images.SetKeyName(602, "602.png");
948             this.imageList1.Images.SetKeyName(603, "603.png");
949             this.imageList1.Images.SetKeyName(604, "604.png");
950             this.imageList1.Images.SetKeyName(605, "605.png");
951             this.imageList1.Images.SetKeyName(606, "606.png");
952             this.imageList1.Images.SetKeyName(607, "607.png");
953             this.imageList1.Images.SetKeyName(608, "608.png");
954             this.imageList1.Images.SetKeyName(609, "609.png");
955             this.imageList1.Images.SetKeyName(610, "610.png");
956             this.imageList1.Images.SetKeyName(611, "611.png");
957             this.imageList1.Images.SetKeyName(612, "612.png");
958             this.imageList1.Images.SetKeyName(613, "613.png");
959             this.imageList1.Images.SetKeyName(614, "614.png");
960             this.imageList1.Images.SetKeyName(615, "615.png");
961             this.imageList1.Images.SetKeyName(616, "616.png");
962             this.imageList1.Images.SetKeyName(617, "617.png");
963             this.imageList1.Images.SetKeyName(618, "618.png");
964             this.imageList1.Images.SetKeyName(619, "619.png");
965             this.imageList1.Images.SetKeyName(620, "620.png");
966             this.imageList1.Images.SetKeyName(621, "621.png");
967             this.imageList1.Images.SetKeyName(622, "622.png");
968             this.imageList1.Images.SetKeyName(623, "623.png");
969             this.imageList1.Images.SetKeyName(624, "624.png");
970             this.imageList1.Images.SetKeyName(625, "625.png");
971             this.imageList1.Images.SetKeyName(626, "626.png");
972             this.imageList1.Images.SetKeyName(627, "627.png");
973             this.imageList1.Images.SetKeyName(628, "628.png");
974             this.imageList1.Images.SetKeyName(629, "629.png");
975             this.imageList1.Images.SetKeyName(630, "630.png");
976             this.imageList1.Images.SetKeyName(631, "631.png");
977             this.imageList1.Images.SetKeyName(632, "632.png");
978             this.imageList1.Images.SetKeyName(633, "633.png");
979             this.imageList1.Images.SetKeyName(634, "634.png");
980             this.imageList1.Images.SetKeyName(635, "635.png");
981             this.imageList1.Images.SetKeyName(636, "636.png");
982             this.imageList1.Images.SetKeyName(637, "637.png");
983             this.imageList1.Images.SetKeyName(638, "638.png");
984             this.imageList1.Images.SetKeyName(639, "639.png");
985             this.imageList1.Images.SetKeyName(640, "640.png");
986             this.imageList1.Images.SetKeyName(641, "641.png");
987             this.imageList1.Images.SetKeyName(642, "642.png");
988             this.imageList1.Images.SetKeyName(643, "643.png");
989             this.imageList1.Images.SetKeyName(644, "644.png");
990             this.imageList1.Images.SetKeyName(645, "645.png");
991             // 
992             // FrmUserInfoEdit
993             // 
994             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
995             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
996             this.ClientSize = new System.Drawing.Size(590, 368);
997             this.Controls.Add(this.tabControl1);
998             this.Controls.Add(this.btn_save);
999             this.Controls.Add(this.btn_concel);
1000             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
1001             this.MaximizeBox = false;
1002             this.MinimizeBox = false;
1003             this.Name = "FrmUserInfoEdit";
1004             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
1005             this.Text = "用户管理编辑";
1006             this.Load += new System.EventHandler(this.FrmUserInfoEdit_Load);
1007             this.tabControl1.ResumeLayout(false);
1008             this.tab_baseInfo.ResumeLayout(false);
1009             this.tab_baseInfo.PerformLayout();
1010             this.tab_AppendProperty.ResumeLayout(false);
1011             this.tab_Dept.ResumeLayout(false);
1012             this.tab_Role.ResumeLayout(false);
1013             this.tab_UserRight.ResumeLayout(false);
1014             this.ResumeLayout(false);
1015
1016         }
1017
1018         #endregion
1019
1020         private System.Windows.Forms.TabControl tabControl1;
1021         private System.Windows.Forms.TabPage tab_baseInfo;
1022         private System.Windows.Forms.TabPage tab_AppendProperty;
1023         private System.Windows.Forms.TabPage tab_UserRight;
1024         private System.Windows.Forms.TabPage tab_Dept;
1025         private System.Windows.Forms.TabPage tab_Role;
1026         private System.Windows.Forms.TabPage tab_group;
1027         private System.Windows.Forms.RichTextBox richTextBox1;
1028         private System.Windows.Forms.Label label12;
1029         private System.Windows.Forms.Label label7;
1030         private System.Windows.Forms.Label label5;
1031         private System.Windows.Forms.Label label6;
1032         private System.Windows.Forms.Label label4;
1033         private System.Windows.Forms.Label label2;
1034         private System.Windows.Forms.TextBox txt_User_Code;
1035         private System.Windows.Forms.Label label1;
1036         private System.Windows.Forms.Button btn_save;
1037         private System.Windows.Forms.Button btn_concel;
1038         private System.Windows.Forms.TextBox txt_User_Name;
1039         private System.Windows.Forms.TextBox txt_User_Account;
1040         private System.Windows.Forms.ComboBox com_User_Sex;
1041         private System.Windows.Forms.TextBox txt_Email;
1042         private System.Windows.Forms.TextBox txt_Title;
1043         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
1044         private System.Windows.Forms.TreeView tree_UserRight;
1045         private System.Windows.Forms.ImageList imageList1;
1046         private System.Windows.Forms.TreeView tree_Dept;
1047         private System.Windows.Forms.TreeView tree_UserRole;
1048     }
1049 }