Form1.Designer.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:9k
源码类别:

.net编程

开发平台:

C#

  1. namespace 皮肤
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
  29.             this.button1 = new System.Windows.Forms.Button();
  30.             this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  31.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  32.             this.radioButton1 = new System.Windows.Forms.RadioButton();
  33.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  35.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36.             this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.菜单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38.             this.listBox1 = new System.Windows.Forms.ListBox();
  39.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40.             this.button2 = new System.Windows.Forms.Button();
  41.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  42.             this.menuStrip1.SuspendLayout();
  43.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44.             this.SuspendLayout();
  45.             // 
  46.             // skinEngine1
  47.             // 
  48.             this.skinEngine1.SerialNumber = "";
  49.             this.skinEngine1.SkinFile = null;
  50.             // 
  51.             // button1
  52.             // 
  53.             this.button1.Location = new System.Drawing.Point(301, 41);
  54.             this.button1.Name = "button1";
  55.             this.button1.Size = new System.Drawing.Size(75, 23);
  56.             this.button1.TabIndex = 0;
  57.             this.button1.Text = "button1";
  58.             this.button1.UseVisualStyleBackColor = true;
  59.             // 
  60.             // checkedListBox1
  61.             // 
  62.             this.checkedListBox1.FormattingEnabled = true;
  63.             this.checkedListBox1.Location = new System.Drawing.Point(12, 41);
  64.             this.checkedListBox1.Name = "checkedListBox1";
  65.             this.checkedListBox1.Size = new System.Drawing.Size(120, 84);
  66.             this.checkedListBox1.TabIndex = 1;
  67.             // 
  68.             // comboBox1
  69.             // 
  70.             this.comboBox1.FormattingEnabled = true;
  71.             this.comboBox1.Location = new System.Drawing.Point(138, 41);
  72.             this.comboBox1.Name = "comboBox1";
  73.             this.comboBox1.Size = new System.Drawing.Size(121, 20);
  74.             this.comboBox1.TabIndex = 2;
  75.             // 
  76.             // radioButton1
  77.             // 
  78.             this.radioButton1.AutoSize = true;
  79.             this.radioButton1.Location = new System.Drawing.Point(254, 89);
  80.             this.radioButton1.Name = "radioButton1";
  81.             this.radioButton1.Size = new System.Drawing.Size(95, 16);
  82.             this.radioButton1.TabIndex = 3;
  83.             this.radioButton1.TabStop = true;
  84.             this.radioButton1.Text = "radioButton1";
  85.             this.radioButton1.UseVisualStyleBackColor = true;
  86.             // 
  87.             // dataGridView1
  88.             // 
  89.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  90.             this.dataGridView1.Location = new System.Drawing.Point(96, 154);
  91.             this.dataGridView1.Name = "dataGridView1";
  92.             this.dataGridView1.Size = new System.Drawing.Size(240, 150);
  93.             this.dataGridView1.TabIndex = 4;
  94.             // 
  95.             // statusStrip1
  96.             // 
  97.             this.statusStrip1.Location = new System.Drawing.Point(0, 331);
  98.             this.statusStrip1.Name = "statusStrip1";
  99.             this.statusStrip1.Size = new System.Drawing.Size(431, 22);
  100.             this.statusStrip1.TabIndex = 5;
  101.             this.statusStrip1.Text = "statusStrip1";
  102.             // 
  103.             // menuStrip1
  104.             // 
  105.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  106.             this.文件ToolStripMenuItem});
  107.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  108.             this.menuStrip1.Name = "menuStrip1";
  109.             this.menuStrip1.Size = new System.Drawing.Size(431, 24);
  110.             this.menuStrip1.TabIndex = 6;
  111.             this.menuStrip1.Text = "menuStrip1";
  112.             // 
  113.             // 文件ToolStripMenuItem
  114.             // 
  115.             this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  116.             this.菜单ToolStripMenuItem});
  117.             this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
  118.             this.文件ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
  119.             this.文件ToolStripMenuItem.Text = "文件";
  120.             // 
  121.             // 菜单ToolStripMenuItem
  122.             // 
  123.             this.菜单ToolStripMenuItem.Name = "菜单ToolStripMenuItem";
  124.             this.菜单ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
  125.             this.菜单ToolStripMenuItem.Text = "菜单";
  126.             // 
  127.             // listBox1
  128.             // 
  129.             this.listBox1.FormattingEnabled = true;
  130.             this.listBox1.ItemHeight = 12;
  131.             this.listBox1.Location = new System.Drawing.Point(12, 164);
  132.             this.listBox1.Name = "listBox1";
  133.             this.listBox1.Size = new System.Drawing.Size(120, 88);
  134.             this.listBox1.TabIndex = 7;
  135.             // 
  136.             // pictureBox1
  137.             // 
  138.             this.pictureBox1.Location = new System.Drawing.Point(191, 123);
  139.             this.pictureBox1.Name = "pictureBox1";
  140.             this.pictureBox1.Size = new System.Drawing.Size(100, 50);
  141.             this.pictureBox1.TabIndex = 8;
  142.             this.pictureBox1.TabStop = false;
  143.             // 
  144.             // button2
  145.             // 
  146.             this.button2.Location = new System.Drawing.Point(300, 123);
  147.             this.button2.Name = "button2";
  148.             this.button2.Size = new System.Drawing.Size(119, 194);
  149.             this.button2.TabIndex = 9;
  150.             this.button2.Text = "button2";
  151.             this.button2.UseVisualStyleBackColor = true;
  152.             // 
  153.             // Form1
  154.             // 
  155.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  156.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157.             this.ClientSize = new System.Drawing.Size(431, 353);
  158.             this.Controls.Add(this.button2);
  159.             this.Controls.Add(this.pictureBox1);
  160.             this.Controls.Add(this.listBox1);
  161.             this.Controls.Add(this.statusStrip1);
  162.             this.Controls.Add(this.menuStrip1);
  163.             this.Controls.Add(this.dataGridView1);
  164.             this.Controls.Add(this.radioButton1);
  165.             this.Controls.Add(this.comboBox1);
  166.             this.Controls.Add(this.checkedListBox1);
  167.             this.Controls.Add(this.button1);
  168.             this.MainMenuStrip = this.menuStrip1;
  169.             this.Name = "Form1";
  170.             this.Text = "Form1";
  171.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  172.             this.menuStrip1.ResumeLayout(false);
  173.             this.menuStrip1.PerformLayout();
  174.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  175.             this.ResumeLayout(false);
  176.             this.PerformLayout();
  177.         }
  178.         #endregion
  179.         private Sunisoft.IrisSkin.SkinEngine skinEngine1;
  180.         private System.Windows.Forms.Button button1;
  181.         private System.Windows.Forms.CheckedListBox checkedListBox1;
  182.         private System.Windows.Forms.ComboBox comboBox1;
  183.         private System.Windows.Forms.RadioButton radioButton1;
  184.         private System.Windows.Forms.DataGridView dataGridView1;
  185.         private System.Windows.Forms.StatusStrip statusStrip1;
  186.         private System.Windows.Forms.MenuStrip menuStrip1;
  187.         private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
  188.         private System.Windows.Forms.ToolStripMenuItem 菜单ToolStripMenuItem;
  189.         private System.Windows.Forms.ListBox listBox1;
  190.         private System.Windows.Forms.PictureBox pictureBox1;
  191.         private System.Windows.Forms.Button button2;
  192.     }
  193. }