Blame view

SunVoteARSPPT/Forms/FrmVoteBarSmall.Designer.cs 4.19 KB
20c0108c   wutaian   xx
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
  namespace SunVoteARSPPT
  {
      partial class FrmVoteBarSmall
      {
          /// <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()
          {
              this.lblVoting = new System.Windows.Forms.Label();
              this.lblStop = new System.Windows.Forms.Label();
              this.SuspendLayout();
              // 
              // lblVoting
              // 
              this.lblVoting.BackColor = System.Drawing.Color.Transparent;
              this.lblVoting.Font = new System.Drawing.Font("微软雅黑", 14F);
              this.lblVoting.ForeColor = System.Drawing.Color.White;
              this.lblVoting.Location = new System.Drawing.Point(12, 9);
              this.lblVoting.Name = "lblVoting";
              this.lblVoting.Size = new System.Drawing.Size(58, 35);
              this.lblVoting.TabIndex = 0;
              this.lblVoting.Text = "Voting..";
              this.lblVoting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
              this.lblVoting.MouseLeave += new System.EventHandler(this.lblVoting_MouseLeave);
              this.lblVoting.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblVoting_MouseDown);
              // 
              // lblStop
              // 
              this.lblStop.BackColor = System.Drawing.Color.Transparent;
              this.lblStop.Font = new System.Drawing.Font("微软雅黑", 14F);
              this.lblStop.ForeColor = System.Drawing.Color.White;
              this.lblStop.Location = new System.Drawing.Point(45, 9);
              this.lblStop.Name = "lblStop";
              this.lblStop.Size = new System.Drawing.Size(58, 35);
              this.lblStop.TabIndex = 1;
              this.lblStop.Text = "Stop";
              this.lblStop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
              this.lblStop.MouseLeave += new System.EventHandler(this.lblStop_MouseLeave);
              this.lblStop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblStop_MouseDown);
              // 
              // FrmVoteBarSmall
              // 
              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
              this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
              this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
              this.ClientSize = new System.Drawing.Size(99, 45);
              this.Controls.Add(this.lblVoting);
              this.Controls.Add(this.lblStop);
              this.DoubleBuffered = true;
              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
              this.KeyPreview = true;
              this.Name = "FrmVoteBarSmall";
              this.ShowInTaskbar = false;
              this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
              this.Text = "FrmVoteBarSmall";
              this.TopMost = true;
              this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
              this.Load += new System.EventHandler(this.FrmVoteBarSmall_Load);
              this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FrmVoteBarSmall_MouseDown);
              this.MouseLeave += new System.EventHandler(this.FrmVoteBarSmall_MouseLeave);
              this.ResumeLayout(false);
  
          }
  
          #endregion
  
          private System.Windows.Forms.Label lblVoting;
          private System.Windows.Forms.Label lblStop;
      }
  }