This commit is contained in:
90
PROMS/DataLoader/frmLoader.Designer.cs
generated
90
PROMS/DataLoader/frmLoader.Designer.cs
generated
@@ -56,6 +56,8 @@ namespace DataLoader
|
||||
this.fbd = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.tbVePromsPath = new System.Windows.Forms.TextBox();
|
||||
this.btnBrowseVeProms = new System.Windows.Forms.Button();
|
||||
this.sc.Panel1.SuspendLayout();
|
||||
this.sc.Panel2.SuspendLayout();
|
||||
this.sc.SuspendLayout();
|
||||
@@ -72,6 +74,8 @@ namespace DataLoader
|
||||
//
|
||||
// sc.Panel1
|
||||
//
|
||||
this.sc.Panel1.Controls.Add(this.btnBrowseVeProms);
|
||||
this.sc.Panel1.Controls.Add(this.tbVePromsPath);
|
||||
this.sc.Panel1.Controls.Add(this.btnCtTok);
|
||||
this.sc.Panel1.Controls.Add(this.btnGroup);
|
||||
this.sc.Panel1.Controls.Add(this.btnVETree_CSLA);
|
||||
@@ -99,14 +103,14 @@ namespace DataLoader
|
||||
// sc.Panel2
|
||||
//
|
||||
this.sc.Panel2.Controls.Add(this.tv);
|
||||
this.sc.Size = new System.Drawing.Size(829, 506);
|
||||
this.sc.SplitterDistance = 232;
|
||||
this.sc.Size = new System.Drawing.Size(829, 542);
|
||||
this.sc.SplitterDistance = 272;
|
||||
this.sc.TabIndex = 46;
|
||||
//
|
||||
// btnCtTok
|
||||
//
|
||||
this.btnCtTok.Location = new System.Drawing.Point(643, 0);
|
||||
this.btnCtTok.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnCtTok.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnCtTok.Name = "btnCtTok";
|
||||
this.btnCtTok.Size = new System.Drawing.Size(128, 25);
|
||||
this.btnCtTok.TabIndex = 70;
|
||||
@@ -117,7 +121,7 @@ namespace DataLoader
|
||||
// btnGroup
|
||||
//
|
||||
this.btnGroup.Location = new System.Drawing.Point(516, -4);
|
||||
this.btnGroup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnGroup.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnGroup.Name = "btnGroup";
|
||||
this.btnGroup.Size = new System.Drawing.Size(119, 28);
|
||||
this.btnGroup.TabIndex = 69;
|
||||
@@ -128,7 +132,7 @@ namespace DataLoader
|
||||
// btnVETree_CSLA
|
||||
//
|
||||
this.btnVETree_CSLA.Location = new System.Drawing.Point(331, -1);
|
||||
this.btnVETree_CSLA.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnVETree_CSLA.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnVETree_CSLA.Name = "btnVETree_CSLA";
|
||||
this.btnVETree_CSLA.Size = new System.Drawing.Size(177, 26);
|
||||
this.btnVETree_CSLA.TabIndex = 68;
|
||||
@@ -138,7 +142,7 @@ namespace DataLoader
|
||||
//
|
||||
// btnBrowseVesam
|
||||
//
|
||||
this.btnBrowseVesam.Location = new System.Drawing.Point(639, 32);
|
||||
this.btnBrowseVesam.Location = new System.Drawing.Point(638, 71);
|
||||
this.btnBrowseVesam.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnBrowseVesam.Name = "btnBrowseVesam";
|
||||
this.btnBrowseVesam.Size = new System.Drawing.Size(159, 23);
|
||||
@@ -149,17 +153,17 @@ namespace DataLoader
|
||||
//
|
||||
// tbVesamPath
|
||||
//
|
||||
this.tbVesamPath.Location = new System.Drawing.Point(152, 32);
|
||||
this.tbVesamPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tbVesamPath.Location = new System.Drawing.Point(151, 71);
|
||||
this.tbVesamPath.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbVesamPath.Name = "tbVesamPath";
|
||||
this.tbVesamPath.Size = new System.Drawing.Size(469, 22);
|
||||
this.tbVesamPath.TabIndex = 66;
|
||||
this.tbVesamPath.Text = @"C:\16bit\Ve-proms\vesam.opt";
|
||||
this.tbVesamPath.Text = "C:\\16bit\\Ve-proms\\vesam.opt";
|
||||
//
|
||||
// btnVesam
|
||||
//
|
||||
this.btnVesam.Location = new System.Drawing.Point(3, 30);
|
||||
this.btnVesam.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnVesam.Location = new System.Drawing.Point(2, 69);
|
||||
this.btnVesam.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnVesam.Name = "btnVesam";
|
||||
this.btnVesam.Size = new System.Drawing.Size(144, 26);
|
||||
this.btnVesam.TabIndex = 65;
|
||||
@@ -170,7 +174,7 @@ namespace DataLoader
|
||||
// btnLoadTreeCSLA
|
||||
//
|
||||
this.btnLoadTreeCSLA.Location = new System.Drawing.Point(164, 0);
|
||||
this.btnLoadTreeCSLA.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnLoadTreeCSLA.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnLoadTreeCSLA.Name = "btnLoadTreeCSLA";
|
||||
this.btnLoadTreeCSLA.Size = new System.Drawing.Size(159, 25);
|
||||
this.btnLoadTreeCSLA.TabIndex = 64;
|
||||
@@ -183,7 +187,7 @@ namespace DataLoader
|
||||
this.cbLazy.AutoSize = true;
|
||||
this.cbLazy.Checked = true;
|
||||
this.cbLazy.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.cbLazy.Location = new System.Drawing.Point(637, 175);
|
||||
this.cbLazy.Location = new System.Drawing.Point(636, 214);
|
||||
this.cbLazy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbLazy.Name = "cbLazy";
|
||||
this.cbLazy.Size = new System.Drawing.Size(96, 21);
|
||||
@@ -193,7 +197,7 @@ namespace DataLoader
|
||||
//
|
||||
// btnConvertSelected
|
||||
//
|
||||
this.btnConvertSelected.Location = new System.Drawing.Point(3, 204);
|
||||
this.btnConvertSelected.Location = new System.Drawing.Point(2, 243);
|
||||
this.btnConvertSelected.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnConvertSelected.Name = "btnConvertSelected";
|
||||
this.btnConvertSelected.Size = new System.Drawing.Size(213, 23);
|
||||
@@ -218,7 +222,7 @@ namespace DataLoader
|
||||
this.cbPurgeData.AutoSize = true;
|
||||
this.cbPurgeData.Checked = true;
|
||||
this.cbPurgeData.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.cbPurgeData.Location = new System.Drawing.Point(637, 149);
|
||||
this.cbPurgeData.Location = new System.Drawing.Point(636, 188);
|
||||
this.cbPurgeData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbPurgeData.Name = "cbPurgeData";
|
||||
this.cbPurgeData.Size = new System.Drawing.Size(154, 21);
|
||||
@@ -229,14 +233,14 @@ namespace DataLoader
|
||||
// lblTime
|
||||
//
|
||||
this.lblTime.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||||
this.lblTime.Location = new System.Drawing.Point(93, 166);
|
||||
this.lblTime.Location = new System.Drawing.Point(92, 205);
|
||||
this.lblTime.Name = "lblTime";
|
||||
this.lblTime.Size = new System.Drawing.Size(112, 25);
|
||||
this.lblTime.TabIndex = 58;
|
||||
//
|
||||
// pbStep
|
||||
//
|
||||
this.pbStep.Location = new System.Drawing.Point(213, 146);
|
||||
this.pbStep.Location = new System.Drawing.Point(212, 185);
|
||||
this.pbStep.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.pbStep.Name = "pbStep";
|
||||
this.pbStep.Size = new System.Drawing.Size(411, 18);
|
||||
@@ -244,7 +248,7 @@ namespace DataLoader
|
||||
//
|
||||
// pbSect
|
||||
//
|
||||
this.pbSect.Location = new System.Drawing.Point(213, 122);
|
||||
this.pbSect.Location = new System.Drawing.Point(212, 161);
|
||||
this.pbSect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.pbSect.Name = "pbSect";
|
||||
this.pbSect.Size = new System.Drawing.Size(409, 18);
|
||||
@@ -252,7 +256,7 @@ namespace DataLoader
|
||||
//
|
||||
// pbProc
|
||||
//
|
||||
this.pbProc.Location = new System.Drawing.Point(213, 98);
|
||||
this.pbProc.Location = new System.Drawing.Point(212, 137);
|
||||
this.pbProc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.pbProc.Name = "pbProc";
|
||||
this.pbProc.Size = new System.Drawing.Size(411, 18);
|
||||
@@ -263,7 +267,7 @@ namespace DataLoader
|
||||
this.cbSaveDoc.AutoSize = true;
|
||||
this.cbSaveDoc.Checked = true;
|
||||
this.cbSaveDoc.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.cbSaveDoc.Location = new System.Drawing.Point(639, 98);
|
||||
this.cbSaveDoc.Location = new System.Drawing.Point(638, 137);
|
||||
this.cbSaveDoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbSaveDoc.Name = "cbSaveDoc";
|
||||
this.cbSaveDoc.Size = new System.Drawing.Size(96, 21);
|
||||
@@ -275,7 +279,7 @@ namespace DataLoader
|
||||
// cbSaveRTF
|
||||
//
|
||||
this.cbSaveRTF.AutoSize = true;
|
||||
this.cbSaveRTF.Location = new System.Drawing.Point(639, 123);
|
||||
this.cbSaveRTF.Location = new System.Drawing.Point(638, 162);
|
||||
this.cbSaveRTF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cbSaveRTF.Name = "cbSaveRTF";
|
||||
this.cbSaveRTF.Size = new System.Drawing.Size(93, 21);
|
||||
@@ -286,7 +290,7 @@ namespace DataLoader
|
||||
//
|
||||
// btnBrowse
|
||||
//
|
||||
this.btnBrowse.Location = new System.Drawing.Point(639, 65);
|
||||
this.btnBrowse.Location = new System.Drawing.Point(638, 104);
|
||||
this.btnBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnBrowse.Name = "btnBrowse";
|
||||
this.btnBrowse.Size = new System.Drawing.Size(75, 23);
|
||||
@@ -297,7 +301,7 @@ namespace DataLoader
|
||||
//
|
||||
// tbSource
|
||||
//
|
||||
this.tbSource.Location = new System.Drawing.Point(95, 65);
|
||||
this.tbSource.Location = new System.Drawing.Point(94, 104);
|
||||
this.tbSource.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tbSource.Name = "tbSource";
|
||||
this.tbSource.Size = new System.Drawing.Size(528, 22);
|
||||
@@ -308,7 +312,7 @@ namespace DataLoader
|
||||
// lblStep
|
||||
//
|
||||
this.lblStep.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||||
this.lblStep.Location = new System.Drawing.Point(93, 142);
|
||||
this.lblStep.Location = new System.Drawing.Point(92, 181);
|
||||
this.lblStep.Name = "lblStep";
|
||||
this.lblStep.Size = new System.Drawing.Size(112, 25);
|
||||
this.lblStep.TabIndex = 49;
|
||||
@@ -316,7 +320,7 @@ namespace DataLoader
|
||||
// lblSection
|
||||
//
|
||||
this.lblSection.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||||
this.lblSection.Location = new System.Drawing.Point(93, 118);
|
||||
this.lblSection.Location = new System.Drawing.Point(92, 157);
|
||||
this.lblSection.Name = "lblSection";
|
||||
this.lblSection.Size = new System.Drawing.Size(112, 23);
|
||||
this.lblSection.TabIndex = 48;
|
||||
@@ -324,14 +328,14 @@ namespace DataLoader
|
||||
// lblProc
|
||||
//
|
||||
this.lblProc.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||||
this.lblProc.Location = new System.Drawing.Point(93, 95);
|
||||
this.lblProc.Location = new System.Drawing.Point(92, 134);
|
||||
this.lblProc.Name = "lblProc";
|
||||
this.lblProc.Size = new System.Drawing.Size(112, 23);
|
||||
this.lblProc.TabIndex = 47;
|
||||
//
|
||||
// btnConvert
|
||||
//
|
||||
this.btnConvert.Location = new System.Drawing.Point(3, 66);
|
||||
this.btnConvert.Location = new System.Drawing.Point(2, 105);
|
||||
this.btnConvert.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnConvert.Name = "btnConvert";
|
||||
this.btnConvert.Size = new System.Drawing.Size(75, 49);
|
||||
@@ -343,10 +347,10 @@ namespace DataLoader
|
||||
//
|
||||
this.tv.CheckBoxes = true;
|
||||
this.tv.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.tv.Location = new System.Drawing.Point(0, -5);
|
||||
this.tv.Location = new System.Drawing.Point(0, 8);
|
||||
this.tv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tv.Name = "tv";
|
||||
this.tv.Size = new System.Drawing.Size(829, 275);
|
||||
this.tv.Size = new System.Drawing.Size(829, 258);
|
||||
this.tv.TabIndex = 24;
|
||||
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
|
||||
this.tv.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect);
|
||||
@@ -355,24 +359,42 @@ namespace DataLoader
|
||||
//
|
||||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripStatusLabel1});
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 483);
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 517);
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
|
||||
this.statusStrip1.Size = new System.Drawing.Size(829, 23);
|
||||
this.statusStrip1.Size = new System.Drawing.Size(829, 25);
|
||||
this.statusStrip1.TabIndex = 47;
|
||||
this.statusStrip1.Text = "statusStrip1";
|
||||
//
|
||||
// toolStripStatusLabel1
|
||||
//
|
||||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(130, 18);
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 20);
|
||||
this.toolStripStatusLabel1.Text = "Status Information";
|
||||
//
|
||||
// tbVePromsPath
|
||||
//
|
||||
this.tbVePromsPath.Location = new System.Drawing.Point(3, 36);
|
||||
this.tbVePromsPath.Name = "tbVePromsPath";
|
||||
this.tbVePromsPath.Size = new System.Drawing.Size(617, 22);
|
||||
this.tbVePromsPath.TabIndex = 71;
|
||||
//
|
||||
// btnBrowseVeProms
|
||||
//
|
||||
this.btnBrowseVeProms.Location = new System.Drawing.Point(638, 36);
|
||||
this.btnBrowseVeProms.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnBrowseVeProms.Name = "btnBrowseVeProms";
|
||||
this.btnBrowseVeProms.Size = new System.Drawing.Size(159, 23);
|
||||
this.btnBrowseVeProms.TabIndex = 72;
|
||||
this.btnBrowseVeProms.Text = "Browse for VeProms...";
|
||||
this.btnBrowseVeProms.UseVisualStyleBackColor = true;
|
||||
this.btnBrowseVeProms.Click += new System.EventHandler(this.btnBrowseVeProms_Click);
|
||||
//
|
||||
// frmLoader
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(829, 506);
|
||||
this.ClientSize = new System.Drawing.Size(829, 542);
|
||||
this.Controls.Add(this.statusStrip1);
|
||||
this.Controls.Add(this.sc);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
@@ -421,5 +443,7 @@ namespace DataLoader
|
||||
private System.Windows.Forms.Button btnCtTok;
|
||||
private System.Windows.Forms.StatusStrip statusStrip1;
|
||||
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
||||
private System.Windows.Forms.Button btnBrowseVeProms;
|
||||
private System.Windows.Forms.TextBox tbVePromsPath;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user