Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
FrmAbout.Designer.cs
Package: DrawTools2005.rar [view]
Upload User: sxsgcs
Upload Date: 2013-10-21
Package Size: 110k
Code Size: 3k
Category:
CAD
Development Platform:
C#
- 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;
- }
- }