Develop and Download Open Source Software

Browse Subversion Repository

Contents of /CommandOptionWindows/VoteBanCommandOptionWindow.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Sun Jan 16 06:24:15 2011 UTC (13 years, 3 months ago) by aqua877
File size: 7981 byte(s)
First commit.
1 namespace Aqua877.WinApp.IronLivetube.CommandOptionWindows
2 {
3 partial class VoteBanCommandOptionWindow
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.ExecuteCommandBorderTextBox = new System.Windows.Forms.NumericUpDown();
32 this.label1 = new System.Windows.Forms.Label();
33 this.IsCheckOverlapByIDAndHostCheckBox = new System.Windows.Forms.CheckBox();
34 this.IsSetValidityPeriodCheckBox = new System.Windows.Forms.CheckBox();
35 this.label2 = new System.Windows.Forms.Label();
36 this.VoteValidityPeriodTextBox = new System.Windows.Forms.NumericUpDown();
37 this.label3 = new System.Windows.Forms.Label();
38 this.OKButton = new System.Windows.Forms.Button();
39 ((System.ComponentModel.ISupportInitialize)(this.ExecuteCommandBorderTextBox)).BeginInit();
40 ((System.ComponentModel.ISupportInitialize)(this.VoteValidityPeriodTextBox)).BeginInit();
41 this.SuspendLayout();
42 //
43 // ExecuteCommandBorderTextBox
44 //
45 this.ExecuteCommandBorderTextBox.Location = new System.Drawing.Point(241, 30);
46 this.ExecuteCommandBorderTextBox.Minimum = new decimal(new int[] {
47 1,
48 0,
49 0,
50 0});
51 this.ExecuteCommandBorderTextBox.Name = "ExecuteCommandBorderTextBox";
52 this.ExecuteCommandBorderTextBox.Size = new System.Drawing.Size(50, 25);
53 this.ExecuteCommandBorderTextBox.TabIndex = 1;
54 this.ExecuteCommandBorderTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
55 this.ExecuteCommandBorderTextBox.Value = new decimal(new int[] {
56 1,
57 0,
58 0,
59 0});
60 this.ExecuteCommandBorderTextBox.ValueChanged += new System.EventHandler(this.ExecuteCommandBorderTextBox_ValueChanged);
61 //
62 // label1
63 //
64 this.label1.AutoSize = true;
65 this.label1.Location = new System.Drawing.Point(297, 32);
66 this.label1.Name = "label1";
67 this.label1.Size = new System.Drawing.Size(20, 18);
68 this.label1.TabIndex = 2;
69 this.label1.Text = "票";
70 //
71 // IsCheckOverlapByIDAndHostCheckBox
72 //
73 this.IsCheckOverlapByIDAndHostCheckBox.AutoSize = true;
74 this.IsCheckOverlapByIDAndHostCheckBox.Location = new System.Drawing.Point(12, 61);
75 this.IsCheckOverlapByIDAndHostCheckBox.Name = "IsCheckOverlapByIDAndHostCheckBox";
76 this.IsCheckOverlapByIDAndHostCheckBox.Size = new System.Drawing.Size(351, 22);
77 this.IsCheckOverlapByIDAndHostCheckBox.TabIndex = 3;
78 this.IsCheckOverlapByIDAndHostCheckBox.Text = "投票時nanashiidまたはtraceipによる個人判別を行う (推奨)";
79 this.IsCheckOverlapByIDAndHostCheckBox.UseVisualStyleBackColor = true;
80 this.IsCheckOverlapByIDAndHostCheckBox.CheckedChanged += new System.EventHandler(this.IsCheckOverlapByIDAndHostCheckBox_CheckedChanged);
81 //
82 // IsSetValidityPeriodCheckBox
83 //
84 this.IsSetValidityPeriodCheckBox.AutoSize = true;
85 this.IsSetValidityPeriodCheckBox.Location = new System.Drawing.Point(12, 89);
86 this.IsSetValidityPeriodCheckBox.Name = "IsSetValidityPeriodCheckBox";
87 this.IsSetValidityPeriodCheckBox.Size = new System.Drawing.Size(328, 22);
88 this.IsSetValidityPeriodCheckBox.TabIndex = 4;
89 this.IsSetValidityPeriodCheckBox.Text = "最初の票が入ってからの投票BANの有効時間を設定する";
90 this.IsSetValidityPeriodCheckBox.UseVisualStyleBackColor = true;
91 this.IsSetValidityPeriodCheckBox.CheckedChanged += new System.EventHandler(this.IsSetValidityPeriodCheckBox_CheckedChanged);
92 //
93 // label2
94 //
95 this.label2.AutoSize = true;
96 this.label2.Location = new System.Drawing.Point(297, 119);
97 this.label2.Name = "label2";
98 this.label2.Size = new System.Drawing.Size(20, 18);
99 this.label2.TabIndex = 5;
100 this.label2.Text = "分";
101 //
102 // VoteValidityPeriodTextBox
103 //
104 this.VoteValidityPeriodTextBox.Location = new System.Drawing.Point(241, 117);
105 this.VoteValidityPeriodTextBox.Maximum = new decimal(new int[] {
106 60,
107 0,
108 0,
109 0});
110 this.VoteValidityPeriodTextBox.Minimum = new decimal(new int[] {
111 1,
112 0,
113 0,
114 0});
115 this.VoteValidityPeriodTextBox.Name = "VoteValidityPeriodTextBox";
116 this.VoteValidityPeriodTextBox.Size = new System.Drawing.Size(50, 25);
117 this.VoteValidityPeriodTextBox.TabIndex = 6;
118 this.VoteValidityPeriodTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
119 this.VoteValidityPeriodTextBox.Value = new decimal(new int[] {
120 5,
121 0,
122 0,
123 0});
124 this.VoteValidityPeriodTextBox.ValueChanged += new System.EventHandler(this.VoteValidityPeriodTextBox_ValueChanged);
125 //
126 // label3
127 //
128 this.label3.AutoSize = true;
129 this.label3.Location = new System.Drawing.Point(9, 9);
130 this.label3.Name = "label3";
131 this.label3.Size = new System.Drawing.Size(286, 18);
132 this.label3.TabIndex = 7;
133 this.label3.Text = "指定した票数に達した時にBANおよびBAN解除する";
134 //
135 // OKButton
136 //
137 this.OKButton.Location = new System.Drawing.Point(277, 148);
138 this.OKButton.Name = "OKButton";
139 this.OKButton.Size = new System.Drawing.Size(75, 25);
140 this.OKButton.TabIndex = 8;
141 this.OKButton.Text = "OK";
142 this.OKButton.UseVisualStyleBackColor = true;
143 this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
144 //
145 // VoteBanCommandOptionWindow
146 //
147 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
148 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
149 this.ClientSize = new System.Drawing.Size(364, 180);
150 this.Controls.Add(this.OKButton);
151 this.Controls.Add(this.label3);
152 this.Controls.Add(this.VoteValidityPeriodTextBox);
153 this.Controls.Add(this.label2);
154 this.Controls.Add(this.IsSetValidityPeriodCheckBox);
155 this.Controls.Add(this.IsCheckOverlapByIDAndHostCheckBox);
156 this.Controls.Add(this.label1);
157 this.Controls.Add(this.ExecuteCommandBorderTextBox);
158 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
159 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
160 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
161 this.MaximizeBox = false;
162 this.MinimizeBox = false;
163 this.Name = "VoteBanCommandOptionWindow";
164 this.ShowIcon = false;
165 this.ShowInTaskbar = false;
166 this.Text = "投票BANコマンド設定";
167 ((System.ComponentModel.ISupportInitialize)(this.ExecuteCommandBorderTextBox)).EndInit();
168 ((System.ComponentModel.ISupportInitialize)(this.VoteValidityPeriodTextBox)).EndInit();
169 this.ResumeLayout(false);
170 this.PerformLayout();
171
172 }
173
174 #endregion
175
176 private System.Windows.Forms.NumericUpDown ExecuteCommandBorderTextBox;
177 private System.Windows.Forms.Label label1;
178 private System.Windows.Forms.CheckBox IsCheckOverlapByIDAndHostCheckBox;
179 private System.Windows.Forms.CheckBox IsSetValidityPeriodCheckBox;
180 private System.Windows.Forms.Label label2;
181 private System.Windows.Forms.NumericUpDown VoteValidityPeriodTextBox;
182 private System.Windows.Forms.Label label3;
183 private System.Windows.Forms.Button OKButton;
184 }
185 }

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