namespace SelfHelpClient { partial class DialogForm { /// /// 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.msgLbl = new WinFormControl.ULabel(); this.backPanel = new System.Windows.Forms.Panel(); this.okBtn = new System.Windows.Forms.Label(); this.backPanel.SuspendLayout(); this.SuspendLayout(); // // msgLbl // this.msgLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.msgLbl.BackColor = System.Drawing.Color.Transparent; this.msgLbl.Font = new System.Drawing.Font("宋体", 18F); this.msgLbl.ForeColor = System.Drawing.Color.Red; this.msgLbl.Location = new System.Drawing.Point(64, 43); this.msgLbl.Name = "msgLbl"; this.msgLbl.Size = new System.Drawing.Size(286, 97); this.msgLbl.TabIndex = 0; this.msgLbl.Text = "uLabel1"; this.msgLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // backPanel // this.backPanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.fanhui; this.backPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.backPanel.Controls.Add(this.okBtn); this.backPanel.Location = new System.Drawing.Point(129, 170); this.backPanel.Name = "backPanel"; this.backPanel.Size = new System.Drawing.Size(158, 63); this.backPanel.TabIndex = 2; this.backPanel.Click += new System.EventHandler(this.okBtn_Click); // // okBtn // this.okBtn.Anchor = System.Windows.Forms.AnchorStyles.None; this.okBtn.AutoSize = true; this.okBtn.BackColor = System.Drawing.Color.Transparent; this.okBtn.Font = new System.Drawing.Font("宋体", 15F); this.okBtn.ForeColor = System.Drawing.Color.White; this.okBtn.Location = new System.Drawing.Point(56, 23); this.okBtn.Name = "okBtn"; this.okBtn.Size = new System.Drawing.Size(49, 20); this.okBtn.TabIndex = 0; this.okBtn.Text = "返货"; this.okBtn.Click += new System.EventHandler(this.okBtn_Click); // // DialogForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(417, 251); this.Controls.Add(this.backPanel); this.Controls.Add(this.msgLbl); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "DialogForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DialogForm"; this.backPanel.ResumeLayout(false); this.backPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private WinFormControl.ULabel msgLbl; private System.Windows.Forms.Panel backPanel; private System.Windows.Forms.Label okBtn; } }