Example #1
0
        public void Dispose()
        {
            if (Yanesdk.System.Platform.IsWindows)
            {
                if (isClickOnlyOnForm)
                {
                    // Disposeを二重に呼び出されたときに2重解放になるのを防止する
                    isClickOnlyOnForm = false;

                    if (userForm != null)
                    {
                        userForm.Activated  -= new global::System.EventHandler(this.Activated);
                        userForm.Deactivate -= new global::System.EventHandler(this.Deactivated);
                        userForm             = null;
                    }
                    if (userControl != null)
                    {
                        userControl.MouseEnter -= new global::System.EventHandler(this.Activated);
                        userControl.MouseLeave -= new global::System.EventHandler(this.Deactivated);
                        userControl             = null;
                    }
                }
                else
                {
                    userForm    = null;
                    userControl = null;
                }
            }
        }
Example #2
0
 private void InitializeComponent()
 {
     this.p = new global::System.Windows.Forms.PictureBox();
     ((global::System.ComponentModel.ISupportInitialize) this.p).BeginInit();
     this.SuspendLayout();
     this.p.Cursor = global::System.Windows.Forms.Cursors.Hand;
     this.p.Dock   = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control p        = this.p;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 0);
     p.Location  = location;
     this.p.Name = "p";
     global::System.Windows.Forms.Control p2   = this.p;
     global::System.Drawing.Size          size = new global::System.Drawing.Size(268, 130);
     p2.Size         = size;
     this.p.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.p.TabIndex = 0;
     this.p.TabStop  = false;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(268, 130);
     this.ClientSize = size;
     this.Controls.Add(this.p);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "notf";
     this.Opacity         = 0.8;
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "notf";
     this.TopMost         = true;
     this.TransparencyKey = global::System.Drawing.Color.Transparent;
     ((global::System.ComponentModel.ISupportInitialize) this.p).EndInit();
     this.ResumeLayout(false);
 }
        public XnaControlGame(IntPtr handle,
                              global::System.Windows.Forms.Form parentForm,
                              global::System.Windows.Forms.Control surfaceControl)
        {
            //graphics = new GraphicsDeviceManager(this);
            //graphics.GraphicsProfile = GraphicsProfile.Reach;
            Content.RootDirectory = "C:/Users/user/source/repos/cs/Games/TrainCollapse/TrainCollapse/Content";

            this.parentForm = parentForm;
            this.controlXna = surfaceControl;

            //gameForm = System.Windows.Forms.Control.FromHandle(this.Window.Handle);
            //gameForm.VisibleChanged += new EventHandler(gameForm_VisibleChanged);
            //controlXna.SizeChanged += new EventHandler(pictureBox_SizeChanged);

            // preparing device settings handler.
            _XnaDrawingSurface  = handle;
            Mouse.WindowHandle  = handle;
            this.IsMouseVisible = true;

            //graphics.PreparingDeviceSettings += OnPreparingDeviceSettings;
            //GraphicsDevice..PreferredBackBufferWidth = 720;
            //GraphicsDevice.PreferredBackBufferHeight = 720;

            parentForm.FormClosed += delegate(object sender, global::System.Windows.Forms.FormClosedEventArgs e)
            {
                this.Exit();
                Application.Exit();
            };
        }
 private void InitializeComponent()
 {
     this.Label1 = new global::System.Windows.Forms.Label();
     this.SuspendLayout();
     this.Label1.AutoSize = true;
     this.Label1.Font     = new global::System.Drawing.Font("黑体", 12f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     global::System.Windows.Forms.Control label    = this.Label1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(22, 24);
     label.Location   = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label2 = this.Label1;
     global::System.Drawing.Size          size   = new global::System.Drawing.Size(56, 16);
     label2.Size                = size;
     this.Label1.TabIndex       = 0;
     this.Label1.Text           = "Label1";
     this.AutoScaleMode         = global::System.Windows.Forms.AutoScaleMode.None;
     this.BackColor             = global::System.Drawing.Color.DimGray;
     this.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Center;
     size            = new global::System.Drawing.Size(391, 197);
     this.ClientSize = size;
     this.Controls.Add(this.Label1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Logo_Frm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.TopMost         = true;
     this.TransparencyKey = global::System.Drawing.Color.DimGray;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.SuspendLayout();
     global::System.Windows.Forms.Control textBox  = this.TextBox1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(-1, 0);
     textBox.Location         = location;
     this.TextBox1.Multiline  = true;
     this.TextBox1.Name       = "TextBox1";
     this.TextBox1.ScrollBars = global::System.Windows.Forms.ScrollBars.Vertical;
     global::System.Windows.Forms.Control textBox2 = this.TextBox1;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(10, 10);
     textBox2.Size          = size;
     this.TextBox1.TabIndex = 0;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(10, 10);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.Opacity         = 0.0;
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.WindowState     = global::System.Windows.Forms.FormWindowState.Minimized;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmHelp));
     this.RichTextBox1 = new global::System.Windows.Forms.RichTextBox();
     this.SuspendLayout();
     this.RichTextBox1.Dock = global::System.Windows.Forms.DockStyle.Fill;
     this.RichTextBox1.Font = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     global::System.Windows.Forms.Control arg_5A_0 = this.RichTextBox1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 0);
     arg_5A_0.Location          = location;
     this.RichTextBox1.Name     = "RichTextBox1";
     this.RichTextBox1.ReadOnly = true;
     global::System.Windows.Forms.Control arg_93_0 = this.RichTextBox1;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(315, 372);
     arg_93_0.Size = size;
     this.RichTextBox1.TabIndex = 2;
     this.RichTextBox1.Text     = componentResourceManager.GetString("RichTextBox1.Text");
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(315, 372);
     this.ClientSize = size;
     this.Controls.Add(this.RichTextBox1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Destek";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Support";
     this.ResumeLayout(false);
 }
Example #7
0
 private void InitializeComponent()
 {
     this.Sendbox  = new global::System.Windows.Forms.TextBox();
     this.Recv     = new global::System.Windows.Forms.TextBox();
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.SuspendLayout();
     this.Sendbox.Dock = global::System.Windows.Forms.DockStyle.Bottom;
     global::System.Windows.Forms.Control sendbox  = this.Sendbox;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 201);
     sendbox.Location  = location;
     this.Sendbox.Name = "Sendbox";
     global::System.Windows.Forms.Control sendbox2 = this.Sendbox;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(441, 20);
     sendbox2.Size         = size;
     this.Sendbox.TabIndex = 11;
     this.Recv.BackColor   = global::System.Drawing.SystemColors.MenuText;
     this.Recv.Dock        = global::System.Windows.Forms.DockStyle.Top;
     this.Recv.Font        = new global::System.Drawing.Font("Tahoma", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.Recv.ForeColor   = global::System.Drawing.Color.Lime;
     global::System.Windows.Forms.Control recv = this.Recv;
     location             = new global::System.Drawing.Point(0, 0);
     recv.Location        = location;
     this.Recv.Multiline  = true;
     this.Recv.Name       = "Recv";
     this.Recv.ReadOnly   = true;
     this.Recv.ScrollBars = global::System.Windows.Forms.ScrollBars.Vertical;
     global::System.Windows.Forms.Control recv2 = this.Recv;
     size               = new global::System.Drawing.Size(441, 207);
     recv2.Size         = size;
     this.Recv.TabIndex = 10;
     this.Recv.TabStop  = false;
     global::System.Windows.Forms.Control textBox = this.TextBox1;
     location           = new global::System.Drawing.Point(123, 270);
     textBox.Location   = location;
     this.TextBox1.Name = "TextBox1";
     global::System.Windows.Forms.Control textBox2 = this.TextBox1;
     size                   = new global::System.Drawing.Size(194, 20);
     textBox2.Size          = size;
     this.TextBox1.TabIndex = 12;
     this.TextBox1.Visible  = false;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(441, 221);
     this.ClientSize = size;
     this.ControlBox = false;
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Sendbox);
     this.Controls.Add(this.Recv);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "Form3";
     this.ShowIcon        = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Chat";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #8
0
        /// <summary>
        /// Windowsプラットフォームの場合は、UserControlを渡して、そのUserControlに
        /// 対するマウス位置を取得できる
        /// </summary>
        /// <remarks>
        /// onlyOnControl == trueであれば、このControl上でマウスが押されたときしか
        /// このクラスはマウスボタンが押されたと認識しない。
        /// </remarks>
        /// <param name="control"></param>
        public MouseInput(global::System.Windows.Forms.Control control, bool onlyOnControl)
        {
            // Windows専用の機能
            if (Yanesdk.System.Platform.PlatformID != Yanesdk.System.PlatformID.Windows)
            {
                throw new YanesdkException(YanesdkResult.NotImplemented);
            }

            Init(control, onlyOnControl);
        }
 private void InitializeComponent()
 {
     this.Button1  = new global::System.Windows.Forms.Button();
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.TextBox2 = new global::System.Windows.Forms.TextBox();
     this.SuspendLayout();
     global::System.Windows.Forms.Control button   = this.Button1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(713, 415);
     button.Location   = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button2 = this.Button1;
     global::System.Drawing.Size          size    = new global::System.Drawing.Size(75, 23);
     button2.Size          = size;
     this.Button1.TabIndex = 0;
     this.Button1.Text     = "Send";
     this.Button1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control textBox = this.TextBox1;
     location           = new global::System.Drawing.Point(12, 417);
     textBox.Location   = location;
     this.TextBox1.Name = "TextBox1";
     global::System.Windows.Forms.Control textBox2 = this.TextBox1;
     size                   = new global::System.Drawing.Size(695, 20);
     textBox2.Size          = size;
     this.TextBox1.TabIndex = 1;
     global::System.Windows.Forms.Control textBox3 = this.TextBox2;
     location                = new global::System.Drawing.Point(12, 12);
     textBox3.Location       = location;
     this.TextBox2.Multiline = true;
     this.TextBox2.Name      = "TextBox2";
     global::System.Windows.Forms.Control textBox4 = this.TextBox2;
     size                   = new global::System.Drawing.Size(776, 397);
     textBox4.Size          = size;
     this.TextBox2.TabIndex = 2;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(800, 450);
     this.ClientSize = size;
     this.ControlBox = false;
     this.Controls.Add(this.TextBox2);
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Button1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RemoteChat";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Chat";
     this.TopMost         = true;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmNotification));
     this.Button10 = new global::System.Windows.Forms.Button();
     this.Pp1      = new global::NINGALINET.Pp1();
     ((global::System.ComponentModel.ISupportInitialize) this.Pp1).BeginInit();
     this.SuspendLayout();
     this.Button10.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.Cursor    = global::System.Windows.Forms.Cursors.Hand;
     this.Button10.FlatAppearance.BorderColor        = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.FlatAppearance.BorderSize         = 0;
     this.Button10.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(192, 0, 0);
     this.Button10.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(192, 0, 0);
     this.Button10.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button10.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button10.Image");
     global::System.Windows.Forms.Control arg_F8_0 = this.Button10;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(1, 1);
     arg_F8_0.Location  = location;
     this.Button10.Name = "Button10";
     global::System.Windows.Forms.Control arg_11F_0 = this.Button10;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(60, 76);
     arg_11F_0.Size          = size;
     this.Button10.TabIndex  = 50;
     this.Button10.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button10.UseVisualStyleBackColor = false;
     this.Pp1.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     global::System.Windows.Forms.Control arg_171_0 = this.Pp1;
     location           = new global::System.Drawing.Point(61, 1);
     arg_171_0.Location = location;
     this.Pp1.Name      = "Pp1";
     global::System.Windows.Forms.Control arg_19B_0 = this.Pp1;
     size              = new global::System.Drawing.Size(211, 76);
     arg_19B_0.Size    = size;
     this.Pp1.TabIndex = 51;
     this.Pp1.TabStop  = false;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.RoyalBlue;
     size            = new global::System.Drawing.Size(272, 77);
     this.ClientSize = size;
     this.Controls.Add(this.Pp1);
     this.Controls.Add(this.Button10);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmNotification";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "FrmNotification";
     this.TopMost         = true;
     this.TransparencyKey = global::System.Drawing.Color.Fuchsia;
     ((global::System.ComponentModel.ISupportInitialize) this.Pp1).EndInit();
     this.ResumeLayout(false);
 }
Example #11
0
 public void RedrawControlAsBitmap(IntPtr hwnd)
 {
     global::System.Windows.Forms.Control c = global::System.Windows.Forms.Control.FromHandle(hwnd);
     using (Bitmap bm = new Bitmap(c.Width, c.Height))
     {
         c.DrawToBitmap(bm, c.ClientRectangle);
         using (Graphics g = c.CreateGraphics())
         {
             Point p = new Point(-1, -1);
             g.DrawImage(bm, p);
         }
     }
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Black_Ops_FF_Viewer.Form2));
     this.FileName = new global::System.Windows.Forms.TextBox();
     this.Button1  = new global::System.Windows.Forms.Button();
     this.Button2  = new global::System.Windows.Forms.Button();
     this.SuspendLayout();
     global::System.Windows.Forms.Control fileName = this.FileName;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(12, 12);
     fileName.Location  = location;
     this.FileName.Name = "FileName";
     global::System.Windows.Forms.Control fileName2 = this.FileName;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(320, 20);
     fileName2.Size         = size;
     this.FileName.TabIndex = 0;
     global::System.Windows.Forms.Control button = this.Button1;
     location          = new global::System.Drawing.Point(186, 38);
     button.Location   = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button2 = this.Button1;
     size                  = new global::System.Drawing.Size(70, 22);
     button2.Size          = size;
     this.Button1.TabIndex = 1;
     this.Button1.Text     = "OK";
     this.Button1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button3 = this.Button2;
     location          = new global::System.Drawing.Point(262, 38);
     button3.Location  = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button4 = this.Button2;
     size                  = new global::System.Drawing.Size(70, 22);
     button4.Size          = size;
     this.Button2.TabIndex = 2;
     this.Button2.Text     = "Cancel";
     this.Button2.UseVisualStyleBackColor = true;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(344, 67);
     this.ClientSize = size;
     this.Controls.Add(this.Button2);
     this.Controls.Add(this.Button1);
     this.Controls.Add(this.FileName);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.Name            = "Form2";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Rename";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmEditHost));
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.Button1  = new global::System.Windows.Forms.Button();
     this.SuspendLayout();
     this.TextBox1.BackColor   = global::System.Drawing.Color.FromArgb(40, 40, 40);
     this.TextBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.TextBox1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.TextBox1.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_7A_0 = this.TextBox1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 0);
     arg_7A_0.Location       = location;
     this.TextBox1.Multiline = true;
     this.TextBox1.Name      = "TextBox1";
     global::System.Windows.Forms.Control arg_B3_0 = this.TextBox1;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(534, 320);
     arg_B3_0.Size           = size;
     this.TextBox1.TabIndex  = 8;
     this.Button1.BackColor  = global::System.Drawing.Color.FromArgb(20, 20, 20);
     this.Button1.Dock       = global::System.Windows.Forms.DockStyle.Bottom;
     this.Button1.FlatStyle  = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button1.Image      = (global::System.Drawing.Image)componentResourceManager.GetObject("Button1.Image");
     this.Button1.ImageAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control arg_12E_0 = this.Button1;
     location           = new global::System.Drawing.Point(0, 320);
     arg_12E_0.Location = location;
     this.Button1.Name  = "Button1";
     global::System.Windows.Forms.Control arg_158_0 = this.Button1;
     size                  = new global::System.Drawing.Size(534, 27);
     arg_158_0.Size        = size;
     this.Button1.TabIndex = 7;
     this.Button1.Text     = "Save";
     this.Button1.UseVisualStyleBackColor = false;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 14f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(534, 347);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Button1);
     this.Font          = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
     this.Name          = "FrmEditHost";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmEditHost";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.Button1  = new global::System.Windows.Forms.Button();
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.SuspendLayout();
     this.Button1.BackColor = global::System.Drawing.Color.FromArgb(20, 20, 20);
     this.Button1.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.Button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     global::System.Windows.Forms.Control arg_5E_0 = this.Button1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 338);
     arg_5E_0.Location = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control arg_88_0 = this.Button1;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(524, 25);
     arg_88_0.Size         = size;
     this.Button1.TabIndex = 4;
     this.Button1.Text     = "Run";
     this.Button1.UseVisualStyleBackColor = false;
     this.TextBox1.BackColor   = global::System.Drawing.Color.FromArgb(40, 40, 40);
     this.TextBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.TextBox1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.TextBox1.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_103_0 = this.TextBox1;
     location                = new global::System.Drawing.Point(0, 0);
     arg_103_0.Location      = location;
     this.TextBox1.Multiline = true;
     this.TextBox1.Name      = "TextBox1";
     global::System.Windows.Forms.Control arg_13C_0 = this.TextBox1;
     size                   = new global::System.Drawing.Size(524, 338);
     arg_13C_0.Size         = size;
     this.TextBox1.TabIndex = 6;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 14f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(524, 363);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Button1);
     this.Font          = new global::System.Drawing.Font("Arial", 8.25f);
     this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
     this.Name          = "FrmScript";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Script";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #15
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     this.T2         = new global::System.Windows.Forms.TextBox();
     this.T1         = new global::System.Windows.Forms.RichTextBox();
     this.Timer1     = new global::System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     this.T2.BackColor   = global::System.Drawing.Color.Black;
     this.T2.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.T2.Dock        = global::System.Windows.Forms.DockStyle.Bottom;
     this.T2.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_84_0 = this.T2;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 342);
     arg_84_0.Location = location;
     this.T2.Name      = "T2";
     global::System.Windows.Forms.Control arg_AE_0 = this.T2;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(584, 20);
     arg_AE_0.Size       = size;
     this.T2.TabIndex    = 0;
     this.T1.BackColor   = global::System.Drawing.Color.Black;
     this.T1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.T1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.T1.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_107_0 = this.T1;
     location           = new global::System.Drawing.Point(0, 0);
     arg_107_0.Location = location;
     this.T1.Name       = "T1";
     global::System.Windows.Forms.Control arg_134_0 = this.T1;
     size             = new global::System.Drawing.Size(584, 342);
     arg_134_0.Size   = size;
     this.T1.TabIndex = 1;
     this.T1.Text     = global::NINGALINET.My.Resources.Resources.notf;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(584, 362);
     this.ClientSize = size;
     this.Controls.Add(this.T1);
     this.Controls.Add(this.T2);
     this.Name          = "FrmShell";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "shl";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #16
0
 private void InitializeComponent()
 {
     this.ListView1 = new global::System.Windows.Forms.ListView();
     this.Button1   = new global::System.Windows.Forms.Button();
     this.SuspendLayout();
     this.ListView1.FullRowSelect = true;
     this.ListView1.GridLines     = true;
     global::System.Windows.Forms.Control listView = this.ListView1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(12, 12);
     listView.Location   = location;
     this.ListView1.Name = "ListView1";
     global::System.Windows.Forms.Control listView2 = this.ListView1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(153, 242);
     listView2.Size          = size;
     this.ListView1.TabIndex = 0;
     this.ListView1.UseCompatibleStateImageBehavior = false;
     this.ListView1.View = global::System.Windows.Forms.View.List;
     global::System.Windows.Forms.Control button = this.Button1;
     location          = new global::System.Drawing.Point(195, 12);
     button.Location   = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button2 = this.Button1;
     size                  = new global::System.Drawing.Size(85, 25);
     button2.Size          = size;
     this.Button1.TabIndex = 1;
     this.Button1.Text     = "Button1";
     this.Button1.UseVisualStyleBackColor = true;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(292, 266);
     this.ClientSize = size;
     this.Controls.Add(this.Button1);
     this.Controls.Add(this.ListView1);
     this.Name = "BlockYin";
     this.Text = " ";
     this.ResumeLayout(false);
 }
Example #17
0
        /// <summary>
        /// あとからforcusのあるcontrolを変更したいときに用いる
        /// </summary>
        /// <param name="form"></param>
        /// <param name="onlyOnControl"></param>
        public void Init(global::System.Windows.Forms.Control control, bool onlyOnControl)
        {
            Dispose();
            Reset();
            userControl = control;

            this.isClickOnlyOnForm = onlyOnControl;

            if (onlyOnControl)
            {
                //  マウスカーソルが入力フォーカスのあるControl,Formの外にあるのかを
                //  判定するために入力をhookする。
                control.MouseEnter += new global::System.EventHandler(this.Activated);
                control.MouseLeave += new global::System.EventHandler(this.Deactivated);

                // とりあえずはこいつを初期値としよう
                isActivated = !IsMouseOutOfForm;
            }
            else
            {
                isActivated = true;
            }
        }
