Form1.Designer.cs
上传用户:zjazhou
上传日期:2022-03-22
资源大小:137k
文件大小:6k
源码类别:

Windows Mobile

开发平台:

C#

  1. namespace ConnectTest
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         private System.Windows.Forms.MainMenu mainMenu1;
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.         #region Windows Form Designer generated code
  23.         /// <summary>
  24.         /// Required method for Designer support - do not modify
  25.         /// the contents of this method with the code editor.
  26.         /// </summary>
  27.         private void InitializeComponent()
  28.         {
  29.             this.mainMenu1 = new System.Windows.Forms.MainMenu();
  30.             this.button1 = new System.Windows.Forms.Button();
  31.             this.button2 = new System.Windows.Forms.Button();
  32.             this.label1 = new System.Windows.Forms.Label();
  33.             this.label2 = new System.Windows.Forms.Label();
  34.             this.button3 = new System.Windows.Forms.Button();
  35.             this.button4 = new System.Windows.Forms.Button();
  36.             this.button5 = new System.Windows.Forms.Button();
  37.             this.button6 = new System.Windows.Forms.Button();
  38.             this.SuspendLayout();
  39.             // 
  40.             // button1
  41.             // 
  42.             this.button1.Location = new System.Drawing.Point(141, 3);
  43.             this.button1.Name = "button1";
  44.             this.button1.Size = new System.Drawing.Size(72, 20);
  45.             this.button1.TabIndex = 0;
  46.             this.button1.Text = "Call";
  47.             this.button1.Click += new System.EventHandler(this.button1_Click);
  48.             // 
  49.             // button2
  50.             // 
  51.             this.button2.Location = new System.Drawing.Point(4, 53);
  52.             this.button2.Name = "button2";
  53.             this.button2.Size = new System.Drawing.Size(83, 20);
  54.             this.button2.TabIndex = 1;
  55.             this.button2.Text = "Connectable";
  56.             this.button2.Click += new System.EventHandler(this.button2_Click);
  57.             // 
  58.             // label1
  59.             // 
  60.             this.label1.Location = new System.Drawing.Point(4, 31);
  61.             this.label1.Name = "label1";
  62.             this.label1.Size = new System.Drawing.Size(100, 20);
  63.             this.label1.Text = "Bluetooth";
  64.             // 
  65.             // label2
  66.             // 
  67.             this.label2.Location = new System.Drawing.Point(4, 2);
  68.             this.label2.Name = "label2";
  69.             this.label2.Size = new System.Drawing.Size(100, 20);
  70.             this.label2.Text = "Phone";
  71.             // 
  72.             // button3
  73.             // 
  74.             this.button3.Location = new System.Drawing.Point(141, 52);
  75.             this.button3.Name = "button3";
  76.             this.button3.Size = new System.Drawing.Size(84, 20);
  77.             this.button3.TabIndex = 4;
  78.             this.button3.Text = "Discoverable";
  79.             this.button3.Click += new System.EventHandler(this.button3_Click);
  80.             // 
  81.             // button4
  82.             // 
  83.             this.button4.Location = new System.Drawing.Point(141, 30);
  84.             this.button4.Name = "button4";
  85.             this.button4.Size = new System.Drawing.Size(84, 20);
  86.             this.button4.TabIndex = 5;
  87.             this.button4.Text = "Off";
  88.             this.button4.Click += new System.EventHandler(this.button4_Click);
  89.             // 
  90.             // button5
  91.             // 
  92.             this.button5.Location = new System.Drawing.Point(4, 96);
  93.             this.button5.Name = "button5";
  94.             this.button5.Size = new System.Drawing.Size(72, 20);
  95.             this.button5.TabIndex = 8;
  96.             this.button5.Text = "Send SMS";
  97.             this.button5.Click += new System.EventHandler(this.button5_Click);
  98.             // 
  99.             // button6
  100.             // 
  101.             this.button6.Location = new System.Drawing.Point(141, 96);
  102.             this.button6.Name = "button6";
  103.             this.button6.Size = new System.Drawing.Size(72, 20);
  104.             this.button6.TabIndex = 11;
  105.             this.button6.Text = "button6";
  106.             this.button6.Click += new System.EventHandler(this.button6_Click);
  107.             // 
  108.             // Form1
  109.             // 
  110.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  111.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  112.             this.AutoScroll = true;
  113.             this.ClientSize = new System.Drawing.Size(240, 268);
  114.             this.Controls.Add(this.button6);
  115.             this.Controls.Add(this.button5);
  116.             this.Controls.Add(this.button4);
  117.             this.Controls.Add(this.button3);
  118.             this.Controls.Add(this.label2);
  119.             this.Controls.Add(this.label1);
  120.             this.Controls.Add(this.button2);
  121.             this.Controls.Add(this.button1);
  122.             this.Menu = this.mainMenu1;
  123.             this.Name = "Form1";
  124.             this.Text = "Form1";
  125.             this.Load += new System.EventHandler(this.Form1_Load);
  126.             this.ResumeLayout(false);
  127.         }
  128.         #endregion
  129.         private System.Windows.Forms.Button button1;
  130.         private System.Windows.Forms.Button button2;
  131.         private System.Windows.Forms.Label label1;
  132.         private System.Windows.Forms.Label label2;
  133.         private System.Windows.Forms.Button button3;
  134.         private System.Windows.Forms.Button button4;
  135.         private System.Windows.Forms.Button button5;
  136.         private System.Windows.Forms.Button button6;
  137.     }
  138. }