Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TPRPForm));
     this.btnCommit    = new System.Windows.Forms.Button();
     this.tprpPanel    = new System.Windows.Forms.Panel();
     this.btnTabNext   = new System.Windows.Forms.Button();
     this.btnTabPrev   = new System.Windows.Forms.Button();
     this.btnStrPrev   = new System.Windows.Forms.Button();
     this.btnStrNext   = new System.Windows.Forms.Button();
     this.tabControl1  = new System.Windows.Forms.TabControl();
     this.tpParams     = new System.Windows.Forms.TabPage();
     this.lvParams     = new System.Windows.Forms.ListView();
     this.chPID        = new System.Windows.Forms.ColumnHeader();
     this.chPLabel     = new System.Windows.Forms.ColumnHeader();
     this.tpLocals     = new System.Windows.Forms.TabPage();
     this.lvLocals     = new System.Windows.Forms.ListView();
     this.chLID        = new System.Windows.Forms.ColumnHeader();
     this.chLLabel     = new System.Windows.Forms.ColumnHeader();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.tbLabel      = new System.Windows.Forms.TextBox();
     this.btnStrDelete = new System.Windows.Forms.Button();
     this.btnStrAdd    = new System.Windows.Forms.Button();
     this.lbVersion    = new System.Windows.Forms.Label();
     this.tbVersion    = new System.Windows.Forms.TextBox();
     this.tbFilename   = new System.Windows.Forms.TextBox();
     this.lbFilename   = new System.Windows.Forms.Label();
     this.lbLabel      = new System.Windows.Forms.Label();
     this.pjse_banner1 = new pjse.pjse_banner();
     this.tprpPanel.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tpParams.SuspendLayout();
     this.tpLocals.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCommit
     //
     resources.ApplyResources(this.btnCommit, "btnCommit");
     this.btnCommit.Name   = "btnCommit";
     this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click);
     //
     // tprpPanel
     //
     resources.ApplyResources(this.tprpPanel, "tprpPanel");
     this.tprpPanel.BackColor = System.Drawing.SystemColors.Control;
     this.tprpPanel.Controls.Add(this.pjse_banner1);
     this.tprpPanel.Controls.Add(this.btnTabNext);
     this.tprpPanel.Controls.Add(this.btnTabPrev);
     this.tprpPanel.Controls.Add(this.btnStrPrev);
     this.tprpPanel.Controls.Add(this.btnStrNext);
     this.tprpPanel.Controls.Add(this.tabControl1);
     this.tprpPanel.Controls.Add(this.btnCancel);
     this.tprpPanel.Controls.Add(this.tbLabel);
     this.tprpPanel.Controls.Add(this.btnStrDelete);
     this.tprpPanel.Controls.Add(this.btnStrAdd);
     this.tprpPanel.Controls.Add(this.lbVersion);
     this.tprpPanel.Controls.Add(this.tbVersion);
     this.tprpPanel.Controls.Add(this.tbFilename);
     this.tprpPanel.Controls.Add(this.lbFilename);
     this.tprpPanel.Controls.Add(this.btnCommit);
     this.tprpPanel.Controls.Add(this.lbLabel);
     this.tprpPanel.Name = "tprpPanel";
     //
     // btnTabNext
     //
     resources.ApplyResources(this.btnTabNext, "btnTabNext");
     this.btnTabNext.Name    = "btnTabNext";
     this.btnTabNext.TabStop = false;
     this.btnTabNext.Click  += new System.EventHandler(this.btnTabNext_Click);
     //
     // btnTabPrev
     //
     resources.ApplyResources(this.btnTabPrev, "btnTabPrev");
     this.btnTabPrev.Name    = "btnTabPrev";
     this.btnTabPrev.TabStop = false;
     this.btnTabPrev.Click  += new System.EventHandler(this.btnTabPrev_Click);
     //
     // btnStrPrev
     //
     resources.ApplyResources(this.btnStrPrev, "btnStrPrev");
     this.btnStrPrev.Name    = "btnStrPrev";
     this.btnStrPrev.TabStop = false;
     this.btnStrPrev.Click  += new System.EventHandler(this.btnStrPrev_Click);
     //
     // btnStrNext
     //
     resources.ApplyResources(this.btnStrNext, "btnStrNext");
     this.btnStrNext.Name    = "btnStrNext";
     this.btnStrNext.TabStop = false;
     this.btnStrNext.Click  += new System.EventHandler(this.btnStrNext_Click);
     //
     // tabControl1
     //
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Controls.Add(this.tpParams);
     this.tabControl1.Controls.Add(this.tpLocals);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tpParams
     //
     this.tpParams.Controls.Add(this.lvParams);
     resources.ApplyResources(this.tpParams, "tpParams");
     this.tpParams.Name = "tpParams";
     //
     // lvParams
     //
     this.lvParams.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chPID,
         this.chPLabel
     });
     resources.ApplyResources(this.lvParams, "lvParams");
     this.lvParams.FullRowSelect = true;
     this.lvParams.GridLines     = true;
     this.lvParams.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvParams.HideSelection = false;
     this.lvParams.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         ((System.Windows.Forms.ListViewItem)(resources.GetObject("lvParams.Items")))
     });
     this.lvParams.MultiSelect = false;
     this.lvParams.Name        = "lvParams";
     this.lvParams.UseCompatibleStateImageBehavior = false;
     this.lvParams.View                  = System.Windows.Forms.View.Details;
     this.lvParams.ItemActivate         += new System.EventHandler(this.ListView_ItemActivate);
     this.lvParams.SelectedIndexChanged += new System.EventHandler(this.ListView_SelectedIndexChanged);
     //
     // chPID
     //
     resources.ApplyResources(this.chPID, "chPID");
     //
     // chPLabel
     //
     resources.ApplyResources(this.chPLabel, "chPLabel");
     //
     // tpLocals
     //
     this.tpLocals.Controls.Add(this.lvLocals);
     resources.ApplyResources(this.tpLocals, "tpLocals");
     this.tpLocals.Name = "tpLocals";
     //
     // lvLocals
     //
     this.lvLocals.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chLID,
         this.chLLabel
     });
     resources.ApplyResources(this.lvLocals, "lvLocals");
     this.lvLocals.FullRowSelect = true;
     this.lvLocals.GridLines     = true;
     this.lvLocals.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvLocals.HideSelection = false;
     this.lvLocals.MultiSelect   = false;
     this.lvLocals.Name          = "lvLocals";
     this.lvLocals.UseCompatibleStateImageBehavior = false;
     this.lvLocals.View                  = System.Windows.Forms.View.Details;
     this.lvLocals.ItemActivate         += new System.EventHandler(this.ListView_ItemActivate);
     this.lvLocals.SelectedIndexChanged += new System.EventHandler(this.ListView_SelectedIndexChanged);
     //
     // chLID
     //
     resources.ApplyResources(this.chLID, "chLID");
     //
     // chLLabel
     //
     resources.ApplyResources(this.chLLabel, "chLLabel");
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // tbLabel
     //
     resources.ApplyResources(this.tbLabel, "tbLabel");
     this.tbLabel.Name         = "tbLabel";
     this.tbLabel.TextChanged += new System.EventHandler(this.tbText_TextChanged);
     this.tbLabel.Validated   += new System.EventHandler(this.tbText_Enter);
     this.tbLabel.Enter       += new System.EventHandler(this.tbText_Enter);
     //
     // btnStrDelete
     //
     resources.ApplyResources(this.btnStrDelete, "btnStrDelete");
     this.btnStrDelete.Name   = "btnStrDelete";
     this.btnStrDelete.Click += new System.EventHandler(this.btnStrDelete_Click);
     //
     // btnStrAdd
     //
     resources.ApplyResources(this.btnStrAdd, "btnStrAdd");
     this.btnStrAdd.Name   = "btnStrAdd";
     this.btnStrAdd.Click += new System.EventHandler(this.btnStrAdd_Click);
     //
     // lbVersion
     //
     resources.ApplyResources(this.lbVersion, "lbVersion");
     this.lbVersion.Name = "lbVersion";
     //
     // tbVersion
     //
     resources.ApplyResources(this.tbVersion, "tbVersion");
     this.tbVersion.Name         = "tbVersion";
     this.tbVersion.ReadOnly     = true;
     this.tbVersion.TextChanged += new System.EventHandler(this.hex32_TextChanged);
     this.tbVersion.Validated   += new System.EventHandler(this.hex32_Validated);
     this.tbVersion.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbVersion.Validating  += new System.ComponentModel.CancelEventHandler(this.hex32_Validating);
     //
     // tbFilename
     //
     resources.ApplyResources(this.tbFilename, "tbFilename");
     this.tbFilename.Name         = "tbFilename";
     this.tbFilename.TextChanged += new System.EventHandler(this.tbText_TextChanged);
     this.tbFilename.Validated   += new System.EventHandler(this.tbText_Enter);
     this.tbFilename.Enter       += new System.EventHandler(this.tbText_Enter);
     //
     // lbFilename
     //
     resources.ApplyResources(this.lbFilename, "lbFilename");
     this.lbFilename.Name = "lbFilename";
     //
     // lbLabel
     //
     resources.ApplyResources(this.lbLabel, "lbLabel");
     this.lbLabel.Name = "lbLabel";
     //
     // pjse_banner1
     //
     resources.ApplyResources(this.pjse_banner1, "pjse_banner1");
     this.pjse_banner1.BackColor      = System.Drawing.SystemColors.AppWorkspace;
     this.pjse_banner1.Name           = "pjse_banner1";
     this.pjse_banner1.SiblingVisible = true;
     this.pjse_banner1.SiblingClick  += new System.EventHandler(this.pjse_banner1_SiblingClick);
     //
     // TPRPForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton  = this.btnCancel;
     this.Controls.Add(this.tprpPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "TPRPForm";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.tprpPanel.ResumeLayout(false);
     this.tprpPanel.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tpParams.ResumeLayout(false);
     this.tpLocals.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TrcnForm));
     this.btnCommit    = new System.Windows.Forms.Button();
     this.trcnPanel    = new System.Windows.Forms.Panel();
     this.tbDesc       = new System.Windows.Forms.TextBox();
     this.lbDesc       = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.panel1       = new System.Windows.Forms.Panel();
     this.tbID         = new System.Windows.Forms.TextBox();
     this.btnCancel    = new System.Windows.Forms.Button();
     this.cbUsed       = new System.Windows.Forms.CheckBox();
     this.tbLabel      = new System.Windows.Forms.TextBox();
     this.lbID         = new System.Windows.Forms.Label();
     this.btnStrDelete = new System.Windows.Forms.Button();
     this.btnStrAdd    = new System.Windows.Forms.Button();
     this.lbFormat     = new System.Windows.Forms.Label();
     this.tbFormat     = new System.Windows.Forms.TextBox();
     this.lvTrcnItem   = new System.Windows.Forms.ListView();
     this.chLine       = new System.Windows.Forms.ColumnHeader();
     this.chValue      = new System.Windows.Forms.ColumnHeader();
     this.chConstName  = new System.Windows.Forms.ColumnHeader();
     this.chConstId    = new System.Windows.Forms.ColumnHeader();
     this.chUsed       = new System.Windows.Forms.ColumnHeader();
     this.chDefValue   = new System.Windows.Forms.ColumnHeader();
     this.chMinValue   = new System.Windows.Forms.ColumnHeader();
     this.chMaxValue   = new System.Windows.Forms.ColumnHeader();
     this.tbFilename   = new System.Windows.Forms.TextBox();
     this.lbFilename   = new System.Windows.Forms.Label();
     this.lbDefValue   = new System.Windows.Forms.Label();
     this.tbDefValue   = new System.Windows.Forms.TextBox();
     this.tbMinValue   = new System.Windows.Forms.TextBox();
     this.lbMinValue   = new System.Windows.Forms.Label();
     this.tbMaxValue   = new System.Windows.Forms.TextBox();
     this.lbMaxValue   = new System.Windows.Forms.Label();
     this.lbLabel      = new System.Windows.Forms.Label();
     this.btnStrPrev   = new System.Windows.Forms.Button();
     this.btnStrNext   = new System.Windows.Forms.Button();
     this.pjse_banner1 = new pjse.pjse_banner();
     this.tlpUnused    = new System.Windows.Forms.TableLayoutPanel();
     this.panel2       = new System.Windows.Forms.Panel();
     this.trcnPanel.SuspendLayout();
     this.tlpUnused.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCommit
     //
     resources.ApplyResources(this.btnCommit, "btnCommit");
     this.btnCommit.Name   = "btnCommit";
     this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click);
     //
     // trcnPanel
     //
     resources.ApplyResources(this.trcnPanel, "trcnPanel");
     this.trcnPanel.BackColor = System.Drawing.SystemColors.Control;
     this.trcnPanel.Controls.Add(this.panel2);
     this.trcnPanel.Controls.Add(this.tlpUnused);
     this.trcnPanel.Controls.Add(this.btnCommit);
     this.trcnPanel.Controls.Add(this.tbFormat);
     this.trcnPanel.Controls.Add(this.lbFormat);
     this.trcnPanel.Controls.Add(this.tbFilename);
     this.trcnPanel.Controls.Add(this.lbFilename);
     this.trcnPanel.Controls.Add(this.pjse_banner1);
     this.trcnPanel.Controls.Add(this.lvTrcnItem);
     this.trcnPanel.Name = "trcnPanel";
     //
     // tbDesc
     //
     resources.ApplyResources(this.tbDesc, "tbDesc");
     this.tbDesc.Name     = "tbDesc";
     this.tbDesc.ReadOnly = true;
     //
     // lbDesc
     //
     resources.ApplyResources(this.lbDesc, "lbDesc");
     this.lbDesc.Name = "lbDesc";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.tlpUnused.SetColumnSpan(this.label5, 2);
     this.label5.Name = "label5";
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tlpUnused.SetColumnSpan(this.panel1, 2);
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.Name = "panel1";
     //
     // tbID
     //
     resources.ApplyResources(this.tbID, "tbID");
     this.tbID.Name         = "tbID";
     this.tbID.TextChanged += new System.EventHandler(this.hex32_TextChanged);
     this.tbID.Validated   += new System.EventHandler(this.hex32_Validated);
     this.tbID.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbID.Validating  += new System.ComponentModel.CancelEventHandler(this.hex32_Validating);
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name   = "btnCancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // cbUsed
     //
     resources.ApplyResources(this.cbUsed, "cbUsed");
     this.tlpUnused.SetColumnSpan(this.cbUsed, 2);
     this.cbUsed.Name            = "cbUsed";
     this.cbUsed.CheckedChanged += new System.EventHandler(this.cbUsed_CheckedChanged);
     //
     // tbLabel
     //
     resources.ApplyResources(this.tbLabel, "tbLabel");
     this.tbLabel.Name         = "tbLabel";
     this.tbLabel.TextChanged += new System.EventHandler(this.tbText_TextChanged);
     this.tbLabel.Enter       += new System.EventHandler(this.tbText_Enter);
     //
     // lbID
     //
     resources.ApplyResources(this.lbID, "lbID");
     this.lbID.Name = "lbID";
     //
     // btnStrDelete
     //
     resources.ApplyResources(this.btnStrDelete, "btnStrDelete");
     this.btnStrDelete.Name   = "btnStrDelete";
     this.btnStrDelete.Click += new System.EventHandler(this.btnStrDelete_Click);
     //
     // btnStrAdd
     //
     resources.ApplyResources(this.btnStrAdd, "btnStrAdd");
     this.btnStrAdd.Name   = "btnStrAdd";
     this.btnStrAdd.Click += new System.EventHandler(this.btnStrAdd_Click);
     //
     // lbFormat
     //
     resources.ApplyResources(this.lbFormat, "lbFormat");
     this.lbFormat.Name = "lbFormat";
     //
     // tbFormat
     //
     resources.ApplyResources(this.tbFormat, "tbFormat");
     this.tbFormat.Name         = "tbFormat";
     this.tbFormat.ReadOnly     = true;
     this.tbFormat.TextChanged += new System.EventHandler(this.hex32_TextChanged);
     this.tbFormat.Validated   += new System.EventHandler(this.hex32_Validated);
     this.tbFormat.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbFormat.Validating  += new System.ComponentModel.CancelEventHandler(this.hex32_Validating);
     //
     // lvTrcnItem
     //
     resources.ApplyResources(this.lvTrcnItem, "lvTrcnItem");
     this.lvTrcnItem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chLine,
         this.chValue,
         this.chConstName,
         this.chConstId,
         this.chUsed,
         this.chDefValue,
         this.chMinValue,
         this.chMaxValue
     });
     this.lvTrcnItem.FullRowSelect = true;
     this.lvTrcnItem.GridLines     = true;
     this.lvTrcnItem.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvTrcnItem.HideSelection = false;
     this.lvTrcnItem.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         ((System.Windows.Forms.ListViewItem)(resources.GetObject("lvTrcnItem.Items")))
     });
     this.lvTrcnItem.MultiSelect = false;
     this.lvTrcnItem.Name        = "lvTrcnItem";
     this.lvTrcnItem.UseCompatibleStateImageBehavior = false;
     this.lvTrcnItem.View    = System.Windows.Forms.View.Details;
     this.lvTrcnItem.Resize += new System.EventHandler(this.lvTrcnItem_Resize);
     this.lvTrcnItem.SelectedIndexChanged += new System.EventHandler(this.lvTrcnItem_SelectedIndexChanged);
     //
     // chLine
     //
     resources.ApplyResources(this.chLine, "chLine");
     //
     // chValue
     //
     resources.ApplyResources(this.chValue, "chValue");
     //
     // chConstName
     //
     resources.ApplyResources(this.chConstName, "chConstName");
     //
     // chConstId
     //
     resources.ApplyResources(this.chConstId, "chConstId");
     //
     // chUsed
     //
     resources.ApplyResources(this.chUsed, "chUsed");
     //
     // chDefValue
     //
     resources.ApplyResources(this.chDefValue, "chDefValue");
     //
     // chMinValue
     //
     resources.ApplyResources(this.chMinValue, "chMinValue");
     //
     // chMaxValue
     //
     resources.ApplyResources(this.chMaxValue, "chMaxValue");
     //
     // tbFilename
     //
     resources.ApplyResources(this.tbFilename, "tbFilename");
     this.tbFilename.Name         = "tbFilename";
     this.tbFilename.TextChanged += new System.EventHandler(this.tbText_TextChanged);
     this.tbFilename.Enter       += new System.EventHandler(this.tbText_Enter);
     //
     // lbFilename
     //
     resources.ApplyResources(this.lbFilename, "lbFilename");
     this.lbFilename.Name = "lbFilename";
     //
     // lbDefValue
     //
     resources.ApplyResources(this.lbDefValue, "lbDefValue");
     this.lbDefValue.Name = "lbDefValue";
     //
     // tbDefValue
     //
     resources.ApplyResources(this.tbDefValue, "tbDefValue");
     this.tbDefValue.Name         = "tbDefValue";
     this.tbDefValue.TextChanged += new System.EventHandler(this.hex16_TextChanged);
     this.tbDefValue.Validated   += new System.EventHandler(this.hex16_Validated);
     this.tbDefValue.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbDefValue.Validating  += new System.ComponentModel.CancelEventHandler(this.hex16_Validating);
     //
     // tbMinValue
     //
     resources.ApplyResources(this.tbMinValue, "tbMinValue");
     this.tbMinValue.Name         = "tbMinValue";
     this.tbMinValue.TextChanged += new System.EventHandler(this.hex16_TextChanged);
     this.tbMinValue.Validated   += new System.EventHandler(this.hex16_Validated);
     this.tbMinValue.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbMinValue.Validating  += new System.ComponentModel.CancelEventHandler(this.hex16_Validating);
     //
     // lbMinValue
     //
     resources.ApplyResources(this.lbMinValue, "lbMinValue");
     this.lbMinValue.Name = "lbMinValue";
     //
     // tbMaxValue
     //
     resources.ApplyResources(this.tbMaxValue, "tbMaxValue");
     this.tbMaxValue.Name         = "tbMaxValue";
     this.tbMaxValue.TextChanged += new System.EventHandler(this.hex16_TextChanged);
     this.tbMaxValue.Validated   += new System.EventHandler(this.hex16_Validated);
     this.tbMaxValue.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbMaxValue.Validating  += new System.ComponentModel.CancelEventHandler(this.hex16_Validating);
     //
     // lbMaxValue
     //
     resources.ApplyResources(this.lbMaxValue, "lbMaxValue");
     this.lbMaxValue.Name = "lbMaxValue";
     //
     // lbLabel
     //
     resources.ApplyResources(this.lbLabel, "lbLabel");
     this.lbLabel.Name = "lbLabel";
     //
     // btnStrPrev
     //
     resources.ApplyResources(this.btnStrPrev, "btnStrPrev");
     this.btnStrPrev.Name    = "btnStrPrev";
     this.btnStrPrev.TabStop = false;
     this.btnStrPrev.Click  += new System.EventHandler(this.btnStrPrev_Click);
     //
     // btnStrNext
     //
     resources.ApplyResources(this.btnStrNext, "btnStrNext");
     this.btnStrNext.Name    = "btnStrNext";
     this.btnStrNext.TabStop = false;
     this.btnStrNext.Click  += new System.EventHandler(this.btnStrNext_Click);
     //
     // pjse_banner1
     //
     resources.ApplyResources(this.pjse_banner1, "pjse_banner1");
     this.pjse_banner1.BackColor      = System.Drawing.SystemColors.AppWorkspace;
     this.pjse_banner1.Name           = "pjse_banner1";
     this.pjse_banner1.SiblingVisible = true;
     this.pjse_banner1.SiblingClick  += new System.EventHandler(this.pjse_banner1_SiblingClick);
     //
     // tlpUnused
     //
     resources.ApplyResources(this.tlpUnused, "tlpUnused");
     this.tlpUnused.Controls.Add(this.label5, 0, 1);
     this.tlpUnused.Controls.Add(this.lbID, 0, 2);
     this.tlpUnused.Controls.Add(this.tbID, 1, 2);
     this.tlpUnused.Controls.Add(this.lbDesc, 0, 4);
     this.tlpUnused.Controls.Add(this.tbDesc, 1, 4);
     this.tlpUnused.Controls.Add(this.lbDefValue, 0, 5);
     this.tlpUnused.Controls.Add(this.tbDefValue, 1, 5);
     this.tlpUnused.Controls.Add(this.panel1, 0, 0);
     this.tlpUnused.Controls.Add(this.lbMinValue, 0, 6);
     this.tlpUnused.Controls.Add(this.tbMinValue, 1, 6);
     this.tlpUnused.Controls.Add(this.lbMaxValue, 0, 7);
     this.tlpUnused.Controls.Add(this.tbMaxValue, 1, 7);
     this.tlpUnused.Controls.Add(this.cbUsed, 0, 3);
     this.tlpUnused.Name = "tlpUnused";
     //
     // panel2
     //
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Controls.Add(this.btnStrAdd);
     this.panel2.Controls.Add(this.lbLabel);
     this.panel2.Controls.Add(this.btnStrDelete);
     this.panel2.Controls.Add(this.tbLabel);
     this.panel2.Controls.Add(this.btnCancel);
     this.panel2.Controls.Add(this.btnStrPrev);
     this.panel2.Controls.Add(this.btnStrNext);
     this.panel2.Name = "panel2";
     //
     // TrcnForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.trcnPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "TrcnForm";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.trcnPanel.ResumeLayout(false);
     this.trcnPanel.PerformLayout();
     this.tlpUnused.ResumeLayout(false);
     this.tlpUnused.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BconForm));
     this.lbFilename    = new System.Windows.Forms.Label();
     this.tbFilename    = new System.Windows.Forms.TextBox();
     this.tbValueDec    = new System.Windows.Forms.TextBox();
     this.tbValueHex    = new System.Windows.Forms.TextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.gbValue       = new System.Windows.Forms.GroupBox();
     this.btnCancel     = new System.Windows.Forms.Button();
     this.label6        = new System.Windows.Forms.Label();
     this.bconPanel     = new System.Windows.Forms.Panel();
     this.btnClose      = new System.Windows.Forms.Button();
     this.cmpBCON       = new pjse.CompareButton();
     this.llIsOverride  = new System.Windows.Forms.LinkLabel();
     this.btnUpdateBCON = new System.Windows.Forms.Button();
     this.pjse_banner1  = new pjse.pjse_banner();
     this.btnStrPrev    = new System.Windows.Forms.Button();
     this.btnStrNext    = new System.Windows.Forms.Button();
     this.cbFlag        = new System.Windows.Forms.CheckBox();
     this.btnStrDelete  = new System.Windows.Forms.Button();
     this.btnStrAdd     = new System.Windows.Forms.Button();
     this.lvConstants   = new System.Windows.Forms.ListView();
     this.chID          = new System.Windows.Forms.ColumnHeader();
     this.chValue       = new System.Windows.Forms.ColumnHeader();
     this.chLabel       = new System.Windows.Forms.ColumnHeader();
     this.btnCommit     = new System.Windows.Forms.Button();
     this.btnTRCNMaker  = new System.Windows.Forms.Button();
     this.gbValue.SuspendLayout();
     this.bconPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // lbFilename
     //
     resources.ApplyResources(this.lbFilename, "lbFilename");
     this.lbFilename.Name = "lbFilename";
     //
     // tbFilename
     //
     resources.ApplyResources(this.tbFilename, "tbFilename");
     this.tbFilename.Name         = "tbFilename";
     this.tbFilename.TextChanged += new System.EventHandler(this.tbFilename_TextChanged);
     this.tbFilename.Enter       += new System.EventHandler(this.tbText_Enter);
     //
     // tbValueDec
     //
     resources.ApplyResources(this.tbValueDec, "tbValueDec");
     this.tbValueDec.Name         = "tbValueDec";
     this.tbValueDec.TextChanged += new System.EventHandler(this.dec16_TextChanged);
     this.tbValueDec.Validated   += new System.EventHandler(this.dec16_Validated);
     this.tbValueDec.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbValueDec.Validating  += new System.ComponentModel.CancelEventHandler(this.dec16_Validating);
     //
     // tbValueHex
     //
     resources.ApplyResources(this.tbValueHex, "tbValueHex");
     this.tbValueHex.Name         = "tbValueHex";
     this.tbValueHex.TextChanged += new System.EventHandler(this.hex16_TextChanged);
     this.tbValueHex.Validated   += new System.EventHandler(this.hex16_Validated);
     this.tbValueHex.Enter       += new System.EventHandler(this.tbText_Enter);
     this.tbValueHex.Validating  += new System.ComponentModel.CancelEventHandler(this.hex16_Validating);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // gbValue
     //
     this.gbValue.Controls.Add(this.btnCancel);
     this.gbValue.Controls.Add(this.tbValueDec);
     this.gbValue.Controls.Add(this.tbValueHex);
     this.gbValue.Controls.Add(this.label5);
     this.gbValue.Controls.Add(this.label6);
     this.gbValue.FlatStyle = System.Windows.Forms.FlatStyle.System;
     resources.ApplyResources(this.gbValue, "gbValue");
     this.gbValue.Name    = "gbValue";
     this.gbValue.TabStop = false;
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.Name   = "btnCancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // bconPanel
     //
     resources.ApplyResources(this.bconPanel, "bconPanel");
     this.bconPanel.BackColor = System.Drawing.SystemColors.Control;
     this.bconPanel.Controls.Add(this.btnClose);
     this.bconPanel.Controls.Add(this.cmpBCON);
     this.bconPanel.Controls.Add(this.llIsOverride);
     this.bconPanel.Controls.Add(this.btnUpdateBCON);
     this.bconPanel.Controls.Add(this.pjse_banner1);
     this.bconPanel.Controls.Add(this.btnStrPrev);
     this.bconPanel.Controls.Add(this.btnStrNext);
     this.bconPanel.Controls.Add(this.cbFlag);
     this.bconPanel.Controls.Add(this.btnStrDelete);
     this.bconPanel.Controls.Add(this.btnStrAdd);
     this.bconPanel.Controls.Add(this.lvConstants);
     this.bconPanel.Controls.Add(this.btnCommit);
     this.bconPanel.Controls.Add(this.lbFilename);
     this.bconPanel.Controls.Add(this.tbFilename);
     this.bconPanel.Controls.Add(this.gbValue);
     this.bconPanel.Controls.Add(this.btnTRCNMaker);
     this.bconPanel.Name = "bconPanel";
     //
     // btnClose
     //
     resources.ApplyResources(this.btnClose, "btnClose");
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Name         = "btnClose";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // cmpBCON
     //
     resources.ApplyResources(this.cmpBCON, "cmpBCON");
     this.cmpBCON.Name = "cmpBCON";
     this.cmpBCON.UseVisualStyleBackColor = true;
     this.cmpBCON.Wrapper      = null;
     this.cmpBCON.WrapperName  = null;
     this.cmpBCON.CompareWith += new pjse.CompareButton.CompareWithEventHandler(this.cmpBCON_CompareWith);
     //
     // llIsOverride
     //
     resources.ApplyResources(this.llIsOverride, "llIsOverride");
     this.llIsOverride.Name    = "llIsOverride";
     this.llIsOverride.TabStop = true;
     this.llIsOverride.UseCompatibleTextRendering = true;
     this.llIsOverride.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llIsOverride_LinkClicked);
     //
     // btnUpdateBCON
     //
     resources.ApplyResources(this.btnUpdateBCON, "btnUpdateBCON");
     this.btnUpdateBCON.Name   = "btnUpdateBCON";
     this.btnUpdateBCON.Click += new System.EventHandler(this.btnUpdateBCON_Click);
     //
     // pjse_banner1
     //
     resources.ApplyResources(this.pjse_banner1, "pjse_banner1");
     this.pjse_banner1.BackColor      = System.Drawing.SystemColors.AppWorkspace;
     this.pjse_banner1.Name           = "pjse_banner1";
     this.pjse_banner1.SiblingVisible = true;
     this.pjse_banner1.SiblingClick  += new System.EventHandler(this.pjse_banner1_SiblingClick);
     //
     // btnStrPrev
     //
     resources.ApplyResources(this.btnStrPrev, "btnStrPrev");
     this.btnStrPrev.Name    = "btnStrPrev";
     this.btnStrPrev.TabStop = false;
     this.btnStrPrev.Click  += new System.EventHandler(this.btnStrPrev_Click);
     //
     // btnStrNext
     //
     resources.ApplyResources(this.btnStrNext, "btnStrNext");
     this.btnStrNext.Name    = "btnStrNext";
     this.btnStrNext.TabStop = false;
     this.btnStrNext.Click  += new System.EventHandler(this.btnStrNext_Click);
     //
     // cbFlag
     //
     resources.ApplyResources(this.cbFlag, "cbFlag");
     this.cbFlag.Name            = "cbFlag";
     this.cbFlag.CheckedChanged += new System.EventHandler(this.cbFlag_CheckedChanged);
     //
     // btnStrDelete
     //
     resources.ApplyResources(this.btnStrDelete, "btnStrDelete");
     this.btnStrDelete.Name   = "btnStrDelete";
     this.btnStrDelete.Click += new System.EventHandler(this.btnStrDelete_Click);
     //
     // btnStrAdd
     //
     resources.ApplyResources(this.btnStrAdd, "btnStrAdd");
     this.btnStrAdd.Name   = "btnStrAdd";
     this.btnStrAdd.Click += new System.EventHandler(this.btnStrAdd_Click);
     //
     // lvConstants
     //
     resources.ApplyResources(this.lvConstants, "lvConstants");
     this.lvConstants.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chID,
         this.chValue,
         this.chLabel
     });
     this.lvConstants.FullRowSelect = true;
     this.lvConstants.GridLines     = true;
     this.lvConstants.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvConstants.HideSelection = false;
     this.lvConstants.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         ((System.Windows.Forms.ListViewItem)(resources.GetObject("lvConstants.Items")))
     });
     this.lvConstants.MultiSelect = false;
     this.lvConstants.Name        = "lvConstants";
     this.lvConstants.UseCompatibleStateImageBehavior = false;
     this.lvConstants.View = System.Windows.Forms.View.Details;
     this.lvConstants.SelectedIndexChanged += new System.EventHandler(this.lvConstants_SelectedIndexChanged);
     //
     // chID
     //
     resources.ApplyResources(this.chID, "chID");
     //
     // chValue
     //
     resources.ApplyResources(this.chValue, "chValue");
     //
     // chLabel
     //
     resources.ApplyResources(this.chLabel, "chLabel");
     //
     // btnCommit
     //
     resources.ApplyResources(this.btnCommit, "btnCommit");
     this.btnCommit.Name   = "btnCommit";
     this.btnCommit.Click += new System.EventHandler(this.btnCommit_Clicked);
     //
     // btnTRCNMaker
     //
     resources.ApplyResources(this.btnTRCNMaker, "btnTRCNMaker");
     this.btnTRCNMaker.Name   = "btnTRCNMaker";
     this.btnTRCNMaker.Click += new System.EventHandler(this.btnTRCNMaker_Click);
     //
     // BconForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton  = this.btnClose;
     this.Controls.Add(this.bconPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "BconForm";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.gbValue.ResumeLayout(false);
     this.gbValue.PerformLayout();
     this.bconPanel.ResumeLayout(false);
     this.bconPanel.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ObjfForm));
     this.objfPanel         = new System.Windows.Forms.Panel();
     this.lbFunction        = new System.Windows.Forms.Label();
     this.lvObjfItem        = new System.Windows.Forms.ListView();
     this.chFunction        = new System.Windows.Forms.ColumnHeader();
     this.chAction          = new System.Windows.Forms.ColumnHeader();
     this.chGuardian        = new System.Windows.Forms.ColumnHeader();
     this.btnCommit         = new System.Windows.Forms.Button();
     this.llGuardian        = new System.Windows.Forms.LinkLabel();
     this.llAction          = new System.Windows.Forms.LinkLabel();
     this.btnAction         = new System.Windows.Forms.Button();
     this.btnGuardian       = new System.Windows.Forms.Button();
     this.lbAction          = new System.Windows.Forms.Label();
     this.lbGuardian        = new System.Windows.Forms.Label();
     this.tbGuardian        = new System.Windows.Forms.TextBox();
     this.tbAction          = new System.Windows.Forms.TextBox();
     this.lbFilename        = new System.Windows.Forms.Label();
     this.tbFilename        = new System.Windows.Forms.TextBox();
     this.label19           = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel1  = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel2  = new System.Windows.Forms.FlowLayoutPanel();
     this.pjse_banner1      = new pjse.pjse_banner();
     this.objfPanel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // objfPanel
     //
     resources.ApplyResources(this.objfPanel, "objfPanel");
     this.objfPanel.BackColor = System.Drawing.SystemColors.Control;
     this.objfPanel.Controls.Add(this.tableLayoutPanel1);
     this.objfPanel.Controls.Add(this.pjse_banner1);
     this.objfPanel.Controls.Add(this.lbFunction);
     this.objfPanel.Controls.Add(this.lvObjfItem);
     this.objfPanel.Controls.Add(this.btnCommit);
     this.objfPanel.Controls.Add(this.lbFilename);
     this.objfPanel.Controls.Add(this.tbFilename);
     this.objfPanel.Controls.Add(this.label19);
     this.objfPanel.Name = "objfPanel";
     //
     // lbFunction
     //
     resources.ApplyResources(this.lbFunction, "lbFunction");
     this.lbFunction.AutoEllipsis = true;
     this.lbFunction.Name         = "lbFunction";
     //
     // lvObjfItem
     //
     resources.ApplyResources(this.lvObjfItem, "lvObjfItem");
     this.lvObjfItem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chFunction,
         this.chAction,
         this.chGuardian
     });
     this.lvObjfItem.FullRowSelect = true;
     this.lvObjfItem.GridLines     = true;
     this.lvObjfItem.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvObjfItem.HideSelection = false;
     this.lvObjfItem.MultiSelect   = false;
     this.lvObjfItem.Name          = "lvObjfItem";
     this.lvObjfItem.UseCompatibleStateImageBehavior = false;
     this.lvObjfItem.View = System.Windows.Forms.View.Details;
     this.lvObjfItem.SelectedIndexChanged += new System.EventHandler(this.lvObjfItem_SelectedIndexChanged);
     //
     // chFunction
     //
     resources.ApplyResources(this.chFunction, "chFunction");
     //
     // chAction
     //
     resources.ApplyResources(this.chAction, "chAction");
     //
     // chGuardian
     //
     resources.ApplyResources(this.chGuardian, "chGuardian");
     //
     // btnCommit
     //
     resources.ApplyResources(this.btnCommit, "btnCommit");
     this.btnCommit.Name   = "btnCommit";
     this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click);
     //
     // llGuardian
     //
     resources.ApplyResources(this.llGuardian, "llGuardian");
     this.llGuardian.Name         = "llGuardian";
     this.llGuardian.TabStop      = true;
     this.llGuardian.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llBhav_LinkClicked);
     //
     // llAction
     //
     resources.ApplyResources(this.llAction, "llAction");
     this.llAction.Name         = "llAction";
     this.llAction.TabStop      = true;
     this.llAction.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llBhav_LinkClicked);
     //
     // btnAction
     //
     resources.ApplyResources(this.btnAction, "btnAction");
     this.btnAction.Name   = "btnAction";
     this.btnAction.Click += new System.EventHandler(this.GetObjfAction);
     //
     // btnGuardian
     //
     resources.ApplyResources(this.btnGuardian, "btnGuardian");
     this.btnGuardian.Name   = "btnGuardian";
     this.btnGuardian.Click += new System.EventHandler(this.GetObjfGuard);
     //
     // lbAction
     //
     this.tableLayoutPanel1.SetColumnSpan(this.lbAction, 2);
     resources.ApplyResources(this.lbAction, "lbAction");
     this.lbAction.Name        = "lbAction";
     this.lbAction.UseMnemonic = false;
     //
     // lbGuardian
     //
     this.tableLayoutPanel1.SetColumnSpan(this.lbGuardian, 2);
     resources.ApplyResources(this.lbGuardian, "lbGuardian");
     this.lbGuardian.Name        = "lbGuardian";
     this.lbGuardian.UseMnemonic = false;
     //
     // tbGuardian
     //
     resources.ApplyResources(this.tbGuardian, "tbGuardian");
     this.tbGuardian.Name         = "tbGuardian";
     this.tbGuardian.TextChanged += new System.EventHandler(this.hex16_TextChanged);
     this.tbGuardian.Validated   += new System.EventHandler(this.hex16_Validated);
     this.tbGuardian.Validating  += new System.ComponentModel.CancelEventHandler(this.hex16_Validating);
     //
     // tbAction
     //
     resources.ApplyResources(this.tbAction, "tbAction");
     this.tbAction.Name         = "tbAction";
     this.tbAction.TextChanged += new System.EventHandler(this.hex16_TextChanged);
     this.tbAction.Validated   += new System.EventHandler(this.hex16_Validated);
     this.tbAction.Validating  += new System.ComponentModel.CancelEventHandler(this.hex16_Validating);
     //
     // lbFilename
     //
     resources.ApplyResources(this.lbFilename, "lbFilename");
     this.lbFilename.Name = "lbFilename";
     //
     // tbFilename
     //
     resources.ApplyResources(this.tbFilename, "tbFilename");
     this.tbFilename.Name         = "tbFilename";
     this.tbFilename.TextChanged += new System.EventHandler(this.tbFilename_TextChanged);
     this.tbFilename.Validated   += new System.EventHandler(this.tbFilename_Validated);
     //
     // label19
     //
     resources.ApplyResources(this.label19, "label19");
     this.label19.Name = "label19";
     //
     // tableLayoutPanel1
     //
     resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
     this.tableLayoutPanel1.Controls.Add(this.llAction, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.llGuardian, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lbAction, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lbGuardian, 0, 4);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     //
     // flowLayoutPanel1
     //
     resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
     this.flowLayoutPanel1.Controls.Add(this.tbAction);
     this.flowLayoutPanel1.Controls.Add(this.btnAction);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     //
     // flowLayoutPanel2
     //
     resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2");
     this.flowLayoutPanel2.Controls.Add(this.tbGuardian);
     this.flowLayoutPanel2.Controls.Add(this.btnGuardian);
     this.flowLayoutPanel2.Name = "flowLayoutPanel2";
     //
     // pjse_banner1
     //
     resources.ApplyResources(this.pjse_banner1, "pjse_banner1");
     this.pjse_banner1.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.pjse_banner1.Name      = "pjse_banner1";
     //
     // ObjfForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.objfPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "ObjfForm";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.objfPanel.ResumeLayout(false);
     this.objfPanel.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.flowLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel2.PerformLayout();
     this.ResumeLayout(false);
 }