123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- namespace NetworkDiscovery
- {
- partial class Form_About
- {
- /// <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()
- {
- this.SuspendLayout();
- //
- // Form_About
- //
- this.Icon = NetworkDiscovery.Properties.Resources.icon;
- this.ClientSize = new System.Drawing.Size(484, 462);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.MaximizeBox = false;
- this.Name = "Form_About";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Network Discovery (ROTEK)";
- this.Load += new System.EventHandler(this.Form2_Load);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|