Required method for Designer support - do not modify the contents of this method with the code editor.
()
| 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"; |
| 70 | this.label1.Size = new System.Drawing.Size(60, 13); |
| 71 | this.label1.TabIndex = 0; |
| 72 | this.label1.Text = "WinMd File"; |
| 73 | // |
| 74 | // txtFilename |
| 75 | // |
| 76 | this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
| 77 | | System.Windows.Forms.AnchorStyles.Right))); |
| 78 | this.txtFilename.Location = new System.Drawing.Point(91, 9); |
| 79 | this.txtFilename.Name = "txtFilename"; |
| 80 | this.txtFilename.ReadOnly = true; |
| 81 | this.txtFilename.Size = new System.Drawing.Size(444, 20); |
| 82 | this.txtFilename.TabIndex = 1; |
| 83 | // |
| 84 | // cmdOpenFile |
| 85 | // |
| 86 | this.cmdOpenFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
| 87 | this.cmdOpenFile.Location = new System.Drawing.Point(509, 9); |
| 88 | this.cmdOpenFile.Name = "cmdOpenFile"; |
| 89 | this.cmdOpenFile.Size = new System.Drawing.Size(26, 21); |
| 90 | this.cmdOpenFile.TabIndex = 3; |
| 91 | this.cmdOpenFile.Text = "..."; |
| 92 | this.cmdOpenFile.UseVisualStyleBackColor = true; |
| 93 | this.cmdOpenFile.Click += new System.EventHandler(this.cmdOpenFile_Click); |
| 94 | // |
| 95 | // openFileDialog |
nothing calls this directly
no outgoing calls
no test coverage detected