⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 piecharxsxxmanage.cs

📁 汽车销售公司ERP进销存系统 汽车销售公司ERP进销存系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label1.Location = new System.Drawing.Point(336, 405);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 16);
			this.label1.TabIndex = 6;
			this.label1.Text = "Initial angle:";
			this.label1.Visible = false;
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.groupBox1.Controls.Add(this.radioButtonShadowStyleGradual);
			this.groupBox1.Controls.Add(this.radioButtonShadowStyleUniform);
			this.groupBox1.Controls.Add(this.radioButtonShadowStyleNone);
			this.groupBox1.Location = new System.Drawing.Point(480, 345);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(104, 82);
			this.groupBox1.TabIndex = 8;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Shadow style";
			this.groupBox1.Visible = false;
			// 
			// radioButtonShadowStyleGradual
			// 
			this.radioButtonShadowStyleGradual.Checked = true;
			this.radioButtonShadowStyleGradual.Location = new System.Drawing.Point(16, 58);
			this.radioButtonShadowStyleGradual.Name = "radioButtonShadowStyleGradual";
			this.radioButtonShadowStyleGradual.Size = new System.Drawing.Size(80, 16);
			this.radioButtonShadowStyleGradual.TabIndex = 2;
			this.radioButtonShadowStyleGradual.TabStop = true;
			this.radioButtonShadowStyleGradual.Tag = "";
			this.radioButtonShadowStyleGradual.Text = "&Gradual";
			this.radioButtonShadowStyleGradual.CheckedChanged += new System.EventHandler(this.radioButtonShadowStyle_Changed);
			// 
			// radioButtonShadowStyleUniform
			// 
			this.radioButtonShadowStyleUniform.Location = new System.Drawing.Point(16, 38);
			this.radioButtonShadowStyleUniform.Name = "radioButtonShadowStyleUniform";
			this.radioButtonShadowStyleUniform.Size = new System.Drawing.Size(80, 16);
			this.radioButtonShadowStyleUniform.TabIndex = 1;
			this.radioButtonShadowStyleUniform.Tag = "";
			this.radioButtonShadowStyleUniform.Text = "&Uniform";
			this.radioButtonShadowStyleUniform.CheckedChanged += new System.EventHandler(this.radioButtonShadowStyle_Changed);
			// 
			// radioButtonShadowStyleNone
			// 
			this.radioButtonShadowStyleNone.Location = new System.Drawing.Point(16, 18);
			this.radioButtonShadowStyleNone.Name = "radioButtonShadowStyleNone";
			this.radioButtonShadowStyleNone.Size = new System.Drawing.Size(80, 16);
			this.radioButtonShadowStyleNone.TabIndex = 0;
			this.radioButtonShadowStyleNone.Tag = "";
			this.radioButtonShadowStyleNone.Text = "&None";
			this.radioButtonShadowStyleNone.CheckedChanged += new System.EventHandler(this.radioButtonShadowStyle_Changed);
			// 
			// numericUpDownDisplacement1
			// 
			this.numericUpDownDisplacement1.DecimalPlaces = 2;
			this.numericUpDownDisplacement1.Increment = new System.Decimal(new int[] {
																						 5,
																						 0,
																						 0,
																						 131072});
			this.numericUpDownDisplacement1.Location = new System.Drawing.Point(80, 40);
			this.numericUpDownDisplacement1.Maximum = new System.Decimal(new int[] {
																					   1,
																					   0,
																					   0,
																					   0});
			this.numericUpDownDisplacement1.Name = "numericUpDownDisplacement1";
			this.numericUpDownDisplacement1.Size = new System.Drawing.Size(48, 21);
			this.numericUpDownDisplacement1.TabIndex = 7;
			this.numericUpDownDisplacement1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.numericUpDownDisplacement1.Value = new System.Decimal(new int[] {
																					 2,
																					 0,
																					 0,
																					 65536});
			this.numericUpDownDisplacement1.Visible = false;
			this.numericUpDownDisplacement1.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement_ValueChanged);
			// 
			// numericUpDownDisplacement6
			// 
			this.numericUpDownDisplacement6.DecimalPlaces = 2;
			this.numericUpDownDisplacement6.Increment = new System.Decimal(new int[] {
																						 5,
																						 0,
																						 0,
																						 131072});
			this.numericUpDownDisplacement6.Location = new System.Drawing.Point(80, 215);
			this.numericUpDownDisplacement6.Maximum = new System.Decimal(new int[] {
																					   1,
																					   0,
																					   0,
																					   0});
			this.numericUpDownDisplacement6.Name = "numericUpDownDisplacement6";
			this.numericUpDownDisplacement6.Size = new System.Drawing.Size(48, 21);
			this.numericUpDownDisplacement6.TabIndex = 37;
			this.numericUpDownDisplacement6.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.numericUpDownDisplacement6.Value = new System.Decimal(new int[] {
																					 5,
																					 0,
																					 0,
																					 131072});
			this.numericUpDownDisplacement6.Visible = false;
			this.numericUpDownDisplacement6.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement_ValueChanged);
			// 
			// numericUpDownDisplacement5
			// 
			this.numericUpDownDisplacement5.DecimalPlaces = 2;
			this.numericUpDownDisplacement5.Increment = new System.Decimal(new int[] {
																						 5,
																						 0,
																						 0,
																						 131072});
			this.numericUpDownDisplacement5.Location = new System.Drawing.Point(80, 180);
			this.numericUpDownDisplacement5.Maximum = new System.Decimal(new int[] {
																					   1,
																					   0,
																					   0,
																					   0});
			this.numericUpDownDisplacement5.Name = "numericUpDownDisplacement5";
			this.numericUpDownDisplacement5.Size = new System.Drawing.Size(48, 21);
			this.numericUpDownDisplacement5.TabIndex = 31;
			this.numericUpDownDisplacement5.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.numericUpDownDisplacement5.Value = new System.Decimal(new int[] {
																					 5,
																					 0,
																					 0,
																					 131072});
			this.numericUpDownDisplacement5.Visible = false;
			this.numericUpDownDisplacement5.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement_ValueChanged);
			// 
			// numericUpDownDisplacement4
			// 
			this.numericUpDownDisplacement4.DecimalPlaces = 2;
			this.numericUpDownDisplacement4.Increment = new System.Decimal(new int[] {
																						 5,
																						 0,
																						 0,
																						 131072});
			this.numericUpDownDisplacement4.Location = new System.Drawing.Point(80, 145);
			this.numericUpDownDisplacement4.Maximum = new System.Decimal(new int[] {
																					   1,
																					   0,
																					   0,
																					   0});
			this.numericUpDownDisplacement4.Name = "numericUpDownDisplacement4";
			this.numericUpDownDisplacement4.Size = new System.Drawing.Size(48, 21);
			this.numericUpDownDisplacement4.TabIndex = 25;
			this.numericUpDownDisplacement4.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.numericUpDownDisplacement4.Value = new System.Decimal(new int[] {
																					 5,
																					 0,
																					 0,
																					 131072});
			this.numericUpDownDisplacement4.Visible = false;
			this.numericUpDownDisplacement4.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement_ValueChanged);
			// 
			// numericUpDownDisplacement3
			// 
			this.numericUpDownDisplacement3.DecimalPlaces = 2;
			this.numericUpDownDisplacement3.Increment = new System.Decimal(new int[] {
																						 5,
																						 0,
																						 0,
																						 131072});
			this.numericUpDownDisplacement3.Location = new System.Drawing.Point(80, 110);
			this.numericUpDownDisplacement3.Maximum = new System.Decimal(new int[] {
																					   1,
																					   0,
																					   0,
																					   0});
			this.numericUpDownDisplacement3.Name = "numericUpDownDisplacement3";
			this.numericUpDownDisplacement3.Size = new System.Drawing.Size(48, 21);
			this.numericUpDownDisplacement3.TabIndex = 19;
			this.numericUpDownDisplacement3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.numericUpDownDisplacement3.Value = new System.Decimal(new int[] {
																					 5,
																					 0,
																					 0,
																					 131072});
			this.numericUpDownDisplacement3.Visible = false;
			this.numericUpDownDisplacement3.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement_ValueChanged);
			// 
			// numericUpDownDisplacement2
			// 
			this.numericUpDownDisplacement2.DecimalPlaces = 2;
			this.numericUpDownDisplacement2.Increment = new System.Decimal(new int[] {
																						 5,
																						 0,
																						 0,
																						 131072});
			this.numericUpDownDisplacement2.Location = new System.Drawing.Point(80, 75);
			this.numericUpDownDisplacement2.Maximum = new System.Decimal(new int[] {
																					   1,
																					   0,
																					   0,
																					   0});
			this.numericUpDownDisplacement2.Name = "numericUpDownDisplacement2";
			this.numericUpDownDisplacement2.Size = new System.Drawing.Size(48, 21);
			this.numericUpDownDisplacement2.TabIndex = 13;
			this.numericUpDownDisplacement2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.numericUpDownDisplacement2.Value = new System.Decimal(new int[] {
																					 5,
																					 0,
																					 0,
																					 131072});
			this.numericUpDownDisplacement2.Visible = false;
			this.numericUpDownDisplacement2.ValueChanged += new System.EventHandler(this.numericUpDownDisplacement_ValueChanged);
			// 
			// numericUpDownPieHeight
			// 
			this.numericUpDownPieHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.numericUpDownPieHeight.DecimalPlaces = 2;
			this.numericUpDownPieHeight.Increment = new System.Decimal(new int[] {
																					 5,
																					 0,
																					 0,
																					 131072});
			this.numericUpDownPieHeight.Location = new System.Drawing.Point(408, 373);
			this.numericUpDownPieHeight.Maximum = new System.Decimal(new int[] {
																				   5,
																				   0,
																				   0,
																				   65536});
			this.numericUpDownPieHeight.Name = "numericUpDownPieHeight";
			this.numericUpDownPieHeight.Size = new System.Drawing.Size(48, 21);
			this.numericUpDownPieHeight.TabIndex = 5;
			this.numericUpDownPieHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			this.numericUpDownPieHeight.Value = new System.Decimal(new int[] {
																				 25,
																				 0,
																				 0,
																				 131072});
			this.numericUpDownPieHeight.Visible = false;
			this.numericUpDownPieHeight.ValueChanged += new System.EventHandler(this.numericUpDownPieHeight_ValueChanged);
			// 
			// label2
			// 
			this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label2.Location = new System.Drawing.Point(336, 375);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 16);
			this.label2.TabIndex = 4;
			this.label2.Text = "Pie &height:";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.label2.Visible = false;
			// 
			// comboBoxEdgeType
			// 
			this.comboBoxEdgeType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.comboBoxEdgeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxEdgeType.Location = new System.Drawing.Point(408, 437);
			this.comboBoxEdgeType.Name = "comboBoxEdgeType";
			this.comboBoxEdgeType.Size = new System.Drawing.Size(176, 20);
			this.comboBoxEdgeType.TabIndex = 10;
			this.comboBoxEdgeType.Visible = false;
			this.comboBoxEdgeType.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdgeType_SelectedIndexChanged);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -