duheng
2025-03-14 a906f71640d9ba5cd9f8d689a51de3a557d8bbff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
namespace PBS.WinFrmUI
{
    partial class EditFacilityDlg
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            generalOkAndCancelCtrl1 = new Yw.WinFrmUI.GeneralOkAndCancelCtrl();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            facilitiesCtrl = new FacilitiesCtrl();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            SuspendLayout();
            // 
            // Root
            // 
            Root.AppearanceItemCaption.Options.UseTextOptions = true;
            Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7, layoutControlItem1 });
            Root.Name = "Root";
            Root.Size = new Size(788, 333);
            Root.TextVisible = false;
            // 
            // layoutControlItem7
            // 
            layoutControlItem7.Control = generalOkAndCancelCtrl1;
            layoutControlItem7.Location = new Point(0, 275);
            layoutControlItem7.Name = "layoutControlItem7";
            layoutControlItem7.Size = new Size(768, 38);
            layoutControlItem7.TextSize = new Size(0, 0);
            layoutControlItem7.TextVisible = false;
            // 
            // generalOkAndCancelCtrl1
            // 
            generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(131, 42);
            generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(114, 33);
            generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(131, 42);
            generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(114, 33);
            generalOkAndCancelCtrl1.Location = new Point(12, 287);
            generalOkAndCancelCtrl1.Margin = new Padding(3, 5, 3, 5);
            generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
            generalOkAndCancelCtrl1.Size = new Size(764, 34);
            generalOkAndCancelCtrl1.TabIndex = 0;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = facilitiesCtrl;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(768, 275);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // facilitiesCtrl
            // 
            facilitiesCtrl.Location = new Point(12, 12);
            facilitiesCtrl.Margin = new Padding(2, 3, 2, 3);
            facilitiesCtrl.Name = "facilitiesCtrl";
            facilitiesCtrl.Size = new Size(764, 271);
            facilitiesCtrl.TabIndex = 4;
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(facilitiesCtrl);
            layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Margin = new Padding(3, 4, 3, 4);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(826, 220, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(788, 333);
            layoutControl1.TabIndex = 2;
            layoutControl1.Text = "layoutControl1";
            // 
            // EditFacilityDlg
            // 
            AutoScaleDimensions = new SizeF(8F, 18F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(788, 333);
            Controls.Add(layoutControl1);
            Margin = new Padding(3, 4, 3, 4);
            Name = "EditFacilityDlg";
            StartPosition = FormStartPosition.CenterScreen;
            Text = "编辑";
            ((System.ComponentModel.ISupportInitialize)Root).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private Yw.WinFrmUI.GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private FacilitiesCtrl facilitiesCtrl;
    }
}