| 1 | namespace LibCECTray.controller.applications |
| 2 | { |
| 3 | partial class ConfigureApplication |
| 4 | { |
| 5 | /// <summary> |
| 6 | /// Required designer variable. |
| 7 | /// </summary> |
| 8 | private System.ComponentModel.IContainer components = null; |
| 9 | |
| 10 | /// <summary> |
| 11 | /// Clean up any resources being used. |
| 12 | /// </summary> |
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| 14 | protected override void Dispose(bool disposing) |
| 15 | { |
| 16 | if (disposing && (components != null)) |
| 17 | { |
| 18 | components.Dispose(); |
| 19 | } |
| 20 | base.Dispose(disposing); |
| 21 | } |
| 22 | |
| 23 | #region Windows Form Designer generated code |
| 24 | |
| 25 | /// <summary> |
| 26 | /// Required method for Designer support - do not modify |
| 27 | /// the contents of this method with the code editor. |
| 28 | /// </summary> |
| 29 | private void InitializeComponent() |
| 30 | { |
| 31 | this.lFilename = new System.Windows.Forms.Label(); |
| 32 | this.tbFilename = new System.Windows.Forms.TextBox(); |
| 33 | this.bFindFile = new System.Windows.Forms.Button(); |
| 34 | this.lProcessName = new System.Windows.Forms.Label(); |
| 35 | this.tbProcessName = new System.Windows.Forms.TextBox(); |
| 36 | this.tbWorkingDir = new System.Windows.Forms.TextBox(); |
| 37 | this.lWorkingDir = new System.Windows.Forms.Label(); |
| 38 | this.bOK = new System.Windows.Forms.Button(); |
| 39 | this.bCancel = new System.Windows.Forms.Button(); |
| 40 | this.tbUiName = new System.Windows.Forms.TextBox(); |
| 41 | this.lUiName = new System.Windows.Forms.Label(); |
| 42 | this.SuspendLayout(); |
| 43 | // |
| 44 | // lFilename |
| 45 | // |
| 46 | this.lFilename.AutoSize = true; |
| 47 | this.lFilename.Location = new System.Drawing.Point(12, 17); |
| 48 | this.lFilename.Name = "lFilename"; |
| 49 | this.lFilename.Size = new System.Drawing.Size(46, 13); |
| 50 | this.lFilename.TabIndex = 0; |
| 51 | this.lFilename.Text = "filename"; |
| 52 | // |
| 53 | // tbFilename |
| 54 | // |
| 55 | this.tbFilename.Location = new System.Drawing.Point(93, 14); |
| 56 | this.tbFilename.Name = "tbFilename"; |
| 57 | this.tbFilename.Size = new System.Drawing.Size(229, 20); |
| 58 | this.tbFilename.TabIndex = 1; |
| 59 | this.tbFilename.Text = "filename"; |
| 60 | // |
| 61 | // bFindFile |
| 62 | // |
| 63 | this.bFindFile.Location = new System.Drawing.Point(328, 12); |
| 64 | this.bFindFile.Name = "bFindFile"; |
| 65 | this.bFindFile.Size = new System.Drawing.Size(44, 23); |
| 66 | this.bFindFile.TabIndex = 2; |
| 67 | this.bFindFile.Text = "..."; |
| 68 | this.bFindFile.UseVisualStyleBackColor = true; |
| 69 | this.bFindFile.Click += new System.EventHandler(this.BFindFileClick); |
| 70 | // |
| 71 | // lProcessName |
| 72 | // |
| 73 | this.lProcessName.AutoSize = true; |
| 74 | this.lProcessName.Location = new System.Drawing.Point(12, 70); |
| 75 | this.lProcessName.Name = "lProcessName"; |
| 76 | this.lProcessName.Size = new System.Drawing.Size(76, 13); |
| 77 | this.lProcessName.TabIndex = 3; |
| 78 | this.lProcessName.Text = "process_name"; |
| 79 | // |
| 80 | // tbProcessName |
| 81 | // |
| 82 | this.tbProcessName.Location = new System.Drawing.Point(93, 67); |
| 83 | this.tbProcessName.Name = "tbProcessName"; |
| 84 | this.tbProcessName.Size = new System.Drawing.Size(279, 20); |
| 85 | this.tbProcessName.TabIndex = 4; |
| 86 | this.tbProcessName.Text = "process_name"; |
| 87 | // |
| 88 | // tbWorkingDir |
| 89 | // |
| 90 | this.tbWorkingDir.Location = new System.Drawing.Point(93, 41); |
| 91 | this.tbWorkingDir.Name = "tbWorkingDir"; |
| 92 | this.tbWorkingDir.Size = new System.Drawing.Size(279, 20); |
| 93 | this.tbWorkingDir.TabIndex = 6; |
| 94 | this.tbWorkingDir.Text = "working_dir"; |
| 95 | // |
| 96 | // lWorkingDir |
| 97 | // |
| 98 | this.lWorkingDir.AutoSize = true; |
| 99 | this.lWorkingDir.Location = new System.Drawing.Point(12, 44); |
| 100 | this.lWorkingDir.Name = "lWorkingDir"; |
| 101 | this.lWorkingDir.Size = new System.Drawing.Size(61, 13); |
| 102 | this.lWorkingDir.TabIndex = 5; |
| 103 | this.lWorkingDir.Text = "working_dir"; |
| 104 | // |
| 105 | // bOK |
| 106 | // |
| 107 | this.bOK.Location = new System.Drawing.Point(204, 129); |
| 108 | this.bOK.Name = "bOK"; |
| 109 | this.bOK.Size = new System.Drawing.Size(75, 23); |
| 110 | this.bOK.TabIndex = 7; |
| 111 | this.bOK.Text = "OK"; |
| 112 | this.bOK.UseVisualStyleBackColor = true; |
| 113 | this.bOK.Click += new System.EventHandler(this.BOkClick); |
| 114 | // |
| 115 | // bCancel |
| 116 | // |
| 117 | this.bCancel.Location = new System.Drawing.Point(91, 129); |
| 118 | this.bCancel.Name = "bCancel"; |
| 119 | this.bCancel.Size = new System.Drawing.Size(75, 23); |
| 120 | this.bCancel.TabIndex = 8; |
| 121 | this.bCancel.Text = "Cancel"; |
| 122 | this.bCancel.UseVisualStyleBackColor = true; |
| 123 | this.bCancel.Click += new System.EventHandler(this.BCancelClick); |
| 124 | // |
| 125 | // tbUiName |
| 126 | // |
| 127 | this.tbUiName.Location = new System.Drawing.Point(93, 93); |
| 128 | this.tbUiName.Name = "tbUiName"; |
| 129 | this.tbUiName.Size = new System.Drawing.Size(279, 20); |
| 130 | this.tbUiName.TabIndex = 10; |
| 131 | this.tbUiName.Text = "ui_name"; |
| 132 | // |
| 133 | // lUiName |
| 134 | // |
| 135 | this.lUiName.AutoSize = true; |
| 136 | this.lUiName.Location = new System.Drawing.Point(12, 96); |
| 137 | this.lUiName.Name = "lUiName"; |
| 138 | this.lUiName.Size = new System.Drawing.Size(47, 13); |
| 139 | this.lUiName.TabIndex = 9; |
| 140 | this.lUiName.Text = "ui_name"; |
| 141 | // |
| 142 | // ConfigureApplication |
| 143 | // |
| 144 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
| 145 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| 146 | this.ClientSize = new System.Drawing.Size(384, 165); |
| 147 | this.Controls.Add(this.tbUiName); |
| 148 | this.Controls.Add(this.lUiName); |
| 149 | this.Controls.Add(this.bCancel); |
| 150 | this.Controls.Add(this.bOK); |
| 151 | this.Controls.Add(this.tbWorkingDir); |
| 152 | this.Controls.Add(this.lWorkingDir); |
| 153 | this.Controls.Add(this.tbProcessName); |
| 154 | this.Controls.Add(this.lProcessName); |
| 155 | this.Controls.Add(this.bFindFile); |
| 156 | this.Controls.Add(this.tbFilename); |
| 157 | this.Controls.Add(this.lFilename); |
| 158 | this.MaximizeBox = false; |
| 159 | this.MinimizeBox = false; |
| 160 | this.Name = "ConfigureApplication"; |
| 161 | this.ShowIcon = false; |
| 162 | this.ShowInTaskbar = false; |
| 163 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
| 164 | this.Text = "ConfigureApplication"; |
| 165 | this.ResumeLayout(false); |
| 166 | this.PerformLayout(); |
| 167 | |
| 168 | } |
| 169 | |
| 170 | #endregion |
| 171 | |
| 172 | private System.Windows.Forms.Label lFilename; |
| 173 | private System.Windows.Forms.TextBox tbFilename; |
| 174 | private System.Windows.Forms.Button bFindFile; |
| 175 | private System.Windows.Forms.Label lProcessName; |
| 176 | private System.Windows.Forms.TextBox tbProcessName; |
| 177 | private System.Windows.Forms.TextBox tbWorkingDir; |
| 178 | private System.Windows.Forms.Label lWorkingDir; |
| 179 | private System.Windows.Forms.Button bOK; |
| 180 | private System.Windows.Forms.Button bCancel; |
| 181 | private System.Windows.Forms.TextBox tbUiName; |
| 182 | private System.Windows.Forms.Label lUiName; |
| 183 | } |
| 184 | } |