Parent Directory
|
Revision Log
|
Patch
--- trunk/xmltv_parser/main.Designer.cs 2013/03/14 13:08:20 141 +++ trunk/xmltv_parser/main.Designer.cs 2013/03/14 13:13:46 142 @@ -68,6 +68,8 @@ this.txtFilterText = new System.Windows.Forms.TextBox(); this.btnResetSort = new System.Windows.Forms.Button(); this.txtLog = new System.Windows.Forms.RichTextBox(); + this.radio_filter_start = new System.Windows.Forms.RadioButton(); + this.radio_filter_stop = new System.Windows.Forms.RadioButton(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); @@ -384,7 +386,7 @@ this.grpFilter.Controls.Add(this.grpFilter_flow); this.grpFilter.Location = new System.Drawing.Point(3, 39); this.grpFilter.Name = "grpFilter"; - this.grpFilter.Size = new System.Drawing.Size(554, 55); + this.grpFilter.Size = new System.Drawing.Size(689, 55); this.grpFilter.TabIndex = 10; this.grpFilter.TabStop = false; this.grpFilter.Text = "Filtering"; @@ -398,10 +400,12 @@ this.grpFilter_flow.Controls.Add(this.radio_filter_title); this.grpFilter_flow.Controls.Add(this.radio_filter_subtitle); this.grpFilter_flow.Controls.Add(this.radio_filter_description); + this.grpFilter_flow.Controls.Add(this.radio_filter_start); + this.grpFilter_flow.Controls.Add(this.radio_filter_stop); this.grpFilter_flow.Dock = System.Windows.Forms.DockStyle.Fill; this.grpFilter_flow.Location = new System.Drawing.Point(3, 22); this.grpFilter_flow.Name = "grpFilter_flow"; - this.grpFilter_flow.Size = new System.Drawing.Size(548, 30); + this.grpFilter_flow.Size = new System.Drawing.Size(683, 30); this.grpFilter_flow.TabIndex = 0; // // radio_filter_channelnumber @@ -471,7 +475,7 @@ this.btnFilter.AutoSize = true; this.btnFilter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flow_datagrid_sort.SetFlowBreak(this.btnFilter, true); - this.btnFilter.Location = new System.Drawing.Point(563, 39); + this.btnFilter.Location = new System.Drawing.Point(698, 39); this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(54, 30); this.btnFilter.TabIndex = 13; @@ -519,6 +523,30 @@ this.txtLog.TabIndex = 0; this.txtLog.Text = ""; // + // radio_filter_start + // + this.radio_filter_start.AutoSize = true; + this.radio_filter_start.Location = new System.Drawing.Point(551, 3); + this.radio_filter_start.Name = "radio_filter_start"; + this.radio_filter_start.Size = new System.Drawing.Size(62, 24); + this.radio_filter_start.TabIndex = 6; + this.radio_filter_start.Tag = "Start"; + this.radio_filter_start.Text = "Start"; + this.radio_filter_start.UseVisualStyleBackColor = true; + this.radio_filter_start.CheckedChanged += new System.EventHandler(this.radio_filter_start_CheckedChanged); + // + // radio_filter_stop + // + this.radio_filter_stop.AutoSize = true; + this.radio_filter_stop.Location = new System.Drawing.Point(619, 3); + this.radio_filter_stop.Name = "radio_filter_stop"; + this.radio_filter_stop.Size = new System.Drawing.Size(61, 24); + this.radio_filter_stop.TabIndex = 7; + this.radio_filter_stop.Tag = "Stop"; + this.radio_filter_stop.Text = "Stop"; + this.radio_filter_stop.UseVisualStyleBackColor = true; + this.radio_filter_stop.CheckedChanged += new System.EventHandler(this.radio_filter_stop_CheckedChanged); + // // main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -599,6 +627,8 @@ private System.Windows.Forms.Button btnSortChannelNumber; private System.Windows.Forms.Button btnSortChannelName; private System.Windows.Forms.RadioButton radio_filter_channelname; + private System.Windows.Forms.RadioButton radio_filter_start; + private System.Windows.Forms.RadioButton radio_filter_stop; } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |