3 partial class BBMiBandConnect
8 private System.ComponentModel.IContainer
components =
null;
14 protected override void Dispose(
bool disposing)
20 base.Dispose(disposing);
23 #region Code généré par le Concepteur Windows Form 31 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
BBMiBandConnect));
32 this.
groupBox1 =
new System.Windows.Forms.GroupBox();
34 this.
deviceList =
new System.Windows.Forms.ComboBox();
42 this.
groupBox1.Location =
new System.Drawing.Point(12, 12);
44 this.
groupBox1.Size =
new System.Drawing.Size(143, 87);
47 this.
groupBox1.Text =
"Select Mi Band device";
62 this.
deviceList.Location =
new System.Drawing.Point(6, 19);
64 this.
deviceList.Size =
new System.Drawing.Size(130, 21);
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);
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";
85 this.ResumeLayout(
false);
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.