| 10 | namespace NodeRTUI |
| 11 | { |
| 12 | partial class MainForm |
| 13 | { |
| 14 | /// <summary> |
| 15 | /// Required designer variable. |
| 16 | /// </summary> |
| 17 | private System.ComponentModel.IContainer components = null; |
| 18 | |
| 19 | /// <summary> |
| 20 | /// Clean up any resources being used. |
| 21 | /// </summary> |
| 22 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| 23 | protected override void Dispose(bool disposing) |
| 24 | { |
| 25 | if (disposing && (components != null)) |
| 26 | { |
| 27 | components.Dispose(); |
| 28 | } |
| 29 | base.Dispose(disposing); |
| 30 | } |
| 31 | |
| 32 | #region Windows Form Designer generated code |
| 33 | |
| 34 | /// <summary> |
| 35 | /// Required method for Designer support - do not modify |
| 36 | /// the contents of this method with the code editor. |
| 37 | /// </summary> |
| 38 | private void InitializeComponent() |
| 39 | { |
| 40 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); |
| 41 | this.label1 = new System.Windows.Forms.Label(); |
| 42 | this.txtFilename = new System.Windows.Forms.TextBox(); |
| 43 | this.cmdOpenFile = new System.Windows.Forms.Button(); |
| 44 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); |
| 45 | this.btnGenerate = new System.Windows.Forms.Button(); |
| 46 | this.namespaceList = new System.Windows.Forms.ListBox(); |
| 47 | this.txtFilter = new System.Windows.Forms.TextBox(); |
| 48 | this.label2 = new System.Windows.Forms.Label(); |
| 49 | this.winMdBaseFolderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); |
| 50 | this.projectConfigurationRootBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); |
| 51 | this.outputDirBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); |
| 52 | this.cmbWindowsVersion = new System.Windows.Forms.ComboBox(); |
| 53 | this.lblWindowsVer = new System.Windows.Forms.Label(); |
| 54 | this.btnProjectGenerationDirBrowse = new System.Windows.Forms.Button(); |
| 55 | this.projectGenerationDirBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); |
| 56 | this.label6 = new System.Windows.Forms.Label(); |
| 57 | this.btnOutputDirBrowse = new System.Windows.Forms.Button(); |
| 58 | this.txtOutputDirectory = new System.Windows.Forms.TextBox(); |
| 59 | this.chkDefGen = new System.Windows.Forms.CheckBox(); |
| 60 | this.chkBuildModule = new System.Windows.Forms.CheckBox(); |
| 61 | this.lblVsVersion = new System.Windows.Forms.Label(); |
| 62 | this.cmbVsVersion = new System.Windows.Forms.ComboBox(); |
| 63 | this.SuspendLayout(); |
| 64 | // |
| 65 | // label1 |
| 66 | // |
| 67 | this.label1.AutoSize = true; |
| 68 | this.label1.Location = new System.Drawing.Point(21, 12); |
| 69 | this.label1.Name = "label1"; |
nothing calls this directly
no outgoing calls
no test coverage detected