123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506 |
- namespace Welling_Motor_Debug_Tool
- {
- partial class GenerateParams
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GenerateParams));
- this.button_ExportParams = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage_Simple = new System.Windows.Forms.TabPage();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.comboBox_SysDir = new System.Windows.Forms.ComboBox();
- this.comboBox_SysRunMode = new System.Windows.Forms.ComboBox();
- this.label25 = new System.Windows.Forms.Label();
- this.textBox_SysPowerLimit = new System.Windows.Forms.TextBox();
- this.label28 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.label26 = new System.Windows.Forms.Label();
- this.textBox_AssistSpeedEnd = new System.Windows.Forms.TextBox();
- this.label27 = new System.Windows.Forms.Label();
- this.textBox_AssistSpeedBegin = new System.Windows.Forms.TextBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.label34 = new System.Windows.Forms.Label();
- this.textBox_MotorUV = new System.Windows.Forms.TextBox();
- this.label35 = new System.Windows.Forms.Label();
- this.textBox_MotorOV = new System.Windows.Forms.TextBox();
- this.label36 = new System.Windows.Forms.Label();
- this.textBox_MotorMaxCurr = new System.Windows.Forms.TextBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.comboBox_BikeStartMode = new System.Windows.Forms.ComboBox();
- this.comboBox_BikeModeB = new System.Windows.Forms.ComboBox();
- this.comboBox_BikeVolB = new System.Windows.Forms.ComboBox();
- this.comboBox_BikeVolF = new System.Windows.Forms.ComboBox();
- this.label24 = new System.Windows.Forms.Label();
- this.textBox_BikeAutoOffTime = new System.Windows.Forms.TextBox();
- this.label23 = new System.Windows.Forms.Label();
- this.textBox_BikePowerOffTime = new System.Windows.Forms.TextBox();
- this.label22 = new System.Windows.Forms.Label();
- this.textBox_BikePowerOnTime = new System.Windows.Forms.TextBox();
- this.label21 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.textBox_BikeRealB = new System.Windows.Forms.TextBox();
- this.label16 = new System.Windows.Forms.Label();
- this.textBox_BikeFrontT = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.textBox_BikeWalkSpeed = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.textBox_BikeThroSpeed = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.textBox_BikeWheel = new System.Windows.Forms.TextBox();
- this.label39 = new System.Windows.Forms.Label();
- this.tabPage_Advance = new System.Windows.Forms.TabPage();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.richTextBox_AdvanceParams = new System.Windows.Forms.RichTextBox();
- this.tabPage_Note = new System.Windows.Forms.TabPage();
- this.button_NoteRead = new System.Windows.Forms.Button();
- this.button_NoteWrite = new System.Windows.Forms.Button();
- this.richTextBox_Note = new System.Windows.Forms.RichTextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.textBox_OtherInfo = new System.Windows.Forms.TextBox();
- this.textBox_SoftwareVer = new System.Windows.Forms.TextBox();
- this.textBox_PCBA = new System.Windows.Forms.TextBox();
- this.textBox_ProductTag = new System.Windows.Forms.TextBox();
- this.textBox_ProductDate = new System.Windows.Forms.TextBox();
- this.textBox_ProductAddr = new System.Windows.Forms.TextBox();
- this.textBox_ProductMac = new System.Windows.Forms.TextBox();
- this.textBox_MarkNum = new System.Windows.Forms.TextBox();
- this.textBox_ProductName = new System.Windows.Forms.TextBox();
- this.textBox_CustomerName = new System.Windows.Forms.TextBox();
- this.textBox_MarkCode = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label38 = new System.Windows.Forms.Label();
- this.label37 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label_ServerStatus = new System.Windows.Forms.Label();
- this.label_Server_ComStatus = new System.Windows.Forms.Label();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.comboBox_ModelFile = new System.Windows.Forms.ComboBox();
- this.button_GenerateModelFile = new System.Windows.Forms.Button();
- this.button_ModeRefresh = new System.Windows.Forms.Button();
- this.radioButton_MIGIC = new System.Windows.Forms.RadioButton();
- this.radioButton_HUB = new System.Windows.Forms.RadioButton();
- this.label_BT = new System.Windows.Forms.Label();
- this.label_Ver = new System.Windows.Forms.Label();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.label45 = new System.Windows.Forms.Label();
- this.label40 = new System.Windows.Forms.Label();
- this.label41 = new System.Windows.Forms.Label();
- this.button_ChangeModelFile = new System.Windows.Forms.Button();
- this.button_DeletModelFile = new System.Windows.Forms.Button();
- this.button_LoadFile = new System.Windows.Forms.Button();
- this.radioButton_HUB_FCT = new System.Windows.Forms.RadioButton();
- this.checkBox_SyncFac = new System.Windows.Forms.CheckBox();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.radioButton_VP = new System.Windows.Forms.RadioButton();
- this.tabControl1.SuspendLayout();
- this.tabPage_Simple.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.tabPage_Advance.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.tabPage_Note.SuspendLayout();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.statusStrip1.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.SuspendLayout();
- //
- // button_ExportParams
- //
- this.button_ExportParams.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.button_ExportParams.Enabled = false;
- this.button_ExportParams.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_ExportParams.ForeColor = System.Drawing.Color.White;
- this.button_ExportParams.Location = new System.Drawing.Point(868, 596);
- this.button_ExportParams.Name = "button_ExportParams";
- this.button_ExportParams.Size = new System.Drawing.Size(149, 73);
- this.button_ExportParams.TabIndex = 0;
- this.button_ExportParams.Text = "导出配置";
- this.button_ExportParams.UseVisualStyleBackColor = false;
- this.button_ExportParams.Click += new System.EventHandler(this.button_ExportParams_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label1.Location = new System.Drawing.Point(22, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 21);
- this.label1.TabIndex = 1;
- this.label1.Text = "模板文件";
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage_Simple);
- this.tabControl1.Controls.Add(this.tabPage_Advance);
- this.tabControl1.Controls.Add(this.tabPage_Note);
- this.tabControl1.Location = new System.Drawing.Point(26, 73);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(492, 646);
- this.tabControl1.TabIndex = 3;
- this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
- //
- // tabPage_Simple
- //
- this.tabPage_Simple.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.tabPage_Simple.Controls.Add(this.groupBox5);
- this.tabPage_Simple.Controls.Add(this.groupBox4);
- this.tabPage_Simple.Controls.Add(this.groupBox3);
- this.tabPage_Simple.Controls.Add(this.groupBox2);
- this.tabPage_Simple.Controls.Add(this.label39);
- this.tabPage_Simple.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.tabPage_Simple.Location = new System.Drawing.Point(4, 30);
- this.tabPage_Simple.Name = "tabPage_Simple";
- this.tabPage_Simple.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_Simple.Size = new System.Drawing.Size(484, 612);
- this.tabPage_Simple.TabIndex = 0;
- this.tabPage_Simple.Text = "简易参数";
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.comboBox_SysDir);
- this.groupBox5.Controls.Add(this.comboBox_SysRunMode);
- this.groupBox5.Controls.Add(this.label25);
- this.groupBox5.Controls.Add(this.textBox_SysPowerLimit);
- this.groupBox5.Controls.Add(this.label28);
- this.groupBox5.Controls.Add(this.label29);
- this.groupBox5.Location = new System.Drawing.Point(6, 334);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(472, 71);
- this.groupBox5.TabIndex = 3;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "调试参数";
- //
- // comboBox_SysDir
- //
- this.comboBox_SysDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.comboBox_SysDir.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_SysDir.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox_SysDir.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.comboBox_SysDir.FormattingEnabled = true;
- this.comboBox_SysDir.Items.AddRange(new object[] {
- "0",
- "1"});
- this.comboBox_SysDir.Location = new System.Drawing.Point(240, 30);
- this.comboBox_SysDir.Name = "comboBox_SysDir";
- this.comboBox_SysDir.Size = new System.Drawing.Size(65, 29);
- this.comboBox_SysDir.TabIndex = 8;
- //
- // comboBox_SysRunMode
- //
- this.comboBox_SysRunMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.comboBox_SysRunMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_SysRunMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox_SysRunMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.comboBox_SysRunMode.FormattingEnabled = true;
- this.comboBox_SysRunMode.Items.AddRange(new object[] {
- "4",
- "5"});
- this.comboBox_SysRunMode.Location = new System.Drawing.Point(86, 30);
- this.comboBox_SysRunMode.Name = "comboBox_SysRunMode";
- this.comboBox_SysRunMode.Size = new System.Drawing.Size(65, 29);
- this.comboBox_SysRunMode.TabIndex = 8;
- this.comboBox_SysRunMode.Click += new System.EventHandler(this.comboBox_SysRunMode_Click);
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Location = new System.Drawing.Point(314, 34);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(74, 21);
- this.label25.TabIndex = 0;
- this.label25.Text = "功率限幅";
- //
- // textBox_SysPowerLimit
- //
- this.textBox_SysPowerLimit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_SysPowerLimit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_SysPowerLimit.Location = new System.Drawing.Point(394, 30);
- this.textBox_SysPowerLimit.Name = "textBox_SysPowerLimit";
- this.textBox_SysPowerLimit.Size = new System.Drawing.Size(65, 29);
- this.textBox_SysPowerLimit.TabIndex = 1;
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Location = new System.Drawing.Point(160, 34);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(74, 21);
- this.label28.TabIndex = 0;
- this.label28.Text = "旋转方向";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Location = new System.Drawing.Point(6, 34);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(74, 21);
- this.label29.TabIndex = 0;
- this.label29.Text = "运行模式";
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.label26);
- this.groupBox4.Controls.Add(this.textBox_AssistSpeedEnd);
- this.groupBox4.Controls.Add(this.label27);
- this.groupBox4.Controls.Add(this.textBox_AssistSpeedBegin);
- this.groupBox4.Location = new System.Drawing.Point(6, 257);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(472, 71);
- this.groupBox4.TabIndex = 3;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "助力参数";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Location = new System.Drawing.Point(160, 34);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(74, 21);
- this.label26.TabIndex = 0;
- this.label26.Text = "限速停止";
- //
- // textBox_AssistSpeedEnd
- //
- this.textBox_AssistSpeedEnd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_AssistSpeedEnd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_AssistSpeedEnd.Location = new System.Drawing.Point(240, 30);
- this.textBox_AssistSpeedEnd.Name = "textBox_AssistSpeedEnd";
- this.textBox_AssistSpeedEnd.Size = new System.Drawing.Size(65, 29);
- this.textBox_AssistSpeedEnd.TabIndex = 1;
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Location = new System.Drawing.Point(6, 34);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(74, 21);
- this.label27.TabIndex = 0;
- this.label27.Text = "限速起始";
- //
- // textBox_AssistSpeedBegin
- //
- this.textBox_AssistSpeedBegin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_AssistSpeedBegin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_AssistSpeedBegin.Location = new System.Drawing.Point(86, 30);
- this.textBox_AssistSpeedBegin.Name = "textBox_AssistSpeedBegin";
- this.textBox_AssistSpeedBegin.Size = new System.Drawing.Size(65, 29);
- this.textBox_AssistSpeedBegin.TabIndex = 1;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.label34);
- this.groupBox3.Controls.Add(this.textBox_MotorUV);
- this.groupBox3.Controls.Add(this.label35);
- this.groupBox3.Controls.Add(this.textBox_MotorOV);
- this.groupBox3.Controls.Add(this.label36);
- this.groupBox3.Controls.Add(this.textBox_MotorMaxCurr);
- this.groupBox3.Location = new System.Drawing.Point(6, 180);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(472, 71);
- this.groupBox3.TabIndex = 2;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "控制参数";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Location = new System.Drawing.Point(314, 34);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(74, 21);
- this.label34.TabIndex = 0;
- this.label34.Text = "欠压保护";
- //
- // textBox_MotorUV
- //
- this.textBox_MotorUV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_MotorUV.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_MotorUV.Location = new System.Drawing.Point(394, 30);
- this.textBox_MotorUV.Name = "textBox_MotorUV";
- this.textBox_MotorUV.Size = new System.Drawing.Size(65, 29);
- this.textBox_MotorUV.TabIndex = 1;
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Location = new System.Drawing.Point(160, 34);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(74, 21);
- this.label35.TabIndex = 0;
- this.label35.Text = "过压保护";
- //
- // textBox_MotorOV
- //
- this.textBox_MotorOV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_MotorOV.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_MotorOV.Location = new System.Drawing.Point(240, 30);
- this.textBox_MotorOV.Name = "textBox_MotorOV";
- this.textBox_MotorOV.Size = new System.Drawing.Size(65, 29);
- this.textBox_MotorOV.TabIndex = 1;
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.Location = new System.Drawing.Point(6, 34);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(74, 21);
- this.label36.TabIndex = 0;
- this.label36.Text = "峰值电流";
- //
- // textBox_MotorMaxCurr
- //
- this.textBox_MotorMaxCurr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_MotorMaxCurr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_MotorMaxCurr.Location = new System.Drawing.Point(86, 30);
- this.textBox_MotorMaxCurr.Name = "textBox_MotorMaxCurr";
- this.textBox_MotorMaxCurr.Size = new System.Drawing.Size(65, 29);
- this.textBox_MotorMaxCurr.TabIndex = 1;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.comboBox_BikeStartMode);
- this.groupBox2.Controls.Add(this.comboBox_BikeModeB);
- this.groupBox2.Controls.Add(this.comboBox_BikeVolB);
- this.groupBox2.Controls.Add(this.comboBox_BikeVolF);
- this.groupBox2.Controls.Add(this.label24);
- this.groupBox2.Controls.Add(this.textBox_BikeAutoOffTime);
- this.groupBox2.Controls.Add(this.label23);
- this.groupBox2.Controls.Add(this.textBox_BikePowerOffTime);
- this.groupBox2.Controls.Add(this.label22);
- this.groupBox2.Controls.Add(this.textBox_BikePowerOnTime);
- this.groupBox2.Controls.Add(this.label21);
- this.groupBox2.Controls.Add(this.label20);
- this.groupBox2.Controls.Add(this.label19);
- this.groupBox2.Controls.Add(this.label18);
- this.groupBox2.Controls.Add(this.label17);
- this.groupBox2.Controls.Add(this.textBox_BikeRealB);
- this.groupBox2.Controls.Add(this.label16);
- this.groupBox2.Controls.Add(this.textBox_BikeFrontT);
- this.groupBox2.Controls.Add(this.label15);
- this.groupBox2.Controls.Add(this.textBox_BikeWalkSpeed);
- this.groupBox2.Controls.Add(this.label14);
- this.groupBox2.Controls.Add(this.textBox_BikeThroSpeed);
- this.groupBox2.Controls.Add(this.label13);
- this.groupBox2.Controls.Add(this.textBox_BikeWheel);
- this.groupBox2.Location = new System.Drawing.Point(6, 6);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(472, 168);
- this.groupBox2.TabIndex = 0;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "整车参数";
- //
- // comboBox_BikeStartMode
- //
- this.comboBox_BikeStartMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.comboBox_BikeStartMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_BikeStartMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox_BikeStartMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.comboBox_BikeStartMode.FormattingEnabled = true;
- this.comboBox_BikeStartMode.Items.AddRange(new object[] {
- "柔和",
- "正常",
- "强劲"});
- this.comboBox_BikeStartMode.Location = new System.Drawing.Point(394, 96);
- this.comboBox_BikeStartMode.Name = "comboBox_BikeStartMode";
- this.comboBox_BikeStartMode.Size = new System.Drawing.Size(65, 29);
- this.comboBox_BikeStartMode.TabIndex = 7;
- //
- // comboBox_BikeModeB
- //
- this.comboBox_BikeModeB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.comboBox_BikeModeB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_BikeModeB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox_BikeModeB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.comboBox_BikeModeB.FormattingEnabled = true;
- this.comboBox_BikeModeB.Items.AddRange(new object[] {
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8"});
- this.comboBox_BikeModeB.Location = new System.Drawing.Point(240, 96);
- this.comboBox_BikeModeB.Name = "comboBox_BikeModeB";
- this.comboBox_BikeModeB.Size = new System.Drawing.Size(65, 29);
- this.comboBox_BikeModeB.TabIndex = 6;
- //
- // comboBox_BikeVolB
- //
- this.comboBox_BikeVolB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.comboBox_BikeVolB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_BikeVolB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox_BikeVolB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.comboBox_BikeVolB.FormattingEnabled = true;
- this.comboBox_BikeVolB.Items.AddRange(new object[] {
- "6V",
- "12V"});
- this.comboBox_BikeVolB.Location = new System.Drawing.Point(86, 96);
- this.comboBox_BikeVolB.Name = "comboBox_BikeVolB";
- this.comboBox_BikeVolB.Size = new System.Drawing.Size(65, 29);
- this.comboBox_BikeVolB.TabIndex = 5;
- //
- // comboBox_BikeVolF
- //
- this.comboBox_BikeVolF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.comboBox_BikeVolF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_BikeVolF.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox_BikeVolF.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.comboBox_BikeVolF.FormattingEnabled = true;
- this.comboBox_BikeVolF.Items.AddRange(new object[] {
- "6V",
- "12V"});
- this.comboBox_BikeVolF.Location = new System.Drawing.Point(394, 63);
- this.comboBox_BikeVolF.Name = "comboBox_BikeVolF";
- this.comboBox_BikeVolF.Size = new System.Drawing.Size(65, 29);
- this.comboBox_BikeVolF.TabIndex = 4;
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Location = new System.Drawing.Point(314, 133);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(74, 21);
- this.label24.TabIndex = 0;
- this.label24.Text = "自动关机";
- //
- // textBox_BikeAutoOffTime
- //
- this.textBox_BikeAutoOffTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikeAutoOffTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikeAutoOffTime.Location = new System.Drawing.Point(394, 129);
- this.textBox_BikeAutoOffTime.Name = "textBox_BikeAutoOffTime";
- this.textBox_BikeAutoOffTime.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikeAutoOffTime.TabIndex = 1;
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Location = new System.Drawing.Point(160, 133);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(74, 21);
- this.label23.TabIndex = 0;
- this.label23.Text = "关机延迟";
- //
- // textBox_BikePowerOffTime
- //
- this.textBox_BikePowerOffTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikePowerOffTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikePowerOffTime.Location = new System.Drawing.Point(240, 129);
- this.textBox_BikePowerOffTime.Name = "textBox_BikePowerOffTime";
- this.textBox_BikePowerOffTime.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikePowerOffTime.TabIndex = 1;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Location = new System.Drawing.Point(6, 133);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(74, 21);
- this.label22.TabIndex = 0;
- this.label22.Text = "开机延迟";
- //
- // textBox_BikePowerOnTime
- //
- this.textBox_BikePowerOnTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikePowerOnTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikePowerOnTime.Location = new System.Drawing.Point(86, 129);
- this.textBox_BikePowerOnTime.Name = "textBox_BikePowerOnTime";
- this.textBox_BikePowerOnTime.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikePowerOnTime.TabIndex = 1;
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Location = new System.Drawing.Point(314, 100);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(74, 21);
- this.label21.TabIndex = 0;
- this.label21.Text = "启动模式";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(160, 100);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(74, 21);
- this.label20.TabIndex = 0;
- this.label20.Text = "后灯模式";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(6, 100);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(74, 21);
- this.label19.TabIndex = 0;
- this.label19.Text = "后灯电压";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(314, 67);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(74, 21);
- this.label18.TabIndex = 0;
- this.label18.Text = "前灯电压";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(160, 67);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(58, 21);
- this.label17.TabIndex = 0;
- this.label17.Text = "后牙盘";
- //
- // textBox_BikeRealB
- //
- this.textBox_BikeRealB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikeRealB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikeRealB.Location = new System.Drawing.Point(240, 63);
- this.textBox_BikeRealB.Name = "textBox_BikeRealB";
- this.textBox_BikeRealB.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikeRealB.TabIndex = 1;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(6, 67);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(58, 21);
- this.label16.TabIndex = 0;
- this.label16.Text = "前牙盘";
- //
- // textBox_BikeFrontT
- //
- this.textBox_BikeFrontT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikeFrontT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikeFrontT.Location = new System.Drawing.Point(86, 63);
- this.textBox_BikeFrontT.Name = "textBox_BikeFrontT";
- this.textBox_BikeFrontT.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikeFrontT.TabIndex = 1;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(314, 34);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(74, 21);
- this.label15.TabIndex = 0;
- this.label15.Text = "推行限速";
- //
- // textBox_BikeWalkSpeed
- //
- this.textBox_BikeWalkSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikeWalkSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikeWalkSpeed.Location = new System.Drawing.Point(394, 30);
- this.textBox_BikeWalkSpeed.Name = "textBox_BikeWalkSpeed";
- this.textBox_BikeWalkSpeed.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikeWalkSpeed.TabIndex = 1;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(160, 34);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(74, 21);
- this.label14.TabIndex = 0;
- this.label14.Text = "转把限速";
- //
- // textBox_BikeThroSpeed
- //
- this.textBox_BikeThroSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikeThroSpeed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikeThroSpeed.Location = new System.Drawing.Point(240, 30);
- this.textBox_BikeThroSpeed.Name = "textBox_BikeThroSpeed";
- this.textBox_BikeThroSpeed.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikeThroSpeed.TabIndex = 1;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(6, 34);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(74, 21);
- this.label13.TabIndex = 0;
- this.label13.Text = "轮胎周长";
- //
- // textBox_BikeWheel
- //
- this.textBox_BikeWheel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_BikeWheel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_BikeWheel.Location = new System.Drawing.Point(86, 30);
- this.textBox_BikeWheel.Name = "textBox_BikeWheel";
- this.textBox_BikeWheel.Size = new System.Drawing.Size(65, 29);
- this.textBox_BikeWheel.TabIndex = 1;
- //
- // label39
- //
- this.label39.AutoSize = true;
- this.label39.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label39.ForeColor = System.Drawing.Color.Red;
- this.label39.Location = new System.Drawing.Point(11, 569);
- this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(449, 25);
- this.label39.TabIndex = 0;
- this.label39.Text = "注意:简易参数界面内容在高级参数界面修改无效!\r\n";
- //
- // tabPage_Advance
- //
- this.tabPage_Advance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.tabPage_Advance.Controls.Add(this.pictureBox1);
- this.tabPage_Advance.Controls.Add(this.richTextBox_AdvanceParams);
- this.tabPage_Advance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.tabPage_Advance.Location = new System.Drawing.Point(4, 30);
- this.tabPage_Advance.Name = "tabPage_Advance";
- this.tabPage_Advance.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage_Advance.Size = new System.Drawing.Size(484, 612);
- this.tabPage_Advance.TabIndex = 1;
- this.tabPage_Advance.Text = "高级参数";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.Lock;
- this.pictureBox1.Location = new System.Drawing.Point(433, 6);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(45, 45);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 9;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // richTextBox_AdvanceParams
- //
- this.richTextBox_AdvanceParams.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.richTextBox_AdvanceParams.Location = new System.Drawing.Point(6, 6);
- this.richTextBox_AdvanceParams.Name = "richTextBox_AdvanceParams";
- this.richTextBox_AdvanceParams.ReadOnly = true;
- this.richTextBox_AdvanceParams.Size = new System.Drawing.Size(421, 600);
- this.richTextBox_AdvanceParams.TabIndex = 0;
- this.richTextBox_AdvanceParams.Text = "";
- //
- // tabPage_Note
- //
- this.tabPage_Note.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.tabPage_Note.Controls.Add(this.button_NoteRead);
- this.tabPage_Note.Controls.Add(this.button_NoteWrite);
- this.tabPage_Note.Controls.Add(this.richTextBox_Note);
- this.tabPage_Note.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.tabPage_Note.Location = new System.Drawing.Point(4, 30);
- this.tabPage_Note.Name = "tabPage_Note";
- this.tabPage_Note.Size = new System.Drawing.Size(484, 612);
- this.tabPage_Note.TabIndex = 2;
- this.tabPage_Note.Text = "备忘录";
- //
- // button_NoteRead
- //
- this.button_NoteRead.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.button_NoteRead.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_NoteRead.ForeColor = System.Drawing.Color.White;
- this.button_NoteRead.Location = new System.Drawing.Point(292, 564);
- this.button_NoteRead.Name = "button_NoteRead";
- this.button_NoteRead.Size = new System.Drawing.Size(90, 45);
- this.button_NoteRead.TabIndex = 2;
- this.button_NoteRead.Text = "读取";
- this.button_NoteRead.UseVisualStyleBackColor = false;
- this.button_NoteRead.Click += new System.EventHandler(this.button_NoteRead_Click);
- //
- // button_NoteWrite
- //
- this.button_NoteWrite.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
- this.button_NoteWrite.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_NoteWrite.ForeColor = System.Drawing.Color.White;
- this.button_NoteWrite.Location = new System.Drawing.Point(388, 564);
- this.button_NoteWrite.Name = "button_NoteWrite";
- this.button_NoteWrite.Size = new System.Drawing.Size(90, 45);
- this.button_NoteWrite.TabIndex = 2;
- this.button_NoteWrite.Text = "保存";
- this.button_NoteWrite.UseVisualStyleBackColor = false;
- this.button_NoteWrite.Click += new System.EventHandler(this.button_NoteWrite_Click);
- //
- // richTextBox_Note
- //
- this.richTextBox_Note.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.richTextBox_Note.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.richTextBox_Note.Location = new System.Drawing.Point(6, 6);
- this.richTextBox_Note.Name = "richTextBox_Note";
- this.richTextBox_Note.Size = new System.Drawing.Size(472, 556);
- this.richTextBox_Note.TabIndex = 1;
- this.richTextBox_Note.Text = "";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.textBox_OtherInfo);
- this.groupBox1.Controls.Add(this.textBox_SoftwareVer);
- this.groupBox1.Controls.Add(this.textBox_PCBA);
- this.groupBox1.Controls.Add(this.textBox_ProductTag);
- this.groupBox1.Controls.Add(this.textBox_ProductDate);
- this.groupBox1.Controls.Add(this.textBox_ProductAddr);
- this.groupBox1.Controls.Add(this.textBox_ProductMac);
- this.groupBox1.Controls.Add(this.textBox_MarkNum);
- this.groupBox1.Controls.Add(this.textBox_ProductName);
- this.groupBox1.Controls.Add(this.textBox_CustomerName);
- this.groupBox1.Controls.Add(this.textBox_MarkCode);
- this.groupBox1.Controls.Add(this.label12);
- this.groupBox1.Controls.Add(this.label11);
- this.groupBox1.Controls.Add(this.label10);
- this.groupBox1.Controls.Add(this.label9);
- this.groupBox1.Controls.Add(this.label8);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label38);
- this.groupBox1.Controls.Add(this.label37);
- this.groupBox1.Controls.Add(this.label33);
- this.groupBox1.Controls.Add(this.label32);
- this.groupBox1.Controls.Add(this.label31);
- this.groupBox1.Controls.Add(this.label30);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.groupBox1.Location = new System.Drawing.Point(524, 73);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(316, 646);
- this.groupBox1.TabIndex = 4;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "订单信息";
- //
- // textBox_OtherInfo
- //
- this.textBox_OtherInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_OtherInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_OtherInfo.Location = new System.Drawing.Point(123, 567);
- this.textBox_OtherInfo.Name = "textBox_OtherInfo";
- this.textBox_OtherInfo.Size = new System.Drawing.Size(184, 29);
- this.textBox_OtherInfo.TabIndex = 1;
- //
- // textBox_SoftwareVer
- //
- this.textBox_SoftwareVer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_SoftwareVer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_SoftwareVer.Location = new System.Drawing.Point(123, 515);
- this.textBox_SoftwareVer.Name = "textBox_SoftwareVer";
- this.textBox_SoftwareVer.Size = new System.Drawing.Size(184, 29);
- this.textBox_SoftwareVer.TabIndex = 1;
- //
- // textBox_PCBA
- //
- this.textBox_PCBA.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_PCBA.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_PCBA.Location = new System.Drawing.Point(123, 463);
- this.textBox_PCBA.Name = "textBox_PCBA";
- this.textBox_PCBA.Size = new System.Drawing.Size(184, 29);
- this.textBox_PCBA.TabIndex = 1;
- //
- // textBox_ProductTag
- //
- this.textBox_ProductTag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_ProductTag.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_ProductTag.Location = new System.Drawing.Point(123, 411);
- this.textBox_ProductTag.Name = "textBox_ProductTag";
- this.textBox_ProductTag.Size = new System.Drawing.Size(184, 29);
- this.textBox_ProductTag.TabIndex = 1;
- //
- // textBox_ProductDate
- //
- this.textBox_ProductDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_ProductDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_ProductDate.Location = new System.Drawing.Point(123, 359);
- this.textBox_ProductDate.Name = "textBox_ProductDate";
- this.textBox_ProductDate.Size = new System.Drawing.Size(184, 29);
- this.textBox_ProductDate.TabIndex = 1;
- //
- // textBox_ProductAddr
- //
- this.textBox_ProductAddr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_ProductAddr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_ProductAddr.Location = new System.Drawing.Point(123, 307);
- this.textBox_ProductAddr.Name = "textBox_ProductAddr";
- this.textBox_ProductAddr.Size = new System.Drawing.Size(184, 29);
- this.textBox_ProductAddr.TabIndex = 1;
- //
- // textBox_ProductMac
- //
- this.textBox_ProductMac.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_ProductMac.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_ProductMac.Location = new System.Drawing.Point(123, 255);
- this.textBox_ProductMac.Name = "textBox_ProductMac";
- this.textBox_ProductMac.Size = new System.Drawing.Size(184, 29);
- this.textBox_ProductMac.TabIndex = 1;
- //
- // textBox_MarkNum
- //
- this.textBox_MarkNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_MarkNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_MarkNum.Location = new System.Drawing.Point(123, 203);
- this.textBox_MarkNum.Name = "textBox_MarkNum";
- this.textBox_MarkNum.Size = new System.Drawing.Size(184, 29);
- this.textBox_MarkNum.TabIndex = 1;
- //
- // textBox_ProductName
- //
- this.textBox_ProductName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_ProductName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_ProductName.Location = new System.Drawing.Point(123, 151);
- this.textBox_ProductName.Name = "textBox_ProductName";
- this.textBox_ProductName.Size = new System.Drawing.Size(184, 29);
- this.textBox_ProductName.TabIndex = 1;
- //
- // textBox_CustomerName
- //
- this.textBox_CustomerName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_CustomerName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_CustomerName.Location = new System.Drawing.Point(123, 99);
- this.textBox_CustomerName.Name = "textBox_CustomerName";
- this.textBox_CustomerName.Size = new System.Drawing.Size(184, 29);
- this.textBox_CustomerName.TabIndex = 1;
- //
- // textBox_MarkCode
- //
- this.textBox_MarkCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.textBox_MarkCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.textBox_MarkCode.Location = new System.Drawing.Point(123, 47);
- this.textBox_MarkCode.Name = "textBox_MarkCode";
- this.textBox_MarkCode.Size = new System.Drawing.Size(184, 29);
- this.textBox_MarkCode.TabIndex = 1;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(6, 571);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(74, 21);
- this.label12.TabIndex = 0;
- this.label12.Text = "备注信息";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(6, 519);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(74, 21);
- this.label11.TabIndex = 0;
- this.label11.Text = "软件版本";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(6, 467);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(84, 21);
- this.label10.TabIndex = 0;
- this.label10.Text = "PCBA版本";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(6, 415);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(74, 21);
- this.label9.TabIndex = 0;
- this.label9.Text = "产品标识";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(6, 363);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(74, 21);
- this.label8.TabIndex = 0;
- this.label8.Text = "生产日期";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(6, 311);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(58, 21);
- this.label7.TabIndex = 0;
- this.label7.Text = "生产地";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(6, 259);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(58, 21);
- this.label6.TabIndex = 0;
- this.label6.Text = "生产商";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(6, 207);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(74, 21);
- this.label5.TabIndex = 0;
- this.label5.Text = "订单数量";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(6, 155);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(74, 21);
- this.label4.TabIndex = 0;
- this.label4.Text = "产品型号";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 103);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(113, 21);
- this.label3.TabIndex = 0;
- this.label3.Text = "客户名称/编号";
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label38.ForeColor = System.Drawing.Color.Silver;
- this.label38.Location = new System.Drawing.Point(123, 495);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(73, 16);
- this.label38.TabIndex = 0;
- this.label38.Text = "填写PCBA板号";
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label37.ForeColor = System.Drawing.Color.Silver;
- this.label37.Location = new System.Drawing.Point(123, 444);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(184, 16);
- this.label37.TabIndex = 0;
- this.label37.Text = "参考:大牙盘:MM_MC1;轮毂:GF_250_1";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label33.ForeColor = System.Drawing.Color.Silver;
- this.label33.Location = new System.Drawing.Point(123, 392);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(73, 16);
- this.label33.TabIndex = 0;
- this.label33.Text = "不超过8个字符";
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label32.ForeColor = System.Drawing.Color.Silver;
- this.label32.Location = new System.Drawing.Point(123, 339);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(73, 16);
- this.label32.TabIndex = 0;
- this.label32.Text = "不超过8个字符";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label31.ForeColor = System.Drawing.Color.Silver;
- this.label31.Location = new System.Drawing.Point(123, 288);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(73, 16);
- this.label31.TabIndex = 0;
- this.label31.Text = "不超过8个字符";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label30.ForeColor = System.Drawing.Color.Silver;
- this.label30.Location = new System.Drawing.Point(123, 548);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(154, 16);
- this.label30.TabIndex = 0;
- this.label30.Text = "参考格式:V1.0.0.0.0_20240101";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 51);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(74, 21);
- this.label2.TabIndex = 0;
- this.label2.Text = "订单编号";
- //
- // label_ServerStatus
- //
- this.label_ServerStatus.BackColor = System.Drawing.Color.Red;
- this.label_ServerStatus.Location = new System.Drawing.Point(982, 740);
- this.label_ServerStatus.Name = "label_ServerStatus";
- this.label_ServerStatus.Size = new System.Drawing.Size(35, 20);
- this.label_ServerStatus.TabIndex = 21;
- //
- // label_Server_ComStatus
- //
- this.label_Server_ComStatus.AutoSize = true;
- this.label_Server_ComStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label_Server_ComStatus.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label_Server_ComStatus.ForeColor = System.Drawing.Color.White;
- this.label_Server_ComStatus.Location = new System.Drawing.Point(734, 738);
- this.label_Server_ComStatus.Name = "label_Server_ComStatus";
- this.label_Server_ComStatus.Size = new System.Drawing.Size(106, 21);
- this.label_Server_ComStatus.TabIndex = 20;
- this.label_Server_ComStatus.Text = "网络:未连接";
- //
- // pictureBox2
- //
- this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.pictureBox2.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
- this.pictureBox2.Location = new System.Drawing.Point(855, 706);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(167, 23);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox2.TabIndex = 17;
- this.pictureBox2.TabStop = false;
- //
- // comboBox_ModelFile
- //
- this.comboBox_ModelFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.comboBox_ModelFile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_ModelFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox_ModelFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.comboBox_ModelFile.FormattingEnabled = true;
- this.comboBox_ModelFile.Location = new System.Drawing.Point(106, 21);
- this.comboBox_ModelFile.Name = "comboBox_ModelFile";
- this.comboBox_ModelFile.Size = new System.Drawing.Size(628, 29);
- this.comboBox_ModelFile.TabIndex = 23;
- this.comboBox_ModelFile.SelectedIndexChanged += new System.EventHandler(this.comboBox_ModelFile_SelectedIndexChanged);
- //
- // button_GenerateModelFile
- //
- this.button_GenerateModelFile.BackColor = System.Drawing.Color.Teal;
- this.button_GenerateModelFile.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_GenerateModelFile.ForeColor = System.Drawing.Color.White;
- this.button_GenerateModelFile.Location = new System.Drawing.Point(868, 13);
- this.button_GenerateModelFile.Name = "button_GenerateModelFile";
- this.button_GenerateModelFile.Size = new System.Drawing.Size(149, 45);
- this.button_GenerateModelFile.TabIndex = 0;
- this.button_GenerateModelFile.Text = "生成模板";
- this.button_GenerateModelFile.UseVisualStyleBackColor = false;
- this.button_GenerateModelFile.Click += new System.EventHandler(this.button_GenerateModelFile_Click);
- //
- // button_ModeRefresh
- //
- this.button_ModeRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
- this.button_ModeRefresh.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_ModeRefresh.ForeColor = System.Drawing.Color.White;
- this.button_ModeRefresh.Location = new System.Drawing.Point(750, 13);
- this.button_ModeRefresh.Name = "button_ModeRefresh";
- this.button_ModeRefresh.Size = new System.Drawing.Size(90, 45);
- this.button_ModeRefresh.TabIndex = 0;
- this.button_ModeRefresh.Text = "刷新";
- this.button_ModeRefresh.UseVisualStyleBackColor = false;
- this.button_ModeRefresh.Click += new System.EventHandler(this.button_ModeRefresh_Click);
- //
- // radioButton_MIGIC
- //
- this.radioButton_MIGIC.AutoSize = true;
- this.radioButton_MIGIC.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.radioButton_MIGIC.Location = new System.Drawing.Point(16, 30);
- this.radioButton_MIGIC.Name = "radioButton_MIGIC";
- this.radioButton_MIGIC.Size = new System.Drawing.Size(77, 25);
- this.radioButton_MIGIC.TabIndex = 24;
- this.radioButton_MIGIC.Text = "MIGIC";
- this.radioButton_MIGIC.UseVisualStyleBackColor = true;
- this.radioButton_MIGIC.Click += new System.EventHandler(this.radioButton_MIGIC_Click);
- //
- // radioButton_HUB
- //
- this.radioButton_HUB.AutoSize = true;
- this.radioButton_HUB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.radioButton_HUB.Location = new System.Drawing.Point(16, 94);
- this.radioButton_HUB.Name = "radioButton_HUB";
- this.radioButton_HUB.Size = new System.Drawing.Size(62, 25);
- this.radioButton_HUB.TabIndex = 24;
- this.radioButton_HUB.Text = "HUB";
- this.radioButton_HUB.UseVisualStyleBackColor = true;
- this.radioButton_HUB.Click += new System.EventHandler(this.radioButton_HUB_Click);
- //
- // label_BT
- //
- this.label_BT.AutoSize = true;
- this.label_BT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label_BT.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label_BT.ForeColor = System.Drawing.Color.White;
- this.label_BT.Location = new System.Drawing.Point(431, 738);
- this.label_BT.Name = "label_BT";
- this.label_BT.Size = new System.Drawing.Size(207, 21);
- this.label_BT.TabIndex = 20;
- this.label_BT.Text = "编译时间:20220202 14:00";
- //
- // label_Ver
- //
- this.label_Ver.AutoSize = true;
- this.label_Ver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label_Ver.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label_Ver.ForeColor = System.Drawing.Color.White;
- this.label_Ver.Location = new System.Drawing.Point(298, 738);
- this.label_Ver.Name = "label_Ver";
- this.label_Ver.Size = new System.Drawing.Size(104, 21);
- this.label_Ver.TabIndex = 20;
- this.label_Ver.Text = "版本:V0.0.0";
- //
- // statusStrip1
- //
- this.statusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1});
- this.statusStrip1.Location = new System.Drawing.Point(0, 735);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(1034, 26);
- this.statusStrip1.TabIndex = 25;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.White;
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(282, 21);
- this.toolStripStatusLabel1.Text = "版权所有:武汉天腾动力科技有限公司";
- //
- // label45
- //
- this.label45.BackColor = System.Drawing.Color.Silver;
- this.label45.ForeColor = System.Drawing.Color.White;
- this.label45.Location = new System.Drawing.Point(288, 739);
- this.label45.Name = "label45";
- this.label45.Size = new System.Drawing.Size(1, 18);
- this.label45.TabIndex = 26;
- //
- // label40
- //
- this.label40.BackColor = System.Drawing.Color.Silver;
- this.label40.ForeColor = System.Drawing.Color.White;
- this.label40.Location = new System.Drawing.Point(415, 739);
- this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(1, 18);
- this.label40.TabIndex = 26;
- //
- // label41
- //
- this.label41.BackColor = System.Drawing.Color.Silver;
- this.label41.ForeColor = System.Drawing.Color.White;
- this.label41.Location = new System.Drawing.Point(695, 739);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(1, 18);
- this.label41.TabIndex = 26;
- //
- // button_ChangeModelFile
- //
- this.button_ChangeModelFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.button_ChangeModelFile.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_ChangeModelFile.ForeColor = System.Drawing.Color.White;
- this.button_ChangeModelFile.Location = new System.Drawing.Point(868, 82);
- this.button_ChangeModelFile.Name = "button_ChangeModelFile";
- this.button_ChangeModelFile.Size = new System.Drawing.Size(149, 45);
- this.button_ChangeModelFile.TabIndex = 0;
- this.button_ChangeModelFile.Text = "修改模板";
- this.button_ChangeModelFile.UseVisualStyleBackColor = false;
- this.button_ChangeModelFile.Click += new System.EventHandler(this.button_ChangeModelFile_Click);
- //
- // button_DeletModelFile
- //
- this.button_DeletModelFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.button_DeletModelFile.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_DeletModelFile.ForeColor = System.Drawing.Color.White;
- this.button_DeletModelFile.Location = new System.Drawing.Point(868, 151);
- this.button_DeletModelFile.Name = "button_DeletModelFile";
- this.button_DeletModelFile.Size = new System.Drawing.Size(149, 45);
- this.button_DeletModelFile.TabIndex = 27;
- this.button_DeletModelFile.Text = "删除模板";
- this.button_DeletModelFile.UseVisualStyleBackColor = false;
- this.button_DeletModelFile.Click += new System.EventHandler(this.button_DeletModelFile_Click);
- //
- // button_LoadFile
- //
- this.button_LoadFile.BackColor = System.Drawing.Color.Olive;
- this.button_LoadFile.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button_LoadFile.ForeColor = System.Drawing.Color.White;
- this.button_LoadFile.Location = new System.Drawing.Point(868, 220);
- this.button_LoadFile.Name = "button_LoadFile";
- this.button_LoadFile.Size = new System.Drawing.Size(149, 45);
- this.button_LoadFile.TabIndex = 27;
- this.button_LoadFile.Text = "导入样机记录";
- this.button_LoadFile.UseVisualStyleBackColor = false;
- this.button_LoadFile.Click += new System.EventHandler(this.button_LoadFile_Click);
- //
- // radioButton_HUB_FCT
- //
- this.radioButton_HUB_FCT.AutoSize = true;
- this.radioButton_HUB_FCT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.radioButton_HUB_FCT.Location = new System.Drawing.Point(16, 126);
- this.radioButton_HUB_FCT.Name = "radioButton_HUB_FCT";
- this.radioButton_HUB_FCT.Size = new System.Drawing.Size(98, 25);
- this.radioButton_HUB_FCT.TabIndex = 24;
- this.radioButton_HUB_FCT.Text = "HUB_FCT";
- this.radioButton_HUB_FCT.UseVisualStyleBackColor = true;
- this.radioButton_HUB_FCT.Click += new System.EventHandler(this.radioButton_HUB_FCT_Click);
- //
- // checkBox_SyncFac
- //
- this.checkBox_SyncFac.AutoSize = true;
- this.checkBox_SyncFac.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.checkBox_SyncFac.Location = new System.Drawing.Point(868, 675);
- this.checkBox_SyncFac.Name = "checkBox_SyncFac";
- this.checkBox_SyncFac.Size = new System.Drawing.Size(125, 25);
- this.checkBox_SyncFac.TabIndex = 28;
- this.checkBox_SyncFac.Text = "仅导出到本地";
- this.checkBox_SyncFac.UseVisualStyleBackColor = true;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.radioButton_VP);
- this.groupBox6.Controls.Add(this.radioButton_MIGIC);
- this.groupBox6.Controls.Add(this.radioButton_HUB);
- this.groupBox6.Controls.Add(this.radioButton_HUB_FCT);
- this.groupBox6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.groupBox6.Location = new System.Drawing.Point(868, 432);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(149, 158);
- this.groupBox6.TabIndex = 29;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "配置类型";
- //
- // radioButton_VP
- //
- this.radioButton_VP.AutoSize = true;
- this.radioButton_VP.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.radioButton_VP.Location = new System.Drawing.Point(16, 62);
- this.radioButton_VP.Name = "radioButton_VP";
- this.radioButton_VP.Size = new System.Drawing.Size(49, 25);
- this.radioButton_VP.TabIndex = 25;
- this.radioButton_VP.Text = "VP";
- this.radioButton_VP.UseVisualStyleBackColor = true;
- this.radioButton_VP.Click += new System.EventHandler(this.radioButton_VP_Click);
- //
- // GenerateParams
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.ClientSize = new System.Drawing.Size(1034, 761);
- this.Controls.Add(this.groupBox6);
- this.Controls.Add(this.checkBox_SyncFac);
- this.Controls.Add(this.button_LoadFile);
- this.Controls.Add(this.button_DeletModelFile);
- this.Controls.Add(this.label41);
- this.Controls.Add(this.label40);
- this.Controls.Add(this.label45);
- this.Controls.Add(this.label_ServerStatus);
- this.Controls.Add(this.label_Server_ComStatus);
- this.Controls.Add(this.label_BT);
- this.Controls.Add(this.label_Ver);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.comboBox_ModelFile);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button_ModeRefresh);
- this.Controls.Add(this.button_ChangeModelFile);
- this.Controls.Add(this.button_GenerateModelFile);
- this.Controls.Add(this.button_ExportParams);
- this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "GenerateParams";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "GenerateParams";
- this.Load += new System.EventHandler(this.GenerateParams_Load);
- this.tabControl1.ResumeLayout(false);
- this.tabPage_Simple.ResumeLayout(false);
- this.tabPage_Simple.PerformLayout();
- this.groupBox5.ResumeLayout(false);
- this.groupBox5.PerformLayout();
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.tabPage_Advance.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.tabPage_Note.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button_ExportParams;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage_Simple;
- private System.Windows.Forms.TabPage tabPage_Advance;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox textBox_ProductTag;
- private System.Windows.Forms.TextBox textBox_ProductDate;
- private System.Windows.Forms.TextBox textBox_ProductAddr;
- private System.Windows.Forms.TextBox textBox_ProductMac;
- private System.Windows.Forms.TextBox textBox_MarkNum;
- private System.Windows.Forms.TextBox textBox_ProductName;
- private System.Windows.Forms.TextBox textBox_CustomerName;
- private System.Windows.Forms.TextBox textBox_MarkCode;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox_SoftwareVer;
- private System.Windows.Forms.TextBox textBox_PCBA;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox textBox_OtherInfo;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.RichTextBox richTextBox_AdvanceParams;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.TextBox textBox_BikeRealB;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.TextBox textBox_BikeFrontT;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.TextBox textBox_BikeWalkSpeed;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox textBox_BikeThroSpeed;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox textBox_BikeWheel;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.TextBox textBox_BikeAutoOffTime;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.TextBox textBox_BikePowerOffTime;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.TextBox textBox_BikePowerOnTime;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.ComboBox comboBox_ModelFile;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.TextBox textBox_SysPowerLimit;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.TextBox textBox_AssistSpeedEnd;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.TextBox textBox_AssistSpeedBegin;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.Label label34;
- private System.Windows.Forms.TextBox textBox_MotorUV;
- private System.Windows.Forms.Label label35;
- private System.Windows.Forms.TextBox textBox_MotorOV;
- private System.Windows.Forms.Label label36;
- private System.Windows.Forms.TextBox textBox_MotorMaxCurr;
- private System.Windows.Forms.ComboBox comboBox_BikeStartMode;
- private System.Windows.Forms.ComboBox comboBox_BikeModeB;
- private System.Windows.Forms.ComboBox comboBox_BikeVolB;
- private System.Windows.Forms.ComboBox comboBox_BikeVolF;
- private System.Windows.Forms.ComboBox comboBox_SysDir;
- private System.Windows.Forms.ComboBox comboBox_SysRunMode;
- private System.Windows.Forms.Button button_GenerateModelFile;
- private System.Windows.Forms.Label label_ServerStatus;
- private System.Windows.Forms.Label label_Server_ComStatus;
- private System.Windows.Forms.Button button_ModeRefresh;
- private System.Windows.Forms.Label label38;
- private System.Windows.Forms.Label label37;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.RadioButton radioButton_MIGIC;
- private System.Windows.Forms.RadioButton radioButton_HUB;
- private System.Windows.Forms.TabPage tabPage_Note;
- private System.Windows.Forms.Button button_NoteWrite;
- private System.Windows.Forms.RichTextBox richTextBox_Note;
- private System.Windows.Forms.Button button_NoteRead;
- private System.Windows.Forms.Label label_BT;
- private System.Windows.Forms.Label label_Ver;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.Label label45;
- private System.Windows.Forms.Label label40;
- private System.Windows.Forms.Label label41;
- private System.Windows.Forms.Button button_ChangeModelFile;
- private System.Windows.Forms.Button button_DeletModelFile;
- private System.Windows.Forms.Button button_LoadFile;
- private System.Windows.Forms.Label label39;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.RadioButton radioButton_HUB_FCT;
- private System.Windows.Forms.CheckBox checkBox_SyncFac;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.RadioButton radioButton_VP;
- }
- }
|