namespace Core.StlMes.Client.Qcm
{
partial class ComBaseSplineLengthFrm
{
///
/// 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.components = new System.ComponentModel.Container();
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("作废");
Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComBaseSplineLengthFrm));
this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
this.ultraToolbarsDockArea1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.ultraToolbarsDockArea2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.ultraToolbarsDockArea3 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.panel1 = new System.Windows.Forms.Panel();
this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
this.panel2 = new System.Windows.Forms.Panel();
this.comBaseSplineLengthEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comBaseSplineLengthEntityBindingSource)).BeginInit();
this.SuspendLayout();
//
// _FrmBase_Toolbars_Dock_Area_Top
//
this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(815, 28);
this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
//
// ultraToolbarsManager1
//
this.ultraToolbarsManager1.DesignerFlags = 1;
this.ultraToolbarsManager1.DockWithinContainer = this;
this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
ultraToolbar1.DockedColumn = 0;
ultraToolbar1.DockedRow = 0;
ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool1,
buttonTool2,
buttonTool3,
buttonTool4,
buttonTool5});
ultraToolbar1.Text = "UltraToolbar1";
this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
ultraToolbar1});
appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
buttonTool6.SharedPropsInternal.Caption = "查询";
buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
buttonTool7.SharedPropsInternal.Caption = "保存";
buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
buttonTool8.SharedPropsInternal.Caption = "作废";
buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
appearance16.Image = ((object)(resources.GetObject("appearance16.Image")));
buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
buttonTool9.SharedPropsInternal.Caption = "恢复";
buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
appearance17.Image = ((object)(resources.GetObject("appearance17.Image")));
buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance17;
buttonTool10.SharedPropsInternal.Caption = "关闭";
buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool6,
buttonTool7,
buttonTool8,
buttonTool9,
buttonTool10});
this.ultraToolbarsManager1.Visible = false;
//
// ultraToolbarsDockArea1
//
this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.ultraToolbarsDockArea1.BackColor = System.Drawing.SystemColors.Control;
this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
this.ultraToolbarsDockArea1.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraToolbarsDockArea1.Location = new System.Drawing.Point(0, 482);
this.ultraToolbarsDockArea1.Name = "ultraToolbarsDockArea1";
this.ultraToolbarsDockArea1.Size = new System.Drawing.Size(815, 0);
this.ultraToolbarsDockArea1.ToolbarsManager = this.ultraToolbarsManager1;
//
// ultraToolbarsDockArea2
//
this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.ultraToolbarsDockArea2.BackColor = System.Drawing.SystemColors.Control;
this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
this.ultraToolbarsDockArea2.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraToolbarsDockArea2.Location = new System.Drawing.Point(0, 28);
this.ultraToolbarsDockArea2.Name = "ultraToolbarsDockArea2";
this.ultraToolbarsDockArea2.Size = new System.Drawing.Size(0, 454);
this.ultraToolbarsDockArea2.ToolbarsManager = this.ultraToolbarsManager1;
//
// ultraToolbarsDockArea3
//
this.ultraToolbarsDockArea3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.ultraToolbarsDockArea3.BackColor = System.Drawing.SystemColors.Control;
this.ultraToolbarsDockArea3.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
this.ultraToolbarsDockArea3.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraToolbarsDockArea3.Location = new System.Drawing.Point(815, 28);
this.ultraToolbarsDockArea3.Name = "ultraToolbarsDockArea3";
this.ultraToolbarsDockArea3.Size = new System.Drawing.Size(0, 454);
this.ultraToolbarsDockArea3.ToolbarsManager = this.ultraToolbarsManager1;
//
// panel1
//
this.panel1.Controls.Add(this.labelCheckBox1);
this.panel1.Controls.Add(this.labelComboBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 28);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(815, 62);
this.panel1.TabIndex = 8;
//
// labelCheckBox1
//
//
//
//
this.labelCheckBox1.CheckBox.AutoSize = true;
this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(3, 3);
this.labelCheckBox1.CheckBox.Name = "checkBox1";
this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(89, 19);
this.labelCheckBox1.CheckBox.TabIndex = 0;
this.labelCheckBox1.CheckBox.Text = "包含无效";
this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
this.labelCheckBox1.Location = new System.Drawing.Point(332, 18);
this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(5);
this.labelCheckBox1.Name = "labelCheckBox1";
this.labelCheckBox1.Size = new System.Drawing.Size(113, 26);
this.labelCheckBox1.TabIndex = 1;
//
// labelComboBox1
//
//
//
//
this.labelComboBox1.CheckBox.AutoSize = true;
this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
this.labelComboBox1.CheckBox.Name = "checkBox1";
this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelComboBox1.CheckBox.TabIndex = 0;
this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
//
//
//
this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
this.labelComboBox1.ComboBox.Name = "comboBox1";
this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(192, 24);
this.labelComboBox1.ComboBox.TabIndex = 0;
//
//
//
this.labelComboBox1.Label.AutoSize = true;
this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelComboBox1.Label.Name = "label1";
this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
this.labelComboBox1.Label.TabIndex = 2;
this.labelComboBox1.Label.Text = "试样尺寸";
this.labelComboBox1.Location = new System.Drawing.Point(13, 18);
this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.labelComboBox1.Name = "labelComboBox1";
this.labelComboBox1.Size = new System.Drawing.Size(288, 28);
this.labelComboBox1.TabIndex = 0;
//
// panel2
//
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 90);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(815, 392);
this.panel2.TabIndex = 9;
//
// comBaseSplineLengthEntityBindingSource
//
this.comBaseSplineLengthEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Qcm.model.ComBaseSplineLengthEntity);
//
// ComBaseSplineLengthFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(815, 482);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.ultraToolbarsDockArea2);
this.Controls.Add(this.ultraToolbarsDockArea3);
this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
this.Controls.Add(this.ultraToolbarsDockArea1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ComBaseSplineLengthFrm";
this.Text = "样条长度管理";
this.Load += new System.EventHandler(this.ComBaseSplineLengthFrm_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comBaseSplineLengthEntityBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea2;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea3;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
private System.Windows.Forms.BindingSource comBaseSplineLengthEntityBindingSource;
}
}