?? piecharxsxxmanage.cs
字號(hào):
//
this.textBoxText2.Location = new System.Drawing.Point(168, 75);
this.textBoxText2.Name = "textBoxText2";
this.textBoxText2.Size = new System.Drawing.Size(72, 21);
this.textBoxText2.TabIndex = 15;
this.textBoxText2.Text = "green";
this.textBoxText2.TextChanged += new System.EventHandler(this.textBoxText_TextChanged);
//
// textBoxText1
//
this.textBoxText1.Location = new System.Drawing.Point(168, 40);
this.textBoxText1.Name = "textBoxText1";
this.textBoxText1.Size = new System.Drawing.Size(72, 21);
this.textBoxText1.TabIndex = 9;
this.textBoxText1.Text = "red";
this.textBoxText1.TextChanged += new System.EventHandler(this.textBoxText_TextChanged);
//
// label14
//
this.label14.Location = new System.Drawing.Point(168, 20);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(64, 16);
this.label14.TabIndex = 3;
this.label14.Text = "Text";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label10
//
this.label10.Location = new System.Drawing.Point(128, 20);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(38, 16);
this.label10.TabIndex = 2;
this.label10.Text = "Color";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label9
//
this.label9.Location = new System.Drawing.Point(80, 20);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(48, 16);
this.label9.TabIndex = 1;
this.label9.Text = "Offset";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label8
//
this.label8.Location = new System.Drawing.Point(32, 20);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(48, 16);
this.label8.TabIndex = 0;
this.label8.Text = "Value";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label11
//
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label11.Location = new System.Drawing.Point(336, 467);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(72, 16);
this.label11.TabIndex = 11;
this.label11.Text = "Edge &width:";
this.label11.Visible = false;
//
// numericUpDownEdgeLineWidth
//
this.numericUpDownEdgeLineWidth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.numericUpDownEdgeLineWidth.DecimalPlaces = 1;
this.numericUpDownEdgeLineWidth.Location = new System.Drawing.Point(408, 465);
this.numericUpDownEdgeLineWidth.Maximum = new System.Decimal(new int[] {
5,
0,
0,
0});
this.numericUpDownEdgeLineWidth.Name = "numericUpDownEdgeLineWidth";
this.numericUpDownEdgeLineWidth.Size = new System.Drawing.Size(48, 21);
this.numericUpDownEdgeLineWidth.TabIndex = 12;
this.numericUpDownEdgeLineWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.numericUpDownEdgeLineWidth.Value = new System.Decimal(new int[] {
1,
0,
0,
0});
this.numericUpDownEdgeLineWidth.Visible = false;
this.numericUpDownEdgeLineWidth.ValueChanged += new System.EventHandler(this.numericUpDownEdgeLineWidth_ValueChanged);
//
// checkBoxFitChart
//
this.checkBoxFitChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.checkBoxFitChart.Location = new System.Drawing.Point(336, 347);
this.checkBoxFitChart.Name = "checkBoxFitChart";
this.checkBoxFitChart.Size = new System.Drawing.Size(136, 16);
this.checkBoxFitChart.TabIndex = 3;
this.checkBoxFitChart.Text = "&Fit chart to panel";
this.checkBoxFitChart.Visible = false;
this.checkBoxFitChart.CheckedChanged += new System.EventHandler(this.checkBoxFitChart_CheckedChanged);
//
// label13
//
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label13.Location = new System.Drawing.Point(336, 495);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(48, 16);
this.label13.TabIndex = 13;
this.label13.Text = "&Alpha:";
this.label13.Visible = false;
//
// m_numericUpDownAlpha
//
this.m_numericUpDownAlpha.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.m_numericUpDownAlpha.Location = new System.Drawing.Point(408, 493);
this.m_numericUpDownAlpha.Maximum = new System.Decimal(new int[] {
255,
0,
0,
0});
this.m_numericUpDownAlpha.Name = "m_numericUpDownAlpha";
this.m_numericUpDownAlpha.Size = new System.Drawing.Size(48, 21);
this.m_numericUpDownAlpha.TabIndex = 14;
this.m_numericUpDownAlpha.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.m_numericUpDownAlpha.Value = new System.Decimal(new int[] {
122,
0,
0,
0});
this.m_numericUpDownAlpha.Visible = false;
this.m_numericUpDownAlpha.ValueChanged += new System.EventHandler(this.m_numericUpDownAlpha_ValueChanged);
//
// m_buttonPrint
//
this.m_buttonPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.m_buttonPrint.Location = new System.Drawing.Point(504, 491);
this.m_buttonPrint.Name = "m_buttonPrint";
this.m_buttonPrint.TabIndex = 15;
this.m_buttonPrint.Text = "&Print";
this.m_buttonPrint.Visible = false;
this.m_buttonPrint.Click += new System.EventHandler(this.m_buttonPrint_Click);
//
// groupControl1
//
this.groupControl1.Controls.Add(this.buttonColor1);
this.groupControl1.Controls.Add(this.buttonColor2);
this.groupControl1.Controls.Add(this.buttonColor3);
this.groupControl1.Controls.Add(this.buttonColor4);
this.groupControl1.Controls.Add(this.buttonColor5);
this.groupControl1.Controls.Add(this.buttonColor6);
this.groupControl1.Controls.Add(this.buttonColor7);
this.groupControl1.Controls.Add(this.buttonColor8);
this.groupControl1.Controls.Add(this.buttonColor9);
this.groupControl1.Controls.Add(this.buttonColor10);
this.groupControl1.Controls.Add(this.buttonColor11);
this.groupControl1.Controls.Add(this.buttonColor12);
this.groupControl1.Controls.Add(this.panelControl1);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(0, 432);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(864, 96);
this.groupControl1.TabIndex = 17;
//
// buttonColor7
//
this.buttonColor7.BackColor = System.Drawing.Color.SlateBlue;
this.buttonColor7.Location = new System.Drawing.Point(264, 40);
this.buttonColor7.Name = "buttonColor7";
this.buttonColor7.Size = new System.Drawing.Size(40, 32);
this.buttonColor7.TabIndex = 38;
this.buttonColor7.Text = "七月";
this.buttonColor7.Click += new System.EventHandler(this.buttonColor7_Click);
//
// buttonColor8
//
this.buttonColor8.BackColor = System.Drawing.Color.BlueViolet;
this.buttonColor8.Location = new System.Drawing.Point(304, 40);
this.buttonColor8.Name = "buttonColor8";
this.buttonColor8.Size = new System.Drawing.Size(40, 32);
this.buttonColor8.TabIndex = 38;
this.buttonColor8.Text = "八月";
this.buttonColor8.Click += new System.EventHandler(this.buttonColor8_Click);
//
// buttonColor9
//
this.buttonColor9.BackColor = System.Drawing.Color.Magenta;
this.buttonColor9.Location = new System.Drawing.Point(344, 40);
this.buttonColor9.Name = "buttonColor9";
this.buttonColor9.Size = new System.Drawing.Size(40, 32);
this.buttonColor9.TabIndex = 38;
this.buttonColor9.Text = "九月";
this.buttonColor9.Click += new System.EventHandler(this.buttonColor9_Click);
//
// buttonColor10
//
this.buttonColor10.BackColor = System.Drawing.Color.DeepPink;
this.buttonColor10.Location = new System.Drawing.Point(384, 40);
this.buttonColor10.Name = "buttonColor10";
this.buttonColor10.Size = new System.Drawing.Size(40, 32);
this.buttonColor10.TabIndex = 38;
this.buttonColor10.Text = "十月";
this.buttonColor10.Click += new System.EventHandler(this.buttonColor10_Click);
//
// buttonColor11
//
this.buttonColor11.BackColor = System.Drawing.Color.Crimson;
this.buttonColor11.Location = new System.Drawing.Point(424, 40);
this.buttonColor11.Name = "buttonColor11";
this.buttonColor11.Size = new System.Drawing.Size(40, 32);
this.buttonColor11.TabIndex = 38;
this.buttonColor11.Text = "十一";
this.buttonColor11.Click += new System.EventHandler(this.buttonColor11_Click);
//
// buttonColor12
//
this.buttonColor12.BackColor = System.Drawing.Color.GreenYellow;
this.buttonColor12.Location = new System.Drawing.Point(464, 40);
this.buttonColor12.Name = "buttonColor12";
this.buttonColor12.Size = new System.Drawing.Size(40, 32);
this.buttonColor12.TabIndex = 38;
this.buttonColor12.Text = "十二";
this.buttonColor12.Click += new System.EventHandler(this.buttonColor12_Click);
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton1.Location = new System.Drawing.Point(816, 16);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(40, 32);
this.simpleButton1.TabIndex = 39;
this.simpleButton1.Text = "打印";
this.simpleButton1.Click += new System.EventHandler(this.m_buttonPrint_Click);
//
// panelControl1
//
this.panelControl1.Controls.Add(this.label15);
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Controls.Add(this.cbtablename);
this.panelControl1.Controls.Add(this.label12);
this.panelControl1.Controls.Add(this.cbtype);
this.panelControl1.Controls.Add(this.simpleButton2);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(2, 21);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(860, 59);
this.panelControl1.TabIndex = 40;
this.panelControl1.Text = "panelControl1";
//
// cbtablename
//
this.cbtablename.EditValue = "個(gè)人銷售表";
this.cbtablename.Location = new System.Drawing.Point(560, 24);
this.cbtablename.Name = "cbtablename";
//
// cbtablename.Properties
//
this.cbtablename.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.cbtablename.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbtablename.Properties.Items.AddRange(new object[] {
"個(gè)人銷售表",
"單位銷售表",
"全部"});
this.cbtablename.Size = new System.Drawing.Size(88, 21);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -