Develop and Download Open Source Software

Browse Subversion Repository

Contents of /NeoFT/TestLauncher/TestLauncher.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 103 - (show annotations) (download)
Sun Oct 13 12:34:30 2013 UTC (10 years, 5 months ago) by c477
File size: 10509 byte(s)
Add Test utility class and Control wrapper(platform compatible layer).
1 namespace nft.test
2 {
3 partial class TestLauncher
4 {
5 /// <summary>
6 /// 必要なデザイナー変数です。
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// 使用中のリソースをすべてクリーンアップします。
12 /// </summary>
13 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14 protected override void Dispose(bool disposing) {
15 if (disposing && (components != null)) {
16 components.Dispose();
17 }
18 base.Dispose(disposing);
19 }
20
21 #region Windows フォーム デザイナーで生成されたコード
22
23 /// <summary>
24 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
25 /// コード エディターで変更しないでください。
26 /// </summary>
27 private void InitializeComponent() {
28 this.components = new System.ComponentModel.Container();
29 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestLauncher));
30 this.tbLog = new System.Windows.Forms.TextBox();
31 this.toolStripBar = new System.Windows.Forms.ToolStrip();
32 this.btnReverseCheck = new System.Windows.Forms.ToolStripButton();
33 this.toolbarSeparator1 = new System.Windows.Forms.ToolStripSeparator();
34 this.btnRunChcked = new System.Windows.Forms.ToolStripButton();
35 this.toolbarSeparator2 = new System.Windows.Forms.ToolStripSeparator();
36 this.lblInfo = new System.Windows.Forms.ToolStripLabel();
37 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
38 this.cmenuRun = new System.Windows.Forms.ToolStripMenuItem();
39 this.cmenuSeparator1 = new System.Windows.Forms.ToolStripSeparator();
40 this.cmenuCheck = new System.Windows.Forms.ToolStripMenuItem();
41 this.cmenuUncheck = new System.Windows.Forms.ToolStripMenuItem();
42 this.cmenuReverseCheck = new System.Windows.Forms.ToolStripMenuItem();
43 this.listEntryView = new nft.test.TestEntryListView();
44 this.toolStripBar.SuspendLayout();
45 this.contextMenuStrip.SuspendLayout();
46 this.SuspendLayout();
47 //
48 // tbLog
49 //
50 this.tbLog.Dock = System.Windows.Forms.DockStyle.Bottom;
51 this.tbLog.Location = new System.Drawing.Point(0, 399);
52 this.tbLog.Multiline = true;
53 this.tbLog.Name = "tbLog";
54 this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
55 this.tbLog.Size = new System.Drawing.Size(792, 167);
56 this.tbLog.TabIndex = 0;
57 //
58 // toolStripBar
59 //
60 this.toolStripBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
61 this.btnReverseCheck,
62 this.toolbarSeparator1,
63 this.btnRunChcked,
64 this.toolbarSeparator2,
65 this.lblInfo});
66 this.toolStripBar.Location = new System.Drawing.Point(0, 0);
67 this.toolStripBar.Name = "toolStripBar";
68 this.toolStripBar.Size = new System.Drawing.Size(792, 25);
69 this.toolStripBar.TabIndex = 1;
70 this.toolStripBar.Text = "toolStrip1";
71 //
72 // btnReverseCheck
73 //
74 this.btnReverseCheck.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
75 this.btnReverseCheck.Image = ((System.Drawing.Image)(resources.GetObject("btnReverseCheck.Image")));
76 this.btnReverseCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
77 this.btnReverseCheck.Name = "btnReverseCheck";
78 this.btnReverseCheck.Size = new System.Drawing.Size(109, 22);
79 this.btnReverseCheck.Text = "全アイテムのチェック反転";
80 this.btnReverseCheck.Click += new System.EventHandler(this.btnReverseCheck_Click);
81 //
82 // toolbarSeparator1
83 //
84 this.toolbarSeparator1.Name = "toolbarSeparator1";
85 this.toolbarSeparator1.Size = new System.Drawing.Size(6, 25);
86 //
87 // btnRunChcked
88 //
89 this.btnRunChcked.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
90 this.btnRunChcked.Image = ((System.Drawing.Image)(resources.GetObject("btnRunChcked.Image")));
91 this.btnRunChcked.ImageTransparentColor = System.Drawing.Color.Magenta;
92 this.btnRunChcked.Name = "btnRunChcked";
93 this.btnRunChcked.Size = new System.Drawing.Size(120, 22);
94 this.btnRunChcked.Text = "チェックアイテムを順次実行";
95 this.btnRunChcked.Click += new System.EventHandler(this.btnRunChcked_Click);
96 //
97 // toolbarSeparator2
98 //
99 this.toolbarSeparator2.Name = "toolbarSeparator2";
100 this.toolbarSeparator2.Size = new System.Drawing.Size(6, 25);
101 //
102 // lblInfo
103 //
104 this.lblInfo.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
105 this.lblInfo.Name = "lblInfo";
106 this.lblInfo.Size = new System.Drawing.Size(57, 22);
107 this.lblInfo.Text = "Items: 0/0";
108 //
109 // contextMenuStrip
110 //
111 this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
112 this.cmenuRun,
113 this.cmenuSeparator1,
114 this.cmenuCheck,
115 this.cmenuUncheck,
116 this.cmenuReverseCheck});
117 this.contextMenuStrip.Name = "contextMenuStrip";
118 this.contextMenuStrip.Size = new System.Drawing.Size(202, 120);
119 //
120 // cmenuRun
121 //
122 this.cmenuRun.Name = "cmenuRun";
123 this.cmenuRun.Size = new System.Drawing.Size(201, 22);
124 this.cmenuRun.Text = "実行(Run)";
125 this.cmenuRun.Click += new System.EventHandler(this.cmenuRun_Click);
126 //
127 // cmenuSeparator1
128 //
129 this.cmenuSeparator1.Name = "cmenuSeparator1";
130 this.cmenuSeparator1.Size = new System.Drawing.Size(198, 6);
131 //
132 // cmenuCheck
133 //
134 this.cmenuCheck.Name = "cmenuCheck";
135 this.cmenuCheck.Size = new System.Drawing.Size(201, 22);
136 this.cmenuCheck.Text = "チェックする(Check)";
137 this.cmenuCheck.Click += new System.EventHandler(this.cmenuCheck_Click);
138 //
139 // cmenuUncheck
140 //
141 this.cmenuUncheck.Name = "cmenuUncheck";
142 this.cmenuUncheck.Size = new System.Drawing.Size(201, 22);
143 this.cmenuUncheck.Text = "チェック解除(UnCheck)";
144 this.cmenuUncheck.Click += new System.EventHandler(this.cmenuUncheck_Click);
145 //
146 // cmenuReverseCheck
147 //
148 this.cmenuReverseCheck.Name = "cmenuReverseCheck";
149 this.cmenuReverseCheck.Size = new System.Drawing.Size(201, 22);
150 this.cmenuReverseCheck.Text = "チェック反転(ReverseCheck)";
151 this.cmenuReverseCheck.Click += new System.EventHandler(this.cmenuReverseCheck_Click);
152 //
153 // listEntryView
154 //
155 this.listEntryView.CheckBoxes = true;
156 this.listEntryView.ContextMenuStrip = this.contextMenuStrip;
157 this.listEntryView.Dock = System.Windows.Forms.DockStyle.Fill;
158 this.listEntryView.FullRowSelect = true;
159 this.listEntryView.GridLines = true;
160 this.listEntryView.Location = new System.Drawing.Point(0, 25);
161 this.listEntryView.Name = "listEntryView";
162 this.listEntryView.OwnerDraw = true;
163 this.listEntryView.ShowItemToolTips = true;
164 this.listEntryView.Size = new System.Drawing.Size(792, 374);
165 this.listEntryView.Sorting = System.Windows.Forms.SortOrder.Descending;
166 this.listEntryView.TabIndex = 2;
167 this.listEntryView.UseCompatibleStateImageBehavior = false;
168 this.listEntryView.View = System.Windows.Forms.View.Details;
169 this.listEntryView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listEntryView_DoubleClick);
170 //
171 // TestLauncher
172 //
173 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
174 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
175 this.ClientSize = new System.Drawing.Size(792, 566);
176 this.Controls.Add(this.listEntryView);
177 this.Controls.Add(this.toolStripBar);
178 this.Controls.Add(this.tbLog);
179 this.Name = "TestLauncher";
180 this.Text = "Form1";
181 this.toolStripBar.ResumeLayout(false);
182 this.toolStripBar.PerformLayout();
183 this.contextMenuStrip.ResumeLayout(false);
184 this.ResumeLayout(false);
185 this.PerformLayout();
186
187 }
188
189 #endregion
190
191 private System.Windows.Forms.TextBox tbLog;
192 private System.Windows.Forms.ToolStrip toolStripBar;
193 private TestEntryListView listEntryView;
194 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
195 private System.Windows.Forms.ToolStripMenuItem cmenuRun;
196 private System.Windows.Forms.ToolStripSeparator cmenuSeparator1;
197 private System.Windows.Forms.ToolStripMenuItem cmenuCheck;
198 private System.Windows.Forms.ToolStripMenuItem cmenuUncheck;
199 private System.Windows.Forms.ToolStripMenuItem cmenuReverseCheck;
200 private System.Windows.Forms.ToolStripButton btnRunChcked;
201 private System.Windows.Forms.ToolStripButton btnReverseCheck;
202 private System.Windows.Forms.ToolStripSeparator toolbarSeparator1;
203 private System.Windows.Forms.ToolStripSeparator toolbarSeparator2;
204 private System.Windows.Forms.ToolStripLabel lblInfo;
205 }
206 }
207

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