|
- namespace AssistClient.UI
- {
- partial class UICodeScannerDev
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.txtLog = new System.Windows.Forms.ToolStripStatusLabel();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // propertyGrid1
- //
- this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.propertyGrid1.HelpVisible = false;
- this.propertyGrid1.LineColor = System.Drawing.SystemColors.ActiveCaption;
- this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
- this.propertyGrid1.Name = "propertyGrid1";
- this.propertyGrid1.Size = new System.Drawing.Size(1008, 599);
- this.propertyGrid1.TabIndex = 35;
- this.propertyGrid1.ToolbarVisible = false;
- //
- // statusStrip1
- //
- this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.txtLog});
- this.statusStrip1.Location = new System.Drawing.Point(0, 599);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(1008, 22);
- this.statusStrip1.TabIndex = 34;
- this.statusStrip1.Text = "statusStrip1";
- //
- // txtLog
- //
- this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.txtLog.Name = "txtLog";
- this.txtLog.Size = new System.Drawing.Size(0, 15);
- //
- // UICodeScannerDev
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.propertyGrid1);
- this.Controls.Add(this.statusStrip1);
- this.Name = "UICodeScannerDev";
- this.Size = new System.Drawing.Size(1008, 621);
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.PropertyGrid propertyGrid1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel txtLog;
- }
- }
|