namespace Cosmos.Win { partial class frmPayBackGround { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }