FormMain.Designer.cs
上传用户:linger1010
上传日期:2008-12-08
资源大小:561k
文件大小:3k
源码类别:

Windows Mobile

开发平台:

C#

  1. namespace GetDevicesInfo
  2. {
  3.     partial class FormMain
  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.listBox1 = new System.Windows.Forms.ListBox();
  31.             this.button1 = new System.Windows.Forms.Button();
  32.             this.SuspendLayout();
  33.             // 
  34.             // listBox1
  35.             // 
  36.             this.listBox1.Location = new System.Drawing.Point(3, 3);
  37.             this.listBox1.Name = "listBox1";
  38.             this.listBox1.Size = new System.Drawing.Size(234, 100);
  39.             this.listBox1.TabIndex = 0;
  40.             // 
  41.             // button1
  42.             // 
  43.             this.button1.Location = new System.Drawing.Point(58, 109);
  44.             this.button1.Name = "button1";
  45.             this.button1.Size = new System.Drawing.Size(117, 20);
  46.             this.button1.TabIndex = 1;
  47.             this.button1.Text = "DiscoverDevices";
  48.             this.button1.Click += new System.EventHandler(this.button1_Click);
  49.             // 
  50.             // FormMain
  51.             // 
  52.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  53.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  54.             this.AutoScroll = true;
  55.             this.ClientSize = new System.Drawing.Size(240, 268);
  56.             this.Controls.Add(this.button1);
  57.             this.Controls.Add(this.listBox1);
  58.             this.Menu = this.mainMenu1;
  59.             this.MinimizeBox = false;
  60.             this.Name = "FormMain";
  61.             this.Text = "IrDADemo";
  62.             this.ResumeLayout(false);
  63.         }
  64.         #endregion
  65.         private System.Windows.Forms.ListBox listBox1;
  66.         private System.Windows.Forms.Button button1;
  67.     }
  68. }