1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
#region
 
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using CSFrameworkV5.Library;
using DevExpress.XtraEditors;
 
#endregion
 
namespace CSFrameworkV5.GSTEST {
    public class FrmtestF : frmBaseDataDictionary {
        private LabelControl labelControl1;
        private LabelControl labelControl5;
        private LabelControl labelControl6;
        private LabelControl lblObjectID;
        private TextEdit txtDHA001;
        private TextEdit txtDHA004;
 
        private void InitializeComponent() {
            var resources = new ComponentResourceManager(typeof(FrmtestF));
            labelControl5 = new LabelControl();
            txtDHA004 = new TextEdit();
            labelControl6 = new LabelControl();
            labelControl1 = new LabelControl();
            txtDHA001 = new TextEdit();
            lblObjectID = new LabelControl();
            tpSummary.SuspendLayout();
            pnlSummary.SuspendLayout();
            ((ISupportInitialize)tcBusiness).BeginInit();
            tcBusiness.SuspendLayout();
            ((ISupportInitialize)gcNavigator).BeginInit();
            gcNavigator.SuspendLayout();
            ((ISupportInitialize)pictureBox1).BeginInit();
            ((ISupportInitialize)txtDHA004.Properties).BeginInit();
            ((ISupportInitialize)txtDHA001.Properties).BeginInit();
            SuspendLayout();
            // 
            // tpSummary
            // 
            tpSummary.Appearance.PageClient.BackColor = SystemColors.Control;
            tpSummary.Appearance.PageClient.Options.UseBackColor = true;
            tpSummary.Controls.Add(labelControl5);
            tpSummary.Controls.Add(txtDHA004);
            tpSummary.Controls.Add(labelControl6);
            tpSummary.Controls.Add(labelControl1);
            tpSummary.Controls.Add(txtDHA001);
            tpSummary.Controls.Add(lblObjectID);
            tpSummary.ImageOptions.Image = (Image)resources.GetObject("tpSummary.ImageOptions.Image");
            tpSummary.Size = new Size(1066, 758);
            // 
            // pnlSummary
            // 
            pnlSummary.Location = new Point(2, 4);
            pnlSummary.Size = new Size(1068, 790);
            // 
            // tcBusiness
            // 
            tcBusiness.SelectedTabPage = tpSummary;
            tcBusiness.Size = new Size(1068, 790);
            // 
            // tpDetail
            // 
            tpDetail.Appearance.PageClient.BackColor = SystemColors.Control;
            tpDetail.Appearance.PageClient.Options.UseBackColor = true;
            tpDetail.ImageOptions.Image = (Image)resources.GetObject("tpDetail.ImageOptions.Image");
            tpDetail.Size = new Size(1066, 758);
            // 
            // gcNavigator
            // 
            gcNavigator.Appearance.BackColor = Color.FromArgb(64, 64, 64);
            gcNavigator.Appearance.Options.UseBackColor = true;
            // 
            // controlNavigatorSummary
            // 
            controlNavigatorSummary.Buttons.Append.Visible = false;
            controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
            controlNavigatorSummary.Buttons.Edit.Visible = false;
            controlNavigatorSummary.Buttons.EndEdit.Visible = false;
            controlNavigatorSummary.Buttons.NextPage.Visible = false;
            controlNavigatorSummary.Buttons.PrevPage.Visible = false;
            controlNavigatorSummary.Buttons.Remove.Visible = false;
            // 
            // labelControl5
            // 
            labelControl5.Location = new Point(295, 103);
            labelControl5.Margin = new Padding(3, 4, 3, 4);
            labelControl5.Name = "labelControl5";
            labelControl5.Size = new Size(75, 18);
            labelControl5.TabIndex = 104;
            labelControl5.Text = "审核时间:";
            // 
            // txtDHA004
            // 
            txtDHA004.EditValue = "";
            txtDHA004.Location = new Point(159, 97);
            txtDHA004.Name = "txtDHA004";
            txtDHA004.Size = new Size(125, 24);
            txtDHA004.TabIndex = 103;
            // 
            // labelControl6
            // 
            labelControl6.Location = new Point(87, 100);
            labelControl6.Margin = new Padding(3, 4, 3, 4);
            labelControl6.Name = "labelControl6";
            labelControl6.Size = new Size(75, 18);
            labelControl6.TabIndex = 102;
            labelControl6.Text = "来料时间:";
            // 
            // labelControl1
            // 
            labelControl1.Location = new Point(295, 62);
            labelControl1.Margin = new Padding(3, 4, 3, 4);
            labelControl1.Name = "labelControl1";
            labelControl1.Size = new Size(90, 18);
            labelControl1.TabIndex = 101;
            labelControl1.Text = "供应商编号:";
            // 
            // txtDHA001
            // 
            txtDHA001.EditValue = "";
            txtDHA001.Location = new Point(159, 56);
            txtDHA001.Name = "txtDHA001";
            txtDHA001.Size = new Size(125, 24);
            txtDHA001.TabIndex = 100;
            // 
            // lblObjectID
            // 
            lblObjectID.Location = new Point(87, 59);
            lblObjectID.Margin = new Padding(3, 4, 3, 4);
            lblObjectID.Name = "lblObjectID";
            lblObjectID.Size = new Size(75, 18);
            lblObjectID.TabIndex = 99;
            lblObjectID.Text = "到货单号:";
            // 
            // FrmtestF
            // 
            AutoScaleDimensions = new SizeF(8F, 18F);
            ClientSize = new Size(1072, 798);
            Name = "FrmtestF";
            tpSummary.ResumeLayout(false);
            tpSummary.PerformLayout();
            pnlSummary.ResumeLayout(false);
            ((ISupportInitialize)tcBusiness).EndInit();
            tcBusiness.ResumeLayout(false);
            ((ISupportInitialize)gcNavigator).EndInit();
            gcNavigator.ResumeLayout(false);
            gcNavigator.PerformLayout();
            ((ISupportInitialize)pictureBox1).EndInit();
            ((ISupportInitialize)txtDHA004.Properties).EndInit();
            ((ISupportInitialize)txtDHA001.Properties).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
    }
}