|
- namespace HKCardManager.Message
- {
- partial class MessageShow
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessageShow));
- this.button_ok = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // button_ok
- //
- this.button_ok.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.button_ok.Location = new System.Drawing.Point(549, 334);
- this.button_ok.Name = "button_ok";
- this.button_ok.Size = new System.Drawing.Size(114, 34);
- this.button_ok.TabIndex = 37;
- this.button_ok.Text = "确认";
- this.button_ok.UseVisualStyleBackColor = true;
- this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.label1.ForeColor = System.Drawing.Color.DarkGreen;
- this.label1.Location = new System.Drawing.Point(23, 343);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(292, 20);
- this.label1.TabIndex = 38;
- this.label1.Text = "批量录入成功!\\n成功123条\\n失败2323条\\n";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.label2.ForeColor = System.Drawing.Color.Black;
- this.label2.Location = new System.Drawing.Point(23, 156);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(149, 20);
- this.label2.TabIndex = 39;
- this.label2.Text = "出错人员(未录入):";
- //
- // textBox1
- //
- this.textBox1.AcceptsReturn = true;
- this.textBox1.AllowDrop = true;
- this.textBox1.Location = new System.Drawing.Point(23, 32);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.textBox1.Size = new System.Drawing.Size(661, 121);
- this.textBox1.TabIndex = 41;
- this.textBox1.Text = resources.GetString("textBox1.Text");
- //
- // textBox3
- //
- this.textBox3.AcceptsReturn = true;
- this.textBox3.AllowDrop = true;
- this.textBox3.Location = new System.Drawing.Point(23, 179);
- this.textBox3.Multiline = true;
- this.textBox3.Name = "textBox3";
- this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.textBox3.Size = new System.Drawing.Size(661, 147);
- this.textBox3.TabIndex = 45;
- this.textBox3.Text = resources.GetString("textBox3.Text");
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.label4.ForeColor = System.Drawing.Color.Black;
- this.label4.Location = new System.Drawing.Point(23, 9);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(79, 20);
- this.label4.TabIndex = 44;
- this.label4.Text = "成功人员:";
- //
- // MessageShow
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(696, 378);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button_ok);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "MessageShow";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "批量导入提示";
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
- private Button button_ok;
- private Label label1;
- private Label label2;
- private TextBox textBox1;
- private TextBox textBox3;
- private Label label4;
- }
- }
|