12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- namespace IntelligentControlForsx.Start
- {
- partial class StartForm
- {
- /// <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.lbStatusInfo = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // lbStatusInfo
- //
- this.lbStatusInfo.AutoSize = true;
- this.lbStatusInfo.BackColor = System.Drawing.Color.Transparent;
- this.lbStatusInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbStatusInfo.Location = new System.Drawing.Point(25, 262);
- this.lbStatusInfo.Name = "lbStatusInfo";
- this.lbStatusInfo.Size = new System.Drawing.Size(89, 19);
- this.lbStatusInfo.TabIndex = 0;
- this.lbStatusInfo.Text = "正在启动......";
- //
- // StartForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.start;
- this.ClientSize = new System.Drawing.Size(640, 330);
- this.Controls.Add(this.lbStatusInfo);
- this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.Name = "StartForm";
- this.Text = "StartForm";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StartForm_FormClosed);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lbStatusInfo;
- }
- }
|