lixiaojun
2024-10-18 217756094e1f22763edf2b18d3723403786c82fc
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
namespace Yw.WinFrmUI
{
    partial class SetNozzleCalcuPrefixListCtrl
    {
        /// <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 Component 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()
        {
            tabPanelBottom = new DevExpress.Utils.Layout.TablePanel();
            tabPanelCore = new DevExpress.Utils.Layout.TablePanel();
            labCaption = new DevExpress.XtraEditors.LabelControl();
            ((ISupportInitialize)tabPanelBottom).BeginInit();
            tabPanelBottom.SuspendLayout();
            ((ISupportInitialize)tabPanelCore).BeginInit();
            SuspendLayout();
            // 
            // tabPanelBottom
            // 
            tabPanelBottom.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F) });
            tabPanelBottom.Controls.Add(tabPanelCore);
            tabPanelBottom.Controls.Add(labCaption);
            tabPanelBottom.Dock = DockStyle.Fill;
            tabPanelBottom.Location = new Point(0, 0);
            tabPanelBottom.Name = "tabPanelBottom";
            tabPanelBottom.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 20F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 26F) });
            tabPanelBottom.Size = new Size(299, 554);
            tabPanelBottom.TabIndex = 2;
            // 
            // tabPanelCore
            // 
            tabPanelCore.AutoScroll = true;
            tabPanelBottom.SetColumn(tabPanelCore, 0);
            tabPanelCore.Dock = DockStyle.Fill;
            tabPanelCore.Location = new Point(3, 23);
            tabPanelCore.Name = "tabPanelCore";
            tabPanelBottom.SetRow(tabPanelCore, 1);
            tabPanelCore.Size = new Size(293, 528);
            tabPanelCore.TabIndex = 4;
            // 
            // labCaption
            // 
            labCaption.Appearance.BackColor = Color.FromArgb(0, 122, 204);
            labCaption.Appearance.ForeColor = Color.White;
            labCaption.Appearance.Options.UseBackColor = true;
            labCaption.Appearance.Options.UseForeColor = true;
            tabPanelBottom.SetColumn(labCaption, 0);
            labCaption.Dock = DockStyle.Fill;
            labCaption.Location = new Point(0, 0);
            labCaption.Margin = new Padding(0);
            labCaption.Name = "labCaption";
            labCaption.Padding = new Padding(5, 0, 0, 0);
            tabPanelBottom.SetRow(labCaption, 0);
            labCaption.Size = new Size(299, 20);
            labCaption.TabIndex = 3;
            labCaption.Text = "喷嘴";
            // 
            // SetNozzleCalcuPrefixListCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(tabPanelBottom);
            Name = "SetNozzleCalcuPrefixListCtrl";
            Size = new Size(299, 554);
            ((ISupportInitialize)tabPanelBottom).EndInit();
            tabPanelBottom.ResumeLayout(false);
            tabPanelBottom.PerformLayout();
            ((ISupportInitialize)tabPanelCore).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private DevExpress.Utils.Layout.TablePanel tabPanelBottom;
        private DevExpress.Utils.Layout.TablePanel tabPanelCore;
        private DevExpress.XtraEditors.LabelControl labCaption;
    }
}