71 lines
2.8 KiB
C#
71 lines
2.8 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmPayBackGround
|
|
{
|
|
/// <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()
|
|
{
|
|
this.rtbMotMain = new System.Windows.Forms.RichTextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// rtbMotMain
|
|
//
|
|
this.rtbMotMain.BackColor = System.Drawing.Color.Black;
|
|
this.rtbMotMain.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbMotMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rtbMotMain.ForeColor = System.Drawing.Color.White;
|
|
this.rtbMotMain.Location = new System.Drawing.Point(136, 71);
|
|
this.rtbMotMain.Name = "rtbMotMain";
|
|
this.rtbMotMain.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
|
this.rtbMotMain.Size = new System.Drawing.Size(747, 99);
|
|
this.rtbMotMain.TabIndex = 29;
|
|
this.rtbMotMain.Text = "123123123123";
|
|
//
|
|
// frmPayBackGround
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.Black;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
|
this.Controls.Add(this.rtbMotMain);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmPayBackGround";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "frmPayBackGround";
|
|
this.Load += new System.EventHandler(this.frmPayBackGround_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RichTextBox rtbMotMain;
|
|
|
|
}
|
|
} |