| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- namespace Y.Test.Views
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.ChineseCalendarForm = new System.Windows.Forms.Button();
- this.TestComputerInfoForm = new System.Windows.Forms.Button();
- this.TestUpdateForm = new System.Windows.Forms.Button();
- this.TestPackForm = new System.Windows.Forms.Button();
- this.TestIconGroupForm = new System.Windows.Forms.Button();
- this.TestShadowForm = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // ChineseCalendarForm
- //
- this.ChineseCalendarForm.Location = new System.Drawing.Point(12, 12);
- this.ChineseCalendarForm.Name = "ChineseCalendarForm";
- this.ChineseCalendarForm.Size = new System.Drawing.Size(262, 23);
- this.ChineseCalendarForm.TabIndex = 0;
- this.ChineseCalendarForm.Text = "ChineseCalendarForm";
- this.ChineseCalendarForm.UseVisualStyleBackColor = true;
- this.ChineseCalendarForm.Click += new System.EventHandler(this.ChineseCalendarForm_Click);
- //
- // TestComputerInfoForm
- //
- this.TestComputerInfoForm.Location = new System.Drawing.Point(12, 41);
- this.TestComputerInfoForm.Name = "TestComputerInfoForm";
- this.TestComputerInfoForm.Size = new System.Drawing.Size(262, 23);
- this.TestComputerInfoForm.TabIndex = 1;
- this.TestComputerInfoForm.Text = "TestComputerInfoForm";
- this.TestComputerInfoForm.UseVisualStyleBackColor = true;
- this.TestComputerInfoForm.Click += new System.EventHandler(this.TestComputerInfoForm_Click);
- //
- // TestUpdateForm
- //
- this.TestUpdateForm.Location = new System.Drawing.Point(12, 70);
- this.TestUpdateForm.Name = "TestUpdateForm";
- this.TestUpdateForm.Size = new System.Drawing.Size(262, 23);
- this.TestUpdateForm.TabIndex = 2;
- this.TestUpdateForm.Text = "TestUpdateForm";
- this.TestUpdateForm.UseVisualStyleBackColor = true;
- this.TestUpdateForm.Click += new System.EventHandler(this.TestUpdateForm_Click);
- //
- // TestPackForm
- //
- this.TestPackForm.Location = new System.Drawing.Point(12, 99);
- this.TestPackForm.Name = "TestPackForm";
- this.TestPackForm.Size = new System.Drawing.Size(262, 23);
- this.TestPackForm.TabIndex = 3;
- this.TestPackForm.Text = "TestPackForm";
- this.TestPackForm.UseVisualStyleBackColor = true;
- this.TestPackForm.Click += new System.EventHandler(this.TestPackForm_Click);
- //
- // TestIconGroupForm
- //
- this.TestIconGroupForm.Location = new System.Drawing.Point(12, 128);
- this.TestIconGroupForm.Name = "TestIconGroupForm";
- this.TestIconGroupForm.Size = new System.Drawing.Size(262, 23);
- this.TestIconGroupForm.TabIndex = 4;
- this.TestIconGroupForm.Text = "TestIconGroupForm";
- this.TestIconGroupForm.UseVisualStyleBackColor = true;
- this.TestIconGroupForm.Click += new System.EventHandler(this.TestIconGroupForm_Click);
- //
- // TestShadowForm
- //
- this.TestShadowForm.Location = new System.Drawing.Point(12, 157);
- this.TestShadowForm.Name = "TestShadowForm";
- this.TestShadowForm.Size = new System.Drawing.Size(262, 23);
- this.TestShadowForm.TabIndex = 5;
- this.TestShadowForm.Text = "TestShadowForm";
- this.TestShadowForm.UseVisualStyleBackColor = true;
- this.TestShadowForm.Click += new System.EventHandler(this.TestShadowForm_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(564, 427);
- this.Controls.Add(this.TestShadowForm);
- this.Controls.Add(this.TestIconGroupForm);
- this.Controls.Add(this.TestPackForm);
- this.Controls.Add(this.TestUpdateForm);
- this.Controls.Add(this.TestComputerInfoForm);
- this.Controls.Add(this.ChineseCalendarForm);
- this.Name = "MainForm";
- this.Text = "MainForm";
- this.Load += new System.EventHandler(this.MainForm_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button ChineseCalendarForm;
- private System.Windows.Forms.Button TestComputerInfoForm;
- private System.Windows.Forms.Button TestUpdateForm;
- private System.Windows.Forms.Button TestPackForm;
- private System.Windows.Forms.Button TestIconGroupForm;
- private System.Windows.Forms.Button TestShadowForm;
- }
- }
|