| | |
| | | this.lblOperator = new System.Windows.Forms.Label(); |
| | | this.stStripHint = new System.Windows.Forms.StatusStrip(); |
| | | this.tsslError = new System.Windows.Forms.ToolStripStatusLabel(); |
| | | this.button1 = new System.Windows.Forms.Button(); |
| | | this.contextMenuStrip1.SuspendLayout(); |
| | | this.plImage.SuspendLayout(); |
| | | this.tscEditLocation.ContentPanel.SuspendLayout(); |
| | |
| | | this.tsslError.Size = new System.Drawing.Size(131, 17); |
| | | this.tsslError.Text = "toolStripStatusLabel1"; |
| | | // |
| | | // button1 |
| | | // |
| | | this.button1.Location = new System.Drawing.Point(591, 13); |
| | | this.button1.Name = "button1"; |
| | | this.button1.Size = new System.Drawing.Size(75, 23); |
| | | this.button1.TabIndex = 8; |
| | | this.button1.Text = "button1"; |
| | | this.button1.UseVisualStyleBackColor = true; |
| | | this.button1.Visible = false; |
| | | this.button1.Click += new System.EventHandler(this.button1_Click); |
| | | // |
| | | // M071_MainForm |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1069, 351); |
| | | this.Controls.Add(this.button1); |
| | | this.Controls.Add(this.stStripHint); |
| | | this.Controls.Add(this.lblOperator); |
| | | this.Controls.Add(this.btnReset); |
| | |
| | | private System.Windows.Forms.Label lblOperator; |
| | | private System.Windows.Forms.StatusStrip stStripHint; |
| | | private System.Windows.Forms.ToolStripStatusLabel tsslError; |
| | | private System.Windows.Forms.Button button1; |
| | | } |
| | | } |