forked from uwitec/Asset_Mng
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.Designer.cs
More file actions
623 lines (617 loc) · 75.7 KB
/
Main.Designer.cs
File metadata and controls
623 lines (617 loc) · 75.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
namespace Asset_Mng
{
partial class Main
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel2 = new System.Windows.Forms.Panel();
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.treeView1 = new System.Windows.Forms.TreeView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.treeView2 = new System.Windows.Forms.TreeView();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.جداولپایهToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.دستهبندیاصلیToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.استفادهکنندگانToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.فروشندگانToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ساختمانToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.تعریفکالایجدیدToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.بهصورتدستیToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.باکمکپایانهToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ریدرToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.گزارشهاToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.کالاToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.بررسیمغایرتToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.کالاهایدربخشتعمیرToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.کالاهایاجارهدادهشدهToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.گارانتیToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.هشدارToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.منقضیToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.axAgent1 = new AxAgentObjects.AxAgent();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.menuStrip1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axAgent1)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.bindingNavigator1);
this.panel2.Location = new System.Drawing.Point(86, 143);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1016, 31);
this.panel2.TabIndex = 24;
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.toolStripButton3,
this.toolStripButton1});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
this.bindingNavigator1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.bindingNavigator1.Size = new System.Drawing.Size(1016, 25);
this.bindingNavigator1.TabIndex = 0;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
this.bindingNavigatorCountItem.Text = "of {0}";
this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "Move first";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "Move previous";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "Position";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "Current position";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "Move next";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "Move last";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "Add new";
this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.RightToLeftAutoMirrorImage = true;
this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
this.toolStripButton3.Text = "Delete";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(1122, 143);
this.tabControl1.Name = "tabControl1";
this.tabControl1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.tabControl1.RightToLeftLayout = true;
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(220, 495);
this.tabControl1.TabIndex = 23;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.treeView1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(212, 469);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "نوع \\ Type";
this.tabPage1.UseVisualStyleBackColor = true;
//
// treeView1
//
this.treeView1.BackColor = System.Drawing.Color.LemonChiffon;
this.treeView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
this.treeView1.Location = new System.Drawing.Point(15, 15);
this.treeView1.Name = "treeView1";
this.treeView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.treeView1.RightToLeftLayout = true;
this.treeView1.Size = new System.Drawing.Size(182, 432);
this.treeView1.TabIndex = 12;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.treeView2);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(212, 469);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "مکان \\ Location";
this.tabPage2.UseVisualStyleBackColor = true;
//
// treeView2
//
this.treeView2.BackColor = System.Drawing.Color.LemonChiffon;
this.treeView2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
this.treeView2.Location = new System.Drawing.Point(15, 15);
this.treeView2.Name = "treeView2";
this.treeView2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.treeView2.RightToLeftLayout = true;
this.treeView2.Size = new System.Drawing.Size(182, 434);
this.treeView2.TabIndex = 13;
this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView2_AfterSelect);
//
// dataGridView1
//
this.dataGridView1.AllowDrop = true;
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.Lavender;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Thistle;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.AliceBlue;
dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.LightSteelBlue;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle6;
this.dataGridView1.Location = new System.Drawing.Point(86, 180);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1016, 458);
this.dataGridView1.TabIndex = 22;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
//
// menuStrip1
//
this.menuStrip1.AutoSize = false;
this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlLight;
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.جداولپایهToolStripMenuItem,
this.تعریفکالایجدیدToolStripMenuItem,
this.ریدرToolStripMenuItem,
this.گزارشهاToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(5);
this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.menuStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.menuStrip1.Size = new System.Drawing.Size(1354, 68);
this.menuStrip1.TabIndex = 21;
this.menuStrip1.Text = "menuStrip1";
//
// جداولپایهToolStripMenuItem
//
this.جداولپایهToolStripMenuItem.AutoSize = false;
this.جداولپایهToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.دستهبندیاصلیToolStripMenuItem,
this.استفادهکنندگانToolStripMenuItem,
this.فروشندگانToolStripMenuItem,
this.ساختمانToolStripMenuItem});
this.جداولپایهToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("جداولپایهToolStripMenuItem.Image")));
this.جداولپایهToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.جداولپایهToolStripMenuItem.Name = "جداولپایهToolStripMenuItem";
this.جداولپایهToolStripMenuItem.Size = new System.Drawing.Size(150, 53);
this.جداولپایهToolStripMenuItem.Text = "جداول پایه\\ Tables";
//
// دستهبندیاصلیToolStripMenuItem
//
this.دستهبندیاصلیToolStripMenuItem.Name = "دستهبندیاصلیToolStripMenuItem";
this.دستهبندیاصلیToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.دستهبندیاصلیToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.دستهبندیاصلیToolStripMenuItem.Text = "دسته بندی\\category ";
this.دستهبندیاصلیToolStripMenuItem.Click += new System.EventHandler(this.دستهبندیاصلیToolStripMenuItem_Click);
//
// استفادهکنندگانToolStripMenuItem
//
this.استفادهکنندگانToolStripMenuItem.Name = "استفادهکنندگانToolStripMenuItem";
this.استفادهکنندگانToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.استفادهکنندگانToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.استفادهکنندگانToolStripMenuItem.Text = "استفاده کنندگان\\ User";
this.استفادهکنندگانToolStripMenuItem.Click += new System.EventHandler(this.استفادهکنندگانToolStripMenuItem_Click);
//
// فروشندگانToolStripMenuItem
//
this.فروشندگانToolStripMenuItem.Name = "فروشندگانToolStripMenuItem";
this.فروشندگانToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.فروشندگانToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.فروشندگانToolStripMenuItem.Text = "فروشنده \\ Vendor";
this.فروشندگانToolStripMenuItem.Click += new System.EventHandler(this.فروشندگانToolStripMenuItem_Click);
//
// ساختمانToolStripMenuItem
//
this.ساختمانToolStripMenuItem.Name = "ساختمانToolStripMenuItem";
this.ساختمانToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
this.ساختمانToolStripMenuItem.Text = "ساختمان \\ Bilding";
this.ساختمانToolStripMenuItem.Click += new System.EventHandler(this.ساختمانToolStripMenuItem_Click);
//
// تعریفکالایجدیدToolStripMenuItem
//
this.تعریفکالایجدیدToolStripMenuItem.AutoSize = false;
this.تعریفکالایجدیدToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.بهصورتدستیToolStripMenuItem,
this.باکمکپایانهToolStripMenuItem});
this.تعریفکالایجدیدToolStripMenuItem.Image = global::Asset_Mng.Properties.Resources.label_48x48;
this.تعریفکالایجدیدToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.تعریفکالایجدیدToolStripMenuItem.Name = "تعریفکالایجدیدToolStripMenuItem";
this.تعریفکالایجدیدToolStripMenuItem.Size = new System.Drawing.Size(170, 53);
this.تعریفکالایجدیدToolStripMenuItem.Text = " ویرایش کالا \\ Edit Asset";
//
// بهصورتدستیToolStripMenuItem
//
this.بهصورتدستیToolStripMenuItem.Name = "بهصورتدستیToolStripMenuItem";
this.بهصورتدستیToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.بهصورتدستیToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
this.بهصورتدستیToolStripMenuItem.Text = "تعریف کالای جدید\\ New Asset ";
this.بهصورتدستیToolStripMenuItem.Click += new System.EventHandler(this.بهصورتدستیToolStripMenuItem_Click);
//
// باکمکپایانهToolStripMenuItem
//
this.باکمکپایانهToolStripMenuItem.Name = "باکمکپایانهToolStripMenuItem";
this.باکمکپایانهToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.باکمکپایانهToolStripMenuItem.Size = new System.Drawing.Size(222, 22);
this.باکمکپایانهToolStripMenuItem.Text = "جستجوی کالا \\ Search Asset";
this.باکمکپایانهToolStripMenuItem.Click += new System.EventHandler(this.باکمکپایانهToolStripMenuItem_Click);
//
// ریدرToolStripMenuItem
//
this.ریدرToolStripMenuItem.Image = global::Asset_Mng.Properties.Resources.mobile2;
this.ریدرToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.ریدرToolStripMenuItem.Name = "ریدرToolStripMenuItem";
this.ریدرToolStripMenuItem.Size = new System.Drawing.Size(229, 58);
this.ریدرToolStripMenuItem.Text = "اتصال به پایانه \\ Connect to Reader";
this.ریدرToolStripMenuItem.Click += new System.EventHandler(this.ریدرToolStripMenuItem_Click);
//
// گزارشهاToolStripMenuItem
//
this.گزارشهاToolStripMenuItem.AutoSize = false;
this.گزارشهاToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.کالاToolStripMenuItem,
this.بررسیمغایرتToolStripMenuItem,
this.کالاهایدربخشتعمیرToolStripMenuItem,
this.کالاهایاجارهدادهشدهToolStripMenuItem,
this.گارانتیToolStripMenuItem});
this.گزارشهاToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("گزارشهاToolStripMenuItem.Image")));
this.گزارشهاToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.گزارشهاToolStripMenuItem.Name = "گزارشهاToolStripMenuItem";
this.گزارشهاToolStripMenuItem.RightToLeftAutoMirrorImage = true;
this.گزارشهاToolStripMenuItem.Size = new System.Drawing.Size(150, 53);
this.گزارشهاToolStripMenuItem.Text = "گزارش ها \\ Reports";
//
// کالاToolStripMenuItem
//
this.کالاToolStripMenuItem.Name = "کالاToolStripMenuItem";
this.کالاToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.کالاToolStripMenuItem.RightToLeftAutoMirrorImage = true;
this.کالاToolStripMenuItem.ShowShortcutKeys = false;
this.کالاToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
this.کالاToolStripMenuItem.Text = "کل دارایی \\ All Assets";
this.کالاToolStripMenuItem.Click += new System.EventHandler(this.کالاToolStripMenuItem_Click);
//
// بررسیمغایرتToolStripMenuItem
//
this.بررسیمغایرتToolStripMenuItem.Name = "بررسیمغایرتToolStripMenuItem";
this.بررسیمغایرتToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
this.بررسیمغایرتToolStripMenuItem.Text = "لیست مغایرت\\ Missing Assets";
this.بررسیمغایرتToolStripMenuItem.Click += new System.EventHandler(this.بررسیمغایرتToolStripMenuItem_Click);
//
// کالاهایدربخشتعمیرToolStripMenuItem
//
this.کالاهایدربخشتعمیرToolStripMenuItem.Enabled = false;
this.کالاهایدربخشتعمیرToolStripMenuItem.Name = "کالاهایدربخشتعمیرToolStripMenuItem";
this.کالاهایدربخشتعمیرToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
this.کالاهایدربخشتعمیرToolStripMenuItem.Text = "کالاهای در بخش تعمیر\\ Repairings";
//
// کالاهایاجارهدادهشدهToolStripMenuItem
//
this.کالاهایاجارهدادهشدهToolStripMenuItem.Enabled = false;
this.کالاهایاجارهدادهشدهToolStripMenuItem.Name = "کالاهایاجارهدادهشدهToolStripMenuItem";
this.کالاهایاجارهدادهشدهToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
this.کالاهایاجارهدادهشدهToolStripMenuItem.Text = "کالاهای اجاره داده شده \\ Rented";
//
// گارانتیToolStripMenuItem
//
this.گارانتیToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.هشدارToolStripMenuItem,
this.منقضیToolStripMenuItem});
this.گارانتیToolStripMenuItem.Enabled = false;
this.گارانتیToolStripMenuItem.Name = "گارانتیToolStripMenuItem";
this.گارانتیToolStripMenuItem.Size = new System.Drawing.Size(261, 22);
this.گارانتیToolStripMenuItem.Text = "هشدار گارانتی \\ Guarantee Warnings";
//
// هشدارToolStripMenuItem
//
this.هشدارToolStripMenuItem.Enabled = false;
this.هشدارToolStripMenuItem.Name = "هشدارToolStripMenuItem";
this.هشدارToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.هشدارToolStripMenuItem.Text = "رو به انقضا";
//
// منقضیToolStripMenuItem
//
this.منقضیToolStripMenuItem.Enabled = false;
this.منقضیToolStripMenuItem.Name = "منقضیToolStripMenuItem";
this.منقضیToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
this.منقضیToolStripMenuItem.Text = "منقضی";
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.label2);
this.panel1.Location = new System.Drawing.Point(28, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(316, 47);
this.panel1.TabIndex = 25;
//
// button1
//
this.button1.Location = new System.Drawing.Point(3, 7);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(58, 33);
this.button1.TabIndex = 2;
this.button1.Text = "search";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(64, 11);
this.textBox1.Name = "textBox1";
this.textBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.textBox1.Size = new System.Drawing.Size(132, 20);
this.textBox1.TabIndex = 0;
this.textBox1.Tag = "شناسه را بنویسید و اینتر کنید";
this.textBox1.Text = "Type Here";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(202, 15);
this.label2.Name = "label2";
this.label2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label2.Size = new System.Drawing.Size(100, 16);
this.label2.TabIndex = 1;
this.label2.Text = "جستجو \\ search :";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// axAgent1
//
this.axAgent1.Enabled = true;
this.axAgent1.Location = new System.Drawing.Point(444, 114);
this.axAgent1.Name = "axAgent1";
this.axAgent1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axAgent1.OcxState")));
this.axAgent1.Size = new System.Drawing.Size(32, 32);
this.axAgent1.TabIndex = 26;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1354, 669);
this.Controls.Add(this.axAgent1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.menuStrip1);
this.Name = "Main";
this.Text = "Main";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);
this.Load += new System.EventHandler(this.Main_Load);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.axAgent1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TreeView treeView2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem جداولپایهToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem دستهبندیاصلیToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem استفادهکنندگانToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem فروشندگانToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ساختمانToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem تعریفکالایجدیدToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem بهصورتدستیToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem باکمکپایانهToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ریدرToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem گزارشهاToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem کالاToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem بررسیمغایرتToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem کالاهایدربخشتعمیرToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem کالاهایاجارهدادهشدهToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem گارانتیToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem هشدارToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem منقضیToolStripMenuItem;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
private AxAgentObjects.AxAgent axAgent1;
}
}