home *** CD-ROM | disk | FTP | other *** search
- namespace BLP_Converter
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
- this.btnOpen = new System.Windows.Forms.Button();
- this.btnCopy = new System.Windows.Forms.Button();
- this.blpOutput = new System.Windows.Forms.RichTextBox();
- this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
- this.SuspendLayout();
- //
- // btnOpen
- //
- this.btnOpen.Location = new System.Drawing.Point(479, 6);
- this.btnOpen.Name = "btnOpen";
- this.btnOpen.Size = new System.Drawing.Size(105, 23);
- this.btnOpen.TabIndex = 0;
- this.btnOpen.Text = "Open";
- this.btnOpen.UseVisualStyleBackColor = true;
- this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
- //
- // btnCopy
- //
- this.btnCopy.Location = new System.Drawing.Point(590, 6);
- this.btnCopy.Name = "btnCopy";
- this.btnCopy.Size = new System.Drawing.Size(105, 23);
- this.btnCopy.TabIndex = 1;
- this.btnCopy.Text = "Copy to clipboard";
- this.btnCopy.UseVisualStyleBackColor = true;
- this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
- //
- // blpOutput
- //
- this.blpOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.blpOutput.DetectUrls = false;
- this.blpOutput.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.blpOutput.Location = new System.Drawing.Point(4, 35);
- this.blpOutput.Name = "blpOutput";
- this.blpOutput.Size = new System.Drawing.Size(1194, 457);
- this.blpOutput.TabIndex = 2;
- this.blpOutput.Text = "";
- this.blpOutput.WordWrap = false;
- //
- // openFileDialog
- //
- this.openFileDialog.Filter = "*.blp|*.blp";
- //
- // MainForm
- //
- this.AllowDrop = true;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1202, 497);
- this.Controls.Add(this.blpOutput);
- this.Controls.Add(this.btnCopy);
- this.Controls.Add(this.btnOpen);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "BLP Converter PC 1.1";
- this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainForm_DragDrop);
- this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainForm_DragEnter);
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Button btnOpen;
- private System.Windows.Forms.Button btnCopy;
- private System.Windows.Forms.RichTextBox blpOutput;
- private System.Windows.Forms.OpenFileDialog openFileDialog;
- }
- }
-
-