yangle
2023-03-03 c2a9a460e38c7c196fe98a94e29e6330eac3626f
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
namespace OAM
{
    partial class frmWorkBillView_Dlg
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows 窗体设计器生成的代码
 
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.label5 = new System.Windows.Forms.Label();
            this.txtHContext = new System.Windows.Forms.TextBox();
            this.label30 = new System.Windows.Forms.Label();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdSend = new System.Windows.Forms.Button();
            this.txtHEvaluateStatusID = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.ForeColor = System.Drawing.Color.Black;
            this.label5.Location = new System.Drawing.Point(33, 34);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 204;
            this.label5.Text = "验证评价";
            // 
            // txtHContext
            // 
            this.txtHContext.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.txtHContext.Location = new System.Drawing.Point(94, 61);
            this.txtHContext.Multiline = true;
            this.txtHContext.Name = "txtHContext";
            this.txtHContext.Size = new System.Drawing.Size(272, 87);
            this.txtHContext.TabIndex = 208;
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.ForeColor = System.Drawing.Color.Black;
            this.label30.Location = new System.Drawing.Point(33, 61);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(53, 12);
            this.label30.TabIndex = 207;
            this.label30.Text = "回复内容";
            // 
            // cmdCancel
            // 
            this.cmdCancel.Location = new System.Drawing.Point(291, 166);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(75, 23);
            this.cmdCancel.TabIndex = 222;
            this.cmdCancel.Text = "取    消";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdSend
            // 
            this.cmdSend.Location = new System.Drawing.Point(210, 166);
            this.cmdSend.Name = "cmdSend";
            this.cmdSend.Size = new System.Drawing.Size(75, 23);
            this.cmdSend.TabIndex = 221;
            this.cmdSend.Text = "确    定";
            this.cmdSend.UseVisualStyleBackColor = true;
            this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
            // 
            // txtHEvaluateStatusID
            // 
            this.txtHEvaluateStatusID.FormattingEnabled = true;
            this.txtHEvaluateStatusID.Items.AddRange(new object[] {
            "",
            "满意",
            "一般",
            "不满意"});
            this.txtHEvaluateStatusID.Location = new System.Drawing.Point(94, 26);
            this.txtHEvaluateStatusID.Name = "txtHEvaluateStatusID";
            this.txtHEvaluateStatusID.Size = new System.Drawing.Size(272, 20);
            this.txtHEvaluateStatusID.TabIndex = 248;
            // 
            // frmWorkBillView_Dlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(378, 213);
            this.Controls.Add(this.txtHEvaluateStatusID);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdSend);
            this.Controls.Add(this.txtHContext);
            this.Controls.Add(this.label30);
            this.Controls.Add(this.label5);
            this.Name = "frmWorkBillView_Dlg";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "验证评价";
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label30;
        private System.Windows.Forms.Button cmdCancel;
        private System.Windows.Forms.Button cmdSend;
        public System.Windows.Forms.TextBox txtHContext;
        public System.Windows.Forms.ComboBox txtHEvaluateStatusID;
    }
}