123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- namespace WCS_Client
- {
- partial class FrmProcessing
- {
- /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.lbMessage = new System.Windows.Forms.Label();
- this.panImage = new System.Windows.Forms.Panel();
- this.tableLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 1;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.tableLayoutPanel1.Controls.Add(this.lbMessage, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.panImage, 0, 1);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 2;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(582, 318);
- this.tableLayoutPanel1.TabIndex = 1;
- //
- // lbMessage
- //
- this.lbMessage.BackColor = System.Drawing.Color.Transparent;
- this.lbMessage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbMessage.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbMessage.Location = new System.Drawing.Point(3, 0);
- this.lbMessage.Name = "lbMessage";
- this.lbMessage.Padding = new System.Windows.Forms.Padding(0, 0, 0, 30);
- this.lbMessage.Size = new System.Drawing.Size(576, 159);
- this.lbMessage.TabIndex = 1;
- this.lbMessage.Text = "lbMessage\r\nadsfadsf";
- this.lbMessage.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // panImage
- //
- this.panImage.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panImage.Location = new System.Drawing.Point(3, 162);
- this.panImage.Name = "panImage";
- this.panImage.Size = new System.Drawing.Size(576, 153);
- this.panImage.TabIndex = 2;
- //
- // FrmProcessing
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(582, 318);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FrmProcessing";
- this.Opacity = 0.85D;//0.85D
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "FrmProcessing";
- this.Load += new System.EventHandler(this.FrmProcessing_Load);
- this.Shown += new System.EventHandler(this.FrmProcessing_Shown);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label lbMessage;
- private System.Windows.Forms.Panel panImage;
- }
- }
|