Develop and Download Open Source Software

Browse Subversion Repository

Contents of /CommandOptionWindows/ReplaceCommandOptionWindow.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: 5489 byte(s)
First commit.
1 namespace Aqua877.WinApp.IronLivetube.CommandOptionWindows
2 {
3 partial class ReplaceCommandOptionWindow
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.IsDisableCommandForShortlyStringCheckBox = new System.Windows.Forms.CheckBox();
32 this.IsNotifyWhenCommandExecutedCheckBox = new System.Windows.Forms.CheckBox();
33 this.IsReflectCommandForWordAddedByUserCheckBox = new System.Windows.Forms.CheckBox();
34 this.OKButton = new System.Windows.Forms.Button();
35 this.SuspendLayout();
36 //
37 // IsDisableCommandForShortlyStringCheckBox
38 //
39 this.IsDisableCommandForShortlyStringCheckBox.AutoSize = true;
40 this.IsDisableCommandForShortlyStringCheckBox.Location = new System.Drawing.Point(12, 12);
41 this.IsDisableCommandForShortlyStringCheckBox.Name = "IsDisableCommandForShortlyStringCheckBox";
42 this.IsDisableCommandForShortlyStringCheckBox.Size = new System.Drawing.Size(322, 22);
43 this.IsDisableCommandForShortlyStringCheckBox.TabIndex = 0;
44 this.IsDisableCommandForShortlyStringCheckBox.Text = "3文字以下の文字列に対する読み替えコマンドの無効化";
45 this.IsDisableCommandForShortlyStringCheckBox.UseVisualStyleBackColor = true;
46 this.IsDisableCommandForShortlyStringCheckBox.CheckedChanged += new System.EventHandler(this.IsDisableCommandForShortlyStringCheckBox_CheckedChanged);
47 //
48 // IsNotifyWhenCommandExecutedCheckBox
49 //
50 this.IsNotifyWhenCommandExecutedCheckBox.AutoSize = true;
51 this.IsNotifyWhenCommandExecutedCheckBox.Location = new System.Drawing.Point(12, 40);
52 this.IsNotifyWhenCommandExecutedCheckBox.Name = "IsNotifyWhenCommandExecutedCheckBox";
53 this.IsNotifyWhenCommandExecutedCheckBox.Size = new System.Drawing.Size(363, 22);
54 this.IsNotifyWhenCommandExecutedCheckBox.TabIndex = 2;
55 this.IsNotifyWhenCommandExecutedCheckBox.Text = "ユーザーによって読み替えコマンドが実行された時に通知する";
56 this.IsNotifyWhenCommandExecutedCheckBox.UseVisualStyleBackColor = true;
57 this.IsNotifyWhenCommandExecutedCheckBox.CheckedChanged += new System.EventHandler(this.IsNotifyWhenCommandExecutedCheckBox_CheckedChanged);
58 //
59 // IsReflectCommandForWordAddedByUserCheckBox
60 //
61 this.IsReflectCommandForWordAddedByUserCheckBox.AutoSize = true;
62 this.IsReflectCommandForWordAddedByUserCheckBox.Location = new System.Drawing.Point(12, 68);
63 this.IsReflectCommandForWordAddedByUserCheckBox.Name = "IsReflectCommandForWordAddedByUserCheckBox";
64 this.IsReflectCommandForWordAddedByUserCheckBox.Size = new System.Drawing.Size(363, 22);
65 this.IsReflectCommandForWordAddedByUserCheckBox.TabIndex = 3;
66 this.IsReflectCommandForWordAddedByUserCheckBox.Text = "コマンドの反映対象をユーザーによって追加されたものに限る";
67 this.IsReflectCommandForWordAddedByUserCheckBox.UseVisualStyleBackColor = true;
68 this.IsReflectCommandForWordAddedByUserCheckBox.CheckedChanged += new System.EventHandler(this.IsReflectCommandForWordAddedByUserCheckBox_CheckedChanged);
69 //
70 // OKButton
71 //
72 this.OKButton.Location = new System.Drawing.Point(287, 96);
73 this.OKButton.Name = "OKButton";
74 this.OKButton.Size = new System.Drawing.Size(75, 25);
75 this.OKButton.TabIndex = 4;
76 this.OKButton.Text = "OK";
77 this.OKButton.UseVisualStyleBackColor = true;
78 this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
79 //
80 // ReplaceCommandOptionWindow
81 //
82 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
83 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
84 this.ClientSize = new System.Drawing.Size(374, 128);
85 this.Controls.Add(this.OKButton);
86 this.Controls.Add(this.IsReflectCommandForWordAddedByUserCheckBox);
87 this.Controls.Add(this.IsNotifyWhenCommandExecutedCheckBox);
88 this.Controls.Add(this.IsDisableCommandForShortlyStringCheckBox);
89 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
90 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
91 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
92 this.MaximizeBox = false;
93 this.MinimizeBox = false;
94 this.Name = "ReplaceCommandOptionWindow";
95 this.ShowIcon = false;
96 this.ShowInTaskbar = false;
97 this.Text = "読み替え設定コマンド設定";
98 this.ResumeLayout(false);
99 this.PerformLayout();
100
101 }
102
103 #endregion
104
105 private System.Windows.Forms.CheckBox IsDisableCommandForShortlyStringCheckBox;
106 private System.Windows.Forms.CheckBox IsNotifyWhenCommandExecutedCheckBox;
107 private System.Windows.Forms.CheckBox IsReflectCommandForWordAddedByUserCheckBox;
108 private System.Windows.Forms.Button OKButton;
109 }
110 }

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