FrmAbout.Designer.cs
上传用户:sxsgcs
上传日期:2013-10-21
资源大小:110k
文件大小:3k
- namespace DrawTools
- {
- partial class FrmAbout
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout));
- this.lblText = new System.Windows.Forms.Label();
- this.btnOK = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // lblText
- //
- this.lblText.Location = new System.Drawing.Point(25, 15);
- this.lblText.Name = "lblText";
- this.lblText.Size = new System.Drawing.Size(203, 77);
- this.lblText.TabIndex = 0;
- this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(90, 109);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(77, 26);
- this.btnOK.TabIndex = 1;
- this.btnOK.Text = "OK";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // FrmAbout
- //
- this.AcceptButton = this.btnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(252, 150);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.lblText);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmAbout";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "About Draw Tools";
- this.Load += new System.EventHandler(this.FrmAbout_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label lblText;
- private System.Windows.Forms.Button btnOK;
- }
- }