Develop and Download Open Source Software

Browse Subversion Repository

Contents of /SchoolIdolFestivalSimulator.Main/MemberPanel.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 44 - (show annotations) (download)
Sat Jun 7 04:50:58 2014 UTC (9 years, 11 months ago) by kayochin_3141
File size: 10153 byte(s)
詳細で表示される絆が楽曲の属性関係なしに表示されていた不具合修正
メイン画面修正

1 namespace SchoolIdolFestivalSimulator.Main {
2 partial class MemberPanel {
3 /// <summary>
4 /// 必要なデザイナー変数です。
5 /// </summary>
6 private System.ComponentModel.IContainer components = null;
7
8 /// <summary>
9 /// 使用中のリソースをすべてクリーンアップします。
10 /// </summary>
11 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
12 protected override void Dispose(bool disposing) {
13 if(disposing && (components != null)) {
14 components.Dispose();
15 }
16 base.Dispose(disposing);
17 }
18
19 #region コンポーネント デザイナーで生成されたコード
20
21 /// <summary>
22 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
23 /// コード エディターで変更しないでください。
24 /// </summary>
25 private void InitializeComponent() {
26 this.components = new System.ComponentModel.Container();
27 this.lblName = new System.Windows.Forms.Label();
28 this.lblRarity = new System.Windows.Forms.Label();
29 this.lblSmile = new System.Windows.Forms.Label();
30 this.lblPure = new System.Windows.Forms.Label();
31 this.lblCool = new System.Windows.Forms.Label();
32 this.lblSkillName = new System.Windows.Forms.Label();
33 this.lblLevel = new System.Windows.Forms.Label();
34 this.lblSkillValue = new System.Windows.Forms.Label();
35 this.lblRevisedValue = new System.Windows.Forms.Label();
36 this.pct = new System.Windows.Forms.PictureBox();
37 this.lblMyTotalScoreBeforeSkill = new System.Windows.Forms.Label();
38 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
39 this.popDetail = new System.Windows.Forms.ToolStripMenuItem();
40 this.lblCenter = new System.Windows.Forms.Label();
41 ((System.ComponentModel.ISupportInitialize)(this.pct)).BeginInit();
42 this.contextMenuStrip1.SuspendLayout();
43 this.SuspendLayout();
44 //
45 // lblName
46 //
47 this.lblName.AutoSize = true;
48 this.lblName.Location = new System.Drawing.Point(40, 4);
49 this.lblName.Name = "lblName";
50 this.lblName.Size = new System.Drawing.Size(65, 12);
51 this.lblName.TabIndex = 0;
52 this.lblName.Text = "西木野真姫";
53 //
54 // lblRarity
55 //
56 this.lblRarity.AutoSize = true;
57 this.lblRarity.Location = new System.Drawing.Point(112, 4);
58 this.lblRarity.Name = "lblRarity";
59 this.lblRarity.Size = new System.Drawing.Size(68, 12);
60 this.lblRarity.TabIndex = 1;
61 this.lblRarity.Text = "覚醒済みUR";
62 //
63 // lblSmile
64 //
65 this.lblSmile.AutoSize = true;
66 this.lblSmile.Location = new System.Drawing.Point(47, 25);
67 this.lblSmile.Name = "lblSmile";
68 this.lblSmile.Size = new System.Drawing.Size(29, 12);
69 this.lblSmile.TabIndex = 2;
70 this.lblSmile.Text = "9999";
71 //
72 // lblPure
73 //
74 this.lblPure.AutoSize = true;
75 this.lblPure.Location = new System.Drawing.Point(90, 25);
76 this.lblPure.Name = "lblPure";
77 this.lblPure.Size = new System.Drawing.Size(29, 12);
78 this.lblPure.TabIndex = 3;
79 this.lblPure.Text = "9999";
80 //
81 // lblCool
82 //
83 this.lblCool.AutoSize = true;
84 this.lblCool.Location = new System.Drawing.Point(133, 25);
85 this.lblCool.Name = "lblCool";
86 this.lblCool.Size = new System.Drawing.Size(29, 12);
87 this.lblCool.TabIndex = 4;
88 this.lblCool.Text = "9999";
89 //
90 // lblSkillName
91 //
92 this.lblSkillName.AutoSize = true;
93 this.lblSkillName.Location = new System.Drawing.Point(183, 4);
94 this.lblSkillName.Name = "lblSkillName";
95 this.lblSkillName.Size = new System.Drawing.Size(91, 12);
96 this.lblSkillName.TabIndex = 5;
97 this.lblSkillName.Text = "花陽の春コーデ♪";
98 //
99 // lblLevel
100 //
101 this.lblLevel.AutoSize = true;
102 this.lblLevel.Location = new System.Drawing.Point(342, 4);
103 this.lblLevel.Name = "lblLevel";
104 this.lblLevel.Size = new System.Drawing.Size(32, 12);
105 this.lblLevel.TabIndex = 6;
106 this.lblLevel.Text = "lv100";
107 //
108 // lblSkillValue
109 //
110 this.lblSkillValue.AutoSize = true;
111 this.lblSkillValue.Location = new System.Drawing.Point(241, 25);
112 this.lblSkillValue.Name = "lblSkillValue";
113 this.lblSkillValue.Size = new System.Drawing.Size(43, 12);
114 this.lblSkillValue.TabIndex = 7;
115 this.lblSkillValue.Text = "+9,999";
116 //
117 // lblRevisedValue
118 //
119 this.lblRevisedValue.AutoSize = true;
120 this.lblRevisedValue.Location = new System.Drawing.Point(288, 25);
121 this.lblRevisedValue.Name = "lblRevisedValue";
122 this.lblRevisedValue.Size = new System.Drawing.Size(0, 12);
123 this.lblRevisedValue.TabIndex = 8;
124 //
125 // pct
126 //
127 this.pct.Location = new System.Drawing.Point(1, 1);
128 this.pct.Name = "pct";
129 this.pct.Size = new System.Drawing.Size(36, 36);
130 this.pct.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
131 this.pct.TabIndex = 9;
132 this.pct.TabStop = false;
133 //
134 // lblMyTotalScoreBeforeSkill
135 //
136 this.lblMyTotalScoreBeforeSkill.AutoSize = true;
137 this.lblMyTotalScoreBeforeSkill.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
138 this.lblMyTotalScoreBeforeSkill.Location = new System.Drawing.Point(190, 25);
139 this.lblMyTotalScoreBeforeSkill.Name = "lblMyTotalScoreBeforeSkill";
140 this.lblMyTotalScoreBeforeSkill.Size = new System.Drawing.Size(50, 12);
141 this.lblMyTotalScoreBeforeSkill.TabIndex = 10;
142 this.lblMyTotalScoreBeforeSkill.Text = "999,999";
143 //
144 // contextMenuStrip1
145 //
146 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
147 this.popDetail});
148 this.contextMenuStrip1.Name = "contextMenuStrip1";
149 this.contextMenuStrip1.Size = new System.Drawing.Size(111, 26);
150 //
151 // popDetail
152 //
153 this.popDetail.Name = "popDetail";
154 this.popDetail.Size = new System.Drawing.Size(110, 22);
155 this.popDetail.Text = "詳細(&D)";
156 this.popDetail.Click += new System.EventHandler(this.popDetail_Click);
157 //
158 // lblCenter
159 //
160 this.lblCenter.AutoSize = true;
161 this.lblCenter.Font = new System.Drawing.Font("MS UI Gothic", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
162 this.lblCenter.Location = new System.Drawing.Point(158, 9);
163 this.lblCenter.Name = "lblCenter";
164 this.lblCenter.Size = new System.Drawing.Size(79, 21);
165 this.lblCenter.TabIndex = 11;
166 this.lblCenter.Text = "センター";
167 //
168 // MemberPanel
169 //
170 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
171 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
172 this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
173 this.ContextMenuStrip = this.contextMenuStrip1;
174 this.Controls.Add(this.lblCenter);
175 this.Controls.Add(this.lblMyTotalScoreBeforeSkill);
176 this.Controls.Add(this.pct);
177 this.Controls.Add(this.lblRevisedValue);
178 this.Controls.Add(this.lblSkillValue);
179 this.Controls.Add(this.lblLevel);
180 this.Controls.Add(this.lblSkillName);
181 this.Controls.Add(this.lblCool);
182 this.Controls.Add(this.lblPure);
183 this.Controls.Add(this.lblSmile);
184 this.Controls.Add(this.lblRarity);
185 this.Controls.Add(this.lblName);
186 this.Name = "MemberPanel";
187 this.Size = new System.Drawing.Size(377, 39);
188 ((System.ComponentModel.ISupportInitialize)(this.pct)).EndInit();
189 this.contextMenuStrip1.ResumeLayout(false);
190 this.ResumeLayout(false);
191 this.PerformLayout();
192
193 }
194
195 #endregion
196
197 private System.Windows.Forms.Label lblName;
198 private System.Windows.Forms.Label lblRarity;
199 private System.Windows.Forms.Label lblSmile;
200 private System.Windows.Forms.Label lblPure;
201 private System.Windows.Forms.Label lblCool;
202 private System.Windows.Forms.Label lblSkillName;
203 private System.Windows.Forms.Label lblLevel;
204 private System.Windows.Forms.Label lblSkillValue;
205 private System.Windows.Forms.Label lblRevisedValue;
206 private System.Windows.Forms.PictureBox pct;
207 private System.Windows.Forms.Label lblMyTotalScoreBeforeSkill;
208 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
209 private System.Windows.Forms.ToolStripMenuItem popDetail;
210 private System.Windows.Forms.Label lblCenter;
211 }
212 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26