SteamDialog.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. //
  2. // Copyright 2020 Electronic Arts Inc.
  3. //
  4. // The Command & Conquer Map Editor and corresponding source code is free
  5. // software: you can redistribute it and/or modify it under the terms of
  6. // the GNU General Public License as published by the Free Software Foundation,
  7. // either version 3 of the License, or (at your option) any later version.
  8. // The Command & Conquer Map Editor and corresponding source code is distributed
  9. // in the hope that it will be useful, but with permitted additional restrictions
  10. // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT
  11. // distributed with this program. You should have received a copy of the
  12. // GNU General Public License along with permitted additional restrictions
  13. // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
  14. namespace MobiusEditor.Dialogs
  15. {
  16. partial class SteamDialog
  17. {
  18. /// <summary>
  19. /// Required designer variable.
  20. /// </summary>
  21. private System.ComponentModel.IContainer components = null;
  22. /// <summary>
  23. /// Clean up any resources being used.
  24. /// </summary>
  25. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  26. protected override void Dispose(bool disposing)
  27. {
  28. if (disposing && (components != null))
  29. {
  30. components.Dispose();
  31. }
  32. base.Dispose(disposing);
  33. }
  34. #region Windows Form Designer generated code
  35. /// <summary>
  36. /// Required method for Designer support - do not modify
  37. /// the contents of this method with the code editor.
  38. /// </summary>
  39. private void InitializeComponent()
  40. {
  41. this.components = new System.ComponentModel.Container();
  42. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SteamDialog));
  43. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  44. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.descriptionTxt = new System.Windows.Forms.TextBox();
  50. this.titleTxt = new System.Windows.Forms.TextBox();
  51. this.visibilityComboBox = new System.Windows.Forms.ComboBox();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.previewTxt = new System.Windows.Forms.TextBox();
  54. this.previewBtn = new System.Windows.Forms.Button();
  55. this.panel2 = new System.Windows.Forms.Panel();
  56. this.btnClose = new System.Windows.Forms.Button();
  57. this.btnGoToSteam = new System.Windows.Forms.Button();
  58. this.publicMapContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  59. this.publishAsNewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60. this.statusLbl = new System.Windows.Forms.Label();
  61. this.label5 = new System.Windows.Forms.Label();
  62. this.btnPublishMap = new MobiusEditor.Controls.MenuButton();
  63. this.imageTooltip = new MobiusEditor.Controls.ImageTooltip();
  64. this.tableLayoutPanel1.SuspendLayout();
  65. this.tableLayoutPanel2.SuspendLayout();
  66. this.panel1.SuspendLayout();
  67. this.panel2.SuspendLayout();
  68. this.publicMapContextMenuStrip.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // tableLayoutPanel1
  72. //
  73. this.tableLayoutPanel1.ColumnCount = 1;
  74. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  75. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
  76. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
  77. this.tableLayoutPanel1.Controls.Add(this.label5, 0, 2);
  78. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  80. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  81. this.tableLayoutPanel1.RowCount = 3;
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  83. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  84. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  85. this.tableLayoutPanel1.Size = new System.Drawing.Size(500, 385);
  86. this.tableLayoutPanel1.TabIndex = 1;
  87. //
  88. // tableLayoutPanel2
  89. //
  90. this.tableLayoutPanel2.ColumnCount = 2;
  91. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  92. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  93. this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
  94. this.tableLayoutPanel2.Controls.Add(this.label2, 0, 1);
  95. this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
  96. this.tableLayoutPanel2.Controls.Add(this.label4, 0, 3);
  97. this.tableLayoutPanel2.Controls.Add(this.descriptionTxt, 0, 4);
  98. this.tableLayoutPanel2.Controls.Add(this.titleTxt, 1, 0);
  99. this.tableLayoutPanel2.Controls.Add(this.visibilityComboBox, 1, 1);
  100. this.tableLayoutPanel2.Controls.Add(this.panel1, 1, 2);
  101. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.tableLayoutPanel2.Location = new System.Drawing.Point(2, 2);
  103. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  104. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  105. this.tableLayoutPanel2.RowCount = 5;
  106. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  107. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  108. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  109. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  110. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
  111. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
  112. this.tableLayoutPanel2.Size = new System.Drawing.Size(496, 233);
  113. this.tableLayoutPanel2.TabIndex = 2;
  114. //
  115. // label1
  116. //
  117. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.label1.Location = new System.Drawing.Point(2, 0);
  119. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(69, 24);
  122. this.label1.TabIndex = 0;
  123. this.label1.Text = "Title";
  124. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  125. //
  126. // label2
  127. //
  128. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.label2.Location = new System.Drawing.Point(2, 24);
  130. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  131. this.label2.Name = "label2";
  132. this.label2.Size = new System.Drawing.Size(69, 25);
  133. this.label2.TabIndex = 1;
  134. this.label2.Text = "Visibility";
  135. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  136. //
  137. // label3
  138. //
  139. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.label3.Location = new System.Drawing.Point(2, 49);
  141. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  142. this.label3.Name = "label3";
  143. this.label3.Size = new System.Drawing.Size(69, 27);
  144. this.label3.TabIndex = 2;
  145. this.label3.Text = "Preview";
  146. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  147. //
  148. // label4
  149. //
  150. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.label4.Location = new System.Drawing.Point(2, 76);
  152. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  153. this.label4.Name = "label4";
  154. this.label4.Size = new System.Drawing.Size(69, 13);
  155. this.label4.TabIndex = 3;
  156. this.label4.Text = "Description";
  157. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  158. //
  159. // descriptionTxt
  160. //
  161. this.tableLayoutPanel2.SetColumnSpan(this.descriptionTxt, 2);
  162. this.descriptionTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.descriptionTxt.Location = new System.Drawing.Point(2, 91);
  164. this.descriptionTxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  165. this.descriptionTxt.Multiline = true;
  166. this.descriptionTxt.Name = "descriptionTxt";
  167. this.descriptionTxt.Size = new System.Drawing.Size(492, 202);
  168. this.descriptionTxt.TabIndex = 4;
  169. this.descriptionTxt.TextChanged += new System.EventHandler(this.descriptionTxt_TextChanged);
  170. //
  171. // titleTxt
  172. //
  173. this.titleTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.titleTxt.Location = new System.Drawing.Point(75, 2);
  175. this.titleTxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  176. this.titleTxt.Name = "titleTxt";
  177. this.titleTxt.Size = new System.Drawing.Size(419, 20);
  178. this.titleTxt.TabIndex = 5;
  179. //
  180. // visibilityComboBox
  181. //
  182. this.visibilityComboBox.DisplayMember = "Name";
  183. this.visibilityComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.visibilityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  185. this.visibilityComboBox.FormattingEnabled = true;
  186. this.visibilityComboBox.Location = new System.Drawing.Point(75, 26);
  187. this.visibilityComboBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  188. this.visibilityComboBox.Name = "visibilityComboBox";
  189. this.visibilityComboBox.Size = new System.Drawing.Size(419, 21);
  190. this.visibilityComboBox.TabIndex = 6;
  191. this.visibilityComboBox.ValueMember = "Value";
  192. //
  193. // panel1
  194. //
  195. this.panel1.Controls.Add(this.previewTxt);
  196. this.panel1.Controls.Add(this.previewBtn);
  197. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.panel1.Location = new System.Drawing.Point(75, 51);
  199. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  200. this.panel1.Name = "panel1";
  201. this.panel1.Size = new System.Drawing.Size(419, 23);
  202. this.panel1.TabIndex = 7;
  203. //
  204. // previewTxt
  205. //
  206. this.previewTxt.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  207. | System.Windows.Forms.AnchorStyles.Left)
  208. | System.Windows.Forms.AnchorStyles.Right)));
  209. this.previewTxt.Location = new System.Drawing.Point(2, 2);
  210. this.previewTxt.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  211. this.previewTxt.Name = "previewTxt";
  212. this.previewTxt.Size = new System.Drawing.Size(392, 20);
  213. this.previewTxt.TabIndex = 2;
  214. this.previewTxt.TextChanged += new System.EventHandler(this.previewTxt_TextChanged);
  215. //
  216. // previewBtn
  217. //
  218. this.previewBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.previewBtn.AutoSize = true;
  221. this.previewBtn.Location = new System.Drawing.Point(392, 2);
  222. this.previewBtn.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  223. this.previewBtn.Name = "previewBtn";
  224. this.previewBtn.Size = new System.Drawing.Size(26, 23);
  225. this.previewBtn.TabIndex = 3;
  226. this.previewBtn.Text = "...";
  227. this.previewBtn.UseVisualStyleBackColor = true;
  228. this.previewBtn.Click += new System.EventHandler(this.previewBtn_Click);
  229. //
  230. // panel2
  231. //
  232. this.panel2.Controls.Add(this.btnClose);
  233. this.panel2.Controls.Add(this.btnGoToSteam);
  234. this.panel2.Controls.Add(this.btnPublishMap);
  235. this.panel2.Controls.Add(this.statusLbl);
  236. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.panel2.Location = new System.Drawing.Point(2, 239);
  238. this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  239. this.panel2.Name = "panel2";
  240. this.panel2.Size = new System.Drawing.Size(496, 34);
  241. this.panel2.TabIndex = 3;
  242. //
  243. // btnClose
  244. //
  245. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  246. | System.Windows.Forms.AnchorStyles.Right)));
  247. this.btnClose.AutoSize = true;
  248. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  249. this.btnClose.Location = new System.Drawing.Point(426, 2);
  250. this.btnClose.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  251. this.btnClose.Name = "btnClose";
  252. this.btnClose.Size = new System.Drawing.Size(68, 30);
  253. this.btnClose.TabIndex = 6;
  254. this.btnClose.Text = "&Close";
  255. this.btnClose.UseVisualStyleBackColor = true;
  256. //
  257. // btnGoToSteam
  258. //
  259. this.btnGoToSteam.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  260. | System.Windows.Forms.AnchorStyles.Right)));
  261. this.btnGoToSteam.AutoSize = true;
  262. this.btnGoToSteam.Location = new System.Drawing.Point(346, 2);
  263. this.btnGoToSteam.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  264. this.btnGoToSteam.Name = "btnGoToSteam";
  265. this.btnGoToSteam.Size = new System.Drawing.Size(76, 30);
  266. this.btnGoToSteam.TabIndex = 7;
  267. this.btnGoToSteam.Text = "Go to &Steam";
  268. this.btnGoToSteam.UseVisualStyleBackColor = true;
  269. this.btnGoToSteam.Click += new System.EventHandler(this.btnGoToSteam_Click);
  270. //
  271. // publicMapContextMenuStrip
  272. //
  273. this.publicMapContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  274. this.publicMapContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  275. this.publishAsNewToolStripMenuItem});
  276. this.publicMapContextMenuStrip.Name = "publicMapContextMenuStrip";
  277. this.publicMapContextMenuStrip.Size = new System.Drawing.Size(157, 26);
  278. //
  279. // publishAsNewToolStripMenuItem
  280. //
  281. this.publishAsNewToolStripMenuItem.Name = "publishAsNewToolStripMenuItem";
  282. this.publishAsNewToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
  283. this.publishAsNewToolStripMenuItem.Text = "Publish As New";
  284. this.publishAsNewToolStripMenuItem.Click += new System.EventHandler(this.publishAsNewToolStripMenuItem_Click);
  285. //
  286. // statusLbl
  287. //
  288. this.statusLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  289. | System.Windows.Forms.AnchorStyles.Left)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.statusLbl.Location = new System.Drawing.Point(7, 1);
  292. this.statusLbl.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  293. this.statusLbl.Name = "statusLbl";
  294. this.statusLbl.Size = new System.Drawing.Size(264, 31);
  295. this.statusLbl.TabIndex = 9;
  296. this.statusLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  297. //
  298. // label5
  299. //
  300. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  301. this.label5.Location = new System.Drawing.Point(3, 275);
  302. this.label5.Name = "label5";
  303. this.label5.Size = new System.Drawing.Size(494, 110);
  304. this.label5.TabIndex = 4;
  305. this.label5.Text = resources.GetString("label5.Text");
  306. //
  307. // btnPublishMap
  308. //
  309. this.btnPublishMap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  310. | System.Windows.Forms.AnchorStyles.Right)));
  311. this.btnPublishMap.AutoSize = true;
  312. this.btnPublishMap.Location = new System.Drawing.Point(234, 2);
  313. this.btnPublishMap.Margin = new System.Windows.Forms.Padding(2);
  314. this.btnPublishMap.Menu = this.publicMapContextMenuStrip;
  315. this.btnPublishMap.Name = "btnPublishMap";
  316. this.btnPublishMap.Size = new System.Drawing.Size(111, 30);
  317. this.btnPublishMap.TabIndex = 8;
  318. this.btnPublishMap.Text = "&Publish Map";
  319. this.btnPublishMap.UseVisualStyleBackColor = true;
  320. this.btnPublishMap.Click += new System.EventHandler(this.btnPublishMap_Click);
  321. //
  322. // imageTooltip
  323. //
  324. this.imageTooltip.MaxSize = new System.Drawing.Size(0, 0);
  325. this.imageTooltip.OwnerDraw = true;
  326. this.imageTooltip.ShowAlways = true;
  327. //
  328. // SteamDialog
  329. //
  330. this.AcceptButton = this.btnPublishMap;
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.AutoSize = true;
  334. this.CancelButton = this.btnClose;
  335. this.ClientSize = new System.Drawing.Size(500, 385);
  336. this.ControlBox = false;
  337. this.Controls.Add(this.tableLayoutPanel1);
  338. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  339. this.MaximizeBox = false;
  340. this.MinimizeBox = false;
  341. this.MinimumSize = new System.Drawing.Size(516, 357);
  342. this.Name = "SteamDialog";
  343. this.ShowIcon = false;
  344. this.ShowInTaskbar = false;
  345. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  346. this.Text = "Steam Workshop: Publish Custom Map";
  347. this.tableLayoutPanel1.ResumeLayout(false);
  348. this.tableLayoutPanel2.ResumeLayout(false);
  349. this.tableLayoutPanel2.PerformLayout();
  350. this.panel1.ResumeLayout(false);
  351. this.panel1.PerformLayout();
  352. this.panel2.ResumeLayout(false);
  353. this.panel2.PerformLayout();
  354. this.publicMapContextMenuStrip.ResumeLayout(false);
  355. this.ResumeLayout(false);
  356. }
  357. #endregion
  358. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  359. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  360. private System.Windows.Forms.Label label1;
  361. private System.Windows.Forms.Label label2;
  362. private System.Windows.Forms.Label label3;
  363. private System.Windows.Forms.Label label4;
  364. private System.Windows.Forms.TextBox descriptionTxt;
  365. private System.Windows.Forms.TextBox titleTxt;
  366. private System.Windows.Forms.ComboBox visibilityComboBox;
  367. private System.Windows.Forms.Panel panel1;
  368. private System.Windows.Forms.TextBox previewTxt;
  369. private System.Windows.Forms.Button previewBtn;
  370. private System.Windows.Forms.Panel panel2;
  371. private System.Windows.Forms.Button btnClose;
  372. private System.Windows.Forms.Button btnGoToSteam;
  373. private MobiusEditor.Controls.MenuButton btnPublishMap;
  374. private System.Windows.Forms.Label statusLbl;
  375. private System.Windows.Forms.ContextMenuStrip publicMapContextMenuStrip;
  376. private System.Windows.Forms.ToolStripMenuItem publishAsNewToolStripMenuItem;
  377. private Controls.ImageTooltip imageTooltip;
  378. private System.Windows.Forms.Label label5;
  379. }
  380. }