namespace HStation.WinFrmUI { partial class AssetsMeterSingleMatchingDlg { /// /// 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() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); assetsMeterSingleMatchingCtrl2 = new AssetsMeterSingleMatchingCtrl(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(assetsMeterSingleMatchingCtrl2); layoutControl1.Controls.Add(generalOkAndCancelCtrl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(978, 552); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); generalOkAndCancelCtrl1.Location = new Point(12, 514); generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(954, 26); generalOkAndCancelCtrl1.TabIndex = 5; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3 }); Root.Name = "Root"; Root.Size = new Size(978, 552); Root.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = generalOkAndCancelCtrl1; layoutControlItem2.Location = new Point(0, 502); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(958, 30); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // assetsMeterSingleMatchingCtrl2 // assetsMeterSingleMatchingCtrl2.Location = new Point(12, 12); assetsMeterSingleMatchingCtrl2.Name = "assetsMeterSingleMatchingCtrl2"; assetsMeterSingleMatchingCtrl2.Size = new Size(954, 498); assetsMeterSingleMatchingCtrl2.TabIndex = 6; // // layoutControlItem3 // layoutControlItem3.Control = assetsMeterSingleMatchingCtrl2; layoutControlItem3.Location = new Point(0, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(958, 502); layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // AssetsMeterSingleMatchingDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(978, 552); Controls.Add(layoutControl1); Name = "AssetsMeterSingleMatchingDlg"; StartPosition = FormStartPosition.CenterParent; Text = "水表"; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; private AssetsMeterSingleMatchingCtrl assetsMeterSingleMatchingCtrl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private AssetsMeterSingleMatchingCtrl assetsMeterSingleMatchingCtrl2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; } }