Beispiel #1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MCCodeViewPopup_MS));
     this.m_panel          = new System.Windows.Forms.Panel();
     this.m_MCCodeDropList = new Miracom.UI.Controls.MCCodeView.MCCodeDropList();
     this.pnlTextBox       = new System.Windows.Forms.Panel();
     this.m_MCTextBox5     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox4     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox3     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox2     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox1     = new System.Windows.Forms.TextBox();
     this.m_panel_top      = new System.Windows.Forms.Panel();
     this.btnClose         = new System.Windows.Forms.Button();
     this.btnAll           = new System.Windows.Forms.Button();
     this.btnClear         = new System.Windows.Forms.Button();
     this.m_panel_blank    = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.m_MCCodeDropList)).BeginInit();
     this.pnlTextBox.SuspendLayout();
     this.m_panel_top.SuspendLayout();
     this.SuspendLayout();
     //
     // m_panel
     //
     this.m_panel.BackColor = System.Drawing.SystemColors.Control;
     this.m_panel.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.m_panel.Location  = new System.Drawing.Point(0, 127);
     this.m_panel.Name      = "m_panel";
     this.m_panel.Size      = new System.Drawing.Size(100, 1);
     this.m_panel.TabIndex  = 3;
     //
     // m_MCCodeDropList
     //
     this.m_MCCodeDropList.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_MCCodeDropList.CheckBoxes     = true;
     this.m_MCCodeDropList.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.m_MCCodeDropList.EnableSortIcon = true;
     this.m_MCCodeDropList.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCCodeDropList.FullRowSelect  = true;
     this.m_MCCodeDropList.GridLines      = true;
     this.m_MCCodeDropList.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_MCCodeDropList.HideSelection  = false;
     this.m_MCCodeDropList.Location       = new System.Drawing.Point(0, 29);
     this.m_MCCodeDropList.MultiSelect    = false;
     this.m_MCCodeDropList.Name           = "m_MCCodeDropList";
     this.m_MCCodeDropList.Size           = new System.Drawing.Size(100, 76);
     this.m_MCCodeDropList.TabIndex       = 4;
     this.m_MCCodeDropList.UseCompatibleStateImageBehavior = false;
     this.m_MCCodeDropList.View   = System.Windows.Forms.View.Details;
     this.m_MCCodeDropList.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_MCCodeDropList_KeyUp);
     //
     // pnlTextBox
     //
     this.pnlTextBox.BackColor = System.Drawing.Color.Transparent;
     this.pnlTextBox.Controls.Add(this.m_MCTextBox5);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox4);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox3);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox2);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox1);
     this.pnlTextBox.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlTextBox.Location = new System.Drawing.Point(0, 105);
     this.pnlTextBox.Name     = "pnlTextBox";
     this.pnlTextBox.Padding  = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.pnlTextBox.Size     = new System.Drawing.Size(100, 22);
     this.pnlTextBox.TabIndex = 5;
     //
     // m_MCTextBox5
     //
     this.m_MCTextBox5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_MCTextBox5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox5.Location = new System.Drawing.Point(40, 1);
     this.m_MCTextBox5.Name     = "m_MCTextBox5";
     this.m_MCTextBox5.Size     = new System.Drawing.Size(60, 20);
     this.m_MCTextBox5.TabIndex = 5;
     this.m_MCTextBox5.Tag      = "5";
     this.m_MCTextBox5.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox4
     //
     this.m_MCTextBox4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox4.Location = new System.Drawing.Point(30, 1);
     this.m_MCTextBox4.Name     = "m_MCTextBox4";
     this.m_MCTextBox4.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox4.TabIndex = 4;
     this.m_MCTextBox4.Tag      = "4";
     this.m_MCTextBox4.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox3
     //
     this.m_MCTextBox3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox3.Location = new System.Drawing.Point(20, 1);
     this.m_MCTextBox3.Name     = "m_MCTextBox3";
     this.m_MCTextBox3.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox3.TabIndex = 3;
     this.m_MCTextBox3.Tag      = "3";
     this.m_MCTextBox3.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox2
     //
     this.m_MCTextBox2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox2.Location = new System.Drawing.Point(10, 1);
     this.m_MCTextBox2.Name     = "m_MCTextBox2";
     this.m_MCTextBox2.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox2.TabIndex = 2;
     this.m_MCTextBox2.Tag      = "2";
     this.m_MCTextBox2.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox1
     //
     this.m_MCTextBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox1.Location = new System.Drawing.Point(0, 1);
     this.m_MCTextBox1.Name     = "m_MCTextBox1";
     this.m_MCTextBox1.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox1.TabIndex = 1;
     this.m_MCTextBox1.Tag      = "1";
     this.m_MCTextBox1.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_panel_top
     //
     this.m_panel_top.BackColor   = System.Drawing.Color.Transparent;
     this.m_panel_top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_panel_top.Controls.Add(this.btnClose);
     this.m_panel_top.Controls.Add(this.btnAll);
     this.m_panel_top.Controls.Add(this.btnClear);
     this.m_panel_top.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panel_top.Location = new System.Drawing.Point(0, 0);
     this.m_panel_top.Name     = "m_panel_top";
     this.m_panel_top.Size     = new System.Drawing.Size(100, 27);
     this.m_panel_top.TabIndex = 6;
     //
     // btnClose
     //
     this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnClose.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnClose.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btnClose.Image      = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnClose.Location   = new System.Drawing.Point(2, 2);
     this.btnClose.Name       = "btnClose";
     this.btnClose.Size       = new System.Drawing.Size(70, 21);
     this.btnClose.TabIndex   = 0;
     this.btnClose.Text       = "Select";
     this.btnClose.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnAll
     //
     this.btnAll.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAll.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btnAll.Location  = new System.Drawing.Point(75, 2);
     this.btnAll.Name      = "btnAll";
     this.btnAll.Size      = new System.Drawing.Size(35, 21);
     this.btnAll.TabIndex  = 1;
     this.btnAll.Text      = "All";
     this.btnAll.UseVisualStyleBackColor = true;
     this.btnAll.Visible = false;
     this.btnAll.Click  += new System.EventHandler(this.btnAll_Click);
     //
     // btnClear
     //
     this.btnClear.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
     this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnClear.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btnClear.Location  = new System.Drawing.Point(75, 2);
     this.btnClear.Name      = "btnClear";
     this.btnClear.Size      = new System.Drawing.Size(45, 21);
     this.btnClear.TabIndex  = 1;
     this.btnClear.Text      = "All";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // m_panel_blank
     //
     this.m_panel_blank.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_panel_blank.Location = new System.Drawing.Point(0, 27);
     this.m_panel_blank.Name     = "m_panel_blank";
     this.m_panel_blank.Size     = new System.Drawing.Size(100, 2);
     this.m_panel_blank.TabIndex = 2;
     //
     // MCCodeViewPopup_MS
     //
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor    = System.Drawing.Color.White;
     this.ClientSize   = new System.Drawing.Size(100, 128);
     this.Controls.Add(this.m_MCCodeDropList);
     this.Controls.Add(this.m_panel_blank);
     this.Controls.Add(this.m_panel_top);
     this.Controls.Add(this.pnlTextBox);
     this.Controls.Add(this.m_panel);
     this.Name         = "MCCodeViewPopup_MS";
     this.Deactivate  += new System.EventHandler(this.MCCodeViewPopup_MS_Deactivate);
     this.FontChanged += new System.EventHandler(this.MCCodeViewPopup_MS_FontChanged);
     ((System.ComponentModel.ISupportInitialize)(this.m_MCCodeDropList)).EndInit();
     this.pnlTextBox.ResumeLayout(false);
     this.pnlTextBox.PerformLayout();
     this.m_panel_top.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #2
