Form1.Designer.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:9k
- namespace 皮肤
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
- this.button1 = new System.Windows.Forms.Button();
- this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.菜单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.button2 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.menuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // skinEngine1
- //
- this.skinEngine1.SerialNumber = "";
- this.skinEngine1.SkinFile = null;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(301, 41);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- //
- // checkedListBox1
- //
- this.checkedListBox1.FormattingEnabled = true;
- this.checkedListBox1.Location = new System.Drawing.Point(12, 41);
- this.checkedListBox1.Name = "checkedListBox1";
- this.checkedListBox1.Size = new System.Drawing.Size(120, 84);
- this.checkedListBox1.TabIndex = 1;
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(138, 41);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(121, 20);
- this.comboBox1.TabIndex = 2;
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(254, 89);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(95, 16);
- this.radioButton1.TabIndex = 3;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "radioButton1";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(96, 154);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(240, 150);
- this.dataGridView1.TabIndex = 4;
- //
- // statusStrip1
- //
- this.statusStrip1.Location = new System.Drawing.Point(0, 331);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(431, 22);
- this.statusStrip1.TabIndex = 5;
- this.statusStrip1.Text = "statusStrip1";
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.文件ToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(431, 24);
- this.menuStrip1.TabIndex = 6;
- this.menuStrip1.Text = "menuStrip1";
- //
- // 文件ToolStripMenuItem
- //
- this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.菜单ToolStripMenuItem});
- this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
- this.文件ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
- this.文件ToolStripMenuItem.Text = "文件";
- //
- // 菜单ToolStripMenuItem
- //
- this.菜单ToolStripMenuItem.Name = "菜单ToolStripMenuItem";
- this.菜单ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
- this.菜单ToolStripMenuItem.Text = "菜单";
- //
- // listBox1
- //
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 12;
- this.listBox1.Location = new System.Drawing.Point(12, 164);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(120, 88);
- this.listBox1.TabIndex = 7;
- //
- // pictureBox1
- //
- this.pictureBox1.Location = new System.Drawing.Point(191, 123);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(100, 50);
- this.pictureBox1.TabIndex = 8;
- this.pictureBox1.TabStop = false;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(300, 123);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(119, 194);
- this.button2.TabIndex = 9;
- this.button2.Text = "button2";
- this.button2.UseVisualStyleBackColor = true;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(431, 353);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.listBox1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.menuStrip1);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.radioButton1);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.checkedListBox1);
- this.Controls.Add(this.button1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "Form1";
- this.Text = "Form1";
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Sunisoft.IrisSkin.SkinEngine skinEngine1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.CheckedListBox checkedListBox1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 菜单ToolStripMenuItem;
- private System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button2;
- }
- }