123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- namespace IntelligentControlForsx.Test
- {
- partial class MainTest
- {
- /// <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.components = new System.ComponentModel.Container();
- this.plStructure = new System.Windows.Forms.Panel();
- this.plLoad = new System.Windows.Forms.Panel();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.plOther = new System.Windows.Forms.Panel();
- this.btnShow1 = new System.Windows.Forms.Button();
- this.btnShow2 = new System.Windows.Forms.Button();
- this.btnShow3 = new System.Windows.Forms.Button();
- this.btnGetAllControl = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // plStructure
- //
- this.plStructure.Location = new System.Drawing.Point(122, 84);
- this.plStructure.Name = "plStructure";
- this.plStructure.Size = new System.Drawing.Size(377, 131);
- this.plStructure.TabIndex = 0;
- //
- // plLoad
- //
- this.plLoad.Location = new System.Drawing.Point(122, 259);
- this.plLoad.Name = "plLoad";
- this.plLoad.Size = new System.Drawing.Size(377, 131);
- this.plLoad.TabIndex = 1;
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 10000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // plOther
- //
- this.plOther.Location = new System.Drawing.Point(122, 427);
- this.plOther.Name = "plOther";
- this.plOther.Size = new System.Drawing.Size(377, 131);
- this.plOther.TabIndex = 2;
- //
- // btnShow1
- //
- this.btnShow1.Location = new System.Drawing.Point(611, 120);
- this.btnShow1.Name = "btnShow1";
- this.btnShow1.Size = new System.Drawing.Size(75, 23);
- this.btnShow1.TabIndex = 3;
- this.btnShow1.Text = "显示1";
- this.btnShow1.UseVisualStyleBackColor = true;
- this.btnShow1.Click += new System.EventHandler(this.btnShow1_Click);
- //
- // btnShow2
- //
- this.btnShow2.Location = new System.Drawing.Point(611, 316);
- this.btnShow2.Name = "btnShow2";
- this.btnShow2.Size = new System.Drawing.Size(75, 23);
- this.btnShow2.TabIndex = 4;
- this.btnShow2.Text = "显示2";
- this.btnShow2.UseVisualStyleBackColor = true;
- this.btnShow2.Click += new System.EventHandler(this.btnShow2_Click);
- //
- // btnShow3
- //
- this.btnShow3.Location = new System.Drawing.Point(611, 473);
- this.btnShow3.Name = "btnShow3";
- this.btnShow3.Size = new System.Drawing.Size(75, 23);
- this.btnShow3.TabIndex = 5;
- this.btnShow3.Text = "显示3";
- this.btnShow3.UseVisualStyleBackColor = true;
- this.btnShow3.Click += new System.EventHandler(this.btnShow3_Click);
- //
- // btnGetAllControl
- //
- this.btnGetAllControl.Location = new System.Drawing.Point(816, 316);
- this.btnGetAllControl.Name = "btnGetAllControl";
- this.btnGetAllControl.Size = new System.Drawing.Size(130, 23);
- this.btnGetAllControl.TabIndex = 6;
- this.btnGetAllControl.Text = "获取所有控件";
- this.btnGetAllControl.UseVisualStyleBackColor = true;
- this.btnGetAllControl.Click += new System.EventHandler(this.btnGetAllControl_Click);
- //
- // MainTest
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1184, 861);
- this.Controls.Add(this.btnGetAllControl);
- this.Controls.Add(this.btnShow3);
- this.Controls.Add(this.btnShow2);
- this.Controls.Add(this.btnShow1);
- this.Controls.Add(this.plOther);
- this.Controls.Add(this.plLoad);
- this.Controls.Add(this.plStructure);
- this.Name = "MainTest";
- this.Text = "MainTest";
- this.Load += new System.EventHandler(this.MainTest_Load);
- this.Shown += new System.EventHandler(this.MainTest_Shown);
- this.ResumeLayout(false);
- }
- #endregion
- private MyControls.Bottom bottomTest1;
- private System.Windows.Forms.Panel plStructure;
- private System.Windows.Forms.Panel plLoad;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Panel plOther;
- private System.Windows.Forms.Button btnShow1;
- private System.Windows.Forms.Button btnShow2;
- private System.Windows.Forms.Button btnShow3;
- private System.Windows.Forms.Button btnGetAllControl;
- }
- }
|