12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- namespace Client
- {
- partial class CMain
- {
- /// <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(CMain));
- this.SuspendLayout();
- //
- // CMain
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1024, 768);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "CMain";
- this.Text = "MIR3 1.45重制版,微信公众号 :新传3";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CMain_FormClosing);
- this.Load += new System.EventHandler(this.CMain_Load);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|