0
 private void InitializeComponent()
 {
     this.m_panel          = new System.Windows.Forms.Panel();
     this.m_MCCodeDropList = new Miracom.UI.Controls.MCCodeView.MCCodeDropList();
     this.pnlTextBox       = new System.Windows.Forms.Panel();
     this.m_MCTextBox5     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox4     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox3     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox2     = new System.Windows.Forms.TextBox();
     this.m_MCTextBox1     = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.m_MCCodeDropList)).BeginInit();
     this.pnlTextBox.SuspendLayout();
     this.SuspendLayout();
     //
     // m_panel
     //
     this.m_panel.BackColor = System.Drawing.SystemColors.Control;
     this.m_panel.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.m_panel.Location  = new System.Drawing.Point(0, 127);
     this.m_panel.Name      = "m_panel";
     this.m_panel.Size      = new System.Drawing.Size(100, 1);
     this.m_panel.TabIndex  = 3;
     //
     // m_MCCodeDropList
     //
     this.m_MCCodeDropList.BorderStyle    = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_MCCodeDropList.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.m_MCCodeDropList.EnableSortIcon = false;
     this.m_MCCodeDropList.Font           = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCCodeDropList.FullRowSelect  = true;
     this.m_MCCodeDropList.GridLines      = true;
     this.m_MCCodeDropList.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.None;
     this.m_MCCodeDropList.HideSelection  = false;
     this.m_MCCodeDropList.Location       = new System.Drawing.Point(0, 0);
     this.m_MCCodeDropList.MultiSelect    = false;
     this.m_MCCodeDropList.Name           = "m_MCCodeDropList";
     this.m_MCCodeDropList.Size           = new System.Drawing.Size(100, 105);
     this.m_MCCodeDropList.TabIndex       = 4;
     this.m_MCCodeDropList.UseCompatibleStateImageBehavior = false;
     this.m_MCCodeDropList.View   = System.Windows.Forms.View.Details;
     this.m_MCCodeDropList.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_MCDropListView_KeyUp);
     //
     // pnlTextBox
     //
     this.pnlTextBox.BackColor = System.Drawing.Color.Transparent;
     this.pnlTextBox.Controls.Add(this.m_MCTextBox5);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox4);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox3);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox2);
     this.pnlTextBox.Controls.Add(this.m_MCTextBox1);
     this.pnlTextBox.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlTextBox.Location = new System.Drawing.Point(0, 105);
     this.pnlTextBox.Name     = "pnlTextBox";
     this.pnlTextBox.Padding  = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.pnlTextBox.Size     = new System.Drawing.Size(100, 22);
     this.pnlTextBox.TabIndex = 6;
     //
     // m_MCTextBox5
     //
     this.m_MCTextBox5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_MCTextBox5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox5.Location = new System.Drawing.Point(40, 1);
     this.m_MCTextBox5.Name     = "m_MCTextBox5";
     this.m_MCTextBox5.Size     = new System.Drawing.Size(60, 20);
     this.m_MCTextBox5.TabIndex = 5;
     this.m_MCTextBox5.Tag      = "5";
     this.m_MCTextBox5.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox4
     //
     this.m_MCTextBox4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox4.Location = new System.Drawing.Point(30, 1);
     this.m_MCTextBox4.Name     = "m_MCTextBox4";
     this.m_MCTextBox4.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox4.TabIndex = 4;
     this.m_MCTextBox4.Tag      = "4";
     this.m_MCTextBox4.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox3
     //
     this.m_MCTextBox3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox3.Location = new System.Drawing.Point(20, 1);
     this.m_MCTextBox3.Name     = "m_MCTextBox3";
     this.m_MCTextBox3.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox3.TabIndex = 3;
     this.m_MCTextBox3.Tag      = "3";
     this.m_MCTextBox3.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox2
     //
     this.m_MCTextBox2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox2.Location = new System.Drawing.Point(10, 1);
     this.m_MCTextBox2.Name     = "m_MCTextBox2";
     this.m_MCTextBox2.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox2.TabIndex = 2;
     this.m_MCTextBox2.Tag      = "2";
     this.m_MCTextBox2.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // m_MCTextBox1
     //
     this.m_MCTextBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.m_MCTextBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_MCTextBox1.Location = new System.Drawing.Point(0, 1);
     this.m_MCTextBox1.Name     = "m_MCTextBox1";
     this.m_MCTextBox1.Size     = new System.Drawing.Size(10, 20);
     this.m_MCTextBox1.TabIndex = 1;
     this.m_MCTextBox1.Tag      = "1";
     this.m_MCTextBox1.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_MCTextBox_KeyUp);
     //
     // MCSPCodeViewPopup
     //
     this.BackColor  = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(100, 128);
     this.Controls.Add(this.m_MCCodeDropList);
     this.Controls.Add(this.pnlTextBox);
     this.Controls.Add(this.m_panel);
     this.Name         = "MCSPCodeViewPopup";
     this.Deactivate  += new System.EventHandler(this.MCDropListPopup_Deactivate);
     this.FontChanged += new System.EventHandler(this.MCCodeViewPopup_FontChanged);
     ((System.ComponentModel.ISupportInitialize)(this.m_MCCodeDropList)).EndInit();
     this.pnlTextBox.ResumeLayout(false);
     this.pnlTextBox.PerformLayout();
     this.ResumeLayout(false);
 }