forked from yaunqiying/EasyCharts
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGraphics.Designer.cs
818 lines (810 loc) · 53.8 KB
/
Graphics.Designer.cs
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
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
namespace ExcelAddIn_Graphics
{
partial class EasyCharts : Microsoft.Office.Tools.Ribbon.RibbonBase
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
public EasyCharts()
: base(Globals.Factory.GetRibbonFactory())
{
InitializeComponent();
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EasyCharts));
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl1 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl2 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl3 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl4 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl5 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl6 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl7 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl8 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl9 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl10 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl11 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl12 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl13 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl14 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl15 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl16 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl17 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl18 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl19 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl20 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl21 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl22 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl23 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl24 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl25 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl26 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl27 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl28 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl29 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl30 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl31 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl32 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl33 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl34 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl35 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl36 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl37 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl38 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl39 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl40 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl41 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl42 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl43 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl44 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl45 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl46 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl47 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl48 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl49 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl50 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl51 = this.Factory.CreateRibbonDropDownItem();
Microsoft.Office.Tools.Ribbon.RibbonDropDownItem ribbonDropDownItemImpl52 = this.Factory.CreateRibbonDropDownItem();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.tab1 = this.Factory.CreateRibbonTab();
this.group2 = this.Factory.CreateRibbonGroup();
this.comboBox_GraphicStyle = this.Factory.CreateRibbonComboBox();
this.comboBox_ColorTheme = this.Factory.CreateRibbonComboBox();
this.group6 = this.Factory.CreateRibbonGroup();
this.gallery_Column = this.Factory.CreateRibbonGallery();
this.gallery_Bubble = this.Factory.CreateRibbonGallery();
this.gallery_Bar = this.Factory.CreateRibbonGallery();
this.gallery_Line = this.Factory.CreateRibbonGallery();
this.gallery_Polar = this.Factory.CreateRibbonGallery();
this.gallery_Circle = this.Factory.CreateRibbonGallery();
this.group4 = this.Factory.CreateRibbonGroup();
this.gallery_DataStatistic = this.Factory.CreateRibbonGallery();
this.gallery_Cofficient = this.Factory.CreateRibbonGallery();
this.gallery_DataSmooth = this.Factory.CreateRibbonGallery();
this.group_ColorManagement = this.Factory.CreateRibbonGroup();
this.gallery_ColorSpace = this.Factory.CreateRibbonGallery();
this.separator1 = this.Factory.CreateRibbonSeparator();
this.button_Lab_RGB = this.Factory.CreateRibbonButton();
this.button_RGB_Lab = this.Factory.CreateRibbonButton();
this.button_CMC21 = this.Factory.CreateRibbonButton();
this.button_RGB2HSV = this.Factory.CreateRibbonButton();
this.button_HSV2RGB = this.Factory.CreateRibbonButton();
this.button__RGB_LCHab = this.Factory.CreateRibbonButton();
this.group1 = this.Factory.CreateRibbonGroup();
this.button_Camera = this.Factory.CreateRibbonButton();
this.togButton = this.Factory.CreateRibbonToggleButton();
this.button_ChartSize = this.Factory.CreateRibbonButton();
this.button_ChartSave = this.Factory.CreateRibbonButton();
this.button_ColorWheel = this.Factory.CreateRibbonButton();
this.button_ColorPixel = this.Factory.CreateRibbonButton();
this.button_GetData = this.Factory.CreateRibbonButton();
this.button_ColorPalette = this.Factory.CreateRibbonButton();
this.Group_personal = this.Factory.CreateRibbonGroup();
this.gallery_Money = this.Factory.CreateRibbonGallery();
this.button_QQGroup = this.Factory.CreateRibbonButton();
this.button_help = this.Factory.CreateRibbonButton();
this.group3 = this.Factory.CreateRibbonGroup();
this.toggleButton_GroupColor = this.Factory.CreateRibbonToggleButton();
this.button_LCHab_RGB = this.Factory.CreateRibbonButton();
this.tab1.SuspendLayout();
this.group2.SuspendLayout();
this.group6.SuspendLayout();
this.group4.SuspendLayout();
this.group_ColorManagement.SuspendLayout();
this.group1.SuspendLayout();
this.Group_personal.SuspendLayout();
this.group3.SuspendLayout();
this.SuspendLayout();
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "bmp";
this.saveFileDialog.Filter = "BMP 文件(*.bmp)|*.bmp|JPEG 文件(*.jpg,*.jpeg)|*.jpg,*.jpeg|PNG 文件(*.png)|*.png|GIF 文件" +
"(*.gif)|*.gif";
//
// tab1
//
this.tab1.ControlId.ControlIdType = Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office;
this.tab1.Groups.Add(this.group2);
this.tab1.Groups.Add(this.group6);
this.tab1.Groups.Add(this.group4);
this.tab1.Groups.Add(this.group_ColorManagement);
this.tab1.Groups.Add(this.group1);
this.tab1.Groups.Add(this.Group_personal);
this.tab1.Groups.Add(this.group3);
this.tab1.Label = "EasyCharts";
this.tab1.Name = "tab1";
//
// group2
//
this.group2.Items.Add(this.comboBox_GraphicStyle);
this.group2.Items.Add(this.comboBox_ColorTheme);
this.group2.Label = "图表元素美化";
this.group2.Name = "group2";
//
// comboBox_GraphicStyle
//
this.comboBox_GraphicStyle.Image = ((System.Drawing.Image)(resources.GetObject("comboBox_GraphicStyle.Image")));
ribbonDropDownItemImpl1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl1.Image")));
ribbonDropDownItemImpl1.Label = "R ggplot2";
ribbonDropDownItemImpl2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl2.Image")));
ribbonDropDownItemImpl2.Label = "Python Seaborn";
ribbonDropDownItemImpl3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl3.Image")));
ribbonDropDownItemImpl3.Label = "Matlab 2014";
ribbonDropDownItemImpl4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl4.Image")));
ribbonDropDownItemImpl4.Label = "Matlab 2013";
ribbonDropDownItemImpl5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl5.Image")));
ribbonDropDownItemImpl5.Label = "Excel Simaple";
this.comboBox_GraphicStyle.Items.Add(ribbonDropDownItemImpl1);
this.comboBox_GraphicStyle.Items.Add(ribbonDropDownItemImpl2);
this.comboBox_GraphicStyle.Items.Add(ribbonDropDownItemImpl3);
this.comboBox_GraphicStyle.Items.Add(ribbonDropDownItemImpl4);
this.comboBox_GraphicStyle.Items.Add(ribbonDropDownItemImpl5);
this.comboBox_GraphicStyle.Label = "背景风格";
this.comboBox_GraphicStyle.Name = "comboBox_GraphicStyle";
this.comboBox_GraphicStyle.ShowImage = true;
this.comboBox_GraphicStyle.Text = null;
this.comboBox_GraphicStyle.TextChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.comboBox_GraphicStyle_TextChanged);
//
// comboBox_ColorTheme
//
this.comboBox_ColorTheme.Image = ((System.Drawing.Image)(resources.GetObject("comboBox_ColorTheme.Image")));
ribbonDropDownItemImpl6.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl6.Image")));
ribbonDropDownItemImpl6.Label = "R ggplot2 Set1";
ribbonDropDownItemImpl7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl7.Image")));
ribbonDropDownItemImpl7.Label = "R ggplot2 Set2";
ribbonDropDownItemImpl8.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl8.Image")));
ribbonDropDownItemImpl8.Label = "R ggplot2 Set3";
ribbonDropDownItemImpl9.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl9.Image")));
ribbonDropDownItemImpl9.Label = "R ggplot2 Set4";
ribbonDropDownItemImpl10.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl10.Image")));
ribbonDropDownItemImpl10.Label = "Tableau 10 Medium";
ribbonDropDownItemImpl11.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl11.Image")));
ribbonDropDownItemImpl11.Label = "Tableau 10";
ribbonDropDownItemImpl12.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl12.Image")));
ribbonDropDownItemImpl12.Label = "Python seaborn default";
ribbonDropDownItemImpl13.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl13.Image")));
ribbonDropDownItemImpl13.Label = "Python seaborn hsul";
ribbonDropDownItemImpl14.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl14.Image")));
ribbonDropDownItemImpl14.Label = "D3.js";
ribbonDropDownItemImpl15.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl15.Image")));
ribbonDropDownItemImpl15.Label = "Business Week 1";
ribbonDropDownItemImpl16.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl16.Image")));
ribbonDropDownItemImpl16.Label = "Business Week 2";
ribbonDropDownItemImpl17.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl17.Image")));
ribbonDropDownItemImpl17.Label = "The Economist";
ribbonDropDownItemImpl18.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl18.Image")));
ribbonDropDownItemImpl18.Label = "The Wall Street Journal";
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl6);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl7);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl8);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl9);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl10);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl11);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl12);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl13);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl14);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl15);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl16);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl17);
this.comboBox_ColorTheme.Items.Add(ribbonDropDownItemImpl18);
this.comboBox_ColorTheme.Label = "颜色主题";
this.comboBox_ColorTheme.Name = "comboBox_ColorTheme";
this.comboBox_ColorTheme.ShowImage = true;
this.comboBox_ColorTheme.Tag = "";
this.comboBox_ColorTheme.Text = null;
this.comboBox_ColorTheme.TextChanged += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.comboBox_ColorTheme_TextChanged);
//
// group6
//
this.group6.Items.Add(this.gallery_Column);
this.group6.Items.Add(this.gallery_Bubble);
this.group6.Items.Add(this.gallery_Bar);
this.group6.Items.Add(this.gallery_Line);
this.group6.Items.Add(this.gallery_Polar);
this.group6.Items.Add(this.gallery_Circle);
this.group6.Label = "新型图表";
this.group6.Name = "group6";
//
// gallery_Column
//
this.gallery_Column.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Column.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Column.Image")));
this.gallery_Column.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl19.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl19.Image")));
ribbonDropDownItemImpl19.Label = "SmoothArea";
ribbonDropDownItemImpl19.ScreenTip = "光滑面积图";
ribbonDropDownItemImpl19.Tag = "5";
ribbonDropDownItemImpl20.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl20.Image")));
ribbonDropDownItemImpl20.Label = "AreaThreshold";
ribbonDropDownItemImpl20.ScreenTip = "y轴阈值分割面积图";
ribbonDropDownItemImpl20.Tag = "1";
ribbonDropDownItemImpl21.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl21.Image")));
ribbonDropDownItemImpl21.Label = "AreaSeries";
ribbonDropDownItemImpl21.ScreenTip = "多数据系列面积图";
ribbonDropDownItemImpl21.Tag = "4";
this.gallery_Column.Items.Add(ribbonDropDownItemImpl19);
this.gallery_Column.Items.Add(ribbonDropDownItemImpl20);
this.gallery_Column.Items.Add(ribbonDropDownItemImpl21);
this.gallery_Column.Label = "面积图";
this.gallery_Column.Name = "gallery_Column";
this.gallery_Column.ScreenTip = "面积图系列";
this.gallery_Column.ShowImage = true;
this.gallery_Column.ShowItemLabel = false;
this.gallery_Column.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Column_Click);
//
// gallery_Bubble
//
this.gallery_Bubble.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Bubble.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Bubble.Image")));
this.gallery_Bubble.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl22.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl22.Image")));
ribbonDropDownItemImpl22.Label = "ScatterColor";
ribbonDropDownItemImpl22.ScreenTip = "颜色散点图";
ribbonDropDownItemImpl22.Tag = "4";
ribbonDropDownItemImpl23.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl23.Image")));
ribbonDropDownItemImpl23.Label = "BubbleSquare";
ribbonDropDownItemImpl23.ScreenTip = "方框气泡图";
ribbonDropDownItemImpl23.Tag = "1";
ribbonDropDownItemImpl24.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl24.Image")));
ribbonDropDownItemImpl24.Label = "BubbleRelationShip";
ribbonDropDownItemImpl24.ScreenTip = "气泡矩阵图 ";
ribbonDropDownItemImpl24.Tag = "2";
ribbonDropDownItemImpl25.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl25.Image")));
ribbonDropDownItemImpl25.Label = "ScatterBead";
ribbonDropDownItemImpl25.ScreenTip = "滑珠散点图";
ribbonDropDownItemImpl25.Tag = "5";
this.gallery_Bubble.Items.Add(ribbonDropDownItemImpl22);
this.gallery_Bubble.Items.Add(ribbonDropDownItemImpl23);
this.gallery_Bubble.Items.Add(ribbonDropDownItemImpl24);
this.gallery_Bubble.Items.Add(ribbonDropDownItemImpl25);
this.gallery_Bubble.Label = "散点图";
this.gallery_Bubble.Name = "gallery_Bubble";
this.gallery_Bubble.ShowImage = true;
this.gallery_Bubble.ShowItemLabel = false;
this.gallery_Bubble.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Bubble_Click);
//
// gallery_Bar
//
this.gallery_Bar.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Bar.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Bar.Image")));
this.gallery_Bar.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl26.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl26.Image")));
ribbonDropDownItemImpl26.Label = "ColumnColor";
ribbonDropDownItemImpl26.ScreenTip = "颜色柱形图";
ribbonDropDownItemImpl26.Tag = "4";
ribbonDropDownItemImpl27.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl27.Image")));
ribbonDropDownItemImpl27.Label = "UncommonBar";
ribbonDropDownItemImpl27.ScreenTip = "不等宽柱形图";
ribbonDropDownItemImpl27.Tag = "1";
ribbonDropDownItemImpl28.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl28.Image")));
ribbonDropDownItemImpl28.Label = "Mosaicplot";
ribbonDropDownItemImpl28.ScreenTip = "马赛克图";
ribbonDropDownItemImpl28.Tag = "2";
ribbonDropDownItemImpl29.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl29.Image")));
ribbonDropDownItemImpl29.Label = "StackedBar";
ribbonDropDownItemImpl29.ScreenTip = "堆积积木图";
ribbonDropDownItemImpl29.Tag = "3";
ribbonDropDownItemImpl30.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl30.Image")));
ribbonDropDownItemImpl30.Label = "ColumnThreshold";
ribbonDropDownItemImpl30.ScreenTip = "y轴阈值分割柱形图";
ribbonDropDownItemImpl30.Tag = "6";
ribbonDropDownItemImpl31.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl31.Image")));
ribbonDropDownItemImpl31.Label = "ColumnPyramid";
ribbonDropDownItemImpl31.ScreenTip = "金字塔条形图";
ribbonDropDownItemImpl31.Tag = "7";
ribbonDropDownItemImpl32.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl32.Image")));
ribbonDropDownItemImpl32.Label = "Bullet";
ribbonDropDownItemImpl32.ScreenTip = "子弹图";
ribbonDropDownItemImpl32.Tag = "5";
ribbonDropDownItemImpl33.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl33.Image")));
ribbonDropDownItemImpl33.Label = "Bar_TotalRegion";
ribbonDropDownItemImpl33.ScreenTip = "整体与局部关系柱形图";
ribbonDropDownItemImpl33.Tag = "8";
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl26);
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl27);
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl28);
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl29);
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl30);
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl31);
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl32);
this.gallery_Bar.Items.Add(ribbonDropDownItemImpl33);
this.gallery_Bar.Label = "柱形图";
this.gallery_Bar.Name = "gallery_Bar";
this.gallery_Bar.ShowImage = true;
this.gallery_Bar.ShowItemLabel = false;
this.gallery_Bar.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Bar_Click);
//
// gallery_Line
//
this.gallery_Line.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Line.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Line.Image")));
this.gallery_Line.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl34.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl34.Image")));
ribbonDropDownItemImpl34.Label = "CurveStep";
ribbonDropDownItemImpl34.ScreenTip = "阶梯折线图";
ribbonDropDownItemImpl34.Tag = "1";
ribbonDropDownItemImpl35.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl35.Image")));
ribbonDropDownItemImpl35.Label = "CurveConfidence";
ribbonDropDownItemImpl35.ScreenTip = "带自信区间的折线图";
ribbonDropDownItemImpl35.Tag = "2";
this.gallery_Line.Items.Add(ribbonDropDownItemImpl34);
this.gallery_Line.Items.Add(ribbonDropDownItemImpl35);
this.gallery_Line.Label = "曲线图";
this.gallery_Line.Name = "gallery_Line";
this.gallery_Line.ShowImage = true;
this.gallery_Line.ShowItemLabel = false;
this.gallery_Line.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Line_Click);
//
// gallery_Polar
//
this.gallery_Polar.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Polar.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Polar.Image")));
this.gallery_Polar.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl36.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl36.Image")));
ribbonDropDownItemImpl36.Label = "PolarArea";
ribbonDropDownItemImpl36.ScreenTip = "极坐标面积图";
ribbonDropDownItemImpl36.Tag = "1";
this.gallery_Polar.Items.Add(ribbonDropDownItemImpl36);
this.gallery_Polar.Label = "极坐标图";
this.gallery_Polar.Name = "gallery_Polar";
this.gallery_Polar.ShowImage = true;
this.gallery_Polar.ShowItemLabel = false;
this.gallery_Polar.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Polar_Click);
//
// gallery_Circle
//
this.gallery_Circle.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Circle.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Circle.Image")));
this.gallery_Circle.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl37.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl37.Image")));
ribbonDropDownItemImpl37.Label = "Rose";
ribbonDropDownItemImpl37.ScreenTip = "南丁格尔玫瑰图";
ribbonDropDownItemImpl37.Tag = "1";
ribbonDropDownItemImpl38.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl38.Image")));
ribbonDropDownItemImpl38.Label = "RoseColor";
ribbonDropDownItemImpl38.ScreenTip = "多数据系列南丁格尔玫瑰图";
ribbonDropDownItemImpl38.Tag = "2";
ribbonDropDownItemImpl39.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl39.Image")));
ribbonDropDownItemImpl39.Label = "DashBoard";
ribbonDropDownItemImpl39.ScreenTip = "仪表盘图";
ribbonDropDownItemImpl39.Tag = "3";
this.gallery_Circle.Items.Add(ribbonDropDownItemImpl37);
this.gallery_Circle.Items.Add(ribbonDropDownItemImpl38);
this.gallery_Circle.Items.Add(ribbonDropDownItemImpl39);
this.gallery_Circle.Label = "环形图";
this.gallery_Circle.Name = "gallery_Circle";
this.gallery_Circle.ShowImage = true;
this.gallery_Circle.ShowItemLabel = false;
this.gallery_Circle.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Circle_Click);
//
// group4
//
this.group4.Items.Add(this.gallery_DataStatistic);
this.group4.Items.Add(this.gallery_Cofficient);
this.group4.Items.Add(this.gallery_DataSmooth);
this.group4.Label = "数据分析";
this.group4.Name = "group4";
//
// gallery_DataStatistic
//
this.gallery_DataStatistic.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_DataStatistic.Image = ((System.Drawing.Image)(resources.GetObject("gallery_DataStatistic.Image")));
this.gallery_DataStatistic.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl40.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl40.Image")));
ribbonDropDownItemImpl40.Label = "ColumnFrequency";
ribbonDropDownItemImpl40.ScreenTip = "频率统计直方图";
ribbonDropDownItemImpl40.Tag = "1";
ribbonDropDownItemImpl41.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl41.Image")));
ribbonDropDownItemImpl41.Label = "DensityCurve";
ribbonDropDownItemImpl41.ScreenTip = "核密度估计图";
ribbonDropDownItemImpl41.Tag = "2";
ribbonDropDownItemImpl42.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl42.Image")));
ribbonDropDownItemImpl42.Label = "DensityScatter";
ribbonDropDownItemImpl42.ScreenTip = "二维密度散点图";
ribbonDropDownItemImpl42.Tag = "3";
this.gallery_DataStatistic.Items.Add(ribbonDropDownItemImpl40);
this.gallery_DataStatistic.Items.Add(ribbonDropDownItemImpl41);
this.gallery_DataStatistic.Items.Add(ribbonDropDownItemImpl42);
this.gallery_DataStatistic.Label = "统计分析";
this.gallery_DataStatistic.Name = "gallery_DataStatistic";
this.gallery_DataStatistic.ShowImage = true;
this.gallery_DataStatistic.ShowItemLabel = false;
this.gallery_DataStatistic.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_DataStatistic_Click);
//
// gallery_Cofficient
//
this.gallery_Cofficient.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Cofficient.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Cofficient.Image")));
this.gallery_Cofficient.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl43.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl43.Image")));
ribbonDropDownItemImpl43.Label = "Cofficient";
ribbonDropDownItemImpl43.ScreenTip = "相关性矩阵图";
ribbonDropDownItemImpl43.Tag = "1";
this.gallery_Cofficient.Items.Add(ribbonDropDownItemImpl43);
this.gallery_Cofficient.Label = "相关性分析";
this.gallery_Cofficient.Name = "gallery_Cofficient";
this.gallery_Cofficient.ShowImage = true;
this.gallery_Cofficient.ShowItemLabel = false;
this.gallery_Cofficient.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Cofficient_Click);
//
// gallery_DataSmooth
//
this.gallery_DataSmooth.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_DataSmooth.Image = ((System.Drawing.Image)(resources.GetObject("gallery_DataSmooth.Image")));
this.gallery_DataSmooth.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl44.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl44.Image")));
ribbonDropDownItemImpl44.Label = "LOESS";
ribbonDropDownItemImpl44.ScreenTip = "LOESS数据平滑曲线图";
ribbonDropDownItemImpl44.Tag = "1";
ribbonDropDownItemImpl45.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl45.Image")));
ribbonDropDownItemImpl45.Label = "Fourier";
ribbonDropDownItemImpl45.ScreenTip = "Fourier数据平滑曲线图";
ribbonDropDownItemImpl45.Tag = "2";
this.gallery_DataSmooth.Items.Add(ribbonDropDownItemImpl44);
this.gallery_DataSmooth.Items.Add(ribbonDropDownItemImpl45);
this.gallery_DataSmooth.Label = "数据平滑";
this.gallery_DataSmooth.Name = "gallery_DataSmooth";
this.gallery_DataSmooth.ShowImage = true;
this.gallery_DataSmooth.ShowItemLabel = false;
this.gallery_DataSmooth.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_DataSmooth_Click);
//
// group_ColorManagement
//
this.group_ColorManagement.Items.Add(this.gallery_ColorSpace);
this.group_ColorManagement.Items.Add(this.separator1);
this.group_ColorManagement.Items.Add(this.button_Lab_RGB);
this.group_ColorManagement.Items.Add(this.button_RGB_Lab);
this.group_ColorManagement.Items.Add(this.button_CMC21);
this.group_ColorManagement.Items.Add(this.button_LCHab_RGB);
this.group_ColorManagement.Items.Add(this.button__RGB_LCHab);
this.group_ColorManagement.Items.Add(this.button_RGB2HSV);
this.group_ColorManagement.Items.Add(this.button_HSV2RGB);
this.group_ColorManagement.Label = "颜色分析";
this.group_ColorManagement.Name = "group_ColorManagement";
//
// gallery_ColorSpace
//
this.gallery_ColorSpace.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_ColorSpace.Image = ((System.Drawing.Image)(resources.GetObject("gallery_ColorSpace.Image")));
this.gallery_ColorSpace.ItemImageSize = new System.Drawing.Size(150, 150);
ribbonDropDownItemImpl46.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl46.Image")));
ribbonDropDownItemImpl46.Label = "Color_Scatter";
ribbonDropDownItemImpl46.ScreenTip = "颜色散点图-XY+RGB";
ribbonDropDownItemImpl46.Tag = "1";
ribbonDropDownItemImpl47.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl47.Image")));
ribbonDropDownItemImpl47.Label = "Color_Bar";
ribbonDropDownItemImpl47.ScreenTip = "颜色柱形图-XY+RGB";
ribbonDropDownItemImpl47.Tag = "2";
ribbonDropDownItemImpl48.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl48.Image")));
ribbonDropDownItemImpl48.Label = "HSV_Circle";
ribbonDropDownItemImpl48.ScreenTip = "颜色分布图-HS(V)";
ribbonDropDownItemImpl48.Tag = "3";
ribbonDropDownItemImpl49.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl49.Image")));
ribbonDropDownItemImpl49.Label = "Color_Matrix";
ribbonDropDownItemImpl49.Tag = "4";
ribbonDropDownItemImpl50.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl50.Image")));
ribbonDropDownItemImpl50.Label = "Spectral_Curve ";
ribbonDropDownItemImpl50.ScreenTip = "多光谱曲线面积图";
ribbonDropDownItemImpl50.Tag = "5";
this.gallery_ColorSpace.Items.Add(ribbonDropDownItemImpl46);
this.gallery_ColorSpace.Items.Add(ribbonDropDownItemImpl47);
this.gallery_ColorSpace.Items.Add(ribbonDropDownItemImpl48);
this.gallery_ColorSpace.Items.Add(ribbonDropDownItemImpl49);
this.gallery_ColorSpace.Items.Add(ribbonDropDownItemImpl50);
this.gallery_ColorSpace.Label = "颜色分析图";
this.gallery_ColorSpace.Name = "gallery_ColorSpace";
this.gallery_ColorSpace.ShowImage = true;
this.gallery_ColorSpace.ShowItemLabel = false;
this.gallery_ColorSpace.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_ColorSpace_Click);
//
// separator1
//
this.separator1.Name = "separator1";
//
// button_Lab_RGB
//
this.button_Lab_RGB.Image = ((System.Drawing.Image)(resources.GetObject("button_Lab_RGB.Image")));
this.button_Lab_RGB.Label = "Lab-RGB";
this.button_Lab_RGB.Name = "button_Lab_RGB";
this.button_Lab_RGB.ShowImage = true;
this.button_Lab_RGB.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_Lab_RGB_Click);
//
// button_RGB_Lab
//
this.button_RGB_Lab.Image = ((System.Drawing.Image)(resources.GetObject("button_RGB_Lab.Image")));
this.button_RGB_Lab.Label = "RGB-Lab";
this.button_RGB_Lab.Name = "button_RGB_Lab";
this.button_RGB_Lab.ShowImage = true;
this.button_RGB_Lab.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_RGB_Lab_Click);
//
// button_CMC21
//
this.button_CMC21.Label = "色差CMC 2:1";
this.button_CMC21.Name = "button_CMC21";
this.button_CMC21.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_CMC21_Click);
//
// button_RGB2HSV
//
this.button_RGB2HSV.Image = ((System.Drawing.Image)(resources.GetObject("button_RGB2HSV.Image")));
this.button_RGB2HSV.Label = "RGB-HSV";
this.button_RGB2HSV.Name = "button_RGB2HSV";
this.button_RGB2HSV.ShowImage = true;
this.button_RGB2HSV.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_RGB2HSV_Click);
//
// button_HSV2RGB
//
this.button_HSV2RGB.Image = ((System.Drawing.Image)(resources.GetObject("button_HSV2RGB.Image")));
this.button_HSV2RGB.Label = "HSV-RGB";
this.button_HSV2RGB.Name = "button_HSV2RGB";
this.button_HSV2RGB.ShowImage = true;
this.button_HSV2RGB.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_HSV2RGB_Click);
//
// button__RGB_LCHab
//
this.button__RGB_LCHab.Image = ((System.Drawing.Image)(resources.GetObject("button__RGB_LCHab.Image")));
this.button__RGB_LCHab.Label = "RGB-LCHab";
this.button__RGB_LCHab.Name = "button__RGB_LCHab";
this.button__RGB_LCHab.ShowImage = true;
this.button__RGB_LCHab.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button__RGB_LCHab_Click);
//
// group1
//
this.group1.Items.Add(this.button_Camera);
this.group1.Items.Add(this.togButton);
this.group1.Items.Add(this.button_ChartSize);
this.group1.Items.Add(this.button_ChartSave);
this.group1.Items.Add(this.button_ColorWheel);
this.group1.Items.Add(this.button_ColorPixel);
this.group1.Items.Add(this.button_GetData);
this.group1.Items.Add(this.button_ColorPalette);
this.group1.Label = "辅助工具";
this.group1.Name = "group1";
//
// button_Camera
//
this.button_Camera.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.button_Camera.Image = ((System.Drawing.Image)(resources.GetObject("button_Camera.Image")));
this.button_Camera.Label = "截图";
this.button_Camera.Name = "button_Camera";
this.button_Camera.ShowImage = true;
this.button_Camera.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_Camera_Click);
//
// togButton
//
this.togButton.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.togButton.Image = ((System.Drawing.Image)(resources.GetObject("togButton.Image")));
this.togButton.Label = "聚光灯";
this.togButton.Name = "togButton";
this.togButton.ShowImage = true;
this.togButton.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.togButton_Click_1);
//
// button_ChartSize
//
this.button_ChartSize.Image = ((System.Drawing.Image)(resources.GetObject("button_ChartSize.Image")));
this.button_ChartSize.Label = "图表尺寸";
this.button_ChartSize.Name = "button_ChartSize";
this.button_ChartSize.ShowImage = true;
this.button_ChartSize.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_ChartSize_Click);
//
// button_ChartSave
//
this.button_ChartSave.Image = ((System.Drawing.Image)(resources.GetObject("button_ChartSave.Image")));
this.button_ChartSave.Label = "图表保存";
this.button_ChartSave.Name = "button_ChartSave";
this.button_ChartSave.ShowImage = true;
this.button_ChartSave.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_ChartSave_Click);
//
// button_ColorWheel
//
this.button_ColorWheel.Image = ((System.Drawing.Image)(resources.GetObject("button_ColorWheel.Image")));
this.button_ColorWheel.Label = "色轮参考";
this.button_ColorWheel.Name = "button_ColorWheel";
this.button_ColorWheel.ShowImage = true;
this.button_ColorWheel.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_ColorWheel_Click);
//
// button_ColorPixel
//
this.button_ColorPixel.Image = ((System.Drawing.Image)(resources.GetObject("button_ColorPixel.Image")));
this.button_ColorPixel.Label = "颜色拾取";
this.button_ColorPixel.Name = "button_ColorPixel";
this.button_ColorPixel.ShowImage = true;
this.button_ColorPixel.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_ColorPixel_Click);
//
// button_GetData
//
this.button_GetData.Image = ((System.Drawing.Image)(resources.GetObject("button_GetData.Image")));
this.button_GetData.Label = "数据小偷";
this.button_GetData.Name = "button_GetData";
this.button_GetData.ShowImage = true;
this.button_GetData.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_GetData_Click);
//
// button_ColorPalette
//
this.button_ColorPalette.Image = ((System.Drawing.Image)(resources.GetObject("button_ColorPalette.Image")));
this.button_ColorPalette.Label = "颜色方案";
this.button_ColorPalette.Name = "button_ColorPalette";
this.button_ColorPalette.ShowImage = true;
this.button_ColorPalette.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_ColorPalette_Click);
//
// Group_personal
//
this.Group_personal.Items.Add(this.gallery_Money);
this.Group_personal.Items.Add(this.button_QQGroup);
this.Group_personal.Items.Add(this.button_help);
this.Group_personal.Label = "其他信息";
this.Group_personal.Name = "Group_personal";
//
// gallery_Money
//
this.gallery_Money.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.gallery_Money.Image = ((System.Drawing.Image)(resources.GetObject("gallery_Money.Image")));
this.gallery_Money.ItemImageSize = new System.Drawing.Size(30, 30);
ribbonDropDownItemImpl51.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl51.Image")));
ribbonDropDownItemImpl51.Label = "支付宝";
ribbonDropDownItemImpl51.ScreenTip = "支付宝支付";
ribbonDropDownItemImpl51.Tag = "1";
ribbonDropDownItemImpl52.Image = ((System.Drawing.Image)(resources.GetObject("ribbonDropDownItemImpl52.Image")));
ribbonDropDownItemImpl52.Label = "微信号";
ribbonDropDownItemImpl52.ScreenTip = "微信支付";
ribbonDropDownItemImpl52.Tag = "2";
this.gallery_Money.Items.Add(ribbonDropDownItemImpl51);
this.gallery_Money.Items.Add(ribbonDropDownItemImpl52);
this.gallery_Money.Label = "打赏";
this.gallery_Money.Name = "gallery_Money";
this.gallery_Money.ShowImage = true;
this.gallery_Money.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.gallery_Money_Click);
//
// button_QQGroup
//
this.button_QQGroup.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.button_QQGroup.Image = ((System.Drawing.Image)(resources.GetObject("button_QQGroup.Image")));
this.button_QQGroup.Label = "QQ群号";
this.button_QQGroup.Name = "button_QQGroup";
this.button_QQGroup.ShowImage = true;
this.button_QQGroup.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_QQGroup_Click);
//
// button_help
//
this.button_help.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.button_help.Image = ((System.Drawing.Image)(resources.GetObject("button_help.Image")));
this.button_help.Label = "帮助";
this.button_help.Name = "button_help";
this.button_help.ShowImage = true;
this.button_help.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_help_Click);
//
// group3
//
this.group3.Items.Add(this.toggleButton_GroupColor);
this.group3.Name = "group3";
//
// toggleButton_GroupColor
//
this.toggleButton_GroupColor.ControlSize = Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge;
this.toggleButton_GroupColor.Image = ((System.Drawing.Image)(resources.GetObject("toggleButton_GroupColor.Image")));
this.toggleButton_GroupColor.Label = "颜色分析工具";
this.toggleButton_GroupColor.Name = "toggleButton_GroupColor";
this.toggleButton_GroupColor.ShowImage = true;
this.toggleButton_GroupColor.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.toggleButton_GroupColor_Click);
//
// button_LCHab_RGB
//
this.button_LCHab_RGB.Image = ((System.Drawing.Image)(resources.GetObject("button_LCHab_RGB.Image")));
this.button_LCHab_RGB.Label = "LCHab-RGB";
this.button_LCHab_RGB.Name = "button_LCHab_RGB";
this.button_LCHab_RGB.ShowImage = true;
this.button_LCHab_RGB.Click += new Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler(this.button_LCHab_RGB_Click);
//
// EasyCharts
//
this.Name = "EasyCharts";
this.RibbonType = "Microsoft.Excel.Workbook";
this.Tabs.Add(this.tab1);
this.Load += new Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler(this.Graphics_Load);
this.tab1.ResumeLayout(false);
this.tab1.PerformLayout();
this.group2.ResumeLayout(false);
this.group2.PerformLayout();
this.group6.ResumeLayout(false);
this.group6.PerformLayout();
this.group4.ResumeLayout(false);
this.group4.PerformLayout();
this.group_ColorManagement.ResumeLayout(false);
this.group_ColorManagement.PerformLayout();
this.group1.ResumeLayout(false);
this.group1.PerformLayout();
this.Group_personal.ResumeLayout(false);
this.Group_personal.PerformLayout();
this.group3.ResumeLayout(false);
this.group3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
internal Microsoft.Office.Tools.Ribbon.RibbonTab tab1;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup group2;
internal Microsoft.Office.Tools.Ribbon.RibbonComboBox comboBox_ColorTheme;
internal Microsoft.Office.Tools.Ribbon.RibbonComboBox comboBox_GraphicStyle;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup group6;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Column;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Bubble;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Bar;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Circle;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Polar;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Line;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup Group_personal;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_QQGroup;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup group1;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_ColorPixel;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_Camera;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Money;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_ColorWheel;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_GetData;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_help;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup group4;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_DataStatistic;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_DataSmooth;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_Cofficient;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_ChartSave;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_ChartSize;
internal Microsoft.Office.Tools.Ribbon.RibbonSeparator separator1;
internal Microsoft.Office.Tools.Ribbon.RibbonGallery gallery_ColorSpace;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_RGB_Lab;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_Lab_RGB;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_ColorPalette;
internal Microsoft.Office.Tools.Ribbon.RibbonToggleButton togButton;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_CMC21;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup group_ColorManagement;
internal Microsoft.Office.Tools.Ribbon.RibbonGroup group3;
internal Microsoft.Office.Tools.Ribbon.RibbonToggleButton toggleButton_GroupColor;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_RGB2HSV;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_HSV2RGB;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button__RGB_LCHab;
internal Microsoft.Office.Tools.Ribbon.RibbonButton button_LCHab_RGB;
}
partial class ThisRibbonCollection
{
internal EasyCharts Graphics
{
get { return this.GetRibbon<EasyCharts>(); }
}
}
}