Example #18
0
 private void InitializeComponent()
 {
     this.components      = new global::System.ComponentModel.Container();
     this.Timer1          = new global::System.Windows.Forms.Timer(this.components);
     this.T1              = new global::System.Windows.Forms.RichTextBox();
     this.T2              = new global::System.Windows.Forms.TextBox();
     this.SplitContainer1 = new global::System.Windows.Forms.SplitContainer();
     this.SplitContainer1.Panel1.SuspendLayout();
     this.SplitContainer1.Panel2.SuspendLayout();
     this.SplitContainer1.SuspendLayout();
     this.SuspendLayout();
     this.T1.BackColor   = global::System.Drawing.Color.Black;
     this.T1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.T1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.T1.Font        = new global::System.Drawing.Font("Arial", 8.25f);
     this.T1.ForeColor   = global::System.Drawing.Color.RoyalBlue;
     global::System.Windows.Forms.Control arg_D0_0 = this.T1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 0);
     arg_D0_0.Location = location;
     this.T1.Name      = "T1";
     this.T1.ReadOnly  = true;
     global::System.Windows.Forms.Control arg_109_0 = this.T1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(388, 236);
     arg_109_0.Size      = size;
     this.T1.TabIndex    = 3;
     this.T1.Text        = global::NINGALINET.My.Resources.Resources.notf;
     this.T2.BackColor   = global::System.Drawing.Color.Black;
     this.T2.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.T2.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.T2.Font        = new global::System.Drawing.Font("Arial", 8.25f);
     this.T2.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_18C_0 = this.T2;
     location           = new global::System.Drawing.Point(0, 0);
     arg_18C_0.Location = location;
     this.T2.Multiline  = true;
     this.T2.Name       = "T2";
     global::System.Windows.Forms.Control arg_1C2_0 = this.T2;
     size             = new global::System.Drawing.Size(388, 29);
     arg_1C2_0.Size   = size;
     this.T2.TabIndex = 0;
     this.SplitContainer1.BackColor   = global::System.Drawing.Color.WhiteSmoke;
     this.SplitContainer1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.SplitContainer1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control arg_20B_0 = this.SplitContainer1;
     location                         = new global::System.Drawing.Point(0, 0);
     arg_20B_0.Location               = location;
     this.SplitContainer1.Name        = "SplitContainer1";
     this.SplitContainer1.Orientation = global::System.Windows.Forms.Orientation.Horizontal;
     this.SplitContainer1.Panel1.Controls.Add(this.T1);
     this.SplitContainer1.Panel2.BackColor = global::System.Drawing.Color.DimGray;
     this.SplitContainer1.Panel2.Controls.Add(this.T2);
     global::System.Windows.Forms.Control arg_28F_0 = this.SplitContainer1;
     size           = new global::System.Drawing.Size(390, 270);
     arg_28F_0.Size = size;
     this.SplitContainer1.SplitterDistance = 238;
     this.SplitContainer1.SplitterWidth    = 1;
     this.SplitContainer1.TabIndex         = 4;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(390, 270);
     this.ClientSize = size;
     this.Controls.Add(this.SplitContainer1);
     this.Name          = "FrmChat";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "chat";
     this.SplitContainer1.Panel1.ResumeLayout(false);
     this.SplitContainer1.Panel2.ResumeLayout(false);
     this.SplitContainer1.Panel2.PerformLayout();
     this.SplitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.TextBox1        = new global::System.Windows.Forms.TextBox();
            this.OpenFileDialog1 = new global::System.Windows.Forms.OpenFileDialog();
            this.Button2         = new global::System.Windows.Forms.Button();
            this.Button3         = new global::System.Windows.Forms.Button();
            this.Button4         = new global::System.Windows.Forms.Button();
            this.Button5         = new global::System.Windows.Forms.Button();
            this.Button6         = new global::System.Windows.Forms.Button();
            this.Panel1          = new global::System.Windows.Forms.Panel();
            this.Button10        = new global::System.Windows.Forms.Button();
            this.Button8         = new global::System.Windows.Forms.Button();
            this.Button9         = new global::System.Windows.Forms.Button();
            this.Label1          = new global::System.Windows.Forms.Label();
            this.NumericUpDown1  = new global::System.Windows.Forms.NumericUpDown();
            this.Button7         = new global::System.Windows.Forms.Button();
            this.Button1         = new global::System.Windows.Forms.Button();
            this.Panel2          = new global::System.Windows.Forms.Panel();
            this.PictureBox1     = new global::System.Windows.Forms.PictureBox();
            this.Panel1.SuspendLayout();
            ((global::System.ComponentModel.ISupportInitialize) this.NumericUpDown1).BeginInit();
            this.Panel2.SuspendLayout();
            ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
            this.SuspendLayout();
            global::System.Windows.Forms.Control textBox  = this.TextBox1;
            global::System.Drawing.Point         location = new global::System.Drawing.Point(143, 16);
            textBox.Location   = location;
            this.TextBox1.Name = "TextBox1";
            global::System.Windows.Forms.Control textBox2 = this.TextBox1;
            global::System.Drawing.Size          size     = new global::System.Drawing.Size(289, 21);
            textBox2.Size                 = size;
            this.TextBox1.TabIndex        = 1;
            this.OpenFileDialog1.FileName = "OpenFileDialog1";
            global::System.Windows.Forms.Control button = this.Button2;
            location          = new global::System.Drawing.Point(438, 15);
            button.Location   = location;
            this.Button2.Name = "Button2";
            global::System.Windows.Forms.Control button2 = this.Button2;
            size                  = new global::System.Drawing.Size(67, 24);
            button2.Size          = size;
            this.Button2.TabIndex = 2;
            this.Button2.Text     = "浏览";
            this.Button2.UseVisualStyleBackColor = true;
            global::System.Windows.Forms.Control button3 = this.Button3;
            location          = new global::System.Drawing.Point(11, 42);
            button3.Location  = location;
            this.Button3.Name = "Button3";
            global::System.Windows.Forms.Control button4 = this.Button3;
            size                  = new global::System.Drawing.Size(56, 30);
            button4.Size          = size;
            this.Button3.TabIndex = 3;
            this.Button3.Text     = "点阵";
            this.Button3.UseVisualStyleBackColor = true;
            global::System.Windows.Forms.Control button5 = this.Button4;
            location          = new global::System.Drawing.Point(73, 42);
            button5.Location  = location;
            this.Button4.Name = "Button4";
            global::System.Windows.Forms.Control button6 = this.Button4;
            size                  = new global::System.Drawing.Size(55, 30);
            button6.Size          = size;
            this.Button4.TabIndex = 4;
            this.Button4.Text     = "垂直线";
            this.Button4.UseVisualStyleBackColor = true;
            this.Button5.Cursor = global::System.Windows.Forms.Cursors.Default;
            global::System.Windows.Forms.Control button7 = this.Button5;
            location          = new global::System.Drawing.Point(202, 42);
            button7.Location  = location;
            this.Button5.Name = "Button5";
            global::System.Windows.Forms.Control button8 = this.Button5;
            size                  = new global::System.Drawing.Size(46, 30);
            button8.Size          = size;
            this.Button5.TabIndex = 5;
            this.Button5.Text     = "灰度";
            this.Button5.UseVisualStyleBackColor = true;
            global::System.Windows.Forms.Control button9 = this.Button6;
            location          = new global::System.Drawing.Point(314, 42);
            button9.Location  = location;
            this.Button6.Name = "Button6";
            global::System.Windows.Forms.Control button10 = this.Button6;
            size                  = new global::System.Drawing.Size(48, 30);
            button10.Size         = size;
            this.Button6.TabIndex = 6;
            this.Button6.Text     = "边界";
            this.Button6.UseVisualStyleBackColor = true;
            this.Panel1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.Panel1.Controls.Add(this.Button10);
            this.Panel1.Controls.Add(this.Button8);
            this.Panel1.Controls.Add(this.Button9);
            this.Panel1.Controls.Add(this.Label1);
            this.Panel1.Controls.Add(this.NumericUpDown1);
            this.Panel1.Controls.Add(this.Button7);
            this.Panel1.Controls.Add(this.Button1);
            this.Panel1.Controls.Add(this.Button6);
            this.Panel1.Controls.Add(this.Button5);
            this.Panel1.Controls.Add(this.Button4);
            this.Panel1.Controls.Add(this.Button3);
            this.Panel1.Controls.Add(this.Button2);
            this.Panel1.Controls.Add(this.TextBox1);
            this.Panel1.Dock = global::System.Windows.Forms.DockStyle.Bottom;
            global::System.Windows.Forms.Control panel = this.Panel1;
            location         = new global::System.Drawing.Point(0, 279);
            panel.Location   = location;
            this.Panel1.Name = "Panel1";
            global::System.Windows.Forms.Control panel2 = this.Panel1;
            size                 = new global::System.Drawing.Size(556, 71);
            panel2.Size          = size;
            this.Panel1.TabIndex = 8;
            global::System.Windows.Forms.Control button11 = this.Button10;
            location           = new global::System.Drawing.Point(433, 42);
            button11.Location  = location;
            this.Button10.Name = "Button10";
            global::System.Windows.Forms.Control button12 = this.Button10;
            size                   = new global::System.Drawing.Size(72, 29);
            button12.Size          = size;
            this.Button10.TabIndex = 13;
            this.Button10.Text     = "单色";
            this.Button10.UseVisualStyleBackColor = true;
            global::System.Windows.Forms.Control button13 = this.Button8;
            location          = new global::System.Drawing.Point(254, 42);
            button13.Location = location;
            this.Button8.Name = "Button8";
            global::System.Windows.Forms.Control button14 = this.Button8;
            size                  = new global::System.Drawing.Size(54, 30);
            button14.Size         = size;
            this.Button8.TabIndex = 11;
            this.Button8.Text     = "边界点";
            this.Button8.UseVisualStyleBackColor = true;
            global::System.Windows.Forms.Control button15 = this.Button9;
            location          = new global::System.Drawing.Point(368, 42);
            button15.Location = location;
            this.Button9.Name = "Button9";
            global::System.Windows.Forms.Control button16 = this.Button9;
            size                  = new global::System.Drawing.Size(59, 29);
            button16.Size         = size;
            this.Button9.TabIndex = 12;
            this.Button9.Text     = "边界2";
            this.Button9.UseVisualStyleBackColor = true;
            this.Label1.AutoSize = true;
            global::System.Windows.Forms.Control label = this.Label1;
            location         = new global::System.Drawing.Point(11, 18);
            label.Location   = location;
            this.Label1.Name = "Label1";
            global::System.Windows.Forms.Control label2 = this.Label1;
            size                 = new global::System.Drawing.Size(65, 12);
            label2.Size          = size;
            this.Label1.TabIndex = 10;
            this.Label1.Text     = "图像灰度值";
            global::System.Windows.Forms.Control numericUpDown = this.NumericUpDown1;
            location = new global::System.Drawing.Point(82, 16);
            numericUpDown.Location = location;
            global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.NumericUpDown1;
            decimal num = new decimal(new int[]
            {
                255,
                0,
                0,
                0
            });

            numericUpDown2.Maximum = num;
            global::System.Windows.Forms.NumericUpDown numericUpDown3 = this.NumericUpDown1;
            num = new decimal(new int[]
            {
                1,
                0,
                0,
                0
            });
            numericUpDown3.Minimum   = num;
            this.NumericUpDown1.Name = "NumericUpDown1";
            global::System.Windows.Forms.Control numericUpDown4 = this.NumericUpDown1;
            size = new global::System.Drawing.Size(55, 21);
            numericUpDown4.Size          = size;
            this.NumericUpDown1.TabIndex = 9;
            global::System.Windows.Forms.NumericUpDown numericUpDown5 = this.NumericUpDown1;
            num = new decimal(new int[]
            {
                125,
                0,
                0,
                0
            });
            numericUpDown5.Value = num;
            global::System.Windows.Forms.Control button17 = this.Button7;
            location          = new global::System.Drawing.Point(132, 42);
            button17.Location = location;
            this.Button7.Name = "Button7";
            global::System.Windows.Forms.Control button18 = this.Button7;
            size                  = new global::System.Drawing.Size(64, 30);
            button18.Size         = size;
            this.Button7.TabIndex = 8;
            this.Button7.Text     = "水平线";
            this.Button7.UseVisualStyleBackColor = true;
            this.Button1.Dock = global::System.Windows.Forms.DockStyle.Right;
            global::System.Windows.Forms.Control button19 = this.Button1;
            location          = new global::System.Drawing.Point(511, 0);
            button19.Location = location;
            this.Button1.Name = "Button1";
            global::System.Windows.Forms.Control button20 = this.Button1;
            size                  = new global::System.Drawing.Size(43, 69);
            button20.Size         = size;
            this.Button1.TabIndex = 7;
            this.Button1.Text     = "退出";
            this.Button1.UseVisualStyleBackColor = true;
            this.Panel2.Controls.Add(this.PictureBox1);
            this.Panel2.Dock = global::System.Windows.Forms.DockStyle.Fill;
            global::System.Windows.Forms.Control panel3 = this.Panel2;
            location         = new global::System.Drawing.Point(0, 0);
            panel3.Location  = location;
            this.Panel2.Name = "Panel2";
            global::System.Windows.Forms.Control panel4 = this.Panel2;
            size                         = new global::System.Drawing.Size(556, 279);
            panel4.Size                  = size;
            this.Panel2.TabIndex         = 9;
            this.PictureBox1.BackColor   = global::System.Drawing.Color.Gray;
            this.PictureBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.PictureBox1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
            this.PictureBox1.ErrorImage  = null;
            global::System.Windows.Forms.Control pictureBox = this.PictureBox1;
            location              = new global::System.Drawing.Point(0, 0);
            pictureBox.Location   = location;
            this.PictureBox1.Name = "PictureBox1";
            global::System.Windows.Forms.Control pictureBox2 = this.PictureBox1;
            size                      = new global::System.Drawing.Size(556, 279);
            pictureBox2.Size          = size;
            this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.PictureBox1.TabIndex = 8;
            this.PictureBox1.TabStop  = false;
            global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
            this.AutoScaleDimensions = autoScaleDimensions;
            this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
            size            = new global::System.Drawing.Size(556, 350);
            this.ClientSize = size;
            this.Controls.Add(this.Panel2);
            this.Controls.Add(this.Panel1);
            this.Name          = "Bmp2Dwg_frm";
            this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "BMP to DWG";
            this.Panel1.ResumeLayout(false);
            this.Panel1.PerformLayout();
            ((global::System.ComponentModel.ISupportInitialize) this.NumericUpDown1).EndInit();
            this.Panel2.ResumeLayout(false);
            ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
            this.ResumeLayout(false);
        }
        private void InitializeComponent()
        {
            global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Troianos_RAT.Builder));
            this.host        = new global::System.Windows.Forms.TextBox();
            this.Label1      = new global::System.Windows.Forms.Label();
            this.Label2      = new global::System.Windows.Forms.Label();
            this.port        = new global::System.Windows.Forms.NumericUpDown();
            this.Label3      = new global::System.Windows.Forms.Label();
            this.Idr         = new global::System.Windows.Forms.CheckBox();
            this.dir         = new global::System.Windows.Forms.ComboBox();
            this.Label4      = new global::System.Windows.Forms.Label();
            this.Button1     = new global::System.Windows.Forms.Button();
            this.CheckBox1   = new global::System.Windows.Forms.CheckBox();
            this.Label5      = new global::System.Windows.Forms.Label();
            this.VN          = new global::System.Windows.Forms.TextBox();
            this.bsod        = new global::System.Windows.Forms.CheckBox();
            this.T1          = new global::System.Windows.Forms.TextBox();
            this.Isf         = new global::System.Windows.Forms.CheckBox();
            this.Isu         = new global::System.Windows.Forms.CheckBox();
            this.klen        = new global::System.Windows.Forms.NumericUpDown();
            this.Label6      = new global::System.Windows.Forms.Label();
            this.exe         = new global::System.Windows.Forms.TextBox();
            this.LinkLabel1  = new global::System.Windows.Forms.LinkLabel();
            this.WaterFX1    = new global::Troianos_RAT.WaterFX();
            this.PictureBox1 = new global::System.Windows.Forms.PictureBox();
            this.LinkLabel2  = new global::System.Windows.Forms.LinkLabel();
            ((global::System.ComponentModel.ISupportInitialize) this.port).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize) this.klen).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
            this.SuspendLayout();
            this.host.BackColor   = global::System.Drawing.Color.Black;
            this.host.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.host.Font        = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.host.ForeColor   = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control host     = this.host;
            global::System.Drawing.Point         location = new global::System.Drawing.Point(11, 28);
            host.Location  = location;
            this.host.Name = "host";
            global::System.Windows.Forms.Control host2 = this.host;
            global::System.Drawing.Size          size  = new global::System.Drawing.Size(203, 20);
            host2.Size            = size;
            this.host.TabIndex    = 0;
            this.host.TextAlign   = global::System.Windows.Forms.HorizontalAlignment.Center;
            this.Label1.AutoSize  = true;
            this.Label1.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label1.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label = this.Label1;
            location         = new global::System.Drawing.Point(70, 11);
            label.Location   = location;
            this.Label1.Name = "Label1";
            global::System.Windows.Forms.Control label2 = this.Label1;
            size                  = new global::System.Drawing.Size(92, 14);
            label2.Size           = size;
            this.Label1.TabIndex  = 1;
            this.Label1.Text      = "[ Servidor DNS ]";
            this.Label2.AutoSize  = true;
            this.Label2.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label2.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label3 = this.Label2;
            location         = new global::System.Drawing.Point(232, 8);
            label3.Location  = location;
            this.Label2.Name = "Label2";
            global::System.Windows.Forms.Control label4 = this.Label2;
            size                 = new global::System.Drawing.Size(50, 14);
            label4.Size          = size;
            this.Label2.TabIndex = 2;
            this.Label2.Text     = "[ Porta ]";
            this.port.BackColor  = global::System.Drawing.Color.Black;
            this.port.Font       = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.port.ForeColor  = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control port = this.port;
            location      = new global::System.Drawing.Point(221, 28);
            port.Location = location;
            global::System.Windows.Forms.NumericUpDown port2 = this.port;
            decimal num = new decimal(new int[]
            {
                60000,
                0,
                0,
                0
            });

            port2.Maximum = num;
            global::System.Windows.Forms.NumericUpDown port3 = this.port;
            num = new decimal(new int[]
            {
                1,
                0,
                0,
                0
            });
            port3.Minimum  = num;
            this.port.Name = "port";
            global::System.Windows.Forms.Control port4 = this.port;
            size                = new global::System.Drawing.Size(78, 20);
            port4.Size          = size;
            this.port.TabIndex  = 3;
            this.port.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
            global::System.Windows.Forms.NumericUpDown port5 = this.port;
            num = new decimal(new int[]
            {
                1177,
                0,
                0,
                0
            });
            port5.Value           = num;
            this.Label3.AutoSize  = true;
            this.Label3.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label3.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label5 = this.Label3;
            location         = new global::System.Drawing.Point(52, 103);
            label5.Location  = location;
            this.Label3.Name = "Label3";
            global::System.Windows.Forms.Control label6 = this.Label3;
            size                 = new global::System.Drawing.Size(126, 14);
            label6.Size          = size;
            this.Label3.TabIndex = 4;
            this.Label3.Text     = "[ Nome do Processo ]";
            this.Idr.AutoSize    = true;
            this.Idr.Cursor      = global::System.Windows.Forms.Cursors.Hand;
            this.Idr.Font        = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
            this.Idr.ForeColor   = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control idr = this.Idr;
            location      = new global::System.Drawing.Point(311, 73);
            idr.Location  = location;
            this.Idr.Name = "Idr";
            global::System.Windows.Forms.Control idr2 = this.Idr;
            size              = new global::System.Drawing.Size(134, 18);
            idr2.Size         = size;
            this.Idr.TabIndex = 14;
            this.Idr.Text     = "Adicionar Processo";
            this.Idr.UseVisualStyleBackColor = true;
            this.dir.BackColor         = global::System.Drawing.Color.Black;
            this.dir.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.dir.Enabled           = false;
            this.dir.FlatStyle         = global::System.Windows.Forms.FlatStyle.Flat;
            this.dir.Font              = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.dir.ForeColor         = global::System.Drawing.Color.White;
            this.dir.FormattingEnabled = true;
            this.dir.Items.AddRange(new object[]
            {
                "%TEMP%",
                "%AppData%",
                "%UserProfile%",
                "%AllUsersProfile%",
                "%WinDir%"
            });
            global::System.Windows.Forms.Control dir = this.dir;
            location      = new global::System.Drawing.Point(11, 171);
            dir.Location  = location;
            this.dir.Name = "dir";
            global::System.Windows.Forms.Control dir2 = this.dir;
            size                  = new global::System.Drawing.Size(205, 22);
            dir2.Size             = size;
            this.dir.TabIndex     = 7;
            this.Label4.AutoSize  = true;
            this.Label4.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label4.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label7 = this.Label4;
            location         = new global::System.Drawing.Point(78, 152);
            label7.Location  = location;
            this.Label4.Name = "Label4";
            global::System.Windows.Forms.Control label8 = this.Label4;
            size                   = new global::System.Drawing.Size(69, 14);
            label8.Size            = size;
            this.Label4.TabIndex   = 6;
            this.Label4.Text       = "[ Diretorio ]";
            this.Button1.BackColor = global::System.Drawing.Color.Transparent;
            this.Button1.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.Button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
            this.Button1.Font      = new global::System.Drawing.Font("Arial Black", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Button1.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control button = this.Button1;
            location          = new global::System.Drawing.Point(312, 143);
            button.Location   = location;
            this.Button1.Name = "Button1";
            global::System.Windows.Forms.Control button2 = this.Button1;
            size                  = new global::System.Drawing.Size(168, 51);
            button2.Size          = size;
            this.Button1.TabIndex = 6;
            this.Button1.Text     = "Criar Servidor";
            this.Button1.UseVisualStyleBackColor = false;
            this.CheckBox1.AutoSize  = true;
            this.CheckBox1.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.CheckBox1.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.CheckBox1.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control checkBox = this.CheckBox1;
            location            = new global::System.Drawing.Point(311, 12);
            checkBox.Location   = location;
            this.CheckBox1.Name = "CheckBox1";
            global::System.Windows.Forms.Control checkBox2 = this.CheckBox1;
            size                    = new global::System.Drawing.Size(56, 18);
            checkBox2.Size          = size;
            this.CheckBox1.TabIndex = 7;
            this.CheckBox1.Text     = "Icone";
            this.CheckBox1.UseVisualStyleBackColor = true;
            this.Label5.AutoSize  = true;
            this.Label5.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label5.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label9 = this.Label5;
            location         = new global::System.Drawing.Point(62, 54);
            label9.Location  = location;
            this.Label5.Name = "Label5";
            global::System.Windows.Forms.Control label10 = this.Label5;
            size                 = new global::System.Drawing.Size(107, 14);
            label10.Size         = size;
            this.Label5.TabIndex = 9;
            this.Label5.Text     = "[ Nome da Vitima ]";
            this.VN.BackColor    = global::System.Drawing.Color.Black;
            this.VN.BorderStyle  = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.VN.Font         = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.VN.ForeColor    = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control vn = this.VN;
            location     = new global::System.Drawing.Point(11, 71);
            vn.Location  = location;
            this.VN.Name = "VN";
            global::System.Windows.Forms.Control vn2 = this.VN;
            size                = new global::System.Drawing.Size(205, 20);
            vn2.Size            = size;
            this.VN.TabIndex    = 10;
            this.VN.Text        = "Lammer";
            this.VN.TextAlign   = global::System.Windows.Forms.HorizontalAlignment.Center;
            this.bsod.AutoSize  = true;
            this.bsod.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.bsod.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.bsod.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control bsod = this.bsod;
            location       = new global::System.Drawing.Point(311, 35);
            bsod.Location  = location;
            this.bsod.Name = "bsod";
            global::System.Windows.Forms.Control bsod2 = this.bsod;
            size               = new global::System.Drawing.Size(131, 18);
            bsod2.Size         = size;
            this.bsod.TabIndex = 11;
            this.bsod.Text     = "Proteger Processo";
            this.bsod.UseVisualStyleBackColor = true;
            this.T1.BackColor   = global::System.Drawing.Color.Black;
            this.T1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.T1.ForeColor   = global::System.Drawing.Color.LightSteelBlue;
            global::System.Windows.Forms.Control t = this.T1;
            location          = new global::System.Drawing.Point(399, 324);
            t.Location        = location;
            this.T1.Multiline = true;
            this.T1.Name      = "T1";
            global::System.Windows.Forms.Control t2 = this.T1;
            size               = new global::System.Drawing.Size(100, 20);
            t2.Size            = size;
            this.T1.TabIndex   = 12;
            this.T1.Visible    = false;
            this.Isf.AutoSize  = true;
            this.Isf.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.Isf.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Isf.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control isf = this.Isf;
            location      = new global::System.Drawing.Point(311, 54);
            isf.Location  = location;
            this.Isf.Name = "Isf";
            global::System.Windows.Forms.Control isf2 = this.Isf;
            size              = new global::System.Drawing.Size(134, 18);
            isf2.Size         = size;
            this.Isf.TabIndex = 13;
            this.Isf.Text     = "Iniciar com Sistema";
            this.Isf.UseVisualStyleBackColor = true;
            this.Isu.AutoSize   = true;
            this.Isu.Checked    = true;
            this.Isu.CheckState = global::System.Windows.Forms.CheckState.Checked;
            this.Isu.Cursor     = global::System.Windows.Forms.Cursors.Hand;
            this.Isu.Font       = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Isu.ForeColor  = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control isu = this.Isu;
            location      = new global::System.Drawing.Point(311, 93);
            isu.Location  = location;
            this.Isu.Name = "Isu";
            global::System.Windows.Forms.Control isu2 = this.Isu;
            size              = new global::System.Drawing.Size(148, 18);
            isu2.Size         = size;
            this.Isu.TabIndex = 14;
            this.Isu.Text     = "Registrar no Msconfig";
            this.Isu.UseVisualStyleBackColor = true;
            this.klen.BackColor = global::System.Drawing.Color.Black;
            this.klen.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
            this.klen.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control klen = this.klen;
            location      = new global::System.Drawing.Point(387, 116);
            klen.Location = location;
            global::System.Windows.Forms.NumericUpDown klen2 = this.klen;
            num = new decimal(new int[]
            {
                512,
                0,
                0,
                0
            });
            klen2.Maximum = num;
            global::System.Windows.Forms.NumericUpDown klen3 = this.klen;
            num = new decimal(new int[]
            {
                5,
                0,
                0,
                0
            });
            klen3.Minimum  = num;
            this.klen.Name = "klen";
            global::System.Windows.Forms.Control klen4 = this.klen;
            size                = new global::System.Drawing.Size(93, 20);
            klen4.Size          = size;
            this.klen.TabIndex  = 15;
            this.klen.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
            global::System.Windows.Forms.NumericUpDown klen5 = this.klen;
            num = new decimal(new int[]
            {
                20,
                0,
                0,
                0
            });
            klen5.Value           = num;
            this.Label6.AutoSize  = true;
            this.Label6.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label6.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label11 = this.Label6;
            location         = new global::System.Drawing.Point(310, 118);
            label11.Location = location;
            this.Label6.Name = "Label6";
            global::System.Windows.Forms.Control label12 = this.Label6;
            size                 = new global::System.Drawing.Size(71, 14);
            label12.Size         = size;
            this.Label6.TabIndex = 16;
            this.Label6.Text     = "[ Tamanho ]";
            this.exe.BackColor   = global::System.Drawing.Color.Black;
            this.exe.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.exe.Font        = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.exe.ForeColor   = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control exe = this.exe;
            location      = new global::System.Drawing.Point(11, 122);
            exe.Location  = location;
            this.exe.Name = "exe";
            global::System.Windows.Forms.Control exe2 = this.exe;
            size                      = new global::System.Drawing.Size(205, 20);
            exe2.Size                 = size;
            this.exe.TabIndex         = 17;
            this.exe.Text             = "Trojan.exe";
            this.exe.TextAlign        = global::System.Windows.Forms.HorizontalAlignment.Center;
            this.LinkLabel1.AutoSize  = true;
            this.LinkLabel1.ForeColor = global::System.Drawing.Color.White;
            this.LinkLabel1.LinkColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control linkLabel = this.LinkLabel1;
            location             = new global::System.Drawing.Point(232, 64);
            linkLabel.Location   = location;
            this.LinkLabel1.Name = "LinkLabel1";
            global::System.Windows.Forms.Control linkLabel2 = this.LinkLabel1;
            size                      = new global::System.Drawing.Size(51, 13);
            linkLabel2.Size           = size;
            this.LinkLabel1.TabIndex  = 19;
            this.LinkLabel1.TabStop   = true;
            this.LinkLabel1.Text      = "Troianos ";
            this.WaterFX1.BackColor   = global::System.Drawing.Color.Transparent;
            this.WaterFX1.ImageBitmap = (global::System.Drawing.Bitmap)componentResourceManager.GetObject("WaterFX1.ImageBitmap");
            global::System.Windows.Forms.Control waterFX = this.WaterFX1;
            location            = new global::System.Drawing.Point(217, 109);
            waterFX.Location    = location;
            this.WaterFX1.Name  = "WaterFX1";
            this.WaterFX1.Scale = 1;
            global::System.Windows.Forms.Control waterFX2 = this.WaterFX1;
            size                         = new global::System.Drawing.Size(93, 82);
            waterFX2.Size                = size;
            this.WaterFX1.TabIndex       = 18;
            this.PictureBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            global::System.Windows.Forms.Control pictureBox = this.PictureBox1;
            location              = new global::System.Drawing.Point(444, 8);
            pictureBox.Location   = location;
            this.PictureBox1.Name = "PictureBox1";
            global::System.Windows.Forms.Control pictureBox2 = this.PictureBox1;
            size                      = new global::System.Drawing.Size(36, 31);
            pictureBox2.Size          = size;
            this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.PictureBox1.TabIndex = 8;
            this.PictureBox1.TabStop  = false;
            this.LinkLabel2.AutoSize  = true;
            this.LinkLabel2.ForeColor = global::System.Drawing.Color.White;
            this.LinkLabel2.LinkColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control linkLabel3 = this.LinkLabel2;
            location             = new global::System.Drawing.Point(232, 83);
            linkLabel3.Location  = location;
            this.LinkLabel2.Name = "LinkLabel2";
            global::System.Windows.Forms.Control linkLabel4 = this.LinkLabel2;
            size                     = new global::System.Drawing.Size(50, 13);
            linkLabel4.Size          = size;
            this.LinkLabel2.TabIndex = 20;
            this.LinkLabel2.TabStop  = true;
            this.LinkLabel2.Text     = "FeedHax";
            global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
            this.AutoScaleDimensions = autoScaleDimensions;
            this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = global::System.Drawing.Color.Black;
            size            = new global::System.Drawing.Size(492, 207);
            this.ClientSize = size;
            this.Controls.Add(this.LinkLabel2);
            this.Controls.Add(this.LinkLabel1);
            this.Controls.Add(this.WaterFX1);
            this.Controls.Add(this.exe);
            this.Controls.Add(this.Idr);
            this.Controls.Add(this.Label6);
            this.Controls.Add(this.dir);
            this.Controls.Add(this.klen);
            this.Controls.Add(this.Label4);
            this.Controls.Add(this.Isu);
            this.Controls.Add(this.Isf);
            this.Controls.Add(this.Label3);
            this.Controls.Add(this.T1);
            this.Controls.Add(this.bsod);
            this.Controls.Add(this.VN);
            this.Controls.Add(this.Label5);
            this.Controls.Add(this.PictureBox1);
            this.Controls.Add(this.CheckBox1);
            this.Controls.Add(this.Button1);
            this.Controls.Add(this.port);
            this.Controls.Add(this.Label2);
            this.Controls.Add(this.Label1);
            this.Controls.Add(this.host);
            this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "Builder";
            this.ShowInTaskbar   = false;
            this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "Criar Servidor";
            ((global::System.ComponentModel.ISupportInitialize) this.port).EndInit();
            ((global::System.ComponentModel.ISupportInitialize) this.klen).EndInit();
            ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmBuy));
     this.PictureBox2    = new global::System.Windows.Forms.PictureBox();
     this.Label5         = new global::System.Windows.Forms.Label();
     this.Label19        = new global::System.Windows.Forms.Label();
     this.Label22        = new global::System.Windows.Forms.Label();
     this.Label23        = new global::System.Windows.Forms.Label();
     this.Panel6         = new global::System.Windows.Forms.Panel();
     this.Label26        = new global::System.Windows.Forms.Label();
     this.Button7        = new global::System.Windows.Forms.Button();
     this.Button9        = new global::System.Windows.Forms.Button();
     this.Button10       = new global::System.Windows.Forms.Button();
     this.Button17       = new global::System.Windows.Forms.Button();
     this.Button18       = new global::System.Windows.Forms.Button();
     this.Label27        = new global::System.Windows.Forms.Label();
     this.Panel7         = new global::System.Windows.Forms.Panel();
     this.Label28        = new global::System.Windows.Forms.Label();
     this.Button25       = new global::System.Windows.Forms.Button();
     this.Button27       = new global::System.Windows.Forms.Button();
     this.Button28       = new global::System.Windows.Forms.Button();
     this.Button29       = new global::System.Windows.Forms.Button();
     this.Button30       = new global::System.Windows.Forms.Button();
     this.Label29        = new global::System.Windows.Forms.Label();
     this.Panel8         = new global::System.Windows.Forms.Panel();
     this.Label30        = new global::System.Windows.Forms.Label();
     this.Button31       = new global::System.Windows.Forms.Button();
     this.Button33       = new global::System.Windows.Forms.Button();
     this.Button34       = new global::System.Windows.Forms.Button();
     this.Button35       = new global::System.Windows.Forms.Button();
     this.Button36       = new global::System.Windows.Forms.Button();
     this.Label31        = new global::System.Windows.Forms.Label();
     this.Label32        = new global::System.Windows.Forms.Label();
     this.Label33        = new global::System.Windows.Forms.Label();
     this.Label34        = new global::System.Windows.Forms.Label();
     this.GroupPanelBox1 = new global::NINGALINET.GroupPanelBox();
     this.RichTextBox1   = new global::System.Windows.Forms.RichTextBox();
     this.RadioButton1   = new global::System.Windows.Forms.RadioButton();
     this.RadioButton2   = new global::System.Windows.Forms.RadioButton();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).BeginInit();
     this.Panel6.SuspendLayout();
     this.Panel7.SuspendLayout();
     this.Panel8.SuspendLayout();
     this.GroupPanelBox1.SuspendLayout();
     this.SuspendLayout();
     this.PictureBox2.Anchor = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.PictureBox2.Image  = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox2.Image");
     global::System.Windows.Forms.Control arg_218_0 = this.PictureBox2;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(132, 323);
     arg_218_0.Location    = location;
     this.PictureBox2.Name = "PictureBox2";
     global::System.Windows.Forms.Control arg_23F_0 = this.PictureBox2;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(16, 17);
     arg_23F_0.Size            = size;
     this.PictureBox2.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PictureBox2.TabIndex = 163;
     this.PictureBox2.TabStop  = false;
     this.Label5.Anchor        = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.Label5.AutoSize      = true;
     global::System.Windows.Forms.Control arg_29C_0 = this.Label5;
     location           = new global::System.Drawing.Point(154, 324);
     arg_29C_0.Location = location;
     this.Label5.Name   = "Label5";
     global::System.Windows.Forms.Control arg_2C6_0 = this.Label5;
     size                  = new global::System.Drawing.Size(151, 13);
     arg_2C6_0.Size        = size;
     this.Label5.TabIndex  = 162;
     this.Label5.Text      = "Mail Falan Yok Türkish";
     this.Label19.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.Label19.AutoSize = true;
     this.Label19.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_333_0 = this.Label19;
     location           = new global::System.Drawing.Point(14, 324);
     arg_333_0.Location = location;
     this.Label19.Name  = "Label19";
     global::System.Windows.Forms.Control arg_35A_0 = this.Label19;
     size                  = new global::System.Drawing.Size(52, 14);
     arg_35A_0.Size        = size;
     this.Label19.TabIndex = 161;
     this.Label19.Text     = "Contact:";
     this.Label22.AutoSize = true;
     this.Label22.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_3BB_0 = this.Label22;
     location           = new global::System.Drawing.Point(14, 135);
     arg_3BB_0.Location = location;
     this.Label22.Name  = "Label22";
     global::System.Windows.Forms.Control arg_3E2_0 = this.Label22;
     size                  = new global::System.Drawing.Size(93, 14);
     arg_3E2_0.Size        = size;
     this.Label22.TabIndex = 158;
     this.Label22.Text     = "DDoS  Stresser ";
     this.Label23.AutoSize = true;
     this.Label23.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_443_0 = this.Label23;
     location           = new global::System.Drawing.Point(14, 201);
     arg_443_0.Location = location;
     this.Label23.Name  = "Label23";
     global::System.Windows.Forms.Control arg_46A_0 = this.Label23;
     size                  = new global::System.Drawing.Size(94, 14);
     arg_46A_0.Size        = size;
     this.Label23.TabIndex = 157;
     this.Label23.Text     = "Server Detector";
     this.Panel6.Controls.Add(this.Label26);
     this.Panel6.Controls.Add(this.Button7);
     this.Panel6.Controls.Add(this.Button9);
     this.Panel6.Controls.Add(this.Button10);
     this.Panel6.Controls.Add(this.Button17);
     this.Panel6.Controls.Add(this.Button18);
     this.Panel6.Controls.Add(this.Label27);
     global::System.Windows.Forms.Control arg_53E_0 = this.Panel6;
     location           = new global::System.Drawing.Point(395, 42);
     arg_53E_0.Location = location;
     this.Panel6.Name   = "Panel6";
     global::System.Windows.Forms.Control arg_568_0 = this.Panel6;
     size                  = new global::System.Drawing.Size(115, 200);
     arg_568_0.Size        = size;
     this.Panel6.TabIndex  = 155;
     this.Label26.AutoSize = true;
     this.Label26.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.Label26.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Italic);
     global::System.Windows.Forms.Control arg_5C4_0 = this.Label26;
     location           = new global::System.Drawing.Point(0, 187);
     arg_5C4_0.Location = location;
     this.Label26.Name  = "Label26";
     global::System.Windows.Forms.Control arg_5EB_0 = this.Label26;
     size                   = new global::System.Drawing.Size(105, 13);
     arg_5EB_0.Size         = size;
     this.Label26.TabIndex  = 97;
     this.Label26.Text      = "Ülkeyi Sömürdünüz Program Cracked";
     this.Button7.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button7.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button7.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button7.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button7.FlatAppearance.BorderSize         = 0;
     this.Button7.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button7.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button7.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button7.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button7.Image");
     global::System.Windows.Forms.Control arg_6D6_0 = this.Button7;
     location           = new global::System.Drawing.Point(0, 150);
     arg_6D6_0.Location = location;
     this.Button7.Name  = "Button7";
     global::System.Windows.Forms.Control arg_6FD_0 = this.Button7;
     size                   = new global::System.Drawing.Size(115, 34);
     arg_6FD_0.Size         = size;
     this.Button7.TabIndex  = 93;
     this.Button7.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button7.UseVisualStyleBackColor = false;
     this.Button9.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button9.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button9.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button9.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button9.FlatAppearance.BorderSize         = 0;
     this.Button9.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button9.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button9.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button9.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button9.Image");
     global::System.Windows.Forms.Control arg_7EE_0 = this.Button9;
     location           = new global::System.Drawing.Point(0, 116);
     arg_7EE_0.Location = location;
     this.Button9.Name  = "Button9";
     global::System.Windows.Forms.Control arg_815_0 = this.Button9;
     size                   = new global::System.Drawing.Size(115, 34);
     arg_815_0.Size         = size;
     this.Button9.TabIndex  = 91;
     this.Button9.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button9.UseVisualStyleBackColor = false;
     this.Button10.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button10.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button10.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button10.FlatAppearance.BorderSize         = 0;
     this.Button10.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button10.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button10.Image");
     global::System.Windows.Forms.Control arg_906_0 = this.Button10;
     location           = new global::System.Drawing.Point(0, 82);
     arg_906_0.Location = location;
     this.Button10.Name = "Button10";
     global::System.Windows.Forms.Control arg_92D_0 = this.Button10;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_92D_0.Size          = size;
     this.Button10.TabIndex  = 90;
     this.Button10.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button10.UseVisualStyleBackColor = false;
     this.Button17.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button17.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button17.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button17.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button17.FlatAppearance.BorderSize         = 0;
     this.Button17.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button17.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button17.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button17.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button17.Image");
     global::System.Windows.Forms.Control arg_A1E_0 = this.Button17;
     location           = new global::System.Drawing.Point(0, 48);
     arg_A1E_0.Location = location;
     this.Button17.Name = "Button17";
     global::System.Windows.Forms.Control arg_A45_0 = this.Button17;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_A45_0.Size          = size;
     this.Button17.TabIndex  = 89;
     this.Button17.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button17.UseVisualStyleBackColor = false;
     this.Button18.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button18.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button18.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button18.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button18.FlatAppearance.BorderSize         = 0;
     this.Button18.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button18.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button18.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button18.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button18.Image");
     global::System.Windows.Forms.Control arg_B36_0 = this.Button18;
     location           = new global::System.Drawing.Point(0, 14);
     arg_B36_0.Location = location;
     this.Button18.Name = "Button18";
     global::System.Windows.Forms.Control arg_B5D_0 = this.Button18;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_B5D_0.Size          = size;
     this.Button18.TabIndex  = 88;
     this.Button18.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button18.UseVisualStyleBackColor = false;
     this.Label27.AutoSize = true;
     this.Label27.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.Label27.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_BCB_0 = this.Label27;
     location           = new global::System.Drawing.Point(0, 0);
     arg_BCB_0.Location = location;
     this.Label27.Name  = "Label27";
     global::System.Windows.Forms.Control arg_BF2_0 = this.Label27;
     size                  = new global::System.Drawing.Size(92, 14);
     arg_BF2_0.Size        = size;
     this.Label27.TabIndex = 29;
     this.Label27.Text     = "Ultimate Edition";
     this.Panel7.Controls.Add(this.Label28);
     this.Panel7.Controls.Add(this.Button25);
     this.Panel7.Controls.Add(this.Button27);
     this.Panel7.Controls.Add(this.Button28);
     this.Panel7.Controls.Add(this.Button29);
     this.Panel7.Controls.Add(this.Button30);
     this.Panel7.Controls.Add(this.Label29);
     global::System.Windows.Forms.Control arg_CC3_0 = this.Panel7;
     location           = new global::System.Drawing.Point(274, 42);
     arg_CC3_0.Location = location;
     this.Panel7.Name   = "Panel7";
     global::System.Windows.Forms.Control arg_CED_0 = this.Panel7;
     size                  = new global::System.Drawing.Size(115, 200);
     arg_CED_0.Size        = size;
     this.Panel7.TabIndex  = 154;
     this.Label28.AutoSize = true;
     this.Label28.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.Label28.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Italic);
     global::System.Windows.Forms.Control arg_D49_0 = this.Label28;
     location           = new global::System.Drawing.Point(0, 187);
     arg_D49_0.Location = location;
     this.Label28.Name  = "Label28";
     global::System.Windows.Forms.Control arg_D70_0 = this.Label28;
     size                    = new global::System.Drawing.Size(99, 13);
     arg_D70_0.Size          = size;
     this.Label28.TabIndex   = 97;
     this.Label28.Text       = "Beleş diyorum Para diyorlar :P";
     this.Button25.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button25.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button25.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button25.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button25.FlatAppearance.BorderSize         = 0;
     this.Button25.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button25.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button25.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button25.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button25.Image");
     global::System.Windows.Forms.Control arg_E5B_0 = this.Button25;
     location           = new global::System.Drawing.Point(0, 150);
     arg_E5B_0.Location = location;
     this.Button25.Name = "Button25";
     global::System.Windows.Forms.Control arg_E82_0 = this.Button25;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_E82_0.Size          = size;
     this.Button25.TabIndex  = 93;
     this.Button25.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button25.UseVisualStyleBackColor = false;
     this.Button27.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button27.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button27.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button27.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button27.FlatAppearance.BorderSize         = 0;
     this.Button27.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button27.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button27.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button27.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button27.Image");
     global::System.Windows.Forms.Control arg_F73_0 = this.Button27;
     location           = new global::System.Drawing.Point(0, 116);
     arg_F73_0.Location = location;
     this.Button27.Name = "Button27";
     global::System.Windows.Forms.Control arg_F9A_0 = this.Button27;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_F9A_0.Size          = size;
     this.Button27.TabIndex  = 91;
     this.Button27.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button27.UseVisualStyleBackColor = false;
     this.Button28.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button28.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button28.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button28.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button28.FlatAppearance.BorderSize         = 0;
     this.Button28.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button28.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button28.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button28.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button28.Image");
     global::System.Windows.Forms.Control arg_108B_0 = this.Button28;
     location            = new global::System.Drawing.Point(0, 82);
     arg_108B_0.Location = location;
     this.Button28.Name  = "Button28";
     global::System.Windows.Forms.Control arg_10B2_0 = this.Button28;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_10B2_0.Size         = size;
     this.Button28.TabIndex  = 90;
     this.Button28.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button28.UseVisualStyleBackColor = false;
     this.Button29.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button29.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button29.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button29.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button29.FlatAppearance.BorderSize         = 0;
     this.Button29.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button29.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button29.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button29.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button29.Image");
     global::System.Windows.Forms.Control arg_11A3_0 = this.Button29;
     location            = new global::System.Drawing.Point(0, 48);
     arg_11A3_0.Location = location;
     this.Button29.Name  = "Button29";
     global::System.Windows.Forms.Control arg_11CA_0 = this.Button29;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_11CA_0.Size         = size;
     this.Button29.TabIndex  = 89;
     this.Button29.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button29.UseVisualStyleBackColor = false;
     this.Button30.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button30.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button30.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button30.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button30.FlatAppearance.BorderSize         = 0;
     this.Button30.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button30.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button30.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button30.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button30.Image");
     global::System.Windows.Forms.Control arg_12BB_0 = this.Button30;
     location            = new global::System.Drawing.Point(0, 14);
     arg_12BB_0.Location = location;
     this.Button30.Name  = "Button30";
     global::System.Windows.Forms.Control arg_12E2_0 = this.Button30;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_12E2_0.Size         = size;
     this.Button30.TabIndex  = 88;
     this.Button30.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button30.UseVisualStyleBackColor = false;
     this.Label29.AutoSize = true;
     this.Label29.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.Label29.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1350_0 = this.Label29;
     location            = new global::System.Drawing.Point(0, 0);
     arg_1350_0.Location = location;
     this.Label29.Name   = "Label29";
     global::System.Windows.Forms.Control arg_1377_0 = this.Label29;
     size                  = new global::System.Drawing.Size(96, 14);
     arg_1377_0.Size       = size;
     this.Label29.TabIndex = 29;
     this.Label29.Text     = "Program Cracked :p";
     this.Panel8.Controls.Add(this.Label30);
     this.Panel8.Controls.Add(this.Button31);
     this.Panel8.Controls.Add(this.Button33);
     this.Panel8.Controls.Add(this.Button34);
     this.Panel8.Controls.Add(this.Button35);
     this.Panel8.Controls.Add(this.Button36);
     this.Panel8.Controls.Add(this.Label31);
     global::System.Windows.Forms.Control arg_1448_0 = this.Panel8;
     location            = new global::System.Drawing.Point(153, 42);
     arg_1448_0.Location = location;
     this.Panel8.Name    = "Panel8";
     global::System.Windows.Forms.Control arg_1472_0 = this.Panel8;
     size                  = new global::System.Drawing.Size(115, 200);
     arg_1472_0.Size       = size;
     this.Panel8.TabIndex  = 153;
     this.Label30.AutoSize = true;
     this.Label30.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.Label30.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Italic);
     global::System.Windows.Forms.Control arg_14CE_0 = this.Label30;
     location            = new global::System.Drawing.Point(0, 187);
     arg_14CE_0.Location = location;
     this.Label30.Name   = "Label30";
     global::System.Windows.Forms.Control arg_14F5_0 = this.Label30;
     size                    = new global::System.Drawing.Size(31, 13);
     arg_14F5_0.Size         = size;
     this.Label30.TabIndex   = 97;
     this.Label30.Text       = "Free";
     this.Button31.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button31.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button31.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button31.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button31.FlatAppearance.BorderSize         = 0;
     this.Button31.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button31.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button31.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button31.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button31.Image");
     global::System.Windows.Forms.Control arg_15E0_0 = this.Button31;
     location            = new global::System.Drawing.Point(0, 150);
     arg_15E0_0.Location = location;
     this.Button31.Name  = "Button31";
     global::System.Windows.Forms.Control arg_1607_0 = this.Button31;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_1607_0.Size         = size;
     this.Button31.TabIndex  = 93;
     this.Button31.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button31.UseVisualStyleBackColor = false;
     this.Button33.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button33.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button33.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button33.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button33.FlatAppearance.BorderSize         = 0;
     this.Button33.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button33.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button33.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button33.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button33.Image");
     global::System.Windows.Forms.Control arg_16F8_0 = this.Button33;
     location            = new global::System.Drawing.Point(0, 116);
     arg_16F8_0.Location = location;
     this.Button33.Name  = "Button33";
     global::System.Windows.Forms.Control arg_171F_0 = this.Button33;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_171F_0.Size         = size;
     this.Button33.TabIndex  = 91;
     this.Button33.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button33.UseVisualStyleBackColor = false;
     this.Button34.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button34.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button34.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button34.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button34.FlatAppearance.BorderSize         = 0;
     this.Button34.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button34.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button34.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button34.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button34.Image");
     global::System.Windows.Forms.Control arg_1810_0 = this.Button34;
     location            = new global::System.Drawing.Point(0, 82);
     arg_1810_0.Location = location;
     this.Button34.Name  = "Button34";
     global::System.Windows.Forms.Control arg_1837_0 = this.Button34;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_1837_0.Size         = size;
     this.Button34.TabIndex  = 90;
     this.Button34.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button34.UseVisualStyleBackColor = false;
     this.Button35.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button35.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button35.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button35.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button35.FlatAppearance.BorderSize         = 0;
     this.Button35.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button35.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button35.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button35.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button35.Image");
     global::System.Windows.Forms.Control arg_1928_0 = this.Button35;
     location            = new global::System.Drawing.Point(0, 48);
     arg_1928_0.Location = location;
     this.Button35.Name  = "Button35";
     global::System.Windows.Forms.Control arg_194F_0 = this.Button35;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_194F_0.Size         = size;
     this.Button35.TabIndex  = 89;
     this.Button35.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button35.UseVisualStyleBackColor = false;
     this.Button36.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button36.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button36.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button36.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button36.FlatAppearance.BorderSize         = 0;
     this.Button36.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button36.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button36.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button36.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button36.Image");
     global::System.Windows.Forms.Control arg_1A40_0 = this.Button36;
     location            = new global::System.Drawing.Point(0, 14);
     arg_1A40_0.Location = location;
     this.Button36.Name  = "Button36";
     global::System.Windows.Forms.Control arg_1A67_0 = this.Button36;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_1A67_0.Size         = size;
     this.Button36.TabIndex  = 88;
     this.Button36.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button36.UseVisualStyleBackColor = false;
     this.Label31.AutoSize = true;
     this.Label31.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.Label31.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1AD5_0 = this.Label31;
     location            = new global::System.Drawing.Point(0, 0);
     arg_1AD5_0.Location = location;
     this.Label31.Name   = "Label31";
     global::System.Windows.Forms.Control arg_1AFC_0 = this.Label31;
     size                  = new global::System.Drawing.Size(72, 14);
     arg_1AFC_0.Size       = size;
     this.Label31.TabIndex = 29;
     this.Label31.Text     = "Free";
     this.Label32.AutoSize = true;
     this.Label32.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1B57_0 = this.Label32;
     location            = new global::System.Drawing.Point(14, 67);
     arg_1B57_0.Location = location;
     this.Label32.Name   = "Label32";
     global::System.Windows.Forms.Control arg_1B7E_0 = this.Label32;
     size                  = new global::System.Drawing.Size(110, 14);
     arg_1B7E_0.Size       = size;
     this.Label32.TabIndex = 150;
     this.Label32.Text     = "Stored Passwords";
     this.Label33.AutoSize = true;
     this.Label33.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1BDC_0 = this.Label33;
     location            = new global::System.Drawing.Point(14, 101);
     arg_1BDC_0.Location = location;
     this.Label33.Name   = "Label33";
     global::System.Windows.Forms.Control arg_1C03_0 = this.Label33;
     size                  = new global::System.Drawing.Size(78, 14);
     arg_1C03_0.Size       = size;
     this.Label33.TabIndex = 151;
     this.Label33.Text     = "Fun Manager";
     this.Label34.AutoSize = true;
     this.Label34.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1C64_0 = this.Label34;
     location            = new global::System.Drawing.Point(14, 169);
     arg_1C64_0.Location = location;
     this.Label34.Name   = "Label34";
     global::System.Windows.Forms.Control arg_1C8B_0 = this.Label34;
     size                  = new global::System.Drawing.Size(81, 14);
     arg_1C8B_0.Size       = size;
     this.Label34.TabIndex = 152;
     this.Label34.Text     = "Plugin Server";
     this.GroupPanelBox1.Controls.Add(this.RichTextBox1);
     this.GroupPanelBox1.Controls.Add(this.RadioButton1);
     this.GroupPanelBox1.Controls.Add(this.RadioButton2);
     this.GroupPanelBox1.Dock      = global::System.Windows.Forms.DockStyle.Right;
     this.GroupPanelBox1.Font      = new global::System.Drawing.Font("Arial", 8f);
     this.GroupPanelBox1.ForeColor = global::System.Drawing.Color.FromArgb(245, 245, 245);
     global::System.Windows.Forms.Control arg_1D4B_0 = this.GroupPanelBox1;
     location                       = new global::System.Drawing.Point(529, 0);
     arg_1D4B_0.Location            = location;
     this.GroupPanelBox1.Name       = "GroupPanelBox1";
     this.GroupPanelBox1.NoRounding = false;
     global::System.Windows.Forms.Control arg_1D84_0 = this.GroupPanelBox1;
     size            = new global::System.Drawing.Size(238, 350);
     arg_1D84_0.Size = size;
     this.GroupPanelBox1.TabIndex = 170;
     this.GroupPanelBox1.Text     = "No Buy";
     this.RichTextBox1.Anchor     = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     global::System.Windows.Forms.Control arg_1DC8_0 = this.RichTextBox1;
     location               = new global::System.Drawing.Point(18, 78);
     arg_1DC8_0.Location    = location;
     this.RichTextBox1.Name = "RichTextBox1";
     global::System.Windows.Forms.Control arg_1DF5_0 = this.RichTextBox1;
     size                       = new global::System.Drawing.Size(208, 260);
     arg_1DF5_0.Size            = size;
     this.RichTextBox1.TabIndex = 165;
     this.RichTextBox1.Text     = componentResourceManager.GetString("RichTextBox1.Text");
     this.RadioButton1.AutoSize = true;
     global::System.Windows.Forms.Control arg_1E3E_0 = this.RadioButton1;
     location               = new global::System.Drawing.Point(120, 38);
     arg_1E3E_0.Location    = location;
     this.RadioButton1.Name = "RadioButton1";
     global::System.Windows.Forms.Control arg_1E65_0 = this.RadioButton1;
     size                       = new global::System.Drawing.Size(111, 18);
     arg_1E65_0.Size            = size;
     this.RadioButton1.TabIndex = 166;
     this.RadioButton1.Text     = "Bahasa Indonesia";
     this.RadioButton1.UseVisualStyleBackColor = true;
     this.RadioButton2.AutoSize = true;
     this.RadioButton2.Checked  = true;
     global::System.Windows.Forms.Control arg_1EC0_0 = this.RadioButton2;
     location               = new global::System.Drawing.Point(120, 53);
     arg_1EC0_0.Location    = location;
     this.RadioButton2.Name = "RadioButton2";
     global::System.Windows.Forms.Control arg_1EE7_0 = this.RadioButton2;
     size                       = new global::System.Drawing.Size(59, 18);
     arg_1EE7_0.Size            = size;
     this.RadioButton2.TabIndex = 167;
     this.RadioButton2.TabStop  = true;
     this.RadioButton2.Text     = "English";
     this.RadioButton2.UseVisualStyleBackColor = true;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(767, 350);
     this.ClientSize = size;
     this.Controls.Add(this.GroupPanelBox1);
     this.Controls.Add(this.PictureBox2);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label19);
     this.Controls.Add(this.Label22);
     this.Controls.Add(this.Label23);
     this.Controls.Add(this.Panel6);
     this.Controls.Add(this.Panel7);
     this.Controls.Add(this.Panel8);
     this.Controls.Add(this.Label32);
     this.Controls.Add(this.Label33);
     this.Controls.Add(this.Label34);
     this.ForeColor       = global::System.Drawing.Color.WhiteSmoke;
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmBuy";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Buy";
     this.TopMost         = true;
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).EndInit();
     this.Panel6.ResumeLayout(false);
     this.Panel6.PerformLayout();
     this.Panel7.ResumeLayout(false);
     this.Panel7.PerformLayout();
     this.Panel8.ResumeLayout(false);
     this.Panel8.PerformLayout();
     this.GroupPanelBox1.ResumeLayout(false);
     this.GroupPanelBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::田草CAD工具箱_For2014.TcAboutBox));
     this.LogoPictureBox     = new global::System.Windows.Forms.PictureBox();
     this.LabelProductName   = new global::System.Windows.Forms.Label();
     this.LabelVersion       = new global::System.Windows.Forms.Label();
     this.LabelCopyright     = new global::System.Windows.Forms.Label();
     this.LabelCompanyName   = new global::System.Windows.Forms.Label();
     this.TextBoxDescription = new global::System.Windows.Forms.TextBox();
     this.OKButton           = new global::System.Windows.Forms.Button();
     this.PictureBox1        = new global::System.Windows.Forms.PictureBox();
     this.GroupBox1          = new global::System.Windows.Forms.GroupBox();
     this.Label1             = new global::System.Windows.Forms.Label();
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     this.LogoPictureBox.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("LogoPictureBox.Image");
     global::System.Windows.Forms.Control logoPictureBox = this.LogoPictureBox;
     global::System.Drawing.Point         location       = new global::System.Drawing.Point(16, 14);
     logoPictureBox.Location = location;
     global::System.Windows.Forms.Control logoPictureBox2 = this.LogoPictureBox;
     global::System.Windows.Forms.Padding padding         = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     logoPictureBox2.Margin   = padding;
     this.LogoPictureBox.Name = "LogoPictureBox";
     global::System.Windows.Forms.Control logoPictureBox3 = this.LogoPictureBox;
     global::System.Drawing.Size          size            = new global::System.Drawing.Size(232, 265);
     logoPictureBox3.Size         = size;
     this.LogoPictureBox.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LogoPictureBox.TabIndex = 0;
     this.LogoPictureBox.TabStop  = false;
     global::System.Windows.Forms.Control labelProductName = this.LabelProductName;
     location = new global::System.Drawing.Point(1, 21);
     labelProductName.Location = location;
     global::System.Windows.Forms.Control labelProductName2 = this.LabelProductName;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelProductName2.Margin   = padding;
     this.LabelProductName.Name = "LabelProductName";
     global::System.Windows.Forms.Control labelProductName3 = this.LabelProductName;
     size = new global::System.Drawing.Size(476, 21);
     labelProductName3.Size          = size;
     this.LabelProductName.TabIndex  = 0;
     this.LabelProductName.Text      = "产品名称";
     this.LabelProductName.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelVersion = this.LabelVersion;
     location = new global::System.Drawing.Point(1, 59);
     labelVersion.Location = location;
     global::System.Windows.Forms.Control labelVersion2 = this.LabelVersion;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelVersion2.Margin   = padding;
     this.LabelVersion.Name = "LabelVersion";
     global::System.Windows.Forms.Control labelVersion3 = this.LabelVersion;
     size = new global::System.Drawing.Size(476, 21);
     labelVersion3.Size          = size;
     this.LabelVersion.TabIndex  = 0;
     this.LabelVersion.Text      = "版本";
     this.LabelVersion.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelCopyright = this.LabelCopyright;
     location = new global::System.Drawing.Point(1, 96);
     labelCopyright.Location = location;
     global::System.Windows.Forms.Control labelCopyright2 = this.LabelCopyright;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelCopyright2.Margin   = padding;
     this.LabelCopyright.Name = "LabelCopyright";
     global::System.Windows.Forms.Control labelCopyright3 = this.LabelCopyright;
     size = new global::System.Drawing.Size(476, 21);
     labelCopyright3.Size          = size;
     this.LabelCopyright.TabIndex  = 0;
     this.LabelCopyright.Text      = "版权";
     this.LabelCopyright.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelCompanyName = this.LabelCompanyName;
     location = new global::System.Drawing.Point(1, 134);
     labelCompanyName.Location = location;
     global::System.Windows.Forms.Control labelCompanyName2 = this.LabelCompanyName;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelCompanyName2.Margin   = padding;
     this.LabelCompanyName.Name = "LabelCompanyName";
     global::System.Windows.Forms.Control labelCompanyName3 = this.LabelCompanyName;
     size = new global::System.Drawing.Size(476, 21);
     labelCompanyName3.Size          = size;
     this.LabelCompanyName.TabIndex  = 0;
     this.LabelCompanyName.Text      = "公司名称";
     this.LabelCompanyName.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control textBoxDescription = this.TextBoxDescription;
     location = new global::System.Drawing.Point(260, 14);
     textBoxDescription.Location = location;
     global::System.Windows.Forms.Control textBoxDescription2 = this.TextBoxDescription;
     padding = new global::System.Windows.Forms.Padding(8, 4, 4, 4);
     textBoxDescription2.Margin         = padding;
     this.TextBoxDescription.Multiline  = true;
     this.TextBoxDescription.Name       = "TextBoxDescription";
     this.TextBoxDescription.ReadOnly   = true;
     this.TextBoxDescription.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     global::System.Windows.Forms.Control textBoxDescription3 = this.TextBoxDescription;
     size = new global::System.Drawing.Size(485, 264);
     textBoxDescription3.Size         = size;
     this.TextBoxDescription.TabIndex = 0;
     this.TextBoxDescription.TabStop  = false;
     this.OKButton.Anchor             = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.OKButton.DialogResult       = global::System.Windows.Forms.DialogResult.Cancel;
     global::System.Windows.Forms.Control okbutton = this.OKButton;
     location          = new global::System.Drawing.Point(377, 168);
     okbutton.Location = location;
     global::System.Windows.Forms.Control okbutton2 = this.OKButton;
     padding            = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     okbutton2.Margin   = padding;
     this.OKButton.Name = "OKButton";
     global::System.Windows.Forms.Control okbutton3 = this.OKButton;
     size                   = new global::System.Drawing.Size(100, 26);
     okbutton3.Size         = size;
     this.OKButton.TabIndex = 0;
     this.OKButton.Text     = "确定(&O)";
     this.PictureBox1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox1.Image");
     global::System.Windows.Forms.Control pictureBox = this.PictureBox1;
     location            = new global::System.Drawing.Point(16, 286);
     pictureBox.Location = location;
     global::System.Windows.Forms.Control pictureBox2 = this.PictureBox1;
     padding               = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     pictureBox2.Margin    = padding;
     this.PictureBox1.Name = "PictureBox1";
     global::System.Windows.Forms.Control pictureBox3 = this.PictureBox1;
     size                      = new global::System.Drawing.Size(232, 202);
     pictureBox3.Size          = size;
     this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.PictureBox1.TabIndex = 1;
     this.PictureBox1.TabStop  = false;
     this.GroupBox1.Controls.Add(this.LabelProductName);
     this.GroupBox1.Controls.Add(this.LabelVersion);
     this.GroupBox1.Controls.Add(this.OKButton);
     this.GroupBox1.Controls.Add(this.LabelCompanyName);
     this.GroupBox1.Controls.Add(this.LabelCopyright);
     this.GroupBox1.Controls.Add(this.Label1);
     global::System.Windows.Forms.Control groupBox = this.GroupBox1;
     location          = new global::System.Drawing.Point(260, 286);
     groupBox.Location = location;
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox1;
     padding             = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     groupBox2.Margin    = padding;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox1;
     padding           = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     groupBox3.Padding = padding;
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(485, 201);
     groupBox4.Size          = size;
     this.GroupBox1.TabIndex = 2;
     this.GroupBox1.TabStop  = false;
     global::System.Windows.Forms.Control label = this.Label1;
     location       = new global::System.Drawing.Point(1, 168);
     label.Location = location;
     global::System.Windows.Forms.Control label2 = this.Label1;
     padding          = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label2.Margin    = padding;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label3 = this.Label1;
     size                  = new global::System.Drawing.Size(476, 21);
     label3.Size           = size;
     this.Label1.TabIndex  = 1;
     this.Label1.Text      = "发布日期";
     this.Label1.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(8f, 15f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.OKButton;
     size            = new global::System.Drawing.Size(756, 499);
     this.ClientSize = size;
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.LogoPictureBox);
     this.Controls.Add(this.TextBoxDescription);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     padding            = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Margin        = padding;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "TcAboutBox";
     padding            = new global::System.Windows.Forms.Padding(12, 10, 12, 10);
     this.Padding       = padding;
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "关于";
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #23
0
        /// <summary>
        /// あとからforcusのあるcontrolを変更したいときに用いる
        /// </summary>
        /// <param name="form"></param>
        /// <param name="onlyOnControl"></param>
        public void Init(global::System.Windows.Forms.Control control , bool onlyOnControl)
        {
            Dispose();
            Reset();
            userControl = control;

            this.isClickOnlyOnForm = onlyOnControl;

            if ( onlyOnControl )
            {
                //  マウスカーソルが入力フォーカスのあるControl,Formの外にあるのかを
                //  判定するために入力をhookする。
                control.MouseEnter += new global::System.EventHandler(this.Activated);
                control.MouseLeave += new global::System.EventHandler(this.Deactivated);

                // とりあえずはこいつを初期値としよう
                isActivated = !IsMouseOutOfForm;
            }
            else
            {
                isActivated = true;
            }
        }
