diff --git a/PROMS/fmtxml/Form1.cs b/PROMS/fmtxml/Form1.cs index 460e970c..0a09c5d2 100644 --- a/PROMS/fmtxml/Form1.cs +++ b/PROMS/fmtxml/Form1.cs @@ -105,27 +105,27 @@ namespace fmtxml // // btnCvtPagDoc // - this.btnCvtPagDoc.Location = new System.Drawing.Point(181, 55); + this.btnCvtPagDoc.Location = new System.Drawing.Point(217, 63); this.btnCvtPagDoc.Name = "btnCvtPagDoc"; - this.btnCvtPagDoc.Size = new System.Drawing.Size(167, 44); + this.btnCvtPagDoc.Size = new System.Drawing.Size(201, 51); this.btnCvtPagDoc.TabIndex = 0; this.btnCvtPagDoc.Text = "Convert Page and Doc Styles in format directory (Step 2)"; this.btnCvtPagDoc.Click += new System.EventHandler(this.btnCvtPagDoc_Click); // // label1 // - this.label1.Location = new System.Drawing.Point(10, 205); + this.label1.Location = new System.Drawing.Point(12, 237); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(167, 16); + this.label1.Size = new System.Drawing.Size(200, 18); this.label1.TabIndex = 1; this.label1.Text = "Converted:"; // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnExit.Location = new System.Drawing.Point(572, 194); + this.btnExit.Location = new System.Drawing.Point(560, 224); this.btnExit.Name = "btnExit"; - this.btnExit.Size = new System.Drawing.Size(52, 24); + this.btnExit.Size = new System.Drawing.Size(63, 28); this.btnExit.TabIndex = 2; this.btnExit.Text = "Exit"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); @@ -133,19 +133,20 @@ namespace fmtxml // listBox1 // this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.listBox1.Location = new System.Drawing.Point(8, 224); + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.listBox1.ItemHeight = 16; + this.listBox1.Location = new System.Drawing.Point(10, 258); this.listBox1.Name = "listBox1"; - this.listBox1.Size = new System.Drawing.Size(616, 277); + this.listBox1.Size = new System.Drawing.Size(613, 212); this.listBox1.TabIndex = 3; // // btnCvtGenmac // this.btnCvtGenmac.Enabled = false; - this.btnCvtGenmac.Location = new System.Drawing.Point(8, 149); + this.btnCvtGenmac.Location = new System.Drawing.Point(10, 172); this.btnCvtGenmac.Name = "btnCvtGenmac"; - this.btnCvtGenmac.Size = new System.Drawing.Size(153, 40); + this.btnCvtGenmac.Size = new System.Drawing.Size(183, 46); this.btnCvtGenmac.TabIndex = 4; this.btnCvtGenmac.Text = "Convert genmac files to XML (Genmac Step 1)"; this.btnCvtGenmac.Click += new System.EventHandler(this.btnCvtGenmac_Click); @@ -153,18 +154,18 @@ namespace fmtxml // btnCvtXmlToSVG // this.btnCvtXmlToSVG.Enabled = false; - this.btnCvtXmlToSVG.Location = new System.Drawing.Point(166, 147); + this.btnCvtXmlToSVG.Location = new System.Drawing.Point(199, 170); this.btnCvtXmlToSVG.Name = "btnCvtXmlToSVG"; - this.btnCvtXmlToSVG.Size = new System.Drawing.Size(152, 44); + this.btnCvtXmlToSVG.Size = new System.Drawing.Size(183, 50); this.btnCvtXmlToSVG.TabIndex = 5; this.btnCvtXmlToSVG.Text = "Convert Genmac_XML to SVG (Genmac Step 2)"; this.btnCvtXmlToSVG.Click += new System.EventHandler(this.btnCvtXmlToSVG_Click); // // btnCvtFormat // - this.btnCvtFormat.Location = new System.Drawing.Point(8, 55); + this.btnCvtFormat.Location = new System.Drawing.Point(10, 63); this.btnCvtFormat.Name = "btnCvtFormat"; - this.btnCvtFormat.Size = new System.Drawing.Size(168, 44); + this.btnCvtFormat.Size = new System.Drawing.Size(201, 51); this.btnCvtFormat.TabIndex = 8; this.btnCvtFormat.Text = "Convert Format in format directory (Step 1)"; this.btnCvtFormat.UseVisualStyleBackColor = true; @@ -172,9 +173,9 @@ namespace fmtxml // // btnMergeFmtPagDoc // - this.btnMergeFmtPagDoc.Location = new System.Drawing.Point(353, 55); + this.btnMergeFmtPagDoc.Location = new System.Drawing.Point(424, 63); this.btnMergeFmtPagDoc.Name = "btnMergeFmtPagDoc"; - this.btnMergeFmtPagDoc.Size = new System.Drawing.Size(168, 44); + this.btnMergeFmtPagDoc.Size = new System.Drawing.Size(201, 51); this.btnMergeFmtPagDoc.TabIndex = 9; this.btnMergeFmtPagDoc.Text = "Integrate Fmt, Doc & Pag to single xml (Step 3)"; this.btnMergeFmtPagDoc.UseVisualStyleBackColor = true; @@ -183,18 +184,18 @@ namespace fmtxml // lblPathFmt // this.lblPathFmt.AutoSize = true; - this.lblPathFmt.Location = new System.Drawing.Point(6, 36); + this.lblPathFmt.Location = new System.Drawing.Point(7, 42); this.lblPathFmt.Name = "lblPathFmt"; - this.lblPathFmt.Size = new System.Drawing.Size(104, 13); + this.lblPathFmt.Size = new System.Drawing.Size(139, 17); this.lblPathFmt.TabIndex = 10; this.lblPathFmt.Text = "Path To Format Files"; // // btnBrowseFmt // this.btnBrowseFmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnBrowseFmt.Location = new System.Drawing.Point(502, 31); + this.btnBrowseFmt.Location = new System.Drawing.Point(476, 36); this.btnBrowseFmt.Name = "btnBrowseFmt"; - this.btnBrowseFmt.Size = new System.Drawing.Size(127, 20); + this.btnBrowseFmt.Size = new System.Drawing.Size(153, 23); this.btnBrowseFmt.TabIndex = 11; this.btnBrowseFmt.Text = "Browse (Format)"; this.btnBrowseFmt.UseVisualStyleBackColor = true; @@ -203,29 +204,29 @@ namespace fmtxml // tbFmtPath // this.tbFmtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tbFmtPath.Location = new System.Drawing.Point(129, 32); + | System.Windows.Forms.AnchorStyles.Right))); + this.tbFmtPath.Location = new System.Drawing.Point(155, 37); this.tbFmtPath.Name = "tbFmtPath"; - this.tbFmtPath.Size = new System.Drawing.Size(358, 20); + this.tbFmtPath.Size = new System.Drawing.Size(303, 22); this.tbFmtPath.TabIndex = 12; // // tbGenmacPath // this.tbGenmacPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + | System.Windows.Forms.AnchorStyles.Right))); this.tbGenmacPath.Enabled = false; - this.tbGenmacPath.Location = new System.Drawing.Point(129, 125); + this.tbGenmacPath.Location = new System.Drawing.Point(155, 144); this.tbGenmacPath.Name = "tbGenmacPath"; - this.tbGenmacPath.Size = new System.Drawing.Size(358, 20); + this.tbGenmacPath.Size = new System.Drawing.Size(303, 22); this.tbGenmacPath.TabIndex = 15; // // btnBrowseGenmac // this.btnBrowseGenmac.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowseGenmac.Enabled = false; - this.btnBrowseGenmac.Location = new System.Drawing.Point(502, 124); + this.btnBrowseGenmac.Location = new System.Drawing.Point(476, 143); this.btnBrowseGenmac.Name = "btnBrowseGenmac"; - this.btnBrowseGenmac.Size = new System.Drawing.Size(127, 20); + this.btnBrowseGenmac.Size = new System.Drawing.Size(153, 23); this.btnBrowseGenmac.TabIndex = 14; this.btnBrowseGenmac.Text = "Browse (Genmac)"; this.btnBrowseGenmac.UseVisualStyleBackColor = true; @@ -235,36 +236,36 @@ namespace fmtxml // this.lblPathGenmac.AutoSize = true; this.lblPathGenmac.Enabled = false; - this.lblPathGenmac.Location = new System.Drawing.Point(6, 129); + this.lblPathGenmac.Location = new System.Drawing.Point(7, 149); this.lblPathGenmac.Name = "lblPathGenmac"; - this.lblPathGenmac.Size = new System.Drawing.Size(112, 13); + this.lblPathGenmac.Size = new System.Drawing.Size(148, 17); this.lblPathGenmac.TabIndex = 13; this.lblPathGenmac.Text = "Path To Genmac Files"; // // lblResult // this.lblResult.AutoSize = true; - this.lblResult.Location = new System.Drawing.Point(13, 9); + this.lblResult.Location = new System.Drawing.Point(16, 10); this.lblResult.Name = "lblResult"; - this.lblResult.Size = new System.Drawing.Size(123, 13); + this.lblResult.Size = new System.Drawing.Size(163, 17); this.lblResult.TabIndex = 16; this.lblResult.Text = "Path To Result Directory"; // // tbResultPath // this.tbResultPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.tbResultPath.Location = new System.Drawing.Point(154, 7); + | System.Windows.Forms.AnchorStyles.Right))); + this.tbResultPath.Location = new System.Drawing.Point(185, 8); this.tbResultPath.Name = "tbResultPath"; - this.tbResultPath.Size = new System.Drawing.Size(333, 20); + this.tbResultPath.Size = new System.Drawing.Size(273, 22); this.tbResultPath.TabIndex = 17; // // btnBrowseResult // this.btnBrowseResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnBrowseResult.Location = new System.Drawing.Point(502, 3); + this.btnBrowseResult.Location = new System.Drawing.Point(476, 3); this.btnBrowseResult.Name = "btnBrowseResult"; - this.btnBrowseResult.Size = new System.Drawing.Size(127, 20); + this.btnBrowseResult.Size = new System.Drawing.Size(153, 24); this.btnBrowseResult.TabIndex = 18; this.btnBrowseResult.Text = "Browse (Result)"; this.btnBrowseResult.UseVisualStyleBackColor = true; @@ -274,30 +275,30 @@ namespace fmtxml // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslStatus}); - this.statusStrip1.Location = new System.Drawing.Point(0, 548); + this.statusStrip1.Location = new System.Drawing.Point(0, 545); this.statusStrip1.Name = "statusStrip1"; - this.statusStrip1.Size = new System.Drawing.Size(631, 22); + this.statusStrip1.Size = new System.Drawing.Size(631, 25); this.statusStrip1.TabIndex = 19; this.statusStrip1.Text = "statusStrip1"; // // tsslStatus // this.tsslStatus.Name = "tsslStatus"; - this.tsslStatus.Size = new System.Drawing.Size(39, 17); + this.tsslStatus.Size = new System.Drawing.Size(50, 20); this.tsslStatus.Text = "Ready"; // // btnRtfToSvg // - this.btnRtfToSvg.Location = new System.Drawing.Point(353, 145); + this.btnRtfToSvg.Location = new System.Drawing.Point(424, 167); this.btnRtfToSvg.Name = "btnRtfToSvg"; - this.btnRtfToSvg.Size = new System.Drawing.Size(152, 44); + this.btnRtfToSvg.Size = new System.Drawing.Size(182, 51); this.btnRtfToSvg.TabIndex = 20; this.btnRtfToSvg.Text = "Convert Genmac RTF to SVG (GenMac One Step)"; this.btnRtfToSvg.Click += new System.EventHandler(this.btnRtfToSvg_Click); // // Form1 // - this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); + this.AutoScaleBaseSize = new System.Drawing.Size(6, 15); this.ClientSize = new System.Drawing.Size(631, 570); this.Controls.Add(this.btnRtfToSvg); this.Controls.Add(this.statusStrip1);