From c63816c61584911c96f5ba71b939a29a1e9d4dd6 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Thu, 27 Oct 2016 11:41:11 +0530 Subject: [PATCH] created form for Atlas Anatomy xml rename utility. --- 100-REQUIREMENTS/AtalusAnotamyFlow.txt | 7 +++++++ 350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.Designer.cs | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.cs | 24 ++++++++++++++++++++++++ 350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.resx | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 224 insertions(+), 0 deletions(-) create mode 100644 100-REQUIREMENTS/AtalusAnotamyFlow.txt create mode 100644 350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.Designer.cs create mode 100644 350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.cs create mode 100644 350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.resx diff --git a/100-REQUIREMENTS/AtalusAnotamyFlow.txt b/100-REQUIREMENTS/AtalusAnotamyFlow.txt new file mode 100644 index 0000000..26a5804 --- /dev/null +++ b/100-REQUIREMENTS/AtalusAnotamyFlow.txt @@ -0,0 +1,7 @@ +file:///I:/13June2015FinalCode/Flex/v107/content/en_US/aa_img_2921.jpg + +aa_dat_pindata_2921.xml + +file:///I:/13June2015FinalCode/Flex/v107/content/en_US/aa_img_2921.jpg + +aa_img_2921.jpg \ No newline at end of file diff --git a/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.Designer.cs b/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.Designer.cs new file mode 100644 index 0000000..4a50280 --- /dev/null +++ b/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.Designer.cs @@ -0,0 +1,73 @@ +namespace ModifyXml +{ + partial class AtlasAnatomy + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.btnBrowseFolder = new System.Windows.Forms.Button(); + this.lblInfo = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // btnBrowseFolder + // + this.btnBrowseFolder.Location = new System.Drawing.Point(288, 91); + this.btnBrowseFolder.Name = "btnBrowseFolder"; + this.btnBrowseFolder.Size = new System.Drawing.Size(132, 31); + this.btnBrowseFolder.TabIndex = 0; + this.btnBrowseFolder.Text = "Browse Folder"; + this.btnBrowseFolder.UseVisualStyleBackColor = true; + this.btnBrowseFolder.Click += new System.EventHandler(this.btnBrowseFolder_Click); + // + // lblInfo + // + this.lblInfo.AutoSize = true; + this.lblInfo.Location = new System.Drawing.Point(47, 100); + this.lblInfo.Name = "lblInfo"; + this.lblInfo.Size = new System.Drawing.Size(133, 13); + this.lblInfo.TabIndex = 1; + this.lblInfo.Text = "Please select zipped folder"; + // + // AtlasAnatomy + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(667, 380); + this.Controls.Add(this.lblInfo); + this.Controls.Add(this.btnBrowseFolder); + this.Name = "AtlasAnatomy"; + this.Text = "AtlasAnatomy"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button btnBrowseFolder; + private System.Windows.Forms.Label lblInfo; + } +} \ No newline at end of file diff --git a/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.cs b/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.cs new file mode 100644 index 0000000..352e7b2 --- /dev/null +++ b/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Windows.Forms; + +namespace ModifyXml +{ + public partial class AtlasAnatomy : Form + { + public AtlasAnatomy() + { + InitializeComponent(); + } + + private void btnBrowseFolder_Click(object sender, EventArgs e) + { + + } + } +} diff --git a/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.resx b/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.resx new file mode 100644 index 0000000..29dcb1b --- /dev/null +++ b/350-UTILITIES/ModifyXml/ModifyXml/AtlasAnatomy.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file -- libgit2 0.21.4