Example #24
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Troianos_RAT.script));
     this.Button15 = new global::System.Windows.Forms.Button();
     this.Button16 = new global::System.Windows.Forms.Button();
     this.Button17 = new global::System.Windows.Forms.Button();
     this.Button18 = new global::System.Windows.Forms.Button();
     this.Button19 = new global::System.Windows.Forms.Button();
     this.Button20 = new global::System.Windows.Forms.Button();
     this.Button21 = new global::System.Windows.Forms.Button();
     this.Button8  = new global::System.Windows.Forms.Button();
     this.Button9  = new global::System.Windows.Forms.Button();
     this.Button10 = new global::System.Windows.Forms.Button();
     this.Button11 = new global::System.Windows.Forms.Button();
     this.Button12 = new global::System.Windows.Forms.Button();
     this.Button13 = new global::System.Windows.Forms.Button();
     this.Button14 = new global::System.Windows.Forms.Button();
     this.Button7  = new global::System.Windows.Forms.Button();
     this.Button6  = new global::System.Windows.Forms.Button();
     this.Button5  = new global::System.Windows.Forms.Button();
     this.Button4  = new global::System.Windows.Forms.Button();
     this.Button3  = new global::System.Windows.Forms.Button();
     this.Button2  = new global::System.Windows.Forms.Button();
     this.Button1  = new global::System.Windows.Forms.Button();
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.SuspendLayout();
     this.Button15.BackColor = global::System.Drawing.Color.Transparent;
     this.Button15.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button15.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button   = this.Button15;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(270, 200);
     button.Location    = location;
     this.Button15.Name = "Button15";
     global::System.Windows.Forms.Control button2 = this.Button15;
     global::System.Drawing.Size          size    = new global::System.Drawing.Size(123, 26);
     button2.Size           = size;
     this.Button15.TabIndex = 41;
     this.Button15.Text     = "Tela Azul da Morte";
     this.Button15.UseVisualStyleBackColor = false;
     this.Button16.BackColor = global::System.Drawing.Color.Transparent;
     this.Button16.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button16.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button3 = this.Button16;
     location           = new global::System.Drawing.Point(270, 168);
     button3.Location   = location;
     this.Button16.Name = "Button16";
     global::System.Windows.Forms.Control button4 = this.Button16;
     size                   = new global::System.Drawing.Size(123, 26);
     button4.Size           = size;
     this.Button16.TabIndex = 40;
     this.Button16.Text     = "Deletar System32";
     this.Button16.UseVisualStyleBackColor = false;
     this.Button17.BackColor = global::System.Drawing.Color.Transparent;
     this.Button17.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button17.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button5 = this.Button17;
     location           = new global::System.Drawing.Point(270, 136);
     button5.Location   = location;
     this.Button17.Name = "Button17";
     global::System.Windows.Forms.Control button6 = this.Button17;
     size                   = new global::System.Drawing.Size(123, 26);
     button6.Size           = size;
     this.Button17.TabIndex = 39;
     this.Button17.Text     = "Criar Varios VBS";
     this.Button17.UseVisualStyleBackColor = false;
     this.Button18.BackColor = global::System.Drawing.Color.Transparent;
     this.Button18.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button18.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button7 = this.Button18;
     location           = new global::System.Drawing.Point(270, 105);
     button7.Location   = location;
     this.Button18.Name = "Button18";
     global::System.Windows.Forms.Control button8 = this.Button18;
     size                   = new global::System.Drawing.Size(123, 25);
     button8.Size           = size;
     this.Button18.TabIndex = 38;
     this.Button18.Text     = "Bipe Sem Parar";
     this.Button18.UseVisualStyleBackColor = false;
     this.Button19.BackColor = global::System.Drawing.Color.Transparent;
     this.Button19.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button19.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button9 = this.Button19;
     location           = new global::System.Drawing.Point(270, 74);
     button9.Location   = location;
     this.Button19.Name = "Button19";
     global::System.Windows.Forms.Control button10 = this.Button19;
     size                   = new global::System.Drawing.Size(123, 25);
     button10.Size          = size;
     this.Button19.TabIndex = 37;
     this.Button19.Text     = "Desativar Firewall";
     this.Button19.UseVisualStyleBackColor = false;
     this.Button20.BackColor = global::System.Drawing.Color.Transparent;
     this.Button20.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button20.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button11 = this.Button20;
     location           = new global::System.Drawing.Point(270, 43);
     button11.Location  = location;
     this.Button20.Name = "Button20";
     global::System.Windows.Forms.Control button12 = this.Button20;
     size                   = new global::System.Drawing.Size(123, 25);
     button12.Size          = size;
     this.Button20.TabIndex = 36;
     this.Button20.Text     = "Abrir Site Shafou";
     this.Button20.UseVisualStyleBackColor = false;
     this.Button21.BackColor = global::System.Drawing.Color.Transparent;
     this.Button21.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button21.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button13 = this.Button21;
     location           = new global::System.Drawing.Point(270, 12);
     button13.Location  = location;
     this.Button21.Name = "Button21";
     global::System.Windows.Forms.Control button14 = this.Button21;
     size                   = new global::System.Drawing.Size(123, 25);
     button14.Size          = size;
     this.Button21.TabIndex = 35;
     this.Button21.Text     = "Abrir Site Porno";
     this.Button21.UseVisualStyleBackColor = false;
     this.Button8.BackColor = global::System.Drawing.Color.Transparent;
     this.Button8.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button8.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button15 = this.Button8;
     location          = new global::System.Drawing.Point(141, 200);
     button15.Location = location;
     this.Button8.Name = "Button8";
     global::System.Windows.Forms.Control button16 = this.Button8;
     size                  = new global::System.Drawing.Size(123, 26);
     button16.Size         = size;
     this.Button8.TabIndex = 34;
     this.Button8.Text     = "Deletar Regedit";
     this.Button8.UseVisualStyleBackColor = false;
     this.Button9.BackColor = global::System.Drawing.Color.Transparent;
     this.Button9.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button9.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button17 = this.Button9;
     location          = new global::System.Drawing.Point(141, 168);
     button17.Location = location;
     this.Button9.Name = "Button9";
     global::System.Windows.Forms.Control button18 = this.Button9;
     size                  = new global::System.Drawing.Size(123, 26);
     button18.Size         = size;
     this.Button9.TabIndex = 33;
     this.Button9.Text     = "D. Mouse / Teclado";
     this.Button9.UseVisualStyleBackColor = false;
     this.Button10.BackColor = global::System.Drawing.Color.Transparent;
     this.Button10.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button10.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button19 = this.Button10;
     location           = new global::System.Drawing.Point(141, 136);
     button19.Location  = location;
     this.Button10.Name = "Button10";
     global::System.Windows.Forms.Control button20 = this.Button10;
     size                   = new global::System.Drawing.Size(123, 26);
     button20.Size          = size;
     this.Button10.TabIndex = 32;
     this.Button10.Text     = "D. TaskManager";
     this.Button10.UseVisualStyleBackColor = false;
     this.Button11.BackColor = global::System.Drawing.Color.Transparent;
     this.Button11.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button11.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button21 = this.Button11;
     location           = new global::System.Drawing.Point(141, 105);
     button21.Location  = location;
     this.Button11.Name = "Button11";
     global::System.Windows.Forms.Control button22 = this.Button11;
     size                   = new global::System.Drawing.Size(123, 25);
     button22.Size          = size;
     this.Button11.TabIndex = 31;
     this.Button11.Text     = "Drogar Mouse";
     this.Button11.UseVisualStyleBackColor = false;
     this.Button12.BackColor = global::System.Drawing.Color.Transparent;
     this.Button12.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button12.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button23 = this.Button12;
     location           = new global::System.Drawing.Point(141, 74);
     button23.Location  = location;
     this.Button12.Name = "Button12";
     global::System.Windows.Forms.Control button24 = this.Button12;
     size                   = new global::System.Drawing.Size(123, 25);
     button24.Size          = size;
     this.Button12.TabIndex = 30;
     this.Button12.Text     = "Matar Explorer";
     this.Button12.UseVisualStyleBackColor = false;
     this.Button13.BackColor = global::System.Drawing.Color.Transparent;
     this.Button13.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button13.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button25 = this.Button13;
     location           = new global::System.Drawing.Point(141, 43);
     button25.Location  = location;
     this.Button13.Name = "Button13";
     global::System.Windows.Forms.Control button26 = this.Button13;
     size                   = new global::System.Drawing.Size(123, 25);
     button26.Size          = size;
     this.Button13.TabIndex = 29;
     this.Button13.Text     = "Travar Todo PC";
     this.Button13.UseVisualStyleBackColor = false;
     this.Button14.BackColor = global::System.Drawing.Color.Transparent;
     this.Button14.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button14.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button27 = this.Button14;
     location           = new global::System.Drawing.Point(141, 12);
     button27.Location  = location;
     this.Button14.Name = "Button14";
     global::System.Windows.Forms.Control button28 = this.Button14;
     size                   = new global::System.Drawing.Size(123, 25);
     button28.Size          = size;
     this.Button14.TabIndex = 28;
     this.Button14.Text     = "Criar 30k de Pastas";
     this.Button14.UseVisualStyleBackColor = false;
     this.Button7.BackColor = global::System.Drawing.Color.Transparent;
     this.Button7.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button7.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button29 = this.Button7;
     location          = new global::System.Drawing.Point(12, 200);
     button29.Location = location;
     this.Button7.Name = "Button7";
     global::System.Windows.Forms.Control button30 = this.Button7;
     size                  = new global::System.Drawing.Size(123, 26);
     button30.Size         = size;
     this.Button7.TabIndex = 27;
     this.Button7.Text     = "Deletar Win Defender";
     this.Button7.UseVisualStyleBackColor = false;
     this.Button6.BackColor = global::System.Drawing.Color.Transparent;
     this.Button6.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button6.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button31 = this.Button6;
     location          = new global::System.Drawing.Point(12, 168);
     button31.Location = location;
     this.Button6.Name = "Button6";
     global::System.Windows.Forms.Control button32 = this.Button6;
     size                  = new global::System.Drawing.Size(123, 26);
     button32.Size         = size;
     this.Button6.TabIndex = 26;
     this.Button6.Text     = "Deletar Cmd";
     this.Button6.UseVisualStyleBackColor = false;
     this.Button5.BackColor = global::System.Drawing.Color.Transparent;
     this.Button5.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button5.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button33 = this.Button5;
     location          = new global::System.Drawing.Point(12, 136);
     button33.Location = location;
     this.Button5.Name = "Button5";
     global::System.Windows.Forms.Control button34 = this.Button5;
     size                  = new global::System.Drawing.Size(123, 26);
     button34.Size         = size;
     this.Button5.TabIndex = 25;
     this.Button5.Text     = "Deletar Notepad";
     this.Button5.UseVisualStyleBackColor = false;
     this.Button4.BackColor = global::System.Drawing.Color.Transparent;
     this.Button4.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button4.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button35 = this.Button4;
     location          = new global::System.Drawing.Point(12, 105);
     button35.Location = location;
     this.Button4.Name = "Button4";
     global::System.Windows.Forms.Control button36 = this.Button4;
     size                  = new global::System.Drawing.Size(123, 25);
     button36.Size         = size;
     this.Button4.TabIndex = 24;
     this.Button4.Text     = "Deletar Windows";
     this.Button4.UseVisualStyleBackColor = false;
     this.Button3.BackColor = global::System.Drawing.Color.Transparent;
     this.Button3.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button3.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button37 = this.Button3;
     location          = new global::System.Drawing.Point(12, 74);
     button37.Location = location;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button38 = this.Button3;
     size                  = new global::System.Drawing.Size(123, 25);
     button38.Size         = size;
     this.Button3.TabIndex = 23;
     this.Button3.Text     = "Fazer Logoff";
     this.Button3.UseVisualStyleBackColor = false;
     this.Button2.BackColor = global::System.Drawing.Color.Transparent;
     this.Button2.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button2.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button39 = this.Button2;
     location          = new global::System.Drawing.Point(12, 43);
     button39.Location = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button40 = this.Button2;
     size                  = new global::System.Drawing.Size(123, 25);
     button40.Size         = size;
     this.Button2.TabIndex = 22;
     this.Button2.Text     = "Desligar PC";
     this.Button2.UseVisualStyleBackColor = false;
     this.Button1.BackColor = global::System.Drawing.Color.Transparent;
     this.Button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button1.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button41 = this.Button1;
     location          = new global::System.Drawing.Point(12, 12);
     button41.Location = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button42 = this.Button1;
     size                  = new global::System.Drawing.Size(123, 25);
     button42.Size         = size;
     this.Button1.TabIndex = 21;
     this.Button1.Text     = "Reiniciar PC";
     this.Button1.UseVisualStyleBackColor = false;
     global::System.Windows.Forms.Control textBox = this.TextBox1;
     location                = new global::System.Drawing.Point(12, 273);
     textBox.Location        = location;
     this.TextBox1.Multiline = true;
     this.TextBox1.Name      = "TextBox1";
     global::System.Windows.Forms.Control textBox2 = this.TextBox1;
     size                   = new global::System.Drawing.Size(381, 144);
     textBox2.Size          = size;
     this.TextBox1.TabIndex = 42;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.SystemColors.ActiveCaptionText;
     size            = new global::System.Drawing.Size(407, 243);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Button15);
     this.Controls.Add(this.Button16);
     this.Controls.Add(this.Button17);
     this.Controls.Add(this.Button18);
     this.Controls.Add(this.Button19);
     this.Controls.Add(this.Button20);
     this.Controls.Add(this.Button21);
     this.Controls.Add(this.Button8);
     this.Controls.Add(this.Button9);
     this.Controls.Add(this.Button10);
     this.Controls.Add(this.Button11);
     this.Controls.Add(this.Button12);
     this.Controls.Add(this.Button13);
     this.Controls.Add(this.Button14);
     this.Controls.Add(this.Button7);
     this.Controls.Add(this.Button6);
     this.Controls.Add(this.Button5);
     this.Controls.Add(this.Button4);
     this.Controls.Add(this.Button3);
     this.Controls.Add(this.Button2);
     this.Controls.Add(this.Button1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "script";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Sacanear";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.PictureBox1     = new global::System.Windows.Forms.PictureBox();
     this.SplitContainer1 = new global::System.Windows.Forms.SplitContainer();
     this.ListBox2        = new global::System.Windows.Forms.ListBox();
     this.ListBox1        = new global::System.Windows.Forms.ListBox();
     this.TextBox2        = new global::System.Windows.Forms.TextBox();
     this.Panel1          = new global::System.Windows.Forms.Panel();
     this.Panel2          = new global::System.Windows.Forms.Panel();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer1).BeginInit();
     this.SplitContainer1.Panel1.SuspendLayout();
     this.SplitContainer1.Panel2.SuspendLayout();
     this.SplitContainer1.SuspendLayout();
     this.Panel1.SuspendLayout();
     this.Panel2.SuspendLayout();
     this.SuspendLayout();
     this.PictureBox1.BackColor = global::System.Drawing.Color.White;
     this.PictureBox1.Dock      = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control pictureBox = this.PictureBox1;
     global::System.Drawing.Point         location   = new global::System.Drawing.Point(0, 0);
     pictureBox.Location   = location;
     this.PictureBox1.Name = "PictureBox1";
     global::System.Windows.Forms.Control pictureBox2 = this.PictureBox1;
     global::System.Drawing.Size          size        = new global::System.Drawing.Size(444, 367);
     pictureBox2.Size          = size;
     this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PictureBox1.TabIndex = 1;
     this.PictureBox1.TabStop  = false;
     this.SplitContainer1.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control splitContainer = this.SplitContainer1;
     location = new global::System.Drawing.Point(0, 0);
     splitContainer.Location   = location;
     this.SplitContainer1.Name = "SplitContainer1";
     this.SplitContainer1.Panel1.Controls.Add(this.ListBox2);
     this.SplitContainer1.Panel1.Controls.Add(this.ListBox1);
     this.SplitContainer1.Panel2.Controls.Add(this.PictureBox1);
     global::System.Windows.Forms.Control splitContainer2 = this.SplitContainer1;
     size = new global::System.Drawing.Size(671, 367);
     splitContainer2.Size = size;
     this.SplitContainer1.SplitterDistance = 223;
     this.SplitContainer1.TabIndex         = 2;
     this.ListBox2.FormattingEnabled       = true;
     this.ListBox2.ItemHeight = 12;
     global::System.Windows.Forms.Control listBox = this.ListBox2;
     location           = new global::System.Drawing.Point(66, 106);
     listBox.Location   = location;
     this.ListBox2.Name = "ListBox2";
     global::System.Windows.Forms.Control listBox2 = this.ListBox2;
     size                            = new global::System.Drawing.Size(108, 88);
     listBox2.Size                   = size;
     this.ListBox2.TabIndex          = 1;
     this.ListBox1.Dock              = global::System.Windows.Forms.DockStyle.Fill;
     this.ListBox1.FormattingEnabled = true;
     this.ListBox1.ItemHeight        = 12;
     global::System.Windows.Forms.Control listBox3 = this.ListBox1;
     location           = new global::System.Drawing.Point(0, 0);
     listBox3.Location  = location;
     this.ListBox1.Name = "ListBox1";
     global::System.Windows.Forms.Control listBox4 = this.ListBox1;
     size                   = new global::System.Drawing.Size(223, 367);
     listBox4.Size          = size;
     this.ListBox1.TabIndex = 0;
     this.TextBox2.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control textBox = this.TextBox2;
     location           = new global::System.Drawing.Point(0, 0);
     textBox.Location   = location;
     this.TextBox2.Name = "TextBox2";
     global::System.Windows.Forms.Control textBox2 = this.TextBox2;
     size                   = new global::System.Drawing.Size(671, 21);
     textBox2.Size          = size;
     this.TextBox2.TabIndex = 3;
     this.Panel1.Controls.Add(this.TextBox2);
     this.Panel1.Dock = global::System.Windows.Forms.DockStyle.Top;
     global::System.Windows.Forms.Control panel = this.Panel1;
     location         = new global::System.Drawing.Point(0, 0);
     panel.Location   = location;
     this.Panel1.Name = "Panel1";
     global::System.Windows.Forms.Control panel2 = this.Panel1;
     size                 = new global::System.Drawing.Size(671, 26);
     panel2.Size          = size;
     this.Panel1.TabIndex = 4;
     this.Panel2.Controls.Add(this.SplitContainer1);
     this.Panel2.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control panel3 = this.Panel2;
     location         = new global::System.Drawing.Point(0, 26);
     panel3.Location  = location;
     this.Panel2.Name = "Panel2";
     global::System.Windows.Forms.Control panel4 = this.Panel2;
     size                 = new global::System.Drawing.Size(671, 367);
     panel4.Size          = size;
     this.Panel2.TabIndex = 5;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(671, 393);
     this.ClientSize = size;
     this.Controls.Add(this.Panel2);
     this.Controls.Add(this.Panel1);
     this.Name = "TcJG_ZiLiao_frm";
     this.Text = "结构资料--双击图片,然后粘贴至CAD中";
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.SplitContainer1.Panel1.ResumeLayout(false);
     this.SplitContainer1.Panel2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer1).EndInit();
     this.SplitContainer1.ResumeLayout(false);
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     this.Panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmStartUp));
     global::System.Windows.Forms.ListViewGroup             listViewGroup            = new global::System.Windows.Forms.ListViewGroup("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup2           = new global::System.Windows.Forms.ListViewGroup("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup3           = new global::System.Windows.Forms.ListViewGroup("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup4           = new global::System.Windows.Forms.ListViewGroup("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup5           = new global::System.Windows.Forms.ListViewGroup("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup6           = new global::System.Windows.Forms.ListViewGroup("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup7           = new global::System.Windows.Forms.ListViewGroup("Startup Folder ", global::System.Windows.Forms.HorizontalAlignment.Left);
     this.CM = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.AtualizarToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem         = new global::System.Windows.Forms.ToolStripSeparator();
     this.ExcluirToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.IM            = new global::System.Windows.Forms.ImageList(this.components);
     this.Timer1        = new global::System.Windows.Forms.Timer(this.components);
     this.pr            = new global::NINGALINET.CHProgressbar();
     this.sl            = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ST            = new global::System.Windows.Forms.StatusStrip();
     this.ListView1     = new global::NINGALINET.LV();
     this.ColumnHeader3 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader4 = new global::System.Windows.Forms.ColumnHeader();
     this.CM.SuspendLayout();
     this.ST.SuspendLayout();
     this.SuspendLayout();
     this.CM.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.AtualizarToolStripMenuItem,
         this.AToolStripMenuItem,
         this.ExcluirToolStripMenuItem
     });
     this.CM.Name = "CM";
     global::System.Windows.Forms.Control arg_183_0 = this.CM;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(153, 76);
     arg_183_0.Size = size;
     this.AtualizarToolStripMenuItem.Name = "AtualizarToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1AE_0 = this.AtualizarToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_1AE_0.Size = size;
     this.AtualizarToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name         = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1E8_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(149, 6);
     arg_1E8_0.Size = size;
     this.ExcluirToolStripMenuItem.Name = "ExcluirToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_213_0 = this.ExcluirToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_213_0.Size = size;
     this.ExcluirToolStripMenuItem.Text = "Remove";
     this.IM.ImageStream      = (global::System.Windows.Forms.ImageListStreamer)componentResourceManager.GetObject("IM.ImageStream");
     this.IM.TransparentColor = global::System.Drawing.Color.Transparent;
     this.IM.Images.SetKeyName(0, "176.png");
     this.IM.Images.SetKeyName(1, "177.png");
     this.IM.Images.SetKeyName(2, "178.png");
     this.pr.BackColor     = global::System.Drawing.Color.Transparent;
     this.pr.Colors        = new global::NINGALINET.Bloom[0];
     this.pr.Customization = global::NINGALINET.My.Resources.Resources.notf;
     this.pr.Dock          = global::System.Windows.Forms.DockStyle.Bottom;
     this.pr.Font          = new global::System.Drawing.Font("Verdana", 8f);
     this.pr.Image         = null;
     global::System.Windows.Forms.Control arg_30D_0 = this.pr;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 325);
     arg_30D_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_351_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_351_0.Size      = size;
     this.pr.TabIndex    = 3;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     this.sl.Name        = "sl";
     global::System.Windows.Forms.ToolStripItem arg_3AD_0 = this.sl;
     size              = new global::System.Drawing.Size(13, 17);
     arg_3AD_0.Size    = size;
     this.sl.Text      = "..";
     this.ST.BackColor = global::System.Drawing.Color.Black;
     this.ST.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.sl
     });
     global::System.Windows.Forms.Control arg_40B_0 = this.ST;
     location           = new global::System.Drawing.Point(0, 340);
     arg_40B_0.Location = location;
     this.ST.Name       = "ST";
     global::System.Windows.Forms.Control arg_436_0 = this.ST;
     size                       = new global::System.Drawing.Size(584, 22);
     arg_436_0.Size             = size;
     this.ST.SizingGrip         = false;
     this.ST.TabIndex           = 1;
     this.ListView1.BackColor   = global::System.Drawing.Color.Black;
     this.ListView1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.ListView1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader3,
         this.ColumnHeader4
     });
     this.ListView1.ContextMenuStrip = this.CM;
     this.ListView1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.ListView1.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.ListView1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.ListView1.FullRowSelect    = true;
     listViewGroup.Header            = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run";
     listViewGroup.Name    = "Group1";
     listViewGroup2.Header = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce";
     listViewGroup2.Name   = "Group2";
     listViewGroup3.Header = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run";
     listViewGroup3.Name   = "Group3";
     listViewGroup4.Header = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run";
     listViewGroup4.Name   = "Group4";
     listViewGroup5.Header = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce";
     listViewGroup5.Name   = "Group5";
     listViewGroup6.Header = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run";
     listViewGroup6.Name   = "Group6";
     listViewGroup7.Header = "Startup Folder ";
     listViewGroup7.Name   = "Group7";
     this.ListView1.Groups.AddRange(new global::System.Windows.Forms.ListViewGroup[]
     {
         listViewGroup,
         listViewGroup2,
         listViewGroup3,
         listViewGroup4,
         listViewGroup5,
         listViewGroup6,
         listViewGroup7
     });
     this.ListView1.LargeImageList = this.IM;
     global::System.Windows.Forms.Control arg_5F5_0 = this.ListView1;
     location                 = new global::System.Drawing.Point(0, 0);
     arg_5F5_0.Location       = location;
     this.ListView1.Name      = "ListView1";
     this.ListView1.OwnerDraw = true;
     global::System.Windows.Forms.Control arg_62F_0 = this.ListView1;
     size           = new global::System.Drawing.Size(584, 325);
     arg_62F_0.Size = size;
     this.ListView1.SmallImageList = this.IM;
     this.ListView1.TabIndex       = 4;
     this.ListView1.UseCompatibleStateImageBehavior = false;
     this.ListView1.View     = global::System.Windows.Forms.View.Details;
     this.ColumnHeader3.Text = "Name";
     this.ColumnHeader4.Text = "Descriptions";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(584, 362);
     this.ClientSize = size;
     this.Controls.Add(this.ListView1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.ST);
     this.ForeColor     = global::System.Drawing.Color.White;
     this.Name          = "FrmStartUp";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "StartUp";
     this.CM.ResumeLayout(false);
     this.ST.ResumeLayout(false);
     this.ST.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.Panel1   = new global::System.Windows.Forms.Panel();
     this.Button4  = new global::System.Windows.Forms.Button();
     this.Button3  = new global::System.Windows.Forms.Button();
     this.Button1  = new global::System.Windows.Forms.Button();
     this.Label1   = new global::System.Windows.Forms.Label();
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.Panel2   = new global::System.Windows.Forms.Panel();
     this.Button2  = new global::System.Windows.Forms.Button();
     this.Label2   = new global::System.Windows.Forms.Label();
     this.TextBox2 = new global::System.Windows.Forms.TextBox();
     this.Panel1.SuspendLayout();
     this.Panel2.SuspendLayout();
     this.SuspendLayout();
     this.Panel1.Controls.Add(this.Button4);
     this.Panel1.Controls.Add(this.Button3);
     this.Panel1.Controls.Add(this.Button1);
     this.Panel1.Dock = global::System.Windows.Forms.DockStyle.Top;
     global::System.Windows.Forms.Control panel    = this.Panel1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(0, 0);
     panel.Location   = location;
     this.Panel1.Name = "Panel1";
     global::System.Windows.Forms.Control panel2 = this.Panel1;
     global::System.Drawing.Size          size   = new global::System.Drawing.Size(412, 31);
     panel2.Size          = size;
     this.Panel1.TabIndex = 0;
     global::System.Windows.Forms.Control button = this.Button4;
     location          = new global::System.Drawing.Point(253, 3);
     button.Location   = location;
     this.Button4.Name = "Button4";
     global::System.Windows.Forms.Control button2 = this.Button4;
     size                  = new global::System.Drawing.Size(156, 23);
     button2.Size          = size;
     this.Button4.TabIndex = 8;
     this.Button4.Text     = "将结果写入AutoCAD";
     this.Button4.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button3 = this.Button3;
     location          = new global::System.Drawing.Point(74, 3);
     button3.Location  = location;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button4 = this.Button3;
     size                  = new global::System.Drawing.Size(184, 23);
     button4.Size          = size;
     this.Button3.TabIndex = 7;
     this.Button3.Text     = "指定点的抗弯和抗扭截面模量";
     this.Button3.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button5 = this.Button1;
     location          = new global::System.Drawing.Point(5, 3);
     button5.Location  = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button6 = this.Button1;
     size                  = new global::System.Drawing.Size(75, 23);
     button6.Size          = size;
     this.Button1.TabIndex = 5;
     this.Button1.Text     = "选择面域";
     this.Button1.UseVisualStyleBackColor = true;
     this.Label1.AutoSize = true;
     this.Label1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     global::System.Windows.Forms.Control label = this.Label1;
     location         = new global::System.Drawing.Point(0, 31);
     label.Location   = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label2 = this.Label1;
     size                 = new global::System.Drawing.Size(185, 12);
     label2.Size          = size;
     this.Label1.TabIndex = 4;
     this.Label1.Text     = "当前坐标系,旋转中心为其质心:";
     this.TextBox1.Dock   = global::System.Windows.Forms.DockStyle.Top;
     global::System.Windows.Forms.Control textBox = this.TextBox1;
     location                 = new global::System.Drawing.Point(0, 43);
     textBox.Location         = location;
     this.TextBox1.Multiline  = true;
     this.TextBox1.Name       = "TextBox1";
     this.TextBox1.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     global::System.Windows.Forms.Control textBox2 = this.TextBox1;
     size                   = new global::System.Drawing.Size(412, 135);
     textBox2.Size          = size;
     this.TextBox1.TabIndex = 5;
     this.Panel2.Controls.Add(this.Button2);
     this.Panel2.Controls.Add(this.Label2);
     this.Panel2.Dock = global::System.Windows.Forms.DockStyle.Top;
     global::System.Windows.Forms.Control panel3 = this.Panel2;
     location         = new global::System.Drawing.Point(0, 178);
     panel3.Location  = location;
     this.Panel2.Name = "Panel2";
     global::System.Windows.Forms.Control panel4 = this.Panel2;
     size                 = new global::System.Drawing.Size(412, 26);
     panel4.Size          = size;
     this.Panel2.TabIndex = 6;
     global::System.Windows.Forms.Control button7 = this.Button2;
     location          = new global::System.Drawing.Point(253, 3);
     button7.Location  = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button8 = this.Button2;
     size                  = new global::System.Drawing.Size(156, 23);
     button8.Size          = size;
     this.Button2.TabIndex = 9;
     this.Button2.Text     = "将接写入AutoCAD";
     this.Button2.UseVisualStyleBackColor = true;
     this.Label2.AutoSize = true;
     global::System.Windows.Forms.Control label3 = this.Label2;
     location         = new global::System.Drawing.Point(3, 11);
     label3.Location  = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label4 = this.Label2;
     size                 = new global::System.Drawing.Size(197, 12);
     label4.Size          = size;
     this.Label2.TabIndex = 5;
     this.Label2.Text     = "当前坐标系,旋转中心为坐标原点:";
     this.TextBox2.Dock   = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control textBox3 = this.TextBox2;
     location                 = new global::System.Drawing.Point(0, 204);
     textBox3.Location        = location;
     this.TextBox2.Multiline  = true;
     this.TextBox2.Name       = "TextBox2";
     this.TextBox2.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     global::System.Windows.Forms.Control textBox4 = this.TextBox2;
     size                   = new global::System.Drawing.Size(412, 164);
     textBox4.Size          = size;
     this.TextBox2.TabIndex = 7;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(412, 368);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox2);
     this.Controls.Add(this.Panel2);
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Panel1);
     this.Name = "JMTX_Frm";
     this.Text = "截面特性";
     this.Panel1.ResumeLayout(false);
     this.Panel2.ResumeLayout(false);
     this.Panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #28
