1 Star 0 Fork 5

重庆0212/myIPC

forked from 13799673123/myIPC 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SweepForm.Designer.cs 86.15 KB
一键复制 编辑 原始数据 按行查看 历史
13799673123 提交于 2023-09-18 11:03 . bugfix
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495
namespace UltrasonicTDPlatform
{
partial class SweepForm
{
/// <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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend4 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend5 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea6 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend6 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.chart_down = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.chart_up_left = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.button1 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.chart_up_right = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.panel2 = new System.Windows.Forms.Panel();
this.label13 = new System.Windows.Forms.Label();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.UpButton = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.PressButton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.AutoSweepButton = new System.Windows.Forms.Button();
this.SweepStepSize = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.LoadSize = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.sweepEndFreNumericBox = new System.Windows.Forms.NumericUpDown();
this.sweepStartFreNumericBox = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SweepVoltageLevel = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.panel1 = new System.Windows.Forms.Panel();
this.label11 = new System.Windows.Forms.Label();
this.label_resonate_fre = new System.Windows.Forms.Label();
this.f1Box = new System.Windows.Forms.TextBox();
this.label_deta_F = new System.Windows.Forms.Label();
this.fsBox = new System.Windows.Forms.TextBox();
this.f2Box = new System.Windows.Forms.TextBox();
this.label_F2 = new System.Windows.Forms.Label();
this.textBox_deta_F = new System.Windows.Forms.TextBox();
this.label_F1 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.label_R1 = new System.Windows.Forms.Label();
this.R1Box = new System.Windows.Forms.TextBox();
this.textBox13 = new System.Windows.Forms.TextBox();
this.textBox12 = new System.Windows.Forms.TextBox();
this.C1Box = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.L1Box = new System.Windows.Forms.TextBox();
this.C0Box = new System.Windows.Forms.TextBox();
this.label_L1 = new System.Windows.Forms.Label();
this.textBox9 = new System.Windows.Forms.TextBox();
this.label_C0 = new System.Windows.Forms.Label();
this.label_C1 = new System.Windows.Forms.Label();
this.textBox15 = new System.Windows.Forms.TextBox();
this.label_phase = new System.Windows.Forms.Label();
this.textBox_imp = new System.Windows.Forms.TextBox();
this.textBox_phase = new System.Windows.Forms.TextBox();
this.label_imp = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label_freqency = new System.Windows.Forms.Label();
this.textBox_frequency = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.label12 = new System.Windows.Forms.Label();
this.textBox16 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.VoltageRMS = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.CurrentRMS = new System.Windows.Forms.TextBox();
this.panel4 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.chart_down)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chart_up_left)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chart_up_right)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SweepStepSize)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LoadSize)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sweepEndFreNumericBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sweepStartFreNumericBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SweepVoltageLevel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Interval = 200;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// chart_down
//
this.chart_down.BackColor = System.Drawing.Color.Transparent;
chartArea4.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea4.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea4.AxisX.LabelStyle.Format = "F2";
chartArea4.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea4.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea4.AxisX.MajorTickMark.LineColor = System.Drawing.Color.White;
chartArea4.AxisX.Title = "导纳实部G";
chartArea4.AxisX.TitleForeColor = System.Drawing.Color.White;
chartArea4.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea4.AxisX2.TitleForeColor = System.Drawing.Color.White;
chartArea4.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea4.AxisY.LabelStyle.Format = "F2";
chartArea4.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea4.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea4.AxisY.Title = "导纳虚部B";
chartArea4.AxisY.TitleForeColor = System.Drawing.Color.White;
chartArea4.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea4.AxisY2.TitleForeColor = System.Drawing.Color.White;
chartArea4.BackColor = System.Drawing.Color.Black;
chartArea4.BorderColor = System.Drawing.Color.White;
chartArea4.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea4.BorderWidth = 2;
chartArea4.CursorX.LineColor = System.Drawing.Color.White;
chartArea4.Name = "ChartArea1";
chartArea4.Position.Auto = false;
chartArea4.Position.Height = 99F;
chartArea4.Position.Width = 99F;
this.chart_down.ChartAreas.Add(chartArea4);
legend4.Name = "Legend1";
this.chart_down.Legends.Add(legend4);
this.chart_down.Location = new System.Drawing.Point(148, 350);
this.chart_down.Margin = new System.Windows.Forms.Padding(2);
this.chart_down.Name = "chart_down";
series4.ChartArea = "ChartArea1";
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
series4.IsVisibleInLegend = false;
series4.Legend = "Legend1";
series4.Name = "circle";
this.chart_down.Series.Add(series4);
this.chart_down.Size = new System.Drawing.Size(488, 350);
this.chart_down.TabIndex = 62;
this.chart_down.Text = "chart2";
//
// chart_up_left
//
this.chart_up_left.BackColor = System.Drawing.Color.Transparent;
this.chart_up_left.BackSecondaryColor = System.Drawing.Color.Black;
chartArea5.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea5.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea5.AxisX.LabelStyle.Format = "F0";
chartArea5.AxisX.LineColor = System.Drawing.Color.White;
chartArea5.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea5.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea5.AxisX.MinorTickMark.LineColor = System.Drawing.Color.White;
chartArea5.AxisX.Title = "频率/Hz";
chartArea5.AxisX.TitleForeColor = System.Drawing.Color.White;
chartArea5.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea5.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea5.AxisX2.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea5.AxisX2.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea5.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea5.AxisY.LabelStyle.Format = "F1";
chartArea5.AxisY.LineColor = System.Drawing.Color.White;
chartArea5.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea5.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea5.AxisY.Title = "相位/°";
chartArea5.AxisY.TitleForeColor = System.Drawing.Color.White;
chartArea5.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea5.AxisY2.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea5.AxisY2.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea5.BackColor = System.Drawing.Color.Black;
chartArea5.BackSecondaryColor = System.Drawing.Color.White;
chartArea5.BorderColor = System.Drawing.Color.White;
chartArea5.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea5.BorderWidth = 2;
chartArea5.Name = "ChartArea1";
chartArea5.Position.Auto = false;
chartArea5.Position.Height = 99F;
chartArea5.Position.Width = 99F;
this.chart_up_left.ChartAreas.Add(chartArea5);
legend5.Name = "Legend1";
this.chart_up_left.Legends.Add(legend5);
this.chart_up_left.Location = new System.Drawing.Point(28, 34);
this.chart_up_left.Margin = new System.Windows.Forms.Padding(2);
this.chart_up_left.Name = "chart_up_left";
series5.ChartArea = "ChartArea1";
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
series5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
series5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
series5.LabelForeColor = System.Drawing.Color.White;
series5.Legend = "Legend1";
series5.LegendText = "相位/°";
series5.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
series5.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
series5.MarkerSize = 3;
series5.MarkerStep = 3;
series5.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
series5.Name = "Phase";
this.chart_up_left.Series.Add(series5);
this.chart_up_left.Size = new System.Drawing.Size(400, 300);
this.chart_up_left.TabIndex = 61;
this.chart_up_left.Text = "chart1";
//
// button1
//
this.button1.ForeColor = System.Drawing.Color.Black;
this.button1.Location = new System.Drawing.Point(196, 729);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(230, 50);
this.button1.TabIndex = 65;
this.button1.Text = "保存数据";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click_1);
//
// groupBox4
//
this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.groupBox4.Controls.Add(this.button2);
this.groupBox4.Controls.Add(this.chart_up_right);
this.groupBox4.Controls.Add(this.button1);
this.groupBox4.Controls.Add(this.chart_up_left);
this.groupBox4.Controls.Add(this.chart_down);
this.groupBox4.Font = new System.Drawing.Font("幼圆", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox4.ForeColor = System.Drawing.Color.White;
this.groupBox4.Location = new System.Drawing.Point(10, 10);
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
this.groupBox4.Size = new System.Drawing.Size(844, 802);
this.groupBox4.TabIndex = 67;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "曲线显示";
this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
//
// button2
//
this.button2.ForeColor = System.Drawing.Color.Black;
this.button2.Location = new System.Drawing.Point(464, 729);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(230, 50);
this.button2.TabIndex = 67;
this.button2.Text = "参数辨识";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// chart_up_right
//
this.chart_up_right.BackColor = System.Drawing.Color.Transparent;
this.chart_up_right.BackSecondaryColor = System.Drawing.Color.Black;
chartArea6.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea6.AxisX.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea6.AxisX.LabelStyle.Format = "F0";
chartArea6.AxisX.LineColor = System.Drawing.Color.White;
chartArea6.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea6.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea6.AxisX.MinorTickMark.LineColor = System.Drawing.Color.White;
chartArea6.AxisX.Title = "频率/Hz";
chartArea6.AxisX.TitleForeColor = System.Drawing.Color.White;
chartArea6.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea6.AxisX2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea6.AxisX2.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea6.AxisX2.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea6.AxisX2.TitleForeColor = System.Drawing.Color.White;
chartArea6.AxisY.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea6.AxisY.LabelStyle.Format = "F1";
chartArea6.AxisY.LineColor = System.Drawing.Color.White;
chartArea6.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea6.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea6.AxisY.Title = "阻抗/ohm";
chartArea6.AxisY.TitleForeColor = System.Drawing.Color.White;
chartArea6.AxisY2.LabelStyle.ForeColor = System.Drawing.Color.White;
chartArea6.AxisY2.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
chartArea6.AxisY2.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dot;
chartArea6.AxisY2.TitleForeColor = System.Drawing.Color.White;
chartArea6.BackColor = System.Drawing.Color.Black;
chartArea6.BackSecondaryColor = System.Drawing.Color.White;
chartArea6.BorderColor = System.Drawing.Color.White;
chartArea6.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea6.BorderWidth = 2;
chartArea6.Name = "ChartArea1";
chartArea6.Position.Auto = false;
chartArea6.Position.Height = 99F;
chartArea6.Position.Width = 99F;
this.chart_up_right.ChartAreas.Add(chartArea6);
legend6.HeaderSeparatorColor = System.Drawing.Color.White;
legend6.ItemColumnSeparatorColor = System.Drawing.Color.White;
legend6.Name = "Legend1";
legend6.TitleForeColor = System.Drawing.Color.White;
legend6.TitleSeparatorColor = System.Drawing.Color.White;
this.chart_up_right.Legends.Add(legend6);
this.chart_up_right.Location = new System.Drawing.Point(434, 34);
this.chart_up_right.Margin = new System.Windows.Forms.Padding(2);
this.chart_up_right.Name = "chart_up_right";
series6.ChartArea = "ChartArea1";
series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
series6.Color = System.Drawing.Color.Blue;
series6.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
series6.LabelForeColor = System.Drawing.Color.White;
series6.Legend = "Legend1";
series6.LegendText = "阻抗/欧姆";
series6.MarkerBorderColor = System.Drawing.Color.Blue;
series6.MarkerColor = System.Drawing.Color.Blue;
series6.MarkerSize = 3;
series6.MarkerStep = 3;
series6.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
series6.Name = "IMP";
series6.YValuesPerPoint = 2;
this.chart_up_right.Series.Add(series6);
this.chart_up_right.Size = new System.Drawing.Size(400, 300);
this.chart_up_right.TabIndex = 66;
this.chart_up_right.Text = "chart1";
//
// panel2
//
this.panel2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.panel2.BackgroundImage = global::UltrasonicTDPlatform.Properties.Resources.sucai1;
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel2.Controls.Add(this.label13);
this.panel2.Controls.Add(this.pictureBox3);
this.panel2.Controls.Add(this.UpButton);
this.panel2.Controls.Add(this.pictureBox2);
this.panel2.Controls.Add(this.PressButton);
this.panel2.Controls.Add(this.pictureBox1);
this.panel2.Controls.Add(this.AutoSweepButton);
this.panel2.Controls.Add(this.SweepStepSize);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.LoadSize);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.sweepEndFreNumericBox);
this.panel2.Controls.Add(this.sweepStartFreNumericBox);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.SweepVoltageLevel);
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.numericUpDown1);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.numericUpDown2);
this.panel2.Location = new System.Drawing.Point(1320, 10);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(378, 802);
this.panel2.TabIndex = 63;
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label13.Font = new System.Drawing.Font("黑体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.Color.Yellow;
this.label13.Location = new System.Drawing.Point(84, 57);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(207, 33);
this.label13.TabIndex = 60;
this.label13.Text = "扫频参数设置";
//
// pictureBox3
//
this.pictureBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.pictureBox3.BackColor = System.Drawing.Color.DarkGray;
this.pictureBox3.BackgroundImage = global::UltrasonicTDPlatform.Properties.Resources.qidong;
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox3.Location = new System.Drawing.Point(90, 628);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(50, 50);
this.pictureBox3.TabIndex = 83;
this.pictureBox3.TabStop = false;
//
// UpButton
//
this.UpButton.BackColor = System.Drawing.Color.DarkGray;
this.UpButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.UpButton.FlatAppearance.BorderSize = 2;
this.UpButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black;
this.UpButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
this.UpButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.UpButton.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.UpButton.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.UpButton.Location = new System.Drawing.Point(75, 616);
this.UpButton.Name = "UpButton";
this.UpButton.Size = new System.Drawing.Size(255, 70);
this.UpButton.TabIndex = 82;
this.UpButton.Text = " 仅上抬";
this.UpButton.UseVisualStyleBackColor = false;
this.UpButton.Click += new System.EventHandler(this.UpButton_Click);
//
// pictureBox2
//
this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.pictureBox2.BackColor = System.Drawing.Color.DarkGray;
this.pictureBox2.BackgroundImage = global::UltrasonicTDPlatform.Properties.Resources.qidong;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(90, 543);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(50, 50);
this.pictureBox2.TabIndex = 81;
this.pictureBox2.TabStop = false;
//
// PressButton
//
this.PressButton.BackColor = System.Drawing.Color.DarkGray;
this.PressButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.PressButton.FlatAppearance.BorderSize = 2;
this.PressButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black;
this.PressButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
this.PressButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.PressButton.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PressButton.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.PressButton.Location = new System.Drawing.Point(75, 531);
this.PressButton.Name = "PressButton";
this.PressButton.Size = new System.Drawing.Size(255, 70);
this.PressButton.TabIndex = 80;
this.PressButton.Text = " 仅下压";
this.PressButton.UseVisualStyleBackColor = false;
this.PressButton.Click += new System.EventHandler(this.PressButton_Click);
//
// pictureBox1
//
this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.pictureBox1.BackColor = System.Drawing.Color.DarkGray;
this.pictureBox1.BackgroundImage = global::UltrasonicTDPlatform.Properties.Resources.qidong;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(90, 450);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(50, 50);
this.pictureBox1.TabIndex = 79;
this.pictureBox1.TabStop = false;
//
// AutoSweepButton
//
this.AutoSweepButton.BackColor = System.Drawing.Color.DarkGray;
this.AutoSweepButton.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.AutoSweepButton.FlatAppearance.BorderSize = 2;
this.AutoSweepButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black;
this.AutoSweepButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black;
this.AutoSweepButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AutoSweepButton.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.AutoSweepButton.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.AutoSweepButton.Location = new System.Drawing.Point(75, 440);
this.AutoSweepButton.Name = "AutoSweepButton";
this.AutoSweepButton.Size = new System.Drawing.Size(255, 70);
this.AutoSweepButton.TabIndex = 78;
this.AutoSweepButton.Text = " 自动加载扫频";
this.AutoSweepButton.UseVisualStyleBackColor = false;
this.AutoSweepButton.Click += new System.EventHandler(this.AutoSweepButton_Click);
//
// SweepStepSize
//
this.SweepStepSize.DecimalPlaces = 1;
this.SweepStepSize.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.SweepStepSize.Location = new System.Drawing.Point(195, 376);
this.SweepStepSize.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.SweepStepSize.Name = "SweepStepSize";
this.SweepStepSize.Size = new System.Drawing.Size(120, 34);
this.SweepStepSize.TabIndex = 77;
this.SweepStepSize.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(34, 378);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(142, 24);
this.label5.TabIndex = 76;
this.label5.Text = "扫频步长/Hz";
//
// LoadSize
//
this.LoadSize.Increment = new decimal(new int[] {
10,
0,
0,
0});
this.LoadSize.Location = new System.Drawing.Point(195, 332);
this.LoadSize.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.LoadSize.Name = "LoadSize";
this.LoadSize.Size = new System.Drawing.Size(120, 34);
this.LoadSize.TabIndex = 75;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(34, 333);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(142, 24);
this.label4.TabIndex = 74;
this.label4.Text = "加载大小/kg";
//
// sweepEndFreNumericBox
//
this.sweepEndFreNumericBox.Increment = new decimal(new int[] {
10,
0,
0,
0});
this.sweepEndFreNumericBox.Location = new System.Drawing.Point(194, 285);
this.sweepEndFreNumericBox.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.sweepEndFreNumericBox.Minimum = new decimal(new int[] {
15000,
0,
0,
0});
this.sweepEndFreNumericBox.Name = "sweepEndFreNumericBox";
this.sweepEndFreNumericBox.Size = new System.Drawing.Size(120, 34);
this.sweepEndFreNumericBox.TabIndex = 73;
this.sweepEndFreNumericBox.Value = new decimal(new int[] {
20000,
0,
0,
0});
this.sweepEndFreNumericBox.ValueChanged += new System.EventHandler(this.sweepEndFreNumericBox_ValueChanged);
//
// sweepStartFreNumericBox
//
this.sweepStartFreNumericBox.Increment = new decimal(new int[] {
10,
0,
0,
0});
this.sweepStartFreNumericBox.Location = new System.Drawing.Point(194, 244);
this.sweepStartFreNumericBox.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.sweepStartFreNumericBox.Minimum = new decimal(new int[] {
15000,
0,
0,
0});
this.sweepStartFreNumericBox.Name = "sweepStartFreNumericBox";
this.sweepStartFreNumericBox.Size = new System.Drawing.Size(120, 34);
this.sweepStartFreNumericBox.TabIndex = 72;
this.sweepStartFreNumericBox.Value = new decimal(new int[] {
19900,
0,
0,
0});
this.sweepStartFreNumericBox.ValueChanged += new System.EventHandler(this.sweepStartFreNumericBox_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(34, 292);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(142, 24);
this.label2.TabIndex = 71;
this.label2.Text = "停止频率/Hz";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(34, 244);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(142, 24);
this.label1.TabIndex = 70;
this.label1.Text = "开始频率/Hz";
//
// SweepVoltageLevel
//
this.SweepVoltageLevel.Location = new System.Drawing.Point(194, 202);
this.SweepVoltageLevel.Name = "SweepVoltageLevel";
this.SweepVoltageLevel.ReadOnly = true;
this.SweepVoltageLevel.Size = new System.Drawing.Size(120, 34);
this.SweepVoltageLevel.TabIndex = 69;
this.SweepVoltageLevel.Value = new decimal(new int[] {
10,
0,
0,
0});
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
this.label9.ForeColor = System.Drawing.Color.White;
this.label9.Location = new System.Drawing.Point(34, 128);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(142, 24);
this.label9.TabIndex = 65;
this.label9.Text = "驱动频率/Hz";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(34, 201);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(130, 24);
this.label3.TabIndex = 68;
this.label3.Text = "供电电压/V";
//
// numericUpDown1
//
this.numericUpDown1.DecimalPlaces = 1;
this.numericUpDown1.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.numericUpDown1.Location = new System.Drawing.Point(194, 124);
this.numericUpDown1.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.numericUpDown1.Minimum = new decimal(new int[] {
1000,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.ReadOnly = true;
this.numericUpDown1.Size = new System.Drawing.Size(120, 34);
this.numericUpDown1.TabIndex = 64;
this.numericUpDown1.Value = new decimal(new int[] {
200000,
0,
0,
65536});
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(34, 166);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(154, 24);
this.label8.TabIndex = 67;
this.label8.Text = "驱动占空比/%";
//
// numericUpDown2
//
this.numericUpDown2.DecimalPlaces = 1;
this.numericUpDown2.Increment = new decimal(new int[] {
10,
0,
0,
0});
this.numericUpDown2.Location = new System.Drawing.Point(194, 164);
this.numericUpDown2.Minimum = new decimal(new int[] {
10,
0,
0,
0});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.ReadOnly = true;
this.numericUpDown2.Size = new System.Drawing.Size(120, 34);
this.numericUpDown2.TabIndex = 66;
this.numericUpDown2.Value = new decimal(new int[] {
100,
0,
0,
0});
//
// panel1
//
this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.panel1.BackgroundImage = global::UltrasonicTDPlatform.Properties.Resources.sucai1;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label_resonate_fre);
this.panel1.Controls.Add(this.f1Box);
this.panel1.Controls.Add(this.label_deta_F);
this.panel1.Controls.Add(this.fsBox);
this.panel1.Controls.Add(this.f2Box);
this.panel1.Controls.Add(this.label_F2);
this.panel1.Controls.Add(this.textBox_deta_F);
this.panel1.Controls.Add(this.label_F1);
this.panel1.Controls.Add(this.textBox4);
this.panel1.Controls.Add(this.textBox6);
this.panel1.Controls.Add(this.textBox7);
this.panel1.Controls.Add(this.textBox8);
this.panel1.Location = new System.Drawing.Point(868, 10);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(446, 249);
this.panel1.TabIndex = 63;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label11.Font = new System.Drawing.Font("黑体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.ForeColor = System.Drawing.Color.Yellow;
this.label11.Location = new System.Drawing.Point(124, 34);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(175, 33);
this.label11.TabIndex = 59;
this.label11.Text = "关键频率点";
//
// label_resonate_fre
//
this.label_resonate_fre.AutoSize = true;
this.label_resonate_fre.BackColor = System.Drawing.Color.Transparent;
this.label_resonate_fre.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_resonate_fre.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_resonate_fre.ForeColor = System.Drawing.Color.White;
this.label_resonate_fre.Location = new System.Drawing.Point(26, 84);
this.label_resonate_fre.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_resonate_fre.Name = "label_resonate_fre";
this.label_resonate_fre.Size = new System.Drawing.Size(130, 24);
this.label_resonate_fre.TabIndex = 28;
this.label_resonate_fre.Text = "谐振频率Fs";
//
// f1Box
//
this.f1Box.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.f1Box.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.f1Box.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.f1Box.ForeColor = System.Drawing.Color.White;
this.f1Box.Location = new System.Drawing.Point(206, 116);
this.f1Box.Margin = new System.Windows.Forms.Padding(2);
this.f1Box.Name = "f1Box";
this.f1Box.Size = new System.Drawing.Size(132, 27);
this.f1Box.TabIndex = 45;
this.f1Box.Text = "0";
this.f1Box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label_deta_F
//
this.label_deta_F.AutoSize = true;
this.label_deta_F.BackColor = System.Drawing.Color.Transparent;
this.label_deta_F.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_deta_F.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_deta_F.ForeColor = System.Drawing.Color.White;
this.label_deta_F.Location = new System.Drawing.Point(26, 177);
this.label_deta_F.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_deta_F.Name = "label_deta_F";
this.label_deta_F.Size = new System.Drawing.Size(130, 24);
this.label_deta_F.TabIndex = 44;
this.label_deta_F.Text = "△F(F1-F2)";
//
// fsBox
//
this.fsBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.fsBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.fsBox.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.fsBox.ForeColor = System.Drawing.Color.White;
this.fsBox.Location = new System.Drawing.Point(206, 82);
this.fsBox.Margin = new System.Windows.Forms.Padding(2);
this.fsBox.Name = "fsBox";
this.fsBox.Size = new System.Drawing.Size(132, 27);
this.fsBox.TabIndex = 30;
this.fsBox.Text = "0";
this.fsBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// f2Box
//
this.f2Box.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.f2Box.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.f2Box.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.f2Box.ForeColor = System.Drawing.Color.White;
this.f2Box.Location = new System.Drawing.Point(206, 146);
this.f2Box.Margin = new System.Windows.Forms.Padding(2);
this.f2Box.Name = "f2Box";
this.f2Box.Size = new System.Drawing.Size(132, 27);
this.f2Box.TabIndex = 46;
this.f2Box.Text = "0";
this.f2Box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label_F2
//
this.label_F2.AutoSize = true;
this.label_F2.BackColor = System.Drawing.Color.Transparent;
this.label_F2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_F2.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_F2.ForeColor = System.Drawing.Color.White;
this.label_F2.Location = new System.Drawing.Point(26, 147);
this.label_F2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_F2.Name = "label_F2";
this.label_F2.Size = new System.Drawing.Size(130, 24);
this.label_F2.TabIndex = 43;
this.label_F2.Text = "半功率点F2";
//
// textBox_deta_F
//
this.textBox_deta_F.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox_deta_F.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox_deta_F.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_deta_F.ForeColor = System.Drawing.Color.White;
this.textBox_deta_F.Location = new System.Drawing.Point(206, 176);
this.textBox_deta_F.Margin = new System.Windows.Forms.Padding(2);
this.textBox_deta_F.Name = "textBox_deta_F";
this.textBox_deta_F.Size = new System.Drawing.Size(132, 27);
this.textBox_deta_F.TabIndex = 47;
this.textBox_deta_F.Text = "0";
this.textBox_deta_F.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label_F1
//
this.label_F1.AutoSize = true;
this.label_F1.BackColor = System.Drawing.Color.Transparent;
this.label_F1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_F1.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_F1.ForeColor = System.Drawing.Color.White;
this.label_F1.Location = new System.Drawing.Point(26, 117);
this.label_F1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_F1.Name = "label_F1";
this.label_F1.Size = new System.Drawing.Size(130, 24);
this.label_F1.TabIndex = 42;
this.label_F1.Text = "半功率点F1";
//
// textBox4
//
this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox4.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox4.ForeColor = System.Drawing.Color.White;
this.textBox4.Location = new System.Drawing.Point(360, 82);
this.textBox4.Margin = new System.Windows.Forms.Padding(2);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(32, 27);
this.textBox4.TabIndex = 48;
this.textBox4.Text = "Hz";
//
// textBox6
//
this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox6.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox6.ForeColor = System.Drawing.Color.White;
this.textBox6.Location = new System.Drawing.Point(360, 116);
this.textBox6.Margin = new System.Windows.Forms.Padding(2);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(32, 27);
this.textBox6.TabIndex = 50;
this.textBox6.Text = "Hz";
//
// textBox7
//
this.textBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox7.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox7.ForeColor = System.Drawing.Color.White;
this.textBox7.Location = new System.Drawing.Point(360, 146);
this.textBox7.Margin = new System.Windows.Forms.Padding(2);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(32, 27);
this.textBox7.TabIndex = 51;
this.textBox7.Text = "Hz";
//
// textBox8
//
this.textBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox8.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox8.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox8.ForeColor = System.Drawing.Color.White;
this.textBox8.Location = new System.Drawing.Point(360, 177);
this.textBox8.Margin = new System.Windows.Forms.Padding(2);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(32, 27);
this.textBox8.TabIndex = 52;
this.textBox8.Text = "Hz";
//
// label_R1
//
this.label_R1.AutoSize = true;
this.label_R1.BackColor = System.Drawing.Color.Transparent;
this.label_R1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_R1.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_R1.ForeColor = System.Drawing.Color.White;
this.label_R1.Location = new System.Drawing.Point(32, 70);
this.label_R1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_R1.Name = "label_R1";
this.label_R1.Size = new System.Drawing.Size(130, 24);
this.label_R1.TabIndex = 29;
this.label_R1.Text = "动态电阻R1";
//
// R1Box
//
this.R1Box.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.R1Box.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.R1Box.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.R1Box.ForeColor = System.Drawing.Color.White;
this.R1Box.Location = new System.Drawing.Point(184, 68);
this.R1Box.Margin = new System.Windows.Forms.Padding(2);
this.R1Box.Name = "R1Box";
this.R1Box.Size = new System.Drawing.Size(132, 27);
this.R1Box.TabIndex = 31;
this.R1Box.Text = "0";
this.R1Box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox13
//
this.textBox13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox13.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox13.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox13.ForeColor = System.Drawing.Color.White;
this.textBox13.Location = new System.Drawing.Point(366, 130);
this.textBox13.Margin = new System.Windows.Forms.Padding(2);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(32, 27);
this.textBox13.TabIndex = 57;
this.textBox13.Text = "H";
//
// textBox12
//
this.textBox12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox12.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox12.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox12.ForeColor = System.Drawing.Color.White;
this.textBox12.Location = new System.Drawing.Point(366, 160);
this.textBox12.Margin = new System.Windows.Forms.Padding(2);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(32, 27);
this.textBox12.TabIndex = 56;
this.textBox12.Text = "pF";
//
// C1Box
//
this.C1Box.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.C1Box.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.C1Box.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.C1Box.ForeColor = System.Drawing.Color.White;
this.C1Box.Location = new System.Drawing.Point(184, 160);
this.C1Box.Margin = new System.Windows.Forms.Padding(2);
this.C1Box.Name = "C1Box";
this.C1Box.Size = new System.Drawing.Size(132, 27);
this.C1Box.TabIndex = 41;
this.C1Box.Text = "0";
this.C1Box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox11
//
this.textBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox11.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox11.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox11.ForeColor = System.Drawing.Color.White;
this.textBox11.Location = new System.Drawing.Point(366, 100);
this.textBox11.Margin = new System.Windows.Forms.Padding(2);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(32, 27);
this.textBox11.TabIndex = 55;
this.textBox11.Text = "nF";
//
// L1Box
//
this.L1Box.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.L1Box.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.L1Box.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.L1Box.ForeColor = System.Drawing.Color.White;
this.L1Box.Location = new System.Drawing.Point(184, 130);
this.L1Box.Margin = new System.Windows.Forms.Padding(2);
this.L1Box.Name = "L1Box";
this.L1Box.Size = new System.Drawing.Size(132, 27);
this.L1Box.TabIndex = 40;
this.L1Box.Text = "0";
this.L1Box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// C0Box
//
this.C0Box.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.C0Box.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.C0Box.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.C0Box.ForeColor = System.Drawing.Color.White;
this.C0Box.Location = new System.Drawing.Point(184, 98);
this.C0Box.Margin = new System.Windows.Forms.Padding(2);
this.C0Box.Name = "C0Box";
this.C0Box.Size = new System.Drawing.Size(132, 27);
this.C0Box.TabIndex = 39;
this.C0Box.Text = "0";
this.C0Box.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label_L1
//
this.label_L1.AutoSize = true;
this.label_L1.BackColor = System.Drawing.Color.Transparent;
this.label_L1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_L1.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_L1.ForeColor = System.Drawing.Color.White;
this.label_L1.Location = new System.Drawing.Point(32, 132);
this.label_L1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_L1.Name = "label_L1";
this.label_L1.Size = new System.Drawing.Size(130, 24);
this.label_L1.TabIndex = 36;
this.label_L1.Text = "动态电感L1";
//
// textBox9
//
this.textBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox9.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox9.ForeColor = System.Drawing.Color.White;
this.textBox9.Location = new System.Drawing.Point(366, 69);
this.textBox9.Margin = new System.Windows.Forms.Padding(2);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(32, 27);
this.textBox9.TabIndex = 53;
this.textBox9.Text = "Ω";
//
// label_C0
//
this.label_C0.AutoSize = true;
this.label_C0.BackColor = System.Drawing.Color.Transparent;
this.label_C0.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_C0.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_C0.ForeColor = System.Drawing.Color.White;
this.label_C0.Location = new System.Drawing.Point(32, 102);
this.label_C0.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_C0.Name = "label_C0";
this.label_C0.Size = new System.Drawing.Size(130, 24);
this.label_C0.TabIndex = 38;
this.label_C0.Text = "静态电容C0";
//
// label_C1
//
this.label_C1.AutoSize = true;
this.label_C1.BackColor = System.Drawing.Color.Transparent;
this.label_C1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_C1.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_C1.ForeColor = System.Drawing.Color.White;
this.label_C1.Location = new System.Drawing.Point(32, 162);
this.label_C1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_C1.Name = "label_C1";
this.label_C1.Size = new System.Drawing.Size(130, 24);
this.label_C1.TabIndex = 37;
this.label_C1.Text = "动态电容C1";
//
// textBox15
//
this.textBox15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox15.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox15.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox15.ForeColor = System.Drawing.Color.White;
this.textBox15.Location = new System.Drawing.Point(288, 154);
this.textBox15.Margin = new System.Windows.Forms.Padding(2);
this.textBox15.Name = "textBox15";
this.textBox15.Size = new System.Drawing.Size(32, 27);
this.textBox15.TabIndex = 79;
this.textBox15.Text = "Ω";
//
// label_phase
//
this.label_phase.AutoSize = true;
this.label_phase.BackColor = System.Drawing.Color.Transparent;
this.label_phase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_phase.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_phase.ForeColor = System.Drawing.Color.White;
this.label_phase.Location = new System.Drawing.Point(84, 81);
this.label_phase.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_phase.Name = "label_phase";
this.label_phase.Size = new System.Drawing.Size(58, 24);
this.label_phase.TabIndex = 71;
this.label_phase.Text = "相位";
//
// textBox_imp
//
this.textBox_imp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox_imp.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox_imp.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_imp.ForeColor = System.Drawing.Color.White;
this.textBox_imp.Location = new System.Drawing.Point(184, 154);
this.textBox_imp.Margin = new System.Windows.Forms.Padding(2);
this.textBox_imp.Name = "textBox_imp";
this.textBox_imp.Size = new System.Drawing.Size(100, 27);
this.textBox_imp.TabIndex = 78;
this.textBox_imp.Text = "0";
this.textBox_imp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox_phase
//
this.textBox_phase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox_phase.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox_phase.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_phase.ForeColor = System.Drawing.Color.White;
this.textBox_phase.Location = new System.Drawing.Point(184, 80);
this.textBox_phase.Margin = new System.Windows.Forms.Padding(2);
this.textBox_phase.Name = "textBox_phase";
this.textBox_phase.Size = new System.Drawing.Size(100, 27);
this.textBox_phase.TabIndex = 72;
this.textBox_phase.Text = "0";
this.textBox_phase.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label_imp
//
this.label_imp.AutoSize = true;
this.label_imp.BackColor = System.Drawing.Color.Transparent;
this.label_imp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_imp.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_imp.ForeColor = System.Drawing.Color.White;
this.label_imp.Location = new System.Drawing.Point(84, 158);
this.label_imp.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_imp.Name = "label_imp";
this.label_imp.Size = new System.Drawing.Size(58, 24);
this.label_imp.TabIndex = 77;
this.label_imp.Text = "阻抗";
//
// textBox3
//
this.textBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox3.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox3.ForeColor = System.Drawing.Color.White;
this.textBox3.Location = new System.Drawing.Point(288, 80);
this.textBox3.Margin = new System.Windows.Forms.Padding(2);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(32, 27);
this.textBox3.TabIndex = 73;
this.textBox3.Text = "°";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.ForeColor = System.Drawing.Color.White;
this.textBox1.Location = new System.Drawing.Point(288, 116);
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(32, 27);
this.textBox1.TabIndex = 76;
this.textBox1.Text = "Hz";
//
// label_freqency
//
this.label_freqency.AutoSize = true;
this.label_freqency.BackColor = System.Drawing.Color.Transparent;
this.label_freqency.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label_freqency.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_freqency.ForeColor = System.Drawing.Color.White;
this.label_freqency.Location = new System.Drawing.Point(84, 118);
this.label_freqency.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_freqency.Name = "label_freqency";
this.label_freqency.Size = new System.Drawing.Size(58, 24);
this.label_freqency.TabIndex = 74;
this.label_freqency.Text = "频率";
//
// textBox_frequency
//
this.textBox_frequency.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox_frequency.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox_frequency.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_frequency.ForeColor = System.Drawing.Color.White;
this.textBox_frequency.Location = new System.Drawing.Point(184, 116);
this.textBox_frequency.Margin = new System.Windows.Forms.Padding(2);
this.textBox_frequency.Name = "textBox_frequency";
this.textBox_frequency.Size = new System.Drawing.Size(100, 27);
this.textBox_frequency.TabIndex = 75;
this.textBox_frequency.Text = "0";
this.textBox_frequency.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// panel3
//
this.panel3.BackgroundImage = global::UltrasonicTDPlatform.Properties.Resources.sucai1;
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel3.Controls.Add(this.label12);
this.panel3.Controls.Add(this.textBox16);
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.VoltageRMS);
this.panel3.Controls.Add(this.textBox2);
this.panel3.Controls.Add(this.label6);
this.panel3.Controls.Add(this.CurrentRMS);
this.panel3.Controls.Add(this.textBox15);
this.panel3.Controls.Add(this.textBox_phase);
this.panel3.Controls.Add(this.textBox3);
this.panel3.Controls.Add(this.textBox1);
this.panel3.Controls.Add(this.label_phase);
this.panel3.Controls.Add(this.label_imp);
this.panel3.Controls.Add(this.textBox_imp);
this.panel3.Controls.Add(this.label_freqency);
this.panel3.Controls.Add(this.textBox_frequency);
this.panel3.Location = new System.Drawing.Point(868, 514);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(446, 298);
this.panel3.TabIndex = 68;
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label12.Font = new System.Drawing.Font("黑体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.ForeColor = System.Drawing.Color.Yellow;
this.label12.Location = new System.Drawing.Point(44, 26);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(335, 33);
this.label12.TabIndex = 59;
this.label12.Text = "扫频过程实时监控数据";
//
// textBox16
//
this.textBox16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox16.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox16.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox16.ForeColor = System.Drawing.Color.White;
this.textBox16.Location = new System.Drawing.Point(288, 225);
this.textBox16.Margin = new System.Windows.Forms.Padding(2);
this.textBox16.Name = "textBox16";
this.textBox16.Size = new System.Drawing.Size(32, 27);
this.textBox16.TabIndex = 85;
this.textBox16.Text = "V";
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label7.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(84, 228);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(94, 24);
this.label7.TabIndex = 83;
this.label7.Text = "电压RMS";
//
// VoltageRMS
//
this.VoltageRMS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.VoltageRMS.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.VoltageRMS.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.VoltageRMS.ForeColor = System.Drawing.Color.White;
this.VoltageRMS.Location = new System.Drawing.Point(184, 225);
this.VoltageRMS.Margin = new System.Windows.Forms.Padding(2);
this.VoltageRMS.Name = "VoltageRMS";
this.VoltageRMS.Size = new System.Drawing.Size(100, 27);
this.VoltageRMS.TabIndex = 84;
this.VoltageRMS.Text = "0";
this.VoltageRMS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox2
//
this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox2.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox2.ForeColor = System.Drawing.Color.White;
this.textBox2.Location = new System.Drawing.Point(288, 194);
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(32, 27);
this.textBox2.TabIndex = 82;
this.textBox2.Text = "A";
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label6.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(84, 196);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(94, 24);
this.label6.TabIndex = 80;
this.label6.Text = "电流RMS";
//
// CurrentRMS
//
this.CurrentRMS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.CurrentRMS.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.CurrentRMS.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CurrentRMS.ForeColor = System.Drawing.Color.White;
this.CurrentRMS.Location = new System.Drawing.Point(184, 194);
this.CurrentRMS.Margin = new System.Windows.Forms.Padding(2);
this.CurrentRMS.Name = "CurrentRMS";
this.CurrentRMS.Size = new System.Drawing.Size(100, 27);
this.CurrentRMS.TabIndex = 81;
this.CurrentRMS.Text = "0";
this.CurrentRMS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// panel4
//
this.panel4.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.panel4.BackgroundImage = global::UltrasonicTDPlatform.Properties.Resources.sucai1;
this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel4.Controls.Add(this.label10);
this.panel4.Controls.Add(this.label_R1);
this.panel4.Controls.Add(this.R1Box);
this.panel4.Controls.Add(this.C1Box);
this.panel4.Controls.Add(this.textBox12);
this.panel4.Controls.Add(this.textBox11);
this.panel4.Controls.Add(this.L1Box);
this.panel4.Controls.Add(this.label_C1);
this.panel4.Controls.Add(this.C0Box);
this.panel4.Controls.Add(this.textBox13);
this.panel4.Controls.Add(this.label_C0);
this.panel4.Controls.Add(this.label_L1);
this.panel4.Controls.Add(this.textBox9);
this.panel4.Location = new System.Drawing.Point(868, 266);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(446, 249);
this.panel4.TabIndex = 64;
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.Transparent;
this.label10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label10.Font = new System.Drawing.Font("黑体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.Color.Yellow;
this.label10.Location = new System.Drawing.Point(124, 26);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(191, 33);
this.label10.TabIndex = 58;
this.label10.Text = "BVD等效参数";
//
// SweepForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.ClientSize = new System.Drawing.Size(1700, 840);
this.ControlBox = false;
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.groupBox4);
this.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.HelpButton = true;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "SweepForm";
this.Text = "Sweep";
this.Load += new System.EventHandler(this.Sweep_Load);
((System.ComponentModel.ISupportInitialize)(this.chart_down)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chart_up_left)).EndInit();
this.groupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chart_up_right)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SweepStepSize)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LoadSize)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sweepEndFreNumericBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sweepStartFreNumericBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.SweepVoltageLevel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label_resonate_fre;
private System.Windows.Forms.Label label_R1;
private System.Windows.Forms.TextBox fsBox;
private System.Windows.Forms.TextBox R1Box;
private System.Windows.Forms.Label label_L1;
private System.Windows.Forms.Label label_C1;
private System.Windows.Forms.Label label_C0;
private System.Windows.Forms.TextBox C0Box;
private System.Windows.Forms.TextBox L1Box;
private System.Windows.Forms.TextBox C1Box;
private System.Windows.Forms.Label label_F1;
private System.Windows.Forms.Label label_F2;
private System.Windows.Forms.Label label_deta_F;
private System.Windows.Forms.TextBox f1Box;
private System.Windows.Forms.TextBox f2Box;
private System.Windows.Forms.TextBox textBox_deta_F;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.TextBox textBox13;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.NumericUpDown SweepVoltageLevel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.DataVisualization.Charting.Chart chart_down;
private System.Windows.Forms.DataVisualization.Charting.Chart chart_up_left;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox textBox15;
private System.Windows.Forms.Label label_phase;
private System.Windows.Forms.TextBox textBox_imp;
private System.Windows.Forms.TextBox textBox_phase;
private System.Windows.Forms.Label label_imp;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label_freqency;
private System.Windows.Forms.TextBox textBox_frequency;
public System.Windows.Forms.NumericUpDown LoadSize;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.NumericUpDown sweepEndFreNumericBox;
public System.Windows.Forms.NumericUpDown sweepStartFreNumericBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataVisualization.Charting.Chart chart_up_right;
public System.Windows.Forms.NumericUpDown SweepStepSize;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.Button UpButton;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button PressButton;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button AutoSweepButton;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox textBox16;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox VoltageRMS;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox CurrentRMS;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label13;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/btsc/my-ipc.git
git@gitee.com:btsc/my-ipc.git
btsc
my-ipc
myIPC
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385