‪Black Box
BBMiBandConnect.Designer.cs
Go to the documentation of this file.
1 namespace ‪MiBand_Heartrate
2 {
3  partial class BBMiBandConnect
4  {
8  private System.ComponentModel.IContainer ‪components = null;
9 
14  protected override void ‪Dispose(bool disposing)
15  {
16  if (disposing && (‪components != null))
17  {
18  ‪components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Code généré par le Concepteur Windows Form
24 
29  private void ‪InitializeComponent()
30  {
31  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(‪BBMiBandConnect));
32  this.‪groupBox1 = new System.Windows.Forms.GroupBox();
33  this.‪connectButton = new System.Windows.Forms.Button();
34  this.‪deviceList = new System.Windows.Forms.ComboBox();
35  this.‪groupBox1.SuspendLayout();
36  this.SuspendLayout();
37  //
38  // groupBox1
39  //
40  this.‪groupBox1.Controls.Add(this.‪connectButton);
41  this.‪groupBox1.Controls.Add(this.‪deviceList);
42  this.‪groupBox1.Location = new System.Drawing.Point(12, 12);
43  this.‪groupBox1.Name = "groupBox1";
44  this.‪groupBox1.Size = new System.Drawing.Size(143, 87);
45  this.‪groupBox1.TabIndex = 0;
46  this.‪groupBox1.TabStop = false;
47  this.‪groupBox1.Text = "Select Mi Band device";
48  //
49  // connectButton
50  //
51  this.‪connectButton.Location = new System.Drawing.Point(6, 44);
52  this.‪connectButton.Name = "connectButton";
53  this.‪connectButton.Size = new System.Drawing.Size(130, 37);
54  this.‪connectButton.TabIndex = 1;
55  this.‪connectButton.Text = "Connect";
56  this.‪connectButton.UseVisualStyleBackColor = true;
57  this.‪connectButton.Click += new System.EventHandler(this.‪connectButton_Click);
58  //
59  // deviceList
60  //
61  this.‪deviceList.FormattingEnabled = true;
62  this.‪deviceList.Location = new System.Drawing.Point(6, 19);
63  this.‪deviceList.Name = "deviceList";
64  this.‪deviceList.Size = new System.Drawing.Size(130, 21);
65  this.‪deviceList.TabIndex = 0;
66  //
67  // BBMiBandConnect
68  //
69  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
70  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
71  this.BackColor = System.Drawing.SystemColors.Highlight;
72  this.ClientSize = new System.Drawing.Size(165, 111);
73  this.Controls.Add(this.‪groupBox1);
74  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
75  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
76  this.MaximizeBox = false;
77  this.MinimizeBox = false;
78  this.Name = "BBMiBandConnect";
79  this.ShowIcon = false;
80  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
81  this.Text = "Mi Band - Connection";
82  this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.‪ConnectionFrame_FormClosing);
83  this.Load += new System.EventHandler(this.‪ConnectionFrame_Load);
84  this.‪groupBox1.ResumeLayout(false);
85  this.ResumeLayout(false);
86 
87  }
88 
89  #endregion
90 
91  private System.Windows.Forms.GroupBox ‪groupBox1;
92  private System.Windows.Forms.Button ‪connectButton;
93  private System.Windows.Forms.ComboBox ‪deviceList;
94  }
95 }
96 
‪override void Dispose(bool disposing)
‪Nettoyage des ressources utilisées.
‪System.Windows.Forms.ComboBox deviceList
‪void ConnectionFrame_FormClosing(object sender, FormClosingEventArgs e)
‪void ConnectionFrame_Load(object sender, EventArgs e)
‪Loads the list of devices
‪System.Windows.Forms.Button connectButton
‪System.Windows.Forms.GroupBox groupBox1
‪void connectButton_Click(object sender, EventArgs e)
‪Connects the selected device
‪void InitializeComponent()
‪Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode a...
‪System.ComponentModel.IContainer components
‪Variable nécessaire au concepteur.