0
 private void InitializeComponent()
 {
     this.components                      = new global::System.ComponentModel.Container();
     this.StatusStrip1                    = new global::System.Windows.Forms.StatusStrip();
     this.sl                              = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ContextMenuStrip1               = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.RefreshToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem              = new global::System.Windows.Forms.ToolStripSeparator();
     this.KillConnectionToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Timer1                          = new global::System.Windows.Forms.Timer(this.components);
     this.pr                              = new global::NINGALINET.CHProgressbar();
     this.LTCP                            = new global::NINGALINET.LV();
     this.ColumnHeader1                   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2                   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader3                   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader4                   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader5                   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader6                   = new global::System.Windows.Forms.ColumnHeader();
     this.StatusStrip1.SuspendLayout();
     this.ContextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.sl
     });
     global::System.Windows.Forms.Control arg_11D_0 = this.StatusStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 340);
     arg_11D_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_147_0 = this.StatusStrip1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(584, 22);
     arg_147_0.Size             = size;
     this.StatusStrip1.TabIndex = 1;
     this.StatusStrip1.Text     = "StatusStrip1";
     this.sl.ForeColor          = global::System.Drawing.Color.WhiteSmoke;
     this.sl.Name = "sl";
     global::System.Windows.Forms.ToolStripItem arg_19A_0 = this.sl;
     size           = new global::System.Drawing.Size(13, 17);
     arg_19A_0.Size = size;
     this.sl.Text   = "..";
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.AToolStripMenuItem,
         this.KillConnectionToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_207_0 = this.ContextMenuStrip1;
     size           = new global::System.Drawing.Size(156, 76);
     arg_207_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_231_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(155, 22);
     arg_231_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name       = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_26A_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 6);
     arg_26A_0.Size = size;
     this.KillConnectionToolStripMenuItem.Name = "KillConnectionToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_294_0 = this.KillConnectionToolStripMenuItem;
     size           = new global::System.Drawing.Size(155, 22);
     arg_294_0.Size = size;
     this.KillConnectionToolStripMenuItem.Text = "Kill Connection";
     this.pr.BackColor     = global::System.Drawing.Color.Transparent;
     this.pr.Colors        = new global::NINGALINET.Bloom[0];
     this.pr.Customization = global::NINGALINET.My.Resources.Resources.notf;
     this.pr.Dock          = global::System.Windows.Forms.DockStyle.Bottom;
     this.pr.Font          = new global::System.Drawing.Font("Verdana", 8f);
     this.pr.Image         = null;
     global::System.Windows.Forms.Control arg_320_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 325);
     arg_320_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_363_0 = this.pr;
     size                  = new global::System.Drawing.Size(584, 15);
     arg_363_0.Size        = size;
     this.pr.TabIndex      = 2;
     this.pr.Text          = "ChProgressbar1";
     this.pr.Transparent   = true;
     this.pr.Value         = 1;
     this.LTCP.BackColor   = global::System.Drawing.Color.Black;
     this.LTCP.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.LTCP.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader6
     });
     this.LTCP.ContextMenuStrip = this.ContextMenuStrip1;
     this.LTCP.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.LTCP.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.LTCP.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.LTCP.FullRowSelect    = true;
     global::System.Windows.Forms.Control arg_469_0 = this.LTCP;
     location            = new global::System.Drawing.Point(0, 0);
     arg_469_0.Location  = location;
     this.LTCP.Name      = "LTCP";
     this.LTCP.OwnerDraw = true;
     global::System.Windows.Forms.Control arg_4A2_0 = this.LTCP;
     size               = new global::System.Drawing.Size(584, 325);
     arg_4A2_0.Size     = size;
     this.LTCP.TabIndex = 3;
     this.LTCP.UseCompatibleStateImageBehavior = false;
     this.LTCP.View           = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Local IP";
     this.ColumnHeader2.Text  = "Local Port";
     this.ColumnHeader3.Text  = "Remote IP";
     this.ColumnHeader4.Text  = "Remote Port";
     this.ColumnHeader5.Text  = "State";
     this.ColumnHeader6.Text  = "Process";
     this.ColumnHeader6.Width = 187;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(584, 362);
     this.ClientSize = size;
     this.Controls.Add(this.LTCP);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.Name          = "FrmConnections";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form3";
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     this.ContextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.Label5       = new global::System.Windows.Forms.Label();
     this.TextBox4     = new global::System.Windows.Forms.TextBox();
     this.Label6       = new global::System.Windows.Forms.Label();
     this.TextBox5     = new global::System.Windows.Forms.TextBox();
     this.Label7       = new global::System.Windows.Forms.Label();
     this.TextBox6     = new global::System.Windows.Forms.TextBox();
     this.Label8       = new global::System.Windows.Forms.Label();
     this.ComboBox2    = new global::System.Windows.Forms.ComboBox();
     this.Label9       = new global::System.Windows.Forms.Label();
     this.TextBox7     = new global::System.Windows.Forms.TextBox();
     this.Label10      = new global::System.Windows.Forms.Label();
     this.TextBox8     = new global::System.Windows.Forms.TextBox();
     this.Label11      = new global::System.Windows.Forms.Label();
     this.ComboBox3    = new global::System.Windows.Forms.ComboBox();
     this.GroupBox1    = new global::System.Windows.Forms.GroupBox();
     this.Label15      = new global::System.Windows.Forms.Label();
     this.Label14      = new global::System.Windows.Forms.Label();
     this.ComboBox5    = new global::System.Windows.Forms.ComboBox();
     this.TextBox_0    = new global::System.Windows.Forms.TextBox();
     this.GroupBox2    = new global::System.Windows.Forms.GroupBox();
     this.Label16      = new global::System.Windows.Forms.Label();
     this.TextBox_1    = new global::System.Windows.Forms.TextBox();
     this.Label12      = new global::System.Windows.Forms.Label();
     this.Label1       = new global::System.Windows.Forms.Label();
     this.Label13      = new global::System.Windows.Forms.Label();
     this.Label4       = new global::System.Windows.Forms.Label();
     this.ComboBox4    = new global::System.Windows.Forms.ComboBox();
     this.TextBox9     = new global::System.Windows.Forms.TextBox();
     this.ComboBox1    = new global::System.Windows.Forms.ComboBox();
     this.TextBox3     = new global::System.Windows.Forms.TextBox();
     this.Label2       = new global::System.Windows.Forms.Label();
     this.TextBox2     = new global::System.Windows.Forms.TextBox();
     this.TextBox1     = new global::System.Windows.Forms.TextBox();
     this.Label3       = new global::System.Windows.Forms.Label();
     this.ListBox1     = new global::System.Windows.Forms.ListBox();
     this.Button1      = new global::System.Windows.Forms.Button();
     this.Button2      = new global::System.Windows.Forms.Button();
     this.GroupBox3    = new global::System.Windows.Forms.GroupBox();
     this.RadioButton1 = new global::System.Windows.Forms.RadioButton();
     this.RadioButton2 = new global::System.Windows.Forms.RadioButton();
     this.Button3      = new global::System.Windows.Forms.Button();
     this.Button5      = new global::System.Windows.Forms.Button();
     this.Button6      = new global::System.Windows.Forms.Button();
     this.Button7      = new global::System.Windows.Forms.Button();
     this.TextBox_2    = new global::System.Windows.Forms.TextBox();
     this.Button4      = new global::System.Windows.Forms.Button();
     this.Button8      = new global::System.Windows.Forms.Button();
     this.Button9      = new global::System.Windows.Forms.Button();
     this.Button10     = new global::System.Windows.Forms.Button();
     this.TextBox_3    = new global::System.Windows.Forms.TextBox();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     this.SuspendLayout();
     this.Label5.AutoSize = true;
     global::System.Windows.Forms.Control label    = this.Label5;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(10, 84);
     label.Location   = location;
     this.Label5.Name = "Label5";
     global::System.Windows.Forms.Control label2 = this.Label5;
     global::System.Drawing.Size          size   = new global::System.Drawing.Size(53, 12);
     label2.Size           = size;
     this.Label5.TabIndex  = 8;
     this.Label5.Text      = "箍筋总长";
     this.TextBox4.Enabled = false;
     global::System.Windows.Forms.Control textBox = this.TextBox4;
     location           = new global::System.Drawing.Point(69, 58);
     textBox.Location   = location;
     this.TextBox4.Name = "TextBox4";
     global::System.Windows.Forms.Control textBox2 = this.TextBox4;
     size                   = new global::System.Drawing.Size(70, 21);
     textBox2.Size          = size;
     this.TextBox4.TabIndex = 9;
     this.Label6.AutoSize   = true;
     global::System.Windows.Forms.Control label3 = this.Label6;
     location         = new global::System.Drawing.Point(10, 107);
     label3.Location  = location;
     this.Label6.Name = "Label6";
     global::System.Windows.Forms.Control label4 = this.Label6;
     size                  = new global::System.Drawing.Size(59, 12);
     label4.Size           = size;
     this.Label6.TabIndex  = 10;
     this.Label6.Text      = "配箍率(%)";
     this.TextBox5.Enabled = false;
     global::System.Windows.Forms.Control textBox3 = this.TextBox5;
     location           = new global::System.Drawing.Point(69, 81);
     textBox3.Location  = location;
     this.TextBox5.Name = "TextBox5";
     global::System.Windows.Forms.Control textBox4 = this.TextBox5;
     size                   = new global::System.Drawing.Size(70, 21);
     textBox4.Size          = size;
     this.TextBox5.TabIndex = 11;
     this.Label7.AutoSize   = true;
     global::System.Windows.Forms.Control label5 = this.Label7;
     location         = new global::System.Drawing.Point(10, 61);
     label5.Location  = location;
     this.Label7.Name = "Label7";
     global::System.Windows.Forms.Control label6 = this.Label7;
     size                 = new global::System.Drawing.Size(41, 12);
     label6.Size          = size;
     this.Label7.TabIndex = 12;
     this.Label7.Text     = "核心区";
     global::System.Windows.Forms.Control textBox5 = this.TextBox6;
     location           = new global::System.Drawing.Point(69, 104);
     textBox5.Location  = location;
     this.TextBox6.Name = "TextBox6";
     global::System.Windows.Forms.Control textBox6 = this.TextBox6;
     size                   = new global::System.Drawing.Size(70, 21);
     textBox6.Size          = size;
     this.TextBox6.TabIndex = 13;
     this.Label8.AutoSize   = true;
     global::System.Windows.Forms.Control label7 = this.Label8;
     location         = new global::System.Drawing.Point(6, 38);
     label7.Location  = location;
     this.Label8.Name = "Label8";
     global::System.Windows.Forms.Control label8 = this.Label8;
     size                             = new global::System.Drawing.Size(41, 12);
     label8.Size                      = size;
     this.Label8.TabIndex             = 14;
     this.Label8.Text                 = "混凝土";
     this.ComboBox2.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox = this.ComboBox2;
     location            = new global::System.Drawing.Point(85, 34);
     comboBox.Location   = location;
     this.ComboBox2.Name = "ComboBox2";
     global::System.Windows.Forms.Control comboBox2 = this.ComboBox2;
     size                    = new global::System.Drawing.Size(65, 20);
     comboBox2.Size          = size;
     this.ComboBox2.TabIndex = 2;
     this.Label9.AutoSize    = true;
     global::System.Windows.Forms.Control label9 = this.Label9;
     location         = new global::System.Drawing.Point(6, 107);
     label9.Location  = location;
     this.Label9.Name = "Label9";
     global::System.Windows.Forms.Control label10 = this.Label9;
     size                 = new global::System.Drawing.Size(65, 12);
     label10.Size         = size;
     this.Label9.TabIndex = 16;
     this.Label9.Text     = "配箍特征值";
     global::System.Windows.Forms.Control textBox7 = this.TextBox7;
     location           = new global::System.Drawing.Point(85, 101);
     textBox7.Location  = location;
     this.TextBox7.Name = "TextBox7";
     global::System.Windows.Forms.Control textBox8 = this.TextBox7;
     size                   = new global::System.Drawing.Size(65, 21);
     textBox8.Size          = size;
     this.TextBox7.TabIndex = 5;
     this.Label10.AutoSize  = true;
     global::System.Windows.Forms.Control label11 = this.Label10;
     location          = new global::System.Drawing.Point(20, 152);
     label11.Location  = location;
     this.Label10.Name = "Label10";
     global::System.Windows.Forms.Control label12 = this.Label10;
     size                  = new global::System.Drawing.Size(59, 12);
     label12.Size          = size;
     this.Label10.TabIndex = 18;
     this.Label10.Text     = "配箍率(%)";
     global::System.Windows.Forms.Control textBox9 = this.TextBox8;
     location           = new global::System.Drawing.Point(97, 148);
     textBox9.Location  = location;
     this.TextBox8.Name = "TextBox8";
     global::System.Windows.Forms.Control textBox10 = this.TextBox8;
     size                   = new global::System.Drawing.Size(65, 21);
     textBox10.Size         = size;
     this.TextBox8.TabIndex = 6;
     this.Label11.AutoSize  = true;
     global::System.Windows.Forms.Control label13 = this.Label11;
     location          = new global::System.Drawing.Point(6, 61);
     label13.Location  = location;
     this.Label11.Name = "Label11";
     global::System.Windows.Forms.Control label14 = this.Label11;
     size                             = new global::System.Drawing.Size(29, 12);
     label14.Size                     = size;
     this.Label11.TabIndex            = 20;
     this.Label11.Text                = "钢筋";
     this.ComboBox3.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox3 = this.ComboBox3;
     location            = new global::System.Drawing.Point(85, 56);
     comboBox3.Location  = location;
     this.ComboBox3.Name = "ComboBox3";
     global::System.Windows.Forms.Control comboBox4 = this.ComboBox3;
     size                    = new global::System.Drawing.Size(65, 20);
     comboBox4.Size          = size;
     this.ComboBox3.TabIndex = 3;
     this.GroupBox1.Controls.Add(this.Label15);
     this.GroupBox1.Controls.Add(this.Label14);
     this.GroupBox1.Controls.Add(this.Label8);
     this.GroupBox1.Controls.Add(this.Label11);
     this.GroupBox1.Controls.Add(this.Label9);
     this.GroupBox1.Controls.Add(this.ComboBox5);
     this.GroupBox1.Controls.Add(this.ComboBox2);
     this.GroupBox1.Controls.Add(this.ComboBox3);
     this.GroupBox1.Controls.Add(this.TextBox_0);
     this.GroupBox1.Controls.Add(this.TextBox7);
     global::System.Windows.Forms.Control groupBox = this.GroupBox1;
     location            = new global::System.Drawing.Point(12, 7);
     groupBox.Location   = location;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(156, 133);
     groupBox2.Size          = size;
     this.GroupBox1.TabIndex = 22;
     this.GroupBox1.TabStop  = false;
     this.Label15.AutoSize   = true;
     global::System.Windows.Forms.Control label15 = this.Label15;
     location          = new global::System.Drawing.Point(8, 84);
     label15.Location  = location;
     this.Label15.Name = "Label15";
     global::System.Windows.Forms.Control label16 = this.Label15;
     size                  = new global::System.Drawing.Size(41, 12);
     label16.Size          = size;
     this.Label15.TabIndex = 24;
     this.Label15.Text     = "轴压比";
     this.Label14.AutoSize = true;
     global::System.Windows.Forms.Control label17 = this.Label14;
     location          = new global::System.Drawing.Point(6, 15);
     label17.Location  = location;
     this.Label14.Name = "Label14";
     global::System.Windows.Forms.Control label18 = this.Label14;
     size                             = new global::System.Drawing.Size(29, 12);
     label18.Size                     = size;
     this.Label14.TabIndex            = 22;
     this.Label14.Text                = "抗震";
     this.ComboBox5.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox5 = this.ComboBox5;
     location            = new global::System.Drawing.Point(41, 13);
     comboBox5.Location  = location;
     this.ComboBox5.Name = "ComboBox5";
     global::System.Windows.Forms.Control comboBox6 = this.ComboBox5;
     size                    = new global::System.Drawing.Size(109, 20);
     comboBox6.Size          = size;
     this.ComboBox5.TabIndex = 1;
     global::System.Windows.Forms.Control control = this.TextBox_0;
     location            = new global::System.Drawing.Point(85, 78);
     control.Location    = location;
     this.TextBox_0.Name = "TextBox10";
     global::System.Windows.Forms.Control control2 = this.TextBox_0;
     size                    = new global::System.Drawing.Size(65, 21);
     control2.Size           = size;
     this.TextBox_0.TabIndex = 4;
     this.GroupBox2.Controls.Add(this.Label16);
     this.GroupBox2.Controls.Add(this.TextBox_1);
     this.GroupBox2.Controls.Add(this.Label12);
     this.GroupBox2.Controls.Add(this.Label1);
     this.GroupBox2.Controls.Add(this.Label13);
     this.GroupBox2.Controls.Add(this.Label4);
     this.GroupBox2.Controls.Add(this.ComboBox4);
     this.GroupBox2.Controls.Add(this.TextBox9);
     this.GroupBox2.Controls.Add(this.ComboBox1);
     this.GroupBox2.Controls.Add(this.TextBox3);
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox2;
     location            = new global::System.Drawing.Point(12, 173);
     groupBox3.Location  = location;
     this.GroupBox2.Name = "GroupBox2";
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox2;
     size                    = new global::System.Drawing.Size(156, 131);
     groupBox4.Size          = size;
     this.GroupBox2.TabIndex = 29;
     this.GroupBox2.TabStop  = false;
     this.Label16.AutoSize   = true;
     this.Label16.ForeColor  = global::System.Drawing.Color.Blue;
     global::System.Windows.Forms.Control label19 = this.Label16;
     location          = new global::System.Drawing.Point(6, 40);
     label19.Location  = location;
     this.Label16.Name = "Label16";
     global::System.Windows.Forms.Control label20 = this.Label16;
     size                  = new global::System.Drawing.Size(53, 12);
     label20.Size          = size;
     this.Label16.TabIndex = 27;
     this.Label16.Text     = "绘图间隙";
     global::System.Windows.Forms.Control control3 = this.TextBox_1;
     location            = new global::System.Drawing.Point(85, 37);
     control3.Location   = location;
     this.TextBox_1.Name = "TextBox11";
     global::System.Windows.Forms.Control control4 = this.TextBox_1;
     size                    = new global::System.Drawing.Size(44, 21);
     control4.Size           = size;
     this.TextBox_1.TabIndex = 28;
     this.Label12.AutoSize   = true;
     this.Label12.ForeColor  = global::System.Drawing.Color.Blue;
     global::System.Windows.Forms.Control label21 = this.Label12;
     location          = new global::System.Drawing.Point(6, 17);
     label21.Location  = location;
     this.Label12.Name = "Label12";
     global::System.Windows.Forms.Control label22 = this.Label12;
     size                  = new global::System.Drawing.Size(53, 12);
     label22.Size          = size;
     this.Label12.TabIndex = 24;
     this.Label12.Text     = "绘图比例";
     this.Label1.AutoSize  = true;
     global::System.Windows.Forms.Control label23 = this.Label1;
     location         = new global::System.Drawing.Point(6, 86);
     label23.Location = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label24 = this.Label1;
     size                  = new global::System.Drawing.Size(29, 12);
     label24.Size          = size;
     this.Label1.TabIndex  = 1;
     this.Label1.Text      = "箍筋";
     this.Label13.AutoSize = true;
     global::System.Windows.Forms.Control label25 = this.Label13;
     location          = new global::System.Drawing.Point(6, 63);
     label25.Location  = location;
     this.Label13.Name = "Label13";
     global::System.Windows.Forms.Control label26 = this.Label13;
     size                  = new global::System.Drawing.Size(65, 12);
     label26.Size          = size;
     this.Label13.TabIndex = 25;
     this.Label13.Text     = "纵筋保护层";
     this.Label4.AutoSize  = true;
     global::System.Windows.Forms.Control label27 = this.Label4;
     location         = new global::System.Drawing.Point(6, 109);
     label27.Location = location;
     this.Label4.Name = "Label4";
     global::System.Windows.Forms.Control label28 = this.Label4;
     size                             = new global::System.Drawing.Size(29, 12);
     label28.Size                     = size;
     this.Label4.TabIndex             = 6;
     this.Label4.Text                 = "间距";
     this.ComboBox4.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox7 = this.ComboBox4;
     location            = new global::System.Drawing.Point(85, 14);
     comboBox7.Location  = location;
     this.ComboBox4.Name = "ComboBox4";
     global::System.Windows.Forms.Control comboBox8 = this.ComboBox4;
     size                    = new global::System.Drawing.Size(65, 20);
     comboBox8.Size          = size;
     this.ComboBox4.TabIndex = 23;
     global::System.Windows.Forms.Control textBox11 = this.TextBox9;
     location           = new global::System.Drawing.Point(85, 61);
     textBox11.Location = location;
     this.TextBox9.Name = "TextBox9";
     global::System.Windows.Forms.Control textBox12 = this.TextBox9;
     size                             = new global::System.Drawing.Size(65, 21);
     textBox12.Size                   = size;
     this.TextBox9.TabIndex           = 26;
     this.ComboBox1.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox9 = this.ComboBox1;
     location            = new global::System.Drawing.Point(85, 85);
     comboBox9.Location  = location;
     this.ComboBox1.Name = "ComboBox1";
     global::System.Windows.Forms.Control comboBox10 = this.ComboBox1;
     size                    = new global::System.Drawing.Size(65, 20);
     comboBox10.Size         = size;
     this.ComboBox1.TabIndex = 0;
     global::System.Windows.Forms.Control textBox13 = this.TextBox3;
     location           = new global::System.Drawing.Point(85, 108);
     textBox13.Location = location;
     this.TextBox3.Name = "TextBox3";
     global::System.Windows.Forms.Control textBox14 = this.TextBox3;
     size                   = new global::System.Drawing.Size(65, 21);
     textBox14.Size         = size;
     this.TextBox3.TabIndex = 7;
     this.Label2.AutoSize   = true;
     global::System.Windows.Forms.Control label29 = this.Label2;
     location         = new global::System.Drawing.Point(10, 38);
     label29.Location = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label30 = this.Label2;
     size                  = new global::System.Drawing.Size(29, 12);
     label30.Size          = size;
     this.Label2.TabIndex  = 28;
     this.Label2.Text      = "面积";
     this.TextBox2.Enabled = false;
     global::System.Windows.Forms.Control textBox15 = this.TextBox2;
     location           = new global::System.Drawing.Point(69, 35);
     textBox15.Location = location;
     this.TextBox2.Name = "TextBox2";
     global::System.Windows.Forms.Control textBox16 = this.TextBox2;
     size                   = new global::System.Drawing.Size(70, 21);
     textBox16.Size         = size;
     this.TextBox2.TabIndex = 27;
     this.TextBox1.Enabled  = false;
     global::System.Windows.Forms.Control textBox17 = this.TextBox1;
     location           = new global::System.Drawing.Point(69, 12);
     textBox17.Location = location;
     this.TextBox1.Name = "TextBox1";
     global::System.Windows.Forms.Control textBox18 = this.TextBox1;
     size                   = new global::System.Drawing.Size(70, 21);
     textBox18.Size         = size;
     this.TextBox1.TabIndex = 2;
     this.Label3.AutoSize   = true;
     global::System.Windows.Forms.Control label31 = this.Label3;
     location         = new global::System.Drawing.Point(10, 15);
     label31.Location = location;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label32 = this.Label3;
     size                            = new global::System.Drawing.Size(29, 12);
     label32.Size                    = size;
     this.Label3.TabIndex            = 5;
     this.Label3.Text                = "截面";
     this.ListBox1.FormattingEnabled = true;
     this.ListBox1.ItemHeight        = 12;
     global::System.Windows.Forms.Control listBox = this.ListBox1;
     location           = new global::System.Drawing.Point(175, 167);
     listBox.Location   = location;
     this.ListBox1.Name = "ListBox1";
     global::System.Windows.Forms.Control listBox2 = this.ListBox1;
     size                   = new global::System.Drawing.Size(223, 136);
     listBox2.Size          = size;
     this.ListBox1.TabIndex = 30;
     global::System.Windows.Forms.Control button = this.Button1;
     location          = new global::System.Drawing.Point(326, 17);
     button.Location   = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button2 = this.Button1;
     size                  = new global::System.Drawing.Size(72, 22);
     button2.Size          = size;
     this.Button1.TabIndex = 31;
     this.Button1.Text     = "重新选择";
     this.Button1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button3 = this.Button2;
     location          = new global::System.Drawing.Point(326, 58);
     button3.Location  = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button4 = this.Button2;
     size                  = new global::System.Drawing.Size(72, 22);
     button4.Size          = size;
     this.Button2.TabIndex = 32;
     this.Button2.Text     = "写计算书";
     this.Button2.UseVisualStyleBackColor = true;
     this.GroupBox3.Controls.Add(this.TextBox1);
     this.GroupBox3.Controls.Add(this.Label3);
     this.GroupBox3.Controls.Add(this.Label2);
     this.GroupBox3.Controls.Add(this.TextBox2);
     this.GroupBox3.Controls.Add(this.Label7);
     this.GroupBox3.Controls.Add(this.TextBox4);
     this.GroupBox3.Controls.Add(this.Label5);
     this.GroupBox3.Controls.Add(this.TextBox5);
     this.GroupBox3.Controls.Add(this.Label6);
     this.GroupBox3.Controls.Add(this.TextBox6);
     global::System.Windows.Forms.Control groupBox5 = this.GroupBox3;
     location            = new global::System.Drawing.Point(174, 7);
     groupBox5.Location  = location;
     this.GroupBox3.Name = "GroupBox3";
     global::System.Windows.Forms.Control groupBox6 = this.GroupBox3;
     size                       = new global::System.Drawing.Size(145, 133);
     groupBox6.Size             = size;
     this.GroupBox3.TabIndex    = 34;
     this.GroupBox3.TabStop     = false;
     this.RadioButton1.AutoSize = true;
     global::System.Windows.Forms.Control radioButton = this.RadioButton1;
     location               = new global::System.Drawing.Point(12, 310);
     radioButton.Location   = location;
     this.RadioButton1.Name = "RadioButton1";
     global::System.Windows.Forms.Control radioButton2 = this.RadioButton1;
     size = new global::System.Drawing.Size(71, 16);
     radioButton2.Size          = size;
     this.RadioButton1.TabIndex = 35;
     this.RadioButton1.TabStop  = true;
     this.RadioButton1.Text     = "按墙识别";
     this.RadioButton1.UseVisualStyleBackColor = true;
     this.RadioButton2.AutoSize = true;
     global::System.Windows.Forms.Control radioButton3 = this.RadioButton2;
     location = new global::System.Drawing.Point(97, 310);
     radioButton3.Location  = location;
     this.RadioButton2.Name = "RadioButton2";
     global::System.Windows.Forms.Control radioButton4 = this.RadioButton2;
     size = new global::System.Drawing.Size(71, 16);
     radioButton4.Size          = size;
     this.RadioButton2.TabIndex = 36;
     this.RadioButton2.Text     = "按柱识别";
     this.RadioButton2.UseVisualStyleBackColor = true;
     this.Button3.ForeColor = global::System.Drawing.Color.Blue;
     global::System.Windows.Forms.Control button5 = this.Button3;
     location          = new global::System.Drawing.Point(252, 142);
     button5.Location  = location;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button6 = this.Button3;
     size                  = new global::System.Drawing.Size(55, 22);
     button6.Size          = size;
     this.Button3.TabIndex = 37;
     this.Button3.Text     = "大箍筋";
     this.Button3.UseVisualStyleBackColor = true;
     this.Button5.ForeColor = global::System.Drawing.Color.Blue;
     global::System.Windows.Forms.Control button7 = this.Button5;
     location          = new global::System.Drawing.Point(304, 142);
     button7.Location  = location;
     this.Button5.Name = "Button5";
     global::System.Windows.Forms.Control button8 = this.Button5;
     size                  = new global::System.Drawing.Size(58, 22);
     button8.Size          = size;
     this.Button5.TabIndex = 40;
     this.Button5.Text     = "小箍筋";
     this.Button5.UseVisualStyleBackColor = true;
     this.Button6.ForeColor = global::System.Drawing.Color.Blue;
     global::System.Windows.Forms.Control button9 = this.Button6;
     location          = new global::System.Drawing.Point(360, 142);
     button9.Location  = location;
     this.Button6.Name = "Button6";
     global::System.Windows.Forms.Control button10 = this.Button6;
     size                  = new global::System.Drawing.Size(37, 22);
     button10.Size         = size;
     this.Button6.TabIndex = 42;
     this.Button6.Text     = "拉筋";
     this.Button6.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button11 = this.Button7;
     location          = new global::System.Drawing.Point(141, 210);
     button11.Location = location;
     this.Button7.Name = "Button7";
     global::System.Windows.Forms.Control button12 = this.Button7;
     size                  = new global::System.Drawing.Size(21, 21);
     button12.Size         = size;
     this.Button7.TabIndex = 43;
     this.Button7.Text     = ".";
     this.Button7.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control5 = this.TextBox_2;
     location            = new global::System.Drawing.Point(174, 308);
     control5.Location   = location;
     this.TextBox_2.Name = "TextBox12";
     global::System.Windows.Forms.Control control6 = this.TextBox_2;
     size                    = new global::System.Drawing.Size(72, 21);
     control6.Size           = size;
     this.TextBox_2.TabIndex = 44;
     this.TextBox_2.Text     = "200";
     global::System.Windows.Forms.Control button13 = this.Button4;
     location          = new global::System.Drawing.Point(252, 306);
     button13.Location = location;
     this.Button4.Name = "Button4";
     global::System.Windows.Forms.Control button14 = this.Button4;
     size                  = new global::System.Drawing.Size(67, 24);
     button14.Size         = size;
     this.Button4.TabIndex = 45;
     this.Button4.Text     = "加一肢";
     this.Button4.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button15 = this.Button8;
     location          = new global::System.Drawing.Point(325, 306);
     button15.Location = location;
     this.Button8.Name = "Button8";
     global::System.Windows.Forms.Control button16 = this.Button8;
     size                  = new global::System.Drawing.Size(73, 24);
     button16.Size         = size;
     this.Button8.TabIndex = 46;
     this.Button8.Text     = "减一肢";
     this.Button8.UseVisualStyleBackColor = true;
     this.Button9.ForeColor = global::System.Drawing.Color.Blue;
     global::System.Windows.Forms.Control button17 = this.Button9;
     location          = new global::System.Drawing.Point(173, 142);
     button17.Location = location;
     this.Button9.Name = "Button9";
     global::System.Windows.Forms.Control button18 = this.Button9;
     size                  = new global::System.Drawing.Size(64, 22);
     button18.Size         = size;
     this.Button9.TabIndex = 47;
     this.Button9.Text     = "墙柱轮廓";
     this.Button9.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button19 = this.Button10;
     location           = new global::System.Drawing.Point(326, 91);
     button19.Location  = location;
     this.Button10.Name = "Button10";
     global::System.Windows.Forms.Control button20 = this.Button10;
     size                   = new global::System.Drawing.Size(72, 22);
     button20.Size          = size;
     this.Button10.TabIndex = 48;
     this.Button10.Text     = "简写";
     this.Button10.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control7 = this.TextBox_3;
     location            = new global::System.Drawing.Point(373, 119);
     control7.Location   = location;
     this.TextBox_3.Name = "TextBox13";
     global::System.Windows.Forms.Control control8 = this.TextBox_3;
     size                    = new global::System.Drawing.Size(25, 21);
     control8.Size           = size;
     this.TextBox_3.TabIndex = 49;
     this.TextBox_3.Text     = "10";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(402, 338);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox_3);
     this.Controls.Add(this.Button10);
     this.Controls.Add(this.Button9);
     this.Controls.Add(this.Button8);
     this.Controls.Add(this.Button4);
     this.Controls.Add(this.TextBox_2);
     this.Controls.Add(this.Button7);
     this.Controls.Add(this.Button6);
     this.Controls.Add(this.Button5);
     this.Controls.Add(this.Button3);
     this.Controls.Add(this.RadioButton2);
     this.Controls.Add(this.RadioButton1);
     this.Controls.Add(this.GroupBox3);
     this.Controls.Add(this.Button2);
     this.Controls.Add(this.Button1);
     this.Controls.Add(this.Label10);
     this.Controls.Add(this.ListBox1);
     this.Controls.Add(this.GroupBox2);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.TextBox8);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "TcAsv_Frm";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "体积配箍率";
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox2.PerformLayout();
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #30
0
 /// <summary>
 /// Shows the webcam preview in the control
 /// </summary>
 /// <param name="windowsControl">Control to attach the webcam preview</param>
 public void ShowWindow(global::System.Windows.Forms.Control windowsControl)
 {
     Init(windowsControl.Height, windowsControl.Width, windowsControl.Handle.ToInt32());
 }
 private void InitializeComponent()
 {
     this.components    = new global::System.ComponentModel.Container();
     this.ComboBox1     = new global::System.Windows.Forms.ComboBox();
     this.CheckBox1     = new global::System.Windows.Forms.CheckBox();
     this.CheckBox3     = new global::System.Windows.Forms.CheckBox();
     this.ComboBox2     = new global::System.Windows.Forms.ComboBox();
     this.Label2        = new global::System.Windows.Forms.Label();
     this.Timer1        = new global::System.Windows.Forms.Timer(this.components);
     this.Timer2        = new global::System.Windows.Forms.Timer(this.components);
     this.Panel1        = new global::System.Windows.Forms.Panel();
     this.GroupDropBox1 = new global::NINGALINET.GroupDropBox();
     this.Button1       = new global::System.Windows.Forms.Button();
     this.Label3        = new global::System.Windows.Forms.Label();
     this.PictureBox1   = new global::System.Windows.Forms.PictureBox();
     this.Timer3        = new global::System.Windows.Forms.Timer(this.components);
     this.Panel1.SuspendLayout();
     this.GroupDropBox1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     this.SuspendLayout();
     this.ComboBox1.Anchor            = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.ComboBox1.BackColor         = global::System.Drawing.Color.FromArgb(40, 40, 40);
     this.ComboBox1.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboBox1.FlatStyle         = global::System.Windows.Forms.FlatStyle.Flat;
     this.ComboBox1.ForeColor         = global::System.Drawing.Color.WhiteSmoke;
     this.ComboBox1.FormattingEnabled = true;
     global::System.Windows.Forms.Control arg_13C_0 = this.ComboBox1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(15, 100);
     arg_13C_0.Location  = location;
     this.ComboBox1.Name = "ComboBox1";
     global::System.Windows.Forms.Control arg_166_0 = this.ComboBox1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(238, 22);
     arg_166_0.Size            = size;
     this.ComboBox1.TabIndex   = 2;
     this.CheckBox1.AutoSize   = true;
     this.CheckBox1.Checked    = true;
     this.CheckBox1.CheckState = global::System.Windows.Forms.CheckState.Checked;
     global::System.Windows.Forms.Control arg_1B0_0 = this.CheckBox1;
     location            = new global::System.Drawing.Point(15, 130);
     arg_1B0_0.Location  = location;
     this.CheckBox1.Name = "CheckBox1";
     global::System.Windows.Forms.Control arg_1D7_0 = this.CheckBox1;
     size                    = new global::System.Drawing.Size(92, 18);
     arg_1D7_0.Size          = size;
     this.CheckBox1.TabIndex = 3;
     this.CheckBox1.Text     = "Stretch Image";
     this.CheckBox1.UseVisualStyleBackColor = true;
     this.CheckBox3.AutoSize  = true;
     this.CheckBox3.ForeColor = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_235_0 = this.CheckBox3;
     location            = new global::System.Drawing.Point(118, 130);
     arg_235_0.Location  = location;
     this.CheckBox3.Name = "CheckBox3";
     global::System.Windows.Forms.Control arg_25C_0 = this.CheckBox3;
     size                    = new global::System.Drawing.Size(77, 18);
     arg_25C_0.Size          = size;
     this.CheckBox3.TabIndex = 1;
     this.CheckBox3.Text     = "Auto Save";
     this.CheckBox3.UseVisualStyleBackColor = true;
     this.ComboBox2.BackColor         = global::System.Drawing.Color.FromArgb(40, 40, 40);
     this.ComboBox2.FlatStyle         = global::System.Windows.Forms.FlatStyle.Flat;
     this.ComboBox2.ForeColor         = global::System.Drawing.Color.WhiteSmoke;
     this.ComboBox2.FormattingEnabled = true;
     this.ComboBox2.Items.AddRange(new object[]
     {
         "640,480",
         "352,288",
         "320,240",
         "220,160",
         "160,120"
     });
     global::System.Windows.Forms.Control arg_319_0 = this.ComboBox2;
     location            = new global::System.Drawing.Point(15, 55);
     arg_319_0.Location  = location;
     this.ComboBox2.Name = "ComboBox2";
     global::System.Windows.Forms.Control arg_340_0 = this.ComboBox2;
     size                    = new global::System.Drawing.Size(122, 22);
     arg_340_0.Size          = size;
     this.ComboBox2.TabIndex = 3;
     this.Label2.AutoSize    = true;
     global::System.Windows.Forms.Control arg_36F_0 = this.Label2;
     location           = new global::System.Drawing.Point(12, 38);
     arg_36F_0.Location = location;
     this.Label2.Name   = "Label2";
     global::System.Windows.Forms.Control arg_396_0 = this.Label2;
     size                 = new global::System.Drawing.Size(65, 14);
     arg_396_0.Size       = size;
     this.Label2.TabIndex = 4;
     this.Label2.Text     = "Image Size :";
     this.Timer2.Enabled  = true;
     this.Panel1.Controls.Add(this.GroupDropBox1);
     this.Panel1.Controls.Add(this.PictureBox1);
     this.Panel1.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control arg_40B_0 = this.Panel1;
     location           = new global::System.Drawing.Point(0, 0);
     arg_40B_0.Location = location;
     this.Panel1.Name   = "Panel1";
     global::System.Windows.Forms.Control arg_438_0 = this.Panel1;
     size                       = new global::System.Drawing.Size(265, 213);
     arg_438_0.Size             = size;
     this.Panel1.TabIndex       = 3;
     this.GroupDropBox1.Checked = true;
     this.GroupDropBox1.Controls.Add(this.Button1);
     this.GroupDropBox1.Controls.Add(this.Label3);
     this.GroupDropBox1.Controls.Add(this.CheckBox1);
     this.GroupDropBox1.Controls.Add(this.ComboBox1);
     this.GroupDropBox1.Controls.Add(this.Label2);
     this.GroupDropBox1.Controls.Add(this.CheckBox3);
     this.GroupDropBox1.Controls.Add(this.ComboBox2);
     this.GroupDropBox1.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.GroupDropBox1.Font      = new global::System.Drawing.Font("Arial", 8f);
     this.GroupDropBox1.ForeColor = global::System.Drawing.Color.FromArgb(245, 245, 245);
     global::System.Windows.Forms.Control arg_545_0 = this.GroupDropBox1;
     location           = new global::System.Drawing.Point(0, 13);
     arg_545_0.Location = location;
     global::System.Windows.Forms.Control arg_55B_0 = this.GroupDropBox1;
     size = new global::System.Drawing.Size(5, 32);
     arg_55B_0.MinimumSize         = size;
     this.GroupDropBox1.Name       = "GroupDropBox1";
     this.GroupDropBox1.NoRounding = false;
     global::NINGALINET.GroupDropBox arg_594_0 = this.GroupDropBox1;
     size = new global::System.Drawing.Size(265, 200);
     arg_594_0.OpenSize = size;
     global::System.Windows.Forms.Control arg_5B1_0 = this.GroupDropBox1;
     size           = new global::System.Drawing.Size(265, 200);
     arg_5B1_0.Size = size;
     this.GroupDropBox1.TabIndex = 7;
     this.GroupDropBox1.Text     = "Capture Options";
     this.Button1.Anchor         = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.Button1.BackColor      = global::System.Drawing.Color.FromArgb(20, 20, 20);
     this.Button1.FlatStyle      = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button1.ForeColor      = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_626_0 = this.Button1;
     location           = new global::System.Drawing.Point(15, 158);
     arg_626_0.Location = location;
     this.Button1.Name  = "Button1";
     global::System.Windows.Forms.Control arg_650_0 = this.Button1;
     size                  = new global::System.Drawing.Size(238, 25);
     arg_650_0.Size        = size;
     this.Button1.TabIndex = 8;
     this.Button1.Text     = "Start";
     this.Button1.UseVisualStyleBackColor = false;
     this.Label3.AutoSize = true;
     global::System.Windows.Forms.Control arg_69B_0 = this.Label3;
     location           = new global::System.Drawing.Point(12, 82);
     arg_69B_0.Location = location;
     this.Label3.Name   = "Label3";
     global::System.Windows.Forms.Control arg_6C2_0 = this.Label3;
     size                    = new global::System.Drawing.Size(87, 14);
     arg_6C2_0.Size          = size;
     this.Label3.TabIndex    = 5;
     this.Label3.Text        = "Webcam Driver :";
     this.PictureBox1.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     global::System.Windows.Forms.Control arg_700_0 = this.PictureBox1;
     location              = new global::System.Drawing.Point(0, 0);
     arg_700_0.Location    = location;
     this.PictureBox1.Name = "PictureBox1";
     global::System.Windows.Forms.Control arg_72D_0 = this.PictureBox1;
     size                      = new global::System.Drawing.Size(265, 183);
     arg_72D_0.Size            = size;
     this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.PictureBox1.TabIndex = 5;
     this.PictureBox1.TabStop  = false;
     this.Timer3.Enabled       = true;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 14f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(265, 213);
     this.ClientSize = size;
     this.Controls.Add(this.Panel1);
     this.Font          = new global::System.Drawing.Font("Arial", 8.25f);
     this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
     this.Name          = "FrmCam";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "cam";
     this.Panel1.ResumeLayout(false);
     this.GroupDropBox1.ResumeLayout(false);
     this.GroupDropBox1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.ResumeLayout(false);
 }
Example #32
0
        public void Dispose()
        {
            if (Yanesdk.System.Platform.IsWindows)
            {

                if (isClickOnlyOnForm)
                {
                    // Disposeを二重に呼び出されたときに2重解放になるのを防止する
                    isClickOnlyOnForm = false;

                    if (userForm != null)
                    {
                        userForm.Activated -= new global::System.EventHandler(this.Activated);
                        userForm.Deactivate -= new global::System.EventHandler(this.Deactivated);
                        userForm = null;
                    }
                    if (userControl != null)
                    {
                        userControl.MouseEnter -= new global::System.EventHandler(this.Activated);
                        userControl.MouseLeave -= new global::System.EventHandler(this.Deactivated);
                        userControl = null;
                    }
                }
                else
                {
                    userForm = null;
                    userControl = null;
                }
            }
        }