1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- namespace LYFZ.ComponentLibrary
- {
- partial class frmSystemAbout
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- this.plFormMainContent.SuspendLayout();
- this.SuspendLayout();
-
-
-
- this.btnAppFormExit.Location = new System.Drawing.Point(568, 0);
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(600, 400);
- this.Name = "frmSystemAbout";
- this.Text = "frmSystemAbout";
- this.TitleBgImageHeight = 100;
- this.plFormMainContent.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|