namespace IStation.WinFrmUI.Curve { partial class ImportCurveByPictureDlg { /// /// 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(); this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.CurveCodeTextEdit = new DevExpress.XtraEditors.TextEdit(); this.SourceFromImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForCurveCode = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForSourceFrom = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.CurveCodeTextEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SourceFromImageComboBoxEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCurveCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSourceFrom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); this.SuspendLayout(); // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.CurveCodeTextEdit); this.dataLayoutControl1.Controls.Add(this.SourceFromImageComboBoxEdit); this.dataLayoutControl1.Controls.Add(this.btnOK); this.dataLayoutControl1.Controls.Add(this.btnCancel); this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); this.dataLayoutControl1.Name = "dataLayoutControl1"; this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1046, 335, 650, 400); this.dataLayoutControl1.Root = this.Root; this.dataLayoutControl1.Size = new System.Drawing.Size(327, 102); this.dataLayoutControl1.TabIndex = 1; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // CurveCodeTextEdit // this.CurveCodeTextEdit.Location = new System.Drawing.Point(74, 12); this.CurveCodeTextEdit.MaximumSize = new System.Drawing.Size(0, 24); this.CurveCodeTextEdit.MinimumSize = new System.Drawing.Size(0, 24); this.CurveCodeTextEdit.Name = "CurveCodeTextEdit"; this.CurveCodeTextEdit.Size = new System.Drawing.Size(241, 24); this.CurveCodeTextEdit.StyleController = this.dataLayoutControl1; this.CurveCodeTextEdit.TabIndex = 4; // // SourceFromImageComboBoxEdit // this.SourceFromImageComboBoxEdit.Location = new System.Drawing.Point(74, 40); this.SourceFromImageComboBoxEdit.MaximumSize = new System.Drawing.Size(0, 24); this.SourceFromImageComboBoxEdit.MinimumSize = new System.Drawing.Size(0, 24); this.SourceFromImageComboBoxEdit.Name = "SourceFromImageComboBoxEdit"; this.SourceFromImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.SourceFromImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.SourceFromImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("厂家提供", IStation.Model.eCurveSourceFrom.厂家提供, 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("现场测试", IStation.Model.eCurveSourceFrom.现场测试, 1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("SCADA数据分析", IStation.Model.eCurveSourceFrom.SCADA数据分析, 2)}); this.SourceFromImageComboBoxEdit.Properties.UseCtrlScroll = true; this.SourceFromImageComboBoxEdit.Size = new System.Drawing.Size(241, 24); this.SourceFromImageComboBoxEdit.StyleController = this.dataLayoutControl1; this.SourceFromImageComboBoxEdit.TabIndex = 5; // // btnOK // this.btnOK.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.btnOK.Appearance.Options.UseBackColor = true; this.btnOK.Location = new System.Drawing.Point(210, 68); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(50, 22); this.btnOK.StyleController = this.dataLayoutControl1; this.btnOK.TabIndex = 10; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; this.btnCancel.Appearance.Options.UseBackColor = true; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(264, 68); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(51, 22); this.btnCancel.StyleController = this.dataLayoutControl1; this.btnCancel.TabIndex = 11; this.btnCancel.Text = "取消"; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup1, this.layoutControlItem4, this.layoutControlItem5, this.emptySpaceItem1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(327, 102); this.Root.TextVisible = false; // // layoutControlGroup1 // this.layoutControlGroup1.AllowDrawBackground = false; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForCurveCode, this.ItemForSourceFrom}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "autoGeneratedGroup0"; this.layoutControlGroup1.Size = new System.Drawing.Size(307, 56); // // ItemForCurveCode // this.ItemForCurveCode.AllowHtmlStringInCaption = true; this.ItemForCurveCode.AppearanceItemCaption.Options.UseTextOptions = true; this.ItemForCurveCode.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.ItemForCurveCode.Control = this.CurveCodeTextEdit; this.ItemForCurveCode.Location = new System.Drawing.Point(0, 0); this.ItemForCurveCode.Name = "ItemForCurveCode"; this.ItemForCurveCode.Size = new System.Drawing.Size(307, 28); this.ItemForCurveCode.Text = "*曲线编码:"; this.ItemForCurveCode.TextSize = new System.Drawing.Size(59, 14); // // ItemForSourceFrom // this.ItemForSourceFrom.AllowHtmlStringInCaption = true; this.ItemForSourceFrom.AppearanceItemCaption.Options.UseTextOptions = true; this.ItemForSourceFrom.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.ItemForSourceFrom.Control = this.SourceFromImageComboBoxEdit; this.ItemForSourceFrom.Location = new System.Drawing.Point(0, 28); this.ItemForSourceFrom.Name = "ItemForSourceFrom"; this.ItemForSourceFrom.Size = new System.Drawing.Size(307, 28); this.ItemForSourceFrom.Text = "*曲线来源:"; this.ItemForSourceFrom.TextSize = new System.Drawing.Size(59, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnOK; this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem4.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem4.Location = new System.Drawing.Point(198, 56); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(54, 26); this.layoutControlItem4.Text = "layoutControlItem1"; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.btnCancel; this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem5.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem5.Location = new System.Drawing.Point(252, 56); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(55, 26); this.layoutControlItem5.Text = "layoutControlItem2"; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 56); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(198, 26); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // dxErrorProvider1 // this.dxErrorProvider1.ContainerControl = this; // // ImportCurveByPictureDlg // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(327, 102); this.Controls.Add(this.dataLayoutControl1); this.MaximizeBox = false; this.Name = "ImportCurveByPictureDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "图片导入曲线"; ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.CurveCodeTextEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SourceFromImageComboBoxEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForCurveCode)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForSourceFrom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1; private DevExpress.XtraEditors.TextEdit CurveCodeTextEdit; private DevExpress.XtraEditors.ImageComboBoxEdit SourceFromImageComboBoxEdit; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraLayout.LayoutControlItem ItemForCurveCode; private DevExpress.XtraLayout.LayoutControlItem ItemForSourceFrom; } }