copy from WinFrmUI/Yw.WinFrmUI.Hydro.Core/07-mark/03-view/SetHydroMarkDlg.Designer.cs
copy to WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/06-add/AddHydroWorkingDlg.Designer.cs
文件从 WinFrmUI/Yw.WinFrmUI.Hydro.Core/07-mark/03-view/SetHydroMarkDlg.Designer.cs 复制 |
| | |
| | | 锘縩amespace Yw.WinFrmUI |
| | | { |
| | | partial class SetHydroMarkDlg |
| | | partial class AddHydroWorkingDlg |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | components = new Container(); |
| | | ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
| | | ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); |
| | | ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | setHydroMarkCtrl1 = new SetHydroMarkCtrl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | txtDescription = new DevExpress.XtraEditors.MemoEdit(); |
| | | txtName = new DevExpress.XtraEditors.TextEdit(); |
| | | generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | ((ISupportInitialize)ribbon).BeginInit(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)txtDescription.Properties).BeginInit(); |
| | | ((ISupportInitialize)txtName.Properties).BeginInit(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // ribbon |
| | |
| | | ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); |
| | | ribbon.RibbonCaptionAlignment = DevExpress.XtraBars.Ribbon.RibbonCaptionAlignment.Left; |
| | | ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
| | | ribbon.Size = new Size(294, 32); |
| | | ribbon.Size = new Size(455, 32); |
| | | // |
| | | // ribbonPage1 |
| | | // |
| | |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(txtDescription); |
| | | layoutControl1.Controls.Add(txtName); |
| | | layoutControl1.Controls.Add(generalOkAndCancelCtrl1); |
| | | layoutControl1.Controls.Add(setHydroMarkCtrl1); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 32); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(976, 355, 650, 400); |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(294, 487); |
| | | layoutControl1.Size = new Size(455, 197); |
| | | layoutControl1.TabIndex = 2; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // setHydroMarkCtrl1 |
| | | // txtDescription |
| | | // |
| | | setHydroMarkCtrl1.Location = new Point(2, 2); |
| | | setHydroMarkCtrl1.Name = "setHydroMarkCtrl1"; |
| | | setHydroMarkCtrl1.Size = new Size(290, 451); |
| | | setHydroMarkCtrl1.TabIndex = 4; |
| | | txtDescription.Location = new Point(59, 36); |
| | | txtDescription.MenuManager = ribbon; |
| | | txtDescription.Name = "txtDescription"; |
| | | txtDescription.Size = new Size(384, 119); |
| | | txtDescription.StyleController = layoutControl1; |
| | | txtDescription.TabIndex = 3; |
| | | // |
| | | // Root |
| | | // txtName |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem4 }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | Root.Size = new Size(294, 487); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = setHydroMarkCtrl1; |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(294, 455); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | txtName.Location = new Point(59, 12); |
| | | txtName.MenuManager = ribbon; |
| | | txtName.Name = "txtName"; |
| | | txtName.Size = new Size(384, 20); |
| | | txtName.StyleController = layoutControl1; |
| | | txtName.TabIndex = 0; |
| | | // |
| | | // generalOkAndCancelCtrl1 |
| | | // |
| | |
| | | generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); |
| | | generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); |
| | | generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); |
| | | generalOkAndCancelCtrl1.Location = new Point(2, 457); |
| | | generalOkAndCancelCtrl1.Location = new Point(12, 159); |
| | | generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; |
| | | generalOkAndCancelCtrl1.Size = new Size(290, 28); |
| | | generalOkAndCancelCtrl1.TabIndex = 7; |
| | | generalOkAndCancelCtrl1.Size = new Size(431, 26); |
| | | generalOkAndCancelCtrl1.TabIndex = 2; |
| | | // |
| | | // Root |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4, layoutControlItem1, layoutControlItem2 }); |
| | | Root.Name = "Root"; |
| | | Root.Size = new Size(455, 197); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | | layoutControlItem4.Control = generalOkAndCancelCtrl1; |
| | | layoutControlItem4.Location = new Point(0, 455); |
| | | layoutControlItem4.Location = new Point(0, 147); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(294, 32); |
| | | layoutControlItem4.Size = new Size(435, 30); |
| | | layoutControlItem4.TextSize = new Size(0, 0); |
| | | layoutControlItem4.TextVisible = false; |
| | | // |
| | | // SetHydroMarkDlg |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.AllowHtmlStringInCaption = true; |
| | | layoutControlItem1.Control = txtName; |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(435, 24); |
| | | layoutControlItem1.Text = "<color=red>*</color>鍚嶇О:"; |
| | | layoutControlItem1.TextSize = new Size(35, 14); |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | layoutControlItem2.Control = txtDescription; |
| | | layoutControlItem2.Location = new Point(0, 24); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Size = new Size(435, 123); |
| | | layoutControlItem2.Text = "璇存槑:"; |
| | | layoutControlItem2.TextSize = new Size(35, 14); |
| | | // |
| | | // dxErrorProvider1 |
| | | // |
| | | dxErrorProvider1.ContainerControl = this; |
| | | // |
| | | // AddHydroWorkingDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(294, 519); |
| | | ClientSize = new Size(455, 229); |
| | | Controls.Add(layoutControl1); |
| | | Controls.Add(ribbon); |
| | | FormBorderStyle = FormBorderStyle.SizableToolWindow; |
| | | Name = "SetHydroMarkDlg"; |
| | | Name = "AddHydroWorkingDlg"; |
| | | Ribbon = ribbon; |
| | | RibbonVisibility = DevExpress.XtraBars.Ribbon.RibbonVisibility.Hidden; |
| | | StartPosition = FormStartPosition.CenterParent; |
| | | Text = "璁剧疆鏍囨敞"; |
| | | Text = "鏂板宸ュ喌"; |
| | | ((ISupportInitialize)ribbon).EndInit(); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)txtDescription.Properties).EndInit(); |
| | | ((ISupportInitialize)txtName.Properties).EndInit(); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).EndInit(); |
| | | ResumeLayout(false); |
| | | PerformLayout(); |
| | | } |
| | |
| | | private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; |
| | | private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private SetHydroMarkCtrl setHydroMarkCtrl1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraEditors.MemoEdit txtDescription; |
| | | private DevExpress.XtraEditors.TextEdit txtName; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; |
| | | } |
| | | } |