Blame view

SunVoteARSPPT/Controls/MySeat.Designer.cs 8.28 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
  namespace GeneralLib
  {
      partial class MySeat
      {
          /// <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 组件设计器生成的代码
  
          /// <summary> 
          /// 设计器支持所需的方法 - 不要
          /// 使用代码编辑器修改此方法的内容。
          /// </summary>
          private void InitializeComponent()
          {
              System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
              this.lblOKT = new System.Windows.Forms.Label();
              this.btnPageDown = new System.Windows.Forms.Button();
              this.btnPageUp = new System.Windows.Forms.Button();
              this.pnlTitle = new System.Windows.Forms.Panel();
              this.lblPageNo = new System.Windows.Forms.Label();
              this.lblFont = new System.Windows.Forms.Label();
              this.dgvMap = new System.Windows.Forms.DataGridView();
              this.pnlTitle.SuspendLayout();
              ((System.ComponentModel.ISupportInitialize)(this.dgvMap)).BeginInit();
              this.SuspendLayout();
              // 
              // lblOKT
              // 
              this.lblOKT.AutoSize = true;
              this.lblOKT.Font = new System.Drawing.Font("微软雅黑", 24F);
              this.lblOKT.ForeColor = System.Drawing.Color.Black;
              this.lblOKT.Location = new System.Drawing.Point(13, 8);
              this.lblOKT.Name = "lblOKT";
              this.lblOKT.Size = new System.Drawing.Size(34, 41);
              this.lblOKT.TabIndex = 104;
              this.lblOKT.Text = "L";
              this.lblOKT.Visible = false;
              // 
              // btnPageDown
              // 
              this.btnPageDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
              this.btnPageDown.Font = new System.Drawing.Font("黑体", 25F, System.Drawing.FontStyle.Bold);
              this.btnPageDown.ForeColor = System.Drawing.Color.DodgerBlue;
              this.btnPageDown.Location = new System.Drawing.Point(822, 8);
              this.btnPageDown.Name = "btnPageDown";
              this.btnPageDown.Size = new System.Drawing.Size(52, 43);
              this.btnPageDown.TabIndex = 0;
              this.btnPageDown.Text = ">";
              this.btnPageDown.UseVisualStyleBackColor = true;
              this.btnPageDown.Click += new System.EventHandler(this.btnPageDown_Click);
              // 
              // btnPageUp
              // 
              this.btnPageUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
              this.btnPageUp.Font = new System.Drawing.Font("黑体", 25F, System.Drawing.FontStyle.Bold);
              this.btnPageUp.ForeColor = System.Drawing.Color.DodgerBlue;
              this.btnPageUp.Location = new System.Drawing.Point(764, 8);
              this.btnPageUp.Name = "btnPageUp";
              this.btnPageUp.Size = new System.Drawing.Size(52, 43);
              this.btnPageUp.TabIndex = 1;
              this.btnPageUp.Text = "<";
              this.btnPageUp.UseVisualStyleBackColor = true;
              this.btnPageUp.Click += new System.EventHandler(this.btnPageUp_Click);
              // 
              // pnlTitle
              // 
              this.pnlTitle.BackColor = System.Drawing.Color.White;
              this.pnlTitle.Controls.Add(this.lblPageNo);
              this.pnlTitle.Controls.Add(this.btnPageDown);
              this.pnlTitle.Controls.Add(this.btnPageUp);
              this.pnlTitle.Controls.Add(this.lblOKT);
              this.pnlTitle.Controls.Add(this.lblFont);
              this.pnlTitle.Dock = System.Windows.Forms.DockStyle.Top;
              this.pnlTitle.Location = new System.Drawing.Point(0, 0);
              this.pnlTitle.Name = "pnlTitle";
              this.pnlTitle.Size = new System.Drawing.Size(891, 57);
              this.pnlTitle.TabIndex = 105;
              // 
              // lblPageNo
              // 
              this.lblPageNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
              this.lblPageNo.AutoSize = true;
              this.lblPageNo.Font = new System.Drawing.Font("微软雅黑", 15F);
              this.lblPageNo.Location = new System.Drawing.Point(690, 20);
              this.lblPageNo.Name = "lblPageNo";
              this.lblPageNo.Size = new System.Drawing.Size(69, 27);
              this.lblPageNo.TabIndex = 108;
              this.lblPageNo.Text = "99/99";
              // 
              // lblFont
              // 
              this.lblFont.AutoSize = true;
              this.lblFont.Location = new System.Drawing.Point(785, 36);
              this.lblFont.Name = "lblFont";
              this.lblFont.Size = new System.Drawing.Size(11, 12);
              this.lblFont.TabIndex = 107;
              this.lblFont.Text = "0";
              this.lblFont.Visible = false;
              // 
              // dgvMap
              // 
              this.dgvMap.AllowUserToAddRows = false;
              this.dgvMap.AllowUserToDeleteRows = false;
              this.dgvMap.AllowUserToResizeColumns = false;
              this.dgvMap.AllowUserToResizeRows = false;
              this.dgvMap.BackgroundColor = System.Drawing.Color.Black;
              this.dgvMap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
              this.dgvMap.ColumnHeadersVisible = false;
              dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
              dataGridViewCellStyle2.BackColor = System.Drawing.Color.Black;
              dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 25F);
              dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
              dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Black;
              dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
              dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
              this.dgvMap.DefaultCellStyle = dataGridViewCellStyle2;
              this.dgvMap.Dock = System.Windows.Forms.DockStyle.Fill;
              this.dgvMap.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
              this.dgvMap.GridColor = System.Drawing.Color.DarkOrange;
              this.dgvMap.Location = new System.Drawing.Point(0, 57);
              this.dgvMap.Name = "dgvMap";
              this.dgvMap.RowHeadersVisible = false;
              this.dgvMap.RowTemplate.Height = 23;
              this.dgvMap.ScrollBars = System.Windows.Forms.ScrollBars.None;
              this.dgvMap.ShowCellToolTips = false;
              this.dgvMap.Size = new System.Drawing.Size(891, 576);
              this.dgvMap.TabIndex = 106;
              // 
              // MySeat
              // 
              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
              this.BackColor = System.Drawing.Color.Black;
              this.Controls.Add(this.dgvMap);
              this.Controls.Add(this.pnlTitle);
              this.DoubleBuffered = true;
              this.Name = "MySeat";
              this.Size = new System.Drawing.Size(891, 633);
              this.pnlTitle.ResumeLayout(false);
              this.pnlTitle.PerformLayout();
              ((System.ComponentModel.ISupportInitialize)(this.dgvMap)).EndInit();
              this.ResumeLayout(false);
  
          }
  
          #endregion
  
          private System.Windows.Forms.Label lblOKT;
          private System.Windows.Forms.Button btnPageDown;
          private System.Windows.Forms.Button btnPageUp;
          private System.Windows.Forms.Panel pnlTitle;
          private System.Windows.Forms.DataGridView dgvMap;
          private System.Windows.Forms.Label lblFont;
          private System.Windows.Forms.Label lblPageNo;
      }
  }