namespace ERPClient { partial class FrmAbount { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbount)); this.picAbout = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.picAbout)).BeginInit(); this.SuspendLayout(); // // picAbout // this.picAbout.Dock = System.Windows.Forms.DockStyle.Fill; this.picAbout.Image = ((System.Drawing.Image)(resources.GetObject("picAbout.Image"))); this.picAbout.Location = new System.Drawing.Point(0, 0); this.picAbout.Name = "picAbout"; this.picAbout.Size = new System.Drawing.Size(567, 313); this.picAbout.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picAbout.TabIndex = 1; this.picAbout.TabStop = false; // // FrmAbount // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(567, 313); this.Controls.Add(this.picAbout); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FrmAbount"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "关于朗速ERP3.0"; this.Load += new System.EventHandler(this.FrmAbount_Load); ((System.ComponentModel.ISupportInitialize)(this.picAbout)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picAbout; } }