12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- namespace IntelligentControlForsx.Template
- {
- partial class TemplateForm
- {
-
-
-
- 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.SuspendLayout();
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1920, 1080);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "TemplateForm";
- this.Opacity = 0D;
- this.Text = "TemplateForm";
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|