CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

SteamDialog.Designer.cs (21179B)


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