| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 |
- namespace UAS_MES
- {
- partial class Form1
- {
- /// <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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.ct_coll = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.paintpanel = new System.Windows.Forms.Panel();
- this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
- this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.valueLabel1 = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.normalButton2 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.normalButton3 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.测试GetSNALL = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.TestDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
- this.numOnlyTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
- this.blurSearch1 = new UAS_MES.CustomControl.TextBoxWithIcon.BlurSearch();
- ((System.ComponentModel.ISupportInitialize)(this.ct_coll)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.TestDGV)).BeginInit();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(255, 181);
- this.button1.Margin = new System.Windows.Forms.Padding(4);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(100, 29);
- this.button1.TabIndex = 0;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(416, 181);
- this.button2.Margin = new System.Windows.Forms.Padding(4);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(100, 29);
- this.button2.TabIndex = 1;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- //
- // ct_coll
- //
- this.ct_coll.BackColor = System.Drawing.SystemColors.Control;
- this.ct_coll.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Cross;
- this.ct_coll.BackImageTransparentColor = System.Drawing.SystemColors.Control;
- this.ct_coll.BorderlineColor = System.Drawing.SystemColors.Control;
- chartArea1.CursorX.IsUserEnabled = true;
- chartArea1.Name = "ChartArea1";
- this.ct_coll.ChartAreas.Add(chartArea1);
- legend1.Enabled = false;
- legend1.Name = "Legend1";
- this.ct_coll.Legends.Add(legend1);
- this.ct_coll.Location = new System.Drawing.Point(34, 206);
- this.ct_coll.Margin = new System.Windows.Forms.Padding(2);
- this.ct_coll.Name = "ct_coll";
- this.ct_coll.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
- series1.IsXValueIndexed = true;
- series1.Label = "#PERCENT#VALX :#VAL";
- series1.Legend = "Legend1";
- series1.LegendText = "#VALX";
- series1.Name = "Series1";
- this.ct_coll.Series.Add(series1);
- this.ct_coll.Size = new System.Drawing.Size(50, 91);
- this.ct_coll.TabIndex = 5;
- this.ct_coll.Text = "chart1";
- //
- // paintpanel
- //
- this.paintpanel.Location = new System.Drawing.Point(46, 535);
- this.paintpanel.Name = "paintpanel";
- this.paintpanel.Size = new System.Drawing.Size(98, 10);
- this.paintpanel.TabIndex = 13;
- this.paintpanel.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- //
- // chart1
- //
- chartArea2.Name = "ChartArea1";
- this.chart1.ChartAreas.Add(chartArea2);
- legend2.Name = "Legend1";
- this.chart1.Legends.Add(legend2);
- this.chart1.Location = new System.Drawing.Point(132, 216);
- this.chart1.Name = "chart1";
- series2.ChartArea = "ChartArea1";
- series2.IsValueShownAsLabel = true;
- series2.Legend = "Legend1";
- series2.Name = "Series1";
- this.chart1.Series.Add(series2);
- this.chart1.Size = new System.Drawing.Size(739, 300);
- this.chart1.TabIndex = 17;
- this.chart1.Text = "chart1";
- //
- // enterTextBox2
- //
- this.enterTextBox2.AllPower = null;
- this.enterTextBox2.BackColor = System.Drawing.Color.White;
- this.enterTextBox2.ID = null;
- this.enterTextBox2.Location = new System.Drawing.Point(273, 133);
- this.enterTextBox2.Name = "enterTextBox2";
- this.enterTextBox2.Power = null;
- this.enterTextBox2.Size = new System.Drawing.Size(196, 21);
- this.enterTextBox2.Str = null;
- this.enterTextBox2.Str1 = null;
- this.enterTextBox2.Str2 = null;
- this.enterTextBox2.TabIndex = 16;
- this.enterTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox2_KeyDown);
- //
- // valueLabel1
- //
- this.valueLabel1.AutoSize = true;
- this.valueLabel1.CutLength = null;
- this.valueLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.valueLabel1.Location = new System.Drawing.Point(271, 170);
- this.valueLabel1.MaximumSize = new System.Drawing.Size(200, 0);
- this.valueLabel1.Name = "valueLabel1";
- this.valueLabel1.Size = new System.Drawing.Size(0, 21);
- this.valueLabel1.TabIndex = 14;
- this.valueLabel1.TextChanged += new System.EventHandler(this.valueLabel1_TextChanged);
- //
- // normalButton2
- //
- this.normalButton2.AllPower = null;
- this.normalButton2.BackColor = System.Drawing.Color.Transparent;
- this.normalButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.DownImage")));
- this.normalButton2.Image = null;
- this.normalButton2.IsShowBorder = true;
- this.normalButton2.Location = new System.Drawing.Point(273, 91);
- this.normalButton2.Margin = new System.Windows.Forms.Padding(2);
- this.normalButton2.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.MoveImage")));
- this.normalButton2.Name = "normalButton2";
- this.normalButton2.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton2.NormalImage")));
- this.normalButton2.Power = null;
- this.normalButton2.Size = new System.Drawing.Size(118, 22);
- this.normalButton2.TabIndex = 12;
- this.normalButton2.Text = "分配MAC地址和BT地址";
- this.normalButton2.UseVisualStyleBackColor = false;
- this.normalButton2.Click += new System.EventHandler(this.normalButton2_Click_1);
- //
- // normalButton3
- //
- this.normalButton3.AllPower = null;
- this.normalButton3.BackColor = System.Drawing.Color.Transparent;
- this.normalButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.DownImage")));
- this.normalButton3.Image = null;
- this.normalButton3.IsShowBorder = true;
- this.normalButton3.Location = new System.Drawing.Point(445, 33);
- this.normalButton3.Margin = new System.Windows.Forms.Padding(2);
- this.normalButton3.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.MoveImage")));
- this.normalButton3.Name = "normalButton3";
- this.normalButton3.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton3.NormalImage")));
- this.normalButton3.Power = null;
- this.normalButton3.Size = new System.Drawing.Size(118, 22);
- this.normalButton3.TabIndex = 11;
- this.normalButton3.Text = "分配IMEI地址信息";
- this.normalButton3.UseVisualStyleBackColor = false;
- this.normalButton3.Click += new System.EventHandler(this.normalButton3_Click);
- //
- // 测试GetSNALL
- //
- this.测试GetSNALL.AllPower = null;
- this.测试GetSNALL.BackColor = System.Drawing.Color.Transparent;
- this.测试GetSNALL.DownImage = ((System.Drawing.Image)(resources.GetObject("测试GetSNALL.DownImage")));
- this.测试GetSNALL.Image = null;
- this.测试GetSNALL.IsShowBorder = true;
- this.测试GetSNALL.Location = new System.Drawing.Point(589, 44);
- this.测试GetSNALL.Margin = new System.Windows.Forms.Padding(2);
- this.测试GetSNALL.MoveImage = ((System.Drawing.Image)(resources.GetObject("测试GetSNALL.MoveImage")));
- this.测试GetSNALL.Name = "测试GetSNALL";
- this.测试GetSNALL.NormalImage = ((System.Drawing.Image)(resources.GetObject("测试GetSNALL.NormalImage")));
- this.测试GetSNALL.Power = null;
- this.测试GetSNALL.Size = new System.Drawing.Size(99, 22);
- this.测试GetSNALL.TabIndex = 10;
- this.测试GetSNALL.Text = "测试GetSNALL";
- this.测试GetSNALL.UseVisualStyleBackColor = false;
- this.测试GetSNALL.Click += new System.EventHandler(this.normalButton2_Click);
- //
- // TestDGV
- //
- this.TestDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.TestDGV.Location = new System.Drawing.Point(34, 105);
- this.TestDGV.Margin = new System.Windows.Forms.Padding(2);
- this.TestDGV.Name = "TestDGV";
- this.TestDGV.RowTemplate.Height = 27;
- this.TestDGV.Size = new System.Drawing.Size(154, 86);
- this.TestDGV.TabIndex = 9;
- //
- // numOnlyTextBox1
- //
- this.numOnlyTextBox1.AllPower = null;
- this.numOnlyTextBox1.BackColor = System.Drawing.Color.White;
- this.numOnlyTextBox1.ID = null;
- this.numOnlyTextBox1.Location = new System.Drawing.Point(243, 46);
- this.numOnlyTextBox1.Margin = new System.Windows.Forms.Padding(2);
- this.numOnlyTextBox1.Name = "numOnlyTextBox1";
- this.numOnlyTextBox1.Negative = false;
- this.numOnlyTextBox1.Power = null;
- this.numOnlyTextBox1.Size = new System.Drawing.Size(148, 21);
- this.numOnlyTextBox1.Str = null;
- this.numOnlyTextBox1.Str1 = null;
- this.numOnlyTextBox1.Str2 = null;
- this.numOnlyTextBox1.TabIndex = 8;
- //
- // blurSearch1
- //
- this.blurSearch1.Field = null;
- this.blurSearch1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.blurSearch1.Location = new System.Drawing.Point(34, 46);
- this.blurSearch1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.blurSearch1.Name = "blurSearch1";
- this.blurSearch1.Size = new System.Drawing.Size(154, 29);
- this.blurSearch1.TabIndex = 0;
- this.blurSearch1.TableName = null;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(929, 590);
- this.Controls.Add(this.chart1);
- this.Controls.Add(this.enterTextBox2);
- this.Controls.Add(this.valueLabel1);
- this.Controls.Add(this.paintpanel);
- this.Controls.Add(this.normalButton2);
- this.Controls.Add(this.normalButton3);
- this.Controls.Add(this.测试GetSNALL);
- this.Controls.Add(this.TestDGV);
- this.Controls.Add(this.numOnlyTextBox1);
- this.Controls.Add(this.ct_coll);
- this.Controls.Add(this.blurSearch1);
- this.Name = "Form1";
- this.Tag = "123123";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ct_coll)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.TestDGV)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private CustomControl.ButtonUtil.NormalButton normalButton1;
- private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
- private CustomControl.SetLoading.LoadingCircle loadingCircle1;
- private CustomControl.TextBoxWithIcon.BlurSearch blurSearch1;
- private System.Windows.Forms.DataVisualization.Charting.Chart ct_coll;
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox numOnlyTextBox1;
- private CustomControl.DataGrid_View.DataGridViewWithCheckBox TestDGV;
- private CustomControl.ButtonUtil.NormalButton 测试GetSNALL;
- private CustomControl.ButtonUtil.NormalButton normalButton3;
- private CustomControl.ButtonUtil.NormalButton normalButton2;
- private System.Windows.Forms.Panel paintpanel;
- private CustomControl.ValueLabel.ValueLabel valueLabel1;
- private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
- private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
- }
- }
|