123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- namespace NXWMS.Client.FrmCustom
- {
- partial class PageToolbar
- {
- /// <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.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
- this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
- this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
- this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
- this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
- this.ts_PageControl = new System.Windows.Forms.ToolStrip();
- this.SuspendLayout();
- //
- // BottomToolStripPanel
- //
- this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
- this.BottomToolStripPanel.Name = "BottomToolStripPanel";
- this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
- this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
- this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
- //
- // TopToolStripPanel
- //
- this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
- this.TopToolStripPanel.Name = "TopToolStripPanel";
- this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
- this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
- this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
- //
- // RightToolStripPanel
- //
- this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
- this.RightToolStripPanel.Name = "RightToolStripPanel";
- this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
- this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
- this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
- //
- // LeftToolStripPanel
- //
- this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
- this.LeftToolStripPanel.Name = "LeftToolStripPanel";
- this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
- this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
- this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
- //
- // ContentPanel
- //
- this.ContentPanel.Size = new System.Drawing.Size(150, 150);
- //
- // ts_PageControl
- //
- this.ts_PageControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ts_PageControl.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.ts_PageControl.Location = new System.Drawing.Point(0, 0);
- this.ts_PageControl.Name = "ts_PageControl";
- this.ts_PageControl.Size = new System.Drawing.Size(979, 25);
- this.ts_PageControl.TabIndex = 12;
- this.ts_PageControl.Text = "toolStrip1";
- //
- // PageToolbar
- //
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
- this.Controls.Add(this.ts_PageControl);
- this.Name = "PageToolbar";
- this.Size = new System.Drawing.Size(979, 25);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- public static ComponentFactory.Krypton.Toolkit.KryptonManager kryptonManager;
- private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
- private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
- private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
- private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
- private System.Windows.Forms.ToolStripContentPanel ContentPanel;
- private System.Windows.Forms.ToolStrip ts_PageControl;
- }
- }
|