Пример #1
0
        private void InitializeComponent()
        {
            this.components = (IContainer) new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(RegistersForm));

            this.statusStrip1          = new StatusStrip();
            this.ssLblStatus           = new ToolStripStatusLabel();
            this.panel1                = new Panel();
            this.registerTableControl1 = new RegisterTableControl();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            this.statusStrip1.Items.Add(this.ssLblStatus);
            this.statusStrip1.Location = new Point(0, 244);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new Size(292, 22);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text     = "statusStrip1";
            this.ssLblStatus.Name      = "ssLblStatus";
            this.ssLblStatus.Size      = new Size(11, 17);
            this.ssLblStatus.Text      = "-";
            this.panel1.AutoSize       = true;
            this.panel1.AutoSizeMode   = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panel1.Controls.Add((Control)this.registerTableControl1);
            this.panel1.Dock     = DockStyle.Fill;
            this.panel1.Location = new Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new Size(292, 244);
            this.panel1.TabIndex = 0;
            this.registerTableControl1.AutoSize     = true;
            this.registerTableControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.registerTableControl1.Location     = new Point(3, 3);
            this.registerTableControl1.Name         = "registerTableControl1";
            this.registerTableControl1.Size         = new Size(208, 25);
            this.registerTableControl1.Split        = 4U;
            this.registerTableControl1.TabIndex     = 0;
            this.AutoScaleDimensions = new SizeF(6f, 13f);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize            = true;
            this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize          = new Size(292, 266);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);
            this.DoubleBuffered  = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon            = (Icon)resources.GetObject("$this.Icon");
            this.KeyPreview      = true;
            this.MaximizeBox     = false;
            this.Name            = "RegistersForm";
            this.Text            = "SX1276 Registers display";
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Пример #2
0
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(RegistersForm));

            this.statusStrip1          = new StatusStrip();
            this.ssLblStatus           = new ToolStripStatusLabel();
            this.panel1                = new Panel();
            this.registerTableControl1 = new RegisterTableControl();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            base.SuspendLayout();
            this.statusStrip1.Items.AddRange(new ToolStripItem[] { this.ssLblStatus });
            this.statusStrip1.Location = new Point(0, 0xf4);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new Size(0x124, 0x16);
            this.statusStrip1.TabIndex = 1;
            this.statusStrip1.Text     = "statusStrip1";
            this.ssLblStatus.Name      = "ssLblStatus";
            this.ssLblStatus.Size      = new Size(11, 0x11);
            this.ssLblStatus.Text      = "-";
            this.panel1.AutoSize       = true;
            this.panel1.AutoSizeMode   = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panel1.Controls.Add(this.registerTableControl1);
            this.panel1.Dock     = DockStyle.Fill;
            this.panel1.Location = new Point(0, 0);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new Size(0x124, 0xf4);
            this.panel1.TabIndex = 0;
            this.registerTableControl1.AutoSize     = true;
            this.registerTableControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.registerTableControl1.Location     = new Point(3, 3);
            this.registerTableControl1.Name         = "registerTableControl1";
            this.registerTableControl1.Size         = new Size(0xd0, 0x19);
            this.registerTableControl1.Split        = 4;
            this.registerTableControl1.TabIndex     = 0;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize            = true;
            base.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            base.ClientSize          = new Size(0x124, 0x10a);
            base.Controls.Add(this.panel1);
            base.Controls.Add(this.statusStrip1);
            this.DoubleBuffered  = true;
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            base.Icon            = (Icon)resources.GetObject("$this.Icon");
            base.KeyPreview      = true;
            base.MaximizeBox     = false;
            base.Name            = "RegistersForm";
            this.Text            = "SX1231 Registers display";
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            base.ResumeLayout(false);
            base.PerformLayout